<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Stuff I Do</title>
	<link>http://www.stuffido.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 11:48:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Converting From RAID 1 To RAID 5</title>
		<description><![CDATA[I have been playing around with a Linux server in my home lab and wanted to try expanding a Linux software RAID 1 array to a 3 disk RAID 5 array.
So I already have a two disk RAID 1 array with a pair of 1TB SATA drives at /dev/sdb and /dev/sdc.  I am going [...]]]></description>
		<link>http://www.stuffido.com/?p=277</link>
			</item>
	<item>
		<title>Introducing Microsoft SQL Server 2008 R2</title>
		<description><![CDATA[Get a free eBook from Microsoft Press titled &#8220;Introducing Microsoft SQL Server 2008 R2&#8220;.
]]></description>
		<link>http://www.stuffido.com/?p=275</link>
			</item>
	<item>
		<title>MSSQL Table Reindex</title>
		<description><![CDATA[Use this single line command to re-index every table in a Microsoft SQL Server database:

EXEC sp_msForEachTable
  @COMMAND1 = &#039;DBCC DBREINDEX (&#34;?&#34;)&#039;

]]></description>
		<link>http://www.stuffido.com/?p=261</link>
			</item>
	<item>
		<title>Select The Correct Equipment</title>
		<description><![CDATA[We use an open source software package called GLPI to track our equipment and the trouble tickets associated with them.  A while back I had built a ASP.net front end for our end users to enter their own trouble tickets.  Since the database is populated with every computer, printer and phone in the [...]]]></description>
		<link>http://www.stuffido.com/?p=248</link>
			</item>
	<item>
		<title>JavaScript &#8211; Object doesn’t support this property or method</title>
		<description><![CDATA[Working on an intranet app and was trying to get a javascript function to run onchange of a drop down box.  We use IE7 as our standard web browser so as I was testing it I kept getting this message stating &#8220;Object doesn’t support this property or method&#8221;.  Kept limiting my javascript function [...]]]></description>
		<link>http://www.stuffido.com/?p=245</link>
			</item>
	<item>
		<title>Where&#8217;s The Speed</title>
		<description><![CDATA[I have Comcast for my home internet connection and I have the 16Mb pipe.  The cable modem and wireless router sit in the basement and we normally work from the main floor.  The problem is that I am not seeing any speed at all on my connection.  And by no speed I [...]]]></description>
		<link>http://www.stuffido.com/?p=235</link>
			</item>
	<item>
		<title>FireFox Custom Dictionary</title>
		<description><![CDATA[One of the cool features of FireFox for the linguistics challenged like me is that it will spell check items in a textarea of a web page.  If you misspell it, there is little red line that shows under the word and you can right mouse click on it and select the correct spelling [...]]]></description>
		<link>http://www.stuffido.com/?p=215</link>
			</item>
	<item>
		<title>MSSQL &#8217;show tables&#8217; Equivalent</title>
		<description><![CDATA[MySQL has a cool command called
SHOW TABLES;
 which will list out all the tables in the current database.
I wanted the same ability in Microsoft SQL Server.  To get the same info you would issue 
SELECT NAME
FROM {databasename}..sysobjects
WHERE xtype = &#039;U&#039;
Replace {databasename} with your database.
]]></description>
		<link>http://www.stuffido.com/?p=218</link>
			</item>
	<item>
		<title>Upgrade</title>
		<description><![CDATA[There has been a link at the top of the admin page of this site for a little while.  I run it on WordPress and it is telling me there is an upgrade available.  Usually this means I pull down the tar ball, unpack it and usually overwrite some file I really wanted [...]]]></description>
		<link>http://www.stuffido.com/?p=210</link>
			</item>
	<item>
		<title>PHP</title>
		<description><![CDATA[I have never really done much with PHP.  I do very little coding and when I do it has always been a Microsoft centric language.  For whatever reason, it can&#8217;t be boredom I have too much to be doing, this weekend I started fiddling around with PHP.  I am actually working through [...]]]></description>
		<link>http://www.stuffido.com/?p=208</link>
			</item>
</channel>
</rss>
