<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>grep life by Jeremy Glover &#187; DIY</title>
	<atom:link href="http://www.jeremyglover.com/blog/category/diy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremyglover.com/blog</link>
	<description>God has an awesome plan for your life.</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Create Multiple Windows in Excel</title>
		<link>http://www.jeremyglover.com/blog/2010/02/16/create-multiple-windows-in-excel/</link>
		<comments>http://www.jeremyglover.com/blog/2010/02/16/create-multiple-windows-in-excel/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:24:51 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Annoying]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/?p=550</guid>
		<description><![CDATA[Part of my job entails working with multiple Excel spreadsheets simultaneously. You would think with four monitors I would have no trouble. For whatever reason, Microsoft decided that Excel will open all spreadsheets in the same instance of Excel, causing it to be nearly impossible to quickly glance back and forth between sheets. Here&#8217;s the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img alt="Excel Logo" src="http://www.astudentoftherealestategame.com/wp-content/uploads/2009/08/ms-excel-logo.png" title="Excel Logo" class="alignright" width="100" height="100" style="margin-top:0px;" /></p>
<p>Part of my job entails working with multiple Excel spreadsheets simultaneously. You would think with four monitors I would have no trouble. For whatever reason, Microsoft decided that Excel will open all spreadsheets in the same instance of Excel, causing it to be nearly impossible to quickly glance back and forth between sheets.</p>
<p>Here&#8217;s the quick fix, <a href="http://answers.google.com/answers/threadview/id/728295.html" target="_blank">thanks to Brian on Google Answers</a>:</p>
<ol>
<li>Open Windows Explorer (win + E)</li>
<li>Click on Tools -> Folder Options -> File Types -> XLSX -> Advanced -> &#8220;Open&#8221; -> Edit<br />(note, if you&#8217;re using an older version of Excel it may be XLS instead of XLSX)</li>
<li>Change &#8220;Application used to perform action:&#8221; to \EXCEL.EXE&#8221; /e &#8220;%1&#8243;<br />(note, you must have quotes around %1)</li>
<li>Uncheck &#8220;Use DDE&#8221;</li>
<li>Click &#8220;OK&#8221;</li>
</ol>
<p>Voila! Now each time you open a spreadsheet from Windows Explorer it will open in an entirely new instance of Microsoft Excel that you can move to another monitor, minimize separately, etc.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2010/02/16/create-multiple-windows-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup your website</title>
		<link>http://www.jeremyglover.com/blog/2009/06/16/how-to-backup-your-website/</link>
		<comments>http://www.jeremyglover.com/blog/2009/06/16/how-to-backup-your-website/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 04:08:50 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/?p=465</guid>
		<description><![CDATA[Everyone knows (or should by now) that cheap web hosts (Bluehost, Dreamhost, MediaTemple, etc.) don&#8217;t backup your data for you. So you&#8217;d better do it yourself. If you&#8217;re on any respectable host, you should have ssh access to the box. Connect to your box via ssh and run the following commands to create a backup [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.jeremyglover.com/blog/wp-content/uploads/2009/06/hard-drive-flames.jpg" alt="Hard Drive in Flames" title="Hard Drive in Flames" width="248" height="257" class="alignleft size-full wp-image-469" style="margin-right:25px; margin-bottom:25px;" /></p>
<div style="font-size:1.3em; line-height:1.7em; padding-top:90px;">Everyone knows (or should by now) that cheap web hosts (<a href="http://www.bluehost.com/">Bluehost</a>, <a href="http://www.dreamhost.com/">Dreamhost</a>, <a href="http://www.mediatemple.net/">MediaTemple</a>, etc.) don&#8217;t backup your data for you. So you&#8217;d better do it yourself. If you&#8217;re on any respectable host, you should have ssh access to the box.</div>
<div style="clear:both;"></div>
<p>Connect to your box via ssh and run the following commands to create a backup of your site.</p>
<p><code><br />
cd ~<br />
mkdir Backup<br />
nohup zip -r Backup/YYYY-MM-DD-HHMM.zip www/ > backup_log.txt &#038;<br />
</code><br />
(Replace YYYY with the 4-digit year, MM with the 2-digit month, HH with the 24-hour format of the hour, and MM with the 2-digit minute)</p>
<p><strong>cd ~</strong> navigates to your home folder</p>
<p><strong>mkdir Backup</strong> creates the backup directory in which the backups will be stored</p>
<p><strong>nohup</strong> is short for no hangup and allows processes started by users at the terminal to continue running even after the user logs out</p>
<p><strong>zip</strong> is a program which combines many files into one and compresses them to make the end result even more portable</p>
<p><strong>-r</strong> tells zip to burrow into all subdirectories in order to grab all of the files</p>
<p><strong>Backup/YYYY-MM-DD-HHMM.zip</strong> is the path to the backup file</p>
<p><strong>www/</strong> is the directory to backup (it may be html, htdocs, httpdocs, etc. on your box)</p>
<p><strong>> backup_log.txt</strong> redirects all output from zip to the backup_log.txt file so you can review the file later</p>
<p><strong>&#038;</strong> tells linux to run the zip program in the background so that you can logout or perform other tasks without killing the process</p>
<div style="height:20px;"></div>
<p>Now all you need to do is download that zipped file. Use your favorite SFTP client to login to your box and snag it. I recommend <a href="http://filezilla-project.org/download.php">FileZilla Client</a> for all platforms. If you&#8217;re looking for an FTP server, <a href="http://filezilla-project.org/download.php?type=server">FileZilla Server</a> is perfect.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2009/06/16/how-to-backup-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speed Up That Cheap Website with Cheap Amazon S3</title>
		<link>http://www.jeremyglover.com/blog/2009/03/16/speed-up-that-cheap-website-with-cheap-amazon-s3/</link>
		<comments>http://www.jeremyglover.com/blog/2009/03/16/speed-up-that-cheap-website-with-cheap-amazon-s3/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 00:47:29 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Amazing]]></category>
		<category><![CDATA[Annoying]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ridiculous]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/?p=358</guid>
		<description><![CDATA[Do you have an economy-grade website host? Me too. BlueHost is great for only $6.95 per month but its response times and transfer rates are terrible. Fear not &#8212; Amazon S3 to the rescue. For pennies a day you can supplement your cheap website host using Amazon&#8217;s Simple Storage Service (S3). Amazon S3 is storage [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img src="http://media.amazonwebservices.com/logo_aws.gif" style="float:right; margin-left:20px; margin-bottom:20px;" /><br />
Do you have an economy-grade website host?  Me too.  <a href="http://www.bluehost.com">BlueHost</a> is great for only $6.95 per month but its response times and transfer rates are terrible.  Fear not &mdash; Amazon S3 to the rescue.  For pennies a day you can supplement your cheap website host using Amazon&#8217;s Simple Storage Service (S3).</p>
<blockquote><p>
Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.</p>
<p>Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers.
</p></blockquote>
<p>It is simple.  So simple.</p>
<ul>
<li><a href="http://aws.amazon.com/s3/">Sign up for an account.</a></li>
<li>Download and install the <a href="https://addons.mozilla.org/en-US/firefox/addon/3247">awesome S3 Firefox Organizer (S3Fox)</a> Firefox add-on.</li>
<li>Upload the files you want to be served up like hotcakes.</li>
<li>
    Update the links in your HTML files to point to the new location.<br />
    Example: http://s3.amazonaws.com/jeremy/blog/images/large_bandwidth_sucking_header.jpg<br />
    Note that the example is intended to show the format of the URL and does not point to a valid resource.
</li>
</ul>
<p>Too good to be true?  Nope.  The S3 files are served up lickety split and best of all it takes the load off of your cheap host which allows it to function much more efficiently.  So far I have moved my site&#8217;s header and the LightBox JS file.  Why didn&#8217;t I move the other JS files and images?  <a href="http://www.jeremyglover.com/blog/2009/04/07/use-google-as-a-crutch-for-your-cheap-website-host/">Because Google hosts all of the popular JavaScript libraries for free.</a></p>
<p><strong>How much does it cost?</strong><br />
Very little, unless your site becomes wildly popular.  1 million requests costs one dollar plus 17 cents per GB transfered.  That&#8217;s right.  1,000,000 GET requests = $1.00 + $0.17/GB.  </p>
<p>Let&#8217;s assume the average size of the elements being served from your Amazon S3 bucket is 10KB.<br />
10KB = 0.01MB = 0.00001GB<br />
1,000,000 requests x 0.00001GB = 10GB<br />
10GB x $0.17/GB = $1.70<br />
1,000,000 requests x $0.01/10,000 requests = $1.00<br />
Total Download Cost: $2.70</p>
<p>Your cheap site can now support 1,000,000 requests per month for a whopping $9.65 ($6.95 for BlueHost and $2.70 for Amazon S3).  And if your site gets <a href="http://www.digg.com">Dugg</a> or on the front page of <a href="http://www.reddit.com">Reddit</a>, Amazon S3 will scale without sweating a drop.</p>
<div style="clear:both;"></div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2009/03/16/speed-up-that-cheap-website-with-cheap-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install SSH Server on Ubuntu</title>
		<link>http://www.jeremyglover.com/blog/2008/10/25/install-ssh-server-on-ubuntu/</link>
		<comments>http://www.jeremyglover.com/blog/2008/10/25/install-ssh-server-on-ubuntu/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 16:52:03 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Amazing]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/?p=309</guid>
		<description><![CDATA[It really couldn&#8217;t be any easier than this: sudo apt-get install openssh-server You&#8217;re done. Now you can use ssh to remotely connect to your Ubuntu box. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>It really couldn&#8217;t be any easier than this:</p>
<p><code>sudo apt-get install openssh-server</code></p>
<p>You&#8217;re done.  Now you can use ssh to remotely connect to your <a href="http://www.ubuntu.com/">Ubuntu</a> box.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2008/10/25/install-ssh-server-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LogMeIn: Control Your PC From Your PC</title>
		<link>http://www.jeremyglover.com/blog/2008/10/18/logmein-control-your-pc-from-your-pc/</link>
		<comments>http://www.jeremyglover.com/blog/2008/10/18/logmein-control-your-pc-from-your-pc/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 21:43:45 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/?p=295</guid>
		<description><![CDATA[As I was piddling around on LogMeIn today, I noticed that the PC I was currently using was on the list of online computers. I tried to remote control it and received a warning message, but beneath it was a button that allowed me to control it anyway. This was the result: It&#8217;s a DIY [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>As I was piddling around on <a href="http://www.logmein.com">LogMeIn</a> today, I noticed that the PC I was currently using was on the list of online computers.  I tried to remote control it and received a warning message, but beneath it was a button that allowed me to control it anyway.</p>
<p>This was the result:<br />
<a href="http://www.jeremyglover.com/blog/wp-content/uploads/2008/10/logmein-control-your-pc-from-your-pc.jpg" rel="lightbox[295]"><img src="http://www.jeremyglover.com/blog/wp-content/uploads/2008/10/logmein-control-your-pc-from-your-pc-small1.jpg" alt="" title="LogMeIn - Control Your PC From Your PC" width="500" height="313" class="alignnone size-full wp-image-297" style="border:0;" /></a></p>
<p>It&#8217;s a DIY <a href="http://www.lightenergystudio.com/infinitymain.html">infinity mirror</a>!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2008/10/18/logmein-control-your-pc-from-your-pc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dream Gaming Computer &#8211; 2008</title>
		<link>http://www.jeremyglover.com/blog/2008/10/11/dream-gaming-computer-2008/</link>
		<comments>http://www.jeremyglover.com/blog/2008/10/11/dream-gaming-computer-2008/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 01:14:20 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Amazing]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ridiculous]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/2008/10/11/dream-gaming-computer-2008/</guid>
		<description><![CDATA[Every year my desktop gets older, our mortgage gets smaller, the games get better, and I crave new hardware. The 1st step is to admit you&#8217;re addicted, right? Without further adieu, I present you with my pick for the best gaming desktop of 2008. My picks were based on price and ratings from Newegg.com. I&#8217;ve [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Every year my desktop gets older, our mortgage gets smaller, the games get better, and I crave new hardware.  The 1st step is to admit you&#8217;re addicted, right?  Without further adieu, I present you with my pick for the best gaming desktop of 2008.  My picks were based on price and ratings from <a href="http://www.newegg.com/">Newegg.com</a>.  I&#8217;ve had great luck with them for years.</p>
<p>Do you have recommendations?  Show off in the comments.</p>
<table border="1" cellspacing="0">
<tbody>
<tr style="background-color:#666666; color:#FFFFFF;">
<td>Qty.</td>
<td>Product Description</td>
<td>Total Price</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/11-133-154-13.jpg" width="60" alt="Thermaltake Armor Series VA8000BWS Black Aluminum &#47; Steel ATX Full Tower Computer Case" title="Thermaltake Armor Series VA8000BWS Black Aluminum &#47; Steel ATX Full Tower Computer Case" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811133154" NAME="CART_ITEM"> Thermaltake Armor Series VA8000BWS Black Aluminum &#47; Steel ATX Full Tower Computer Case &#8211; Retail </a> </dd>
<dd>Item #: N82E16811133154</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$144.99</dd>
</dl>
</td>
</tr>
<tr>
<td> 6 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/22-148-274-01.jpg" width="60" alt="Seagate Barracuda 7200.11 ST31000340AS 1TB 7200 RPM SATA 3.0Gb&#47;s Hard Drive" title="Seagate Barracuda 7200.11 ST31000340AS 1TB 7200 RPM SATA 3.0Gb&#47;s Hard Drive" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822148274" NAME="CART_ITEM"> Seagate Barracuda 7200.11 ST31000340AS 1TB 7200 RPM SATA 3.0Gb&#47;s Hard Drive &#8211; OEM </a> </dd>
<dd>Item #: N82E16822148274</dd>
</dl>
</td>
<td>
<dl>
<dd>$779.94</dd>
<dd>($129.99 each)</dd>
</dl>
</td>
</tr>
<tr>
<td> 2 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/24-001-268-12.jpg" width="60" alt="SAMSUNG 2253BW Black 22&#34; 2ms&#40;GTG&#41; DVI Widescreen LCD Monitor" title="SAMSUNG 2253BW Black 22&#34; 2ms&#40;GTG&#41; DVI Widescreen LCD Monitor" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16824001268" NAME="CART_ITEM"> SAMSUNG 2253BW Black 22&#34; 2ms&#40;GTG&#41; DVI Widescreen LCD Monitor &#8211; Retail </a> </dd>
<dd>Item #: N82E16824001268</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$519.98</dd>
<dd>($259.99 each)</dd>
</dl>
</td>
</tr>
<tr>
<td> 2 </td>
<td>
<div>
<dl>
<dd><img src="http://images17.newegg.com/is/image/newegg/14-130-365-TS?$S60$" width="60" alt="EVGA 01G-P3-1280-AR GeForce GTX 280 1GB 512-bit GDDR3 PCI Express 2.0 x16 HDCP Ready SLI Supported Video Card" title="EVGA 01G-P3-1280-AR GeForce GTX 280 1GB 512-bit GDDR3 PCI Express 2.0 x16 HDCP Ready SLI Supported Video Card" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814130365" NAME="CART_ITEM"> EVGA 01G-P3-1280-AR GeForce GTX 280 1GB 512-bit GDDR3 PCI Express 2.0 x16 HDCP Ready SLI Supported Video Card &#8211; Retail </a> </dd>
<dd>Item #: N82E16814130365</dd>
</dl>
</td>
<td>
<dl>
<dd>$879.98</dd>
<dd>($439.99 each)</dd>
</dl>
</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/17-139-006-12.jpg" width="60" alt="CORSAIR CMPSU-750TX 750W ATX12V &#47; EPS12V SLI Ready CrossFire Ready 80 PLUS Certified Active PFC Power Supply" title="CORSAIR CMPSU-750TX 750W ATX12V &#47; EPS12V SLI Ready CrossFire Ready 80 PLUS Certified Active PFC Power Supply" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817139006" NAME="CART_ITEM"> CORSAIR CMPSU-750TX 750W ATX12V &#47; EPS12V SLI Ready CrossFire Ready 80 PLUS Certified Active PFC Power Supply &#8211; Retail </a> </dd>
<dd>Item #: N82E16817139006</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$119.99</dd>
</dl>
</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/23-175-103-01.jpg" width="60" alt="Saitek PZ30AU Black USB Wired Standard Eclipse Keyboard" title="Saitek PZ30AU Black USB Wired Standard Eclipse Keyboard" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16823175103" NAME="CART_ITEM"> Saitek PZ30AU Black USB Wired Standard Eclipse Keyboard &#8211; Retail </a> </dd>
<dd>Item #: N82E16823175103</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$49.99</dd>
</dl>
</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/26-104-203-09.jpg" width="60" alt="Logitech G7 Black 6 Buttons Tilt Wheel USB RF Wireless Laser Mouse" title="Logitech G7 Black 6 Buttons Tilt Wheel USB RF Wireless Laser Mouse" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16826104203" NAME="CART_ITEM"> Logitech G7 Black 6 Buttons Tilt Wheel USB RF Wireless Laser Mouse &#8211; Retail </a> </dd>
<dd>Item #: N82E16826104203</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$72.99</dd>
</dl>
</td>
</tr>
<tr>
<td> 2 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/20-220-278-05.jpg" width="60" alt="Patriot 4GB &#40;2 x 2GB&#41; 240-Pin DDR3 SDRAM DDR3 1333 &#40;PC3 10666&#41; Dual Channel Kit Desktop Memory Model PDC34G1333LLK" title="Patriot 4GB &#40;2 x 2GB&#41; 240-Pin DDR3 SDRAM DDR3 1333 &#40;PC3 10666&#41; Dual Channel Kit Desktop Memory Model PDC34G1333LLK" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820220278" NAME="CART_ITEM"> Patriot 4GB &#40;2 x 2GB&#41; 240-Pin DDR3 SDRAM DDR3 1333 &#40;PC3 10666&#41; Dual Channel Kit Desktop Memory Model PDC34G1333LLK &#8211; Retail </a> </dd>
<dd>Item #: N82E16820220278</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$339.98</dd>
<dd>($169.99 each)</dd>
</dl>
</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://images17.newegg.com/is/image/newegg/13-141-009-TS?$S60$" width="60" alt="XFX MBN790IUL9 LGA 775 NVIDIA nForce 790i Ultra SLI DDR3 ATX Intel Motherboard" title="XFX MBN790IUL9 LGA 775 NVIDIA nForce 790i Ultra SLI DDR3 ATX Intel Motherboard" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813141009" NAME="CART_ITEM"> XFX MBN790IUL9 LGA 775 NVIDIA nForce 790i Ultra SLI DDR3 ATX Intel Motherboard &#8211; Retail </a> </dd>
<dd>Item #: N82E16813141009</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$329.99</dd>
</dl>
</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/35-186-134-05.jpg" width="60" alt="ARCTIC COOLING Freezer 7 Pro 92mm CPU Cooler" title="ARCTIC COOLING Freezer 7 Pro 92mm CPU Cooler" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835186134" NAME="CART_ITEM"> ARCTIC COOLING Freezer 7 Pro 92mm CPU Cooler &#8211; Retail </a> </dd>
<dd>Item #: N82E16835186134</dd>
</dl>
</td>
<td>
<dl>
<dd>$36.99</dd>
</dl>
</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/35-100-007-01.JPG" width="60" alt="Arctic Silver 5 Thermal Compound" title="Arctic Silver 5 Thermal Compound" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835100007" NAME="CART_ITEM"> Arctic Silver 5 Thermal Compound &#8211; OEM </a> </dd>
<dd>Item #: N82E16835100007</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$5.99</dd>
</dl>
</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/19-115-130-02.jpg" width="60" alt="Intel Core 2 Quad Q9650 3.0GHz LGA 775 95W Quad-Core Processor Model BX80569Q9650" title="Intel Core 2 Quad Q9650 3.0GHz LGA 775 95W Quad-Core Processor Model BX80569Q9650" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819115130" NAME="CART_ITEM"> Intel Core 2 Quad Q9650 3.0GHz LGA 775 95W Quad-Core Processor Model BX80569Q9650 &#8211; Retail </a> </dd>
<dd>Item #: N82E16819115130</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$549.99</dd>
</dl>
</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/27-136-133-03.jpg" width="60" alt="LG Black Blu-ray&#47;HD DVD-ROM &#38; 16X DVD&#177;R DVD Burner SATA Model GGC-H20L" title="LG Black Blu-ray&#47;HD DVD-ROM &#38; 16X DVD&#177;R DVD Burner SATA Model GGC-H20L" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16827136133" NAME="CART_ITEM"> LG Black Blu-ray&#47;HD DVD-ROM &#38; 16X DVD&#177;R DVD Burner SATA Model GGC-H20L &#8211; Retail </a> </dd>
<dd>Item #: N82E16827136133</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$149.99</dd>
</dl>
</td>
</tr>
<tr>
<td> 1 </td>
<td>
<div>
<dl>
<dd><img src="http://c1.neweggimages.com/ProductImageCompressAll/32-116-493-01.jpg" width="60" alt="Microsoft Windows Vista Ultimate SP1 64-bit English 1pk DSP OEI DVD for System Builders" title="Microsoft Windows Vista Ultimate SP1 64-bit English 1pk DSP OEI DVD for System Builders" ></dd>
</dl></div>
<dl>
<dd> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16832116493" NAME="CART_ITEM"> Microsoft Windows Vista Ultimate SP1 64-bit English 1pk DSP OEI DVD for System Builders &#8211; OEM </a> </dd>
<dd>Item #: N82E16832116493</dd>
<dd> </dd>
</dl>
</td>
<td>
<dl>
<dd>$179.99</dd>
</dl>
</td>
</tr>
<tr  align="right" style="background-color:#FFFF00">
<td colspan="2">Grand Total:</td>
<td>$4,160.78</td>
</tr>
</tbody>
</table>
<p>Now I&#8217;m sure you&#8217;re wondering why there are six (6) hard drives in this system.</p>
<ul>
<li>This system would double as a storage server for me.</li>
<li>The motherboard supports striping and mirroring (RAID 0+1), so I would setup the drives to mirror and stripe for redundancy and for performance benefits.</li>
<li>As cheap as drives are, why not?</li>
</ul>
<p>My guess is that this system <em>should</em> last for about 8 years which puts it at $520.10 per year.  Not bad at all&#8230;</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2008/10/11/dream-gaming-computer-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT&#8217;s Quality of Service Works Really Well</title>
		<link>http://www.jeremyglover.com/blog/2008/10/09/dd-wrts-quality-of-service-works-really-well/</link>
		<comments>http://www.jeremyglover.com/blog/2008/10/09/dd-wrts-quality-of-service-works-really-well/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 04:18:20 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/2008/10/09/dd-wrts-quality-of-service-works-really-well/</guid>
		<description><![CDATA[The advent of YouTube, Hulu, Netflix&#8217;s watch instantly feature, torrents, and offsite/online backup has made good bandwidth crucial to an enjoyable experience. The first time my wife got me killed by hogging the bandwidth while I was playing World of Warcraft I immediately cranked up the DD-WRT control panel and setup Quality of Service (QoS). [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The advent of <a href="http://www.youtube.com/">YouTube</a>, <a href="http://www.hulu.com/">Hulu</a>, <a href="http://www.netflix.com/">Netflix&#8217;s</a> watch instantly feature, <a href="http://en.wikipedia.org/wiki/BitTorrent_(protocol)">torrents</a>, and <a href="http://mozy.com/">offsite/online backup</a> has made good bandwidth crucial to an enjoyable experience.  The first time my wife got me killed by hogging the bandwidth while I was playing <a href="http://www.worldofwarcraft.com/">World of Warcraft</a> I immediately cranked up the DD-WRT control panel and <a href="http://www.dd-wrt.com/wiki/index.php/Quality_of_Service">setup Quality of Service</a> (QoS).  I instantly noticed a huge improvement in my ping times and overall game responsiveness.  But I never tested just how well DD-WRT&#8217;s QoS feature worked.</p>
<p>Tonight I used <a href="http://www.speakeasy.net/speedtest/">Speakeasy&#8217;s speed test</a> and the <a href="http://www.dd-wrt.com/wiki/index.php/BWlog">DD-WRT&#8217;s bandwidth monitor</a> to determine if the QoS was obeying my settings.  I think the results speak for themselves.</p>
<p><img src='http://www.jeremyglover.com/blog/wp-content/uploads/2008/10/dd-wrt-qos-settings.jpg' alt='DD-WRT QoS Settings' align="left" style="border:1px solid black; margin-right:15px; margin-bottom:15px;" /><br />
Up: 300 kbps<br />
Down: 5000 kbps</p>
<div style="clear:both;"></div>
<p><img src='http://www.jeremyglover.com/blog/wp-content/uploads/2008/10/dd-wrt-qos-test-1.jpg' alt='DD-WRT QoS Test 1' align="left" style="border:1px solid black; margin-right:15px; margin-bottom:15px;" /><br />
Down: 4809 kbps<br />
Up: 292 kbps</p>
<div style="clear:both;"></div>
<p><img src='http://www.jeremyglover.com/blog/wp-content/uploads/2008/10/dd-wrt-qos-test-2.jpg' alt='DD-WRT QoS Test 2' align="left" style="border:1px solid black; margin-right:15px; margin-bottom:15px;" /><br />
Down: 4819 kbps<br />
Up: 294 kbps</p>
<div style="clear:both;"></div>
<p><img src='http://www.jeremyglover.com/blog/wp-content/uploads/2008/10/dd-wrt-qos-bandwidth-monitor.jpg' alt='DD-WRT QoS Bandwidth Monitor' style="border:1px solid black; margin-right:15px; margin-bottom:15px;" /><br />
In this graph you can see both tests.  The two pieces of each test are the download and upload portions which ended up being about 4815 down and 293 up.  Not bad at all!</p>
<p>I really couldn&#8217;t ask for more from my $50 router.  Thanks again, <a href="http://www.dd-wrt.com/">DD-WRT</a>!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2008/10/09/dd-wrts-quality-of-service-works-really-well/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acronis Disk Director Suite 10.0 FTW!</title>
		<link>http://www.jeremyglover.com/blog/2008/07/15/acronis-disk-director-suite-100-ftw/</link>
		<comments>http://www.jeremyglover.com/blog/2008/07/15/acronis-disk-director-suite-100-ftw/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 03:55:07 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Amazing]]></category>
		<category><![CDATA[Annoying]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Depressing]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ridiculous]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/2008/07/15/acronis-disk-director-suite-100-ftw/</guid>
		<description><![CDATA[I upgraded my laptop hard drive from 160GB to 200GB. In the process I was left with a chunk of 40GB of unallocated space. For the past 4 months I&#8217;ve ignored this space because Windows Vista&#8217;s built-in partition manager couldn&#8217;t do anything with it due to Dell&#8217;s crazy partitioning scheme. Partitions: 16MB &#8211; Dell Diagnostics [...]


Related posts:<ol><li><a href='http://www.jeremyglover.com/blog/2009/08/17/caching-with-zend-framework-using-zend_cache/' rel='bookmark' title='Permanent Link: Caching With Zend Framework Using Zend_Cache'>Caching With Zend Framework Using Zend_Cache</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I upgraded my laptop hard drive from 160GB to 200GB.  In the process I was left with a chunk of 40GB of unallocated space.  For the past 4 months I&#8217;ve ignored this space because Windows Vista&#8217;s built-in partition manager couldn&#8217;t do anything with it due to Dell&#8217;s crazy partitioning scheme.</p>
<p>Partitions:</p>
<ol>
<li>16MB &#8211; Dell Diagnostics</li>
<li>10GB &#8211; Recovery</li>
<li>137GB &#8211; OS</li>
<li>2GB &#8211; MediaDirect</li>
<li>34GB &#8211; Unallocated</li>
</ol>
<p>For some reason, hard drives are limited to 4 primary partitions and the drive already had 4 primary partitions (1-4 above).  Vista&#8217;s partition manager doesn&#8217;t support moving partitions, only resizing them.  It wouldn&#8217;t let me create a 5th primary partition either.</p>
<p>I did some research and found a <a href="http://gparted.sourceforge.net/">live CD called GParted</a> which should have worked in my case but ended up failing miserably after 32 hours!  When I left for work at 8AM on Monday morning the estimated remaining time was 3 hours.  When I got back from work it was up to 9:47:05.  Ut oh.  I waited half an hour and watched the progress go from 10.4GB to 10.9GB copied and the time dropped to 9:44:14.  I ended up having to cancel the process on stage 2 of 9 because it may have never finished and the screen was certain to have burn-in from the static &#8220;progress&#8221; window.  Now that my hard drive was useless in its current state I used <a href="http://www.acronis.com/homecomputing/products/trueimage/">Acronis True Image Home 11</a> to restore the backup I had made before I attempted to repartition using GParted.  Pheww&#8230;it worked!</p>
<p>Today when I got home from work I decided to try a different program.  Several forums suggested <a href="http://www.acronis.com/homecomputing/products/diskdirector/">Acronis Disk Director Suite 10.0</a> which features Vista compatibility (unlike GParted).  I downloaded the trial, played around with the partitions, and was prompted with a lovely demo warning telling me to put out or shut up.  Since Acronis offers a 30-day money back guarantee I decided to shell out some cash ($50) and give it a shot.</p>
<p>I installed the software, entered the serial, created a bootable CD, popped it in my laptop, and fiddled with the partitions until I had them just the way I wanted.  </p>
<p>Commit!</p>
<p>&#8220;REEERRRREEEERRRRRRREEEEEERRRRRRRRRRRRRRRRRRRRRRRR,&#8221; said my hard drive to my frightened ears.  The hard drive was spinning so fast I was afraid it was going to shatter.</p>
<p>Operation 1 of 2: 40 seconds remaining.</p>
<p>30 seconds later&#8230;</p>
<p>Operation 2 of 2: 47 minutes remaining.</p>
<p>4 minutes later&#8230;</p>
<p>Vista was booting and everything was peachy!  Windows updated a hard drive driver (no idea why) and told me I had to reboot.  I rebooted and now have a 170GB+ OS partition!</p>
<p>Spectacular!</p>
<p>GParted &#8211; 0<br />
Acronis Disk Director Suite 10.0 &#8211; 1</p>
<p>Thank you, Acronis!</p>


<p>Related posts:<ol><li><a href='http://www.jeremyglover.com/blog/2009/08/17/caching-with-zend-framework-using-zend_cache/' rel='bookmark' title='Permanent Link: Caching With Zend Framework Using Zend_Cache'>Caching With Zend Framework Using Zend_Cache</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2008/07/15/acronis-disk-director-suite-100-ftw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SarcasticPenguin.com</title>
		<link>http://www.jeremyglover.com/blog/2008/04/27/sarcasticpenguincom/</link>
		<comments>http://www.jeremyglover.com/blog/2008/04/27/sarcasticpenguincom/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 00:58:46 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Animals]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/2008/04/27/sarcasticpenguincom/</guid>
		<description><![CDATA[So I had a strange urge the other day to buy a domain and came up with SarcasticPenguin.com. Now I&#8217;m asking you to tell me what I should put on the site in the comments. The poster of the best suggestion (selected June 30, 2008) will receive a $25 check. Requirements: The site must provide [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>So I had a strange urge the other day to buy a domain and came up with SarcasticPenguin.com.  Now I&#8217;m asking you to tell me what I should put on the site in the comments.  The poster of the best suggestion (selected June 30, 2008) will receive a $25 check.</p>
<p>Requirements:</p>
<ul>
<li>The site must provide a free service that keeps visitors coming back on a regular basis.</li>
<li>The provided service must not be illegal to provide (by me) in the United States (including any of the states).</li>
<li>The provided service must not already exist (for free) on another website.</li>
</ul>
<p>Good luck and check back on July 1st to see who won!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2008/04/27/sarcasticpenguincom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT for the win!</title>
		<link>http://www.jeremyglover.com/blog/2008/04/09/dd-wrt-for-the-win/</link>
		<comments>http://www.jeremyglover.com/blog/2008/04/09/dd-wrt-for-the-win/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 00:53:13 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Amazing]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[House]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jeremyglover.com/blog/2008/04/09/dd-wrt-for-the-win/</guid>
		<description><![CDATA[Today I was faced with a difficult wireless networking scenario: looooong house, many thick walls. &#160; The topography is as follows: Comp A Router Comp B The house is older so the walls are very, very solid and RF-absorbing. The old setup involved a Linksys WRT54GX (802.11 b/g) as the router in the middle, a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dd-wrt.com/" target="_blank" title='DD-WRT Logo'><img src='http://www.jeremyglover.com/blog/wp-content/uploads/2008/04/dd-wrt.gif' alt='DD-WRT Logo' align="right" border="0" style="margin-left:15px; margin-bottom:15px;" /></a></p>
<p>Today I was faced with a difficult wireless networking scenario: looooong house, many thick walls.</p>
<div style="margin-bottom:20px;">&nbsp;</div>
<p>The topography is as follows:<br />
Comp A <--- 200 ft., 4 walls ---> Router <--- 150 ft., 3 walls ---> Comp B</p>
<p>The house is older so the walls are very, very solid and RF-absorbing.  The old setup involved a Linksys WRT54GX (802.11 b/g) as the router in the middle, a Belkin Wireless-N PCMCIA card on computer A, and a Belkin Wireless-N PCI card on computer B.  After many attempts to reposition the wireless adapter&#8217;s antennas on computer B with no success I suggested hooking up a WRT54G in client bridging mode (using DD-WRT) to act as the wireless adapter on computer B.  Worked like a champ.  The signal is now strong and the connection hasn&#8217;t dropped one single time.</p>
<p>The kicker is that the WRT54G I used is version 8.2 which has very little RAM and doesn&#8217;t support the standard method of upgrading the firmware to DD-WRT.</p>
<h3>The Solution</h3>
<ol>
<li><a href="http://www.winagents.com/downloads/tftp.exe">Download TFTP</a>.</li>
<li><a href="http://www.dd-wrt.com/dd-wrtv2/downloads/others/tornado/Gv8/vxworkskillerGv8-v3.bin">Download the VX Work Killer firmware</a> for the WRT54G v8.2</li>
<li><a href="http://www.dd-wrt.com/dd-wrtv2/downloads/release%20candidates/DD-WRT%20v24%20RC5/GENERIC%20BROADCOM%20(Linksys,%20Asus%20etc.)/WRT54Gv8,%20WRT54GSv7/dd-wrt.v24_micro_wrt54gv8.bin">Download the dd-wrt.v24_micro_wrt54gv8.bin firmware</a> for the WRT54G v8.2</li>
<li>Upload the <a href="http://www.dd-wrt.com/dd-wrtv2/downloads/others/tornado/Gv8/vxworkskillerGv8-v3.bin">vxworkskillerGv8-v3.bin firmware</a> to the router.</li>
<li>Wait for the router to reboot.</li>
<li>Try to ping the router (192.168.1.1 by default).</li>
<li>When you can ping the router continue to the next step.</li>
<li>Open a command prompt and enter<br />
         &#8220;<code>tftp -i 192.168.1.1 put dd-wrt.v24_micro_wrt54gv8.bin</code>&#8220;</li>
<li>If all went well, when the router reboots it will have DD-WRT on it and be accessible via 192.168.1.1.</li>
<li>Username: &#8220;root&#8221;</li>
<li>Password: &#8220;admin&#8221;</li>
</ol>
<p><a href="http://www.dd-wrt.com/wiki/index.php/How_To_Flash_the_WRT54Gv8">Source</a></p>
<p>The connection on computer A is also weak so I&#8217;ll be adding a WRT54G to the mix to fix it.</p>
<p>Thank you DD-WRT!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyglover.com/blog/2008/04/09/dd-wrt-for-the-win/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
