<?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>mark.bockenstedt.net &#187; How-To</title>
	<atom:link href="http://mark.bockenstedt.net/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://mark.bockenstedt.net</link>
	<description>Tech Tips, How-To's, and Miscellaneous Geekery</description>
	<lastBuildDate>Tue, 19 May 2009 03:05:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Backup Your Gmail With&#8230; Gmail Backup</title>
		<link>http://mark.bockenstedt.net/2008/11/05/backup-your-gmail-with-gmail-backup/</link>
		<comments>http://mark.bockenstedt.net/2008/11/05/backup-your-gmail-with-gmail-backup/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 19:20:34 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://mark.bockenstedt.net/?p=492</guid>
		<description><![CDATA[Yesterday&#8217;s article was written giving instructions on how to back up all your email accounts using some pretty simple techniques. In the end, Thunderbird was the agent that we used to grab all the email from our gateway account. Today, I&#8217;d like to show you how we can accomplish the same thing with a different [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday&#8217;s article was written giving instructions on how to back up all your email accounts using some pretty simple techniques. In the end, <a href="http://mozilla.org/thunderbird">Thunderbird</a> was the agent that we used to grab all the email from our gateway account. Today, I&#8217;d like to show you how we can accomplish the same thing with a different service called <a href="http://www.gmail-backup.com/">Gmail Backup</a>.</p>
<p>Rather than copy and paste all of <a href="http://mark.bockenstedt.net/2008/11/04/how-to-use-gmail-as-an-email-backup-service/">yesterday&#8217;s article</a> to this one, please read that article and come back to this one. The only difference will be in step 3, which is the step in which we&#8217;re actually pulling email to the local machine.</p>
<p><span id="more-492"></span></p>
<p><strong>New Step 3</strong></p>
<p>The previous method used POP to download email. This step will use a different protocol called IMAP. Here&#8217;s the info you&#8217;ll need for <a href="http://mail.google.com/support/bin/answer.py?answer=77695">enabling IMAP</a> on your gateway account. Once you&#8217;ve got IMAP enabled, you need to download the Gmail Backup program, available for <a href="http://home.zcu.cz/~honzas/gmb/gmail-backup-0.104.exe">Windows</a> or <a href="http://www.gmail-backup.com/files/gmail-backup-0.104-linux.zip">Linux</a>. Once you have your client of choice, jump to the appropriate section below for instructions on setting up the client.</p>
<p><strong>Generic Setup<br />
</strong></p>
<p>For the most part, this software can be used uniformly across multiple platforms. If you want to use the GUI version in Linux, you need to install the WxPython packages (python-wxgtk2.8 in Ubuntu). You can also run it from the command line in any platform. With command line access comes the ability to script and schedule updates! The command line version may also work on OS X, but the GUI version doesn&#8217;t (yet).</p>
<p><strong>GUI Version</strong></p>
<p>I&#8217;ll just walk through this once, since it&#8217;s the same for both platforms. After installing (or extracting) Gmail Backup, launch the executable. If you&#8217;re on Linux, you want to run the gmail-backup-gui.sh file. You&#8217;ll be presented with a window like this one:</p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/11/picture-4.png"><img class="alignnone size-medium wp-image-493" title="Gmail Backup GUI" src="http://mark.bockenstedt.net/wp-content/uploads/2008/11/picture-4-300x298.png" alt="" width="180" height="179" /></a></p>
<p>Fill in the first three text boxes in the GUI. If you only want to grab email for a date range, you can specify that in the Since Date and Before Date fields. This will allow you to grab email from only a certain timeframe, which makes it easier to archive your email by month.</p>
<p>Once you&#8217;ve got your archive, you can put it in your Dropbox or another safe location.</p>
<h3><strong>Linux &#8211; Command Line<br />
</strong></h3>
<p>I want to spend more time on this part because, let&#8217;s face it, I&#8217;m lazy and I like having things done for me. When run from the command line, the Linux variant of Gmail Backup can be be extremely powerful. You can easily set up Cron jobs to run the backup at a defined interval and use command line arguments to drill down to exactly what you want and where you want to place the backup.</p>
<p><strong>1. Install Dropbox (optional)</strong></p>
<p>If you plan on using Dropbox to store your backups, you can find Linux Dropbox packages <a href="https://www.getdropbox.com/install?os=linux">here</a>. When you&#8217;re run Dropbox and have defined a folder to use, you can proceed.</p>
<p><strong>2. Tweak Command<br />
</strong></p>
<p>In the folder you extracted from the Gmail Backup archive, you&#8217;ll find gmail-backup.sh. There are a number of command line arguments you can pass to this bash script. Whichever method you choose, you should consider appending <code>2&gt;&amp;1 /dev/null</code> at the end because the command will generate a considerable amount of output. I only recommend doing this AFTER you&#8217;ve run it successfully so you know that it&#8217;s doing what its supposed to.</p>
<p><strong>a. Cumulative Backup</strong></p>
<p>For a cumulative backup (i.e. everything), simply use the following.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>gmail-backup.sh backup <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">dir</span> gateway<span style="color: #000000; font-weight: bold;">@</span>gmail.com password</pre></div></div>

<p><strong>b. Incremental Backup</strong></p>
<p>Here&#8217;s a shot of what the file structure should look like on your disk (this is all in my home directory).</p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/11/picture-1.png"><img class="alignnone size-medium wp-image-494" title="Backup Folder Structure" src="http://mark.bockenstedt.net/wp-content/uploads/2008/11/picture-1.png" alt="" width="232" height="170" /></a></p>
<p>Incremental backups are more useful and easier to organize. Here&#8217;s the syntax for that.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>gmail-backup.sh backup <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span>dir<span style="color: #000000; font-weight: bold;">/</span>subdir gateway<span style="color: #000000; font-weight: bold;">@</span>gmail.com password <span style="color: #000000;">20081001</span> <span style="color: #000000;">20081031</span></pre></div></div>

<p>The last two arguments specify a start and end date for archiving. This example will archive everything from October 1, 2008, to October 31, 2008. But how do you calculate those dates in Bash, you ask?</p>
<p>You can use the &#8211;date parameter of the date command to get past and future dates. For instance, if you want to run a backup of your email for the last week (not including today, obviously), you can do something like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>gmail-backup.sh backup <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span>dir<span style="color: #000000; font-weight: bold;">/</span>subdir gateway<span style="color: #000000; font-weight: bold;">@</span>gmail.com password <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #000000; font-weight: bold;">%</span>Y<span style="color: #000000; font-weight: bold;">%</span>m<span style="color: #000000; font-weight: bold;">%</span>d <span style="color: #660033;">--date</span>=<span style="color: #ff0000;">&quot;7 days ago&quot;</span><span style="color: #000000; font-weight: bold;">`</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #000000; font-weight: bold;">%</span>Y<span style="color: #000000; font-weight: bold;">%</span>m<span style="color: #000000; font-weight: bold;">%</span>d <span style="color: #660033;">--date</span>=<span style="color: #ff0000;">&quot;1 day ago&quot;</span><span style="color: #000000; font-weight: bold;">`</span></pre></div></div>

<p>I realize that&#8217;s pretty ugly, but it does the trick. If you&#8217;re ambitious enough to use a wrapper to get full control over directories, timeframes, etc., you can use something similar to <a href="http://mark.bockenstedt.net/wp-content/uploads/gmail-backup.txt">this</a>.</p>
<p><strong>3. Insert Into Cron</strong></p>
<p>This is the easy part &#8211; all you have to do is decide on a frequency and then make sure your $sd variable in the bash script matches that. If you run it every week, $sd should go back 7 days; if you run it every month, it should go back 1 month, etc. The command to run the script every Sunday at midnight:</p>
<pre>0 0 * * 7 cd /home/mark/email_backup; ./gmail-backup.sh;</pre>
<p><strong>Restoring Archives</strong></p>
<p>It&#8217;s important that I tell you that you can also restore backups made this way. However, I feel that it&#8217;s outside of the scope of this article. For info on that, check out the documentation page of Gmail Backup&#8217;s website.</p>
<h3  class="related_post_title"><h2>Related Posts</h2></h3><ul class="related_post"><li><a href="http://mark.bockenstedt.net/2008/11/04/how-to-use-gmail-as-an-email-backup-service/" title="How To Use Gmail as an Email Backup Service">How To Use Gmail as an Email Backup Service</a></li><li><a href="http://mark.bockenstedt.net/2008/10/31/google-alerts-rss-style/" title="Google Alerts, RSS Style">Google Alerts, RSS Style</a></li><li><a href="http://mark.bockenstedt.net/2008/09/23/creating-a-fluid-based-google-reader-app/" title="Creating a Fluid-Based Google Reader App">Creating a Fluid-Based Google Reader App</a></li><li><a href="http://mark.bockenstedt.net/2008/09/22/laconica-xmpp-sms-oh-my/" title="Laconica, XMPP, SMS, Oh My!">Laconica, XMPP, SMS, Oh My!</a></li><li><a href="http://mark.bockenstedt.net/2008/08/24/noise-filtering-on-google-search-results/" title="Noise Filtering on Google Search Results">Noise Filtering on Google Search Results</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mark.bockenstedt.net/2008/11/05/backup-your-gmail-with-gmail-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use Gmail as an Email Backup Service</title>
		<link>http://mark.bockenstedt.net/2008/11/04/how-to-use-gmail-as-an-email-backup-service/</link>
		<comments>http://mark.bockenstedt.net/2008/11/04/how-to-use-gmail-as-an-email-backup-service/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 20:05:47 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers & Tech]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://mark.bockenstedt.net/?p=484</guid>
		<description><![CDATA[With recent horror stories of Google users getting locked out of their accounts floating around the Internet, it makes you reconsider putting so much trust in Google. A lot of people have all their eggs in the Google basket, but they could too be locked out at any given time. Gmail could also go down [...]]]></description>
			<content:encoded><![CDATA[<p>With recent horror stories of Google users getting <a href="http://www.chrisbrogan.com/when-google-owns-you/">locked out of their accounts</a> floating around the Internet, it makes you reconsider putting so much trust in Google. A lot of people have all their eggs in the Google basket, but they could too be locked out at any given time. Gmail could also go down or lose some of your email when you need it most. Here&#8217;s a method for archiving all your email to a local machine using a Gmail account and a POP3 email client.</p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/11/diagram.png"><img class="alignnone size-medium wp-image-491" title="Workflow" src="http://mark.bockenstedt.net/wp-content/uploads/2008/11/diagram-300x293.png" alt="" width="180" height="176" /></a></p>
<p><span id="more-484"></span></p>
<p><strong>1. Create a Gateway Email Account</strong></p>
<p>I call this a gateway account because all your archived email will pass through this account. If you&#8217;ve already got one, make sure you can dedicate it to this sole purpose. If not, head over to <a href="http://www.gmail.com/">Gmail</a> and sign up for an account. Once you&#8217;ve got the account set up, we can start forwarding email to it.</p>
<p><strong>2. Gathering Email</strong></p>
<p>There are two ways to accomplish this and both methods are outlined assuming you&#8217;re getting email from another Gmail account (Google Apps for Your Domain works this way too). Method A involves forwarding a copy of your email to your gateway account; Method B involves grabbing email using POP3 from your gateway account.</p>
<p><strong>a. Forwarding Email</strong></p>
<p>This is pretty straight forward. Go into each of the Gmail accounts you wish to forward email from and click on the Settings link in the upper right, then click on the <em>Forwarding and POP/IMAP</em> tab. Check the radio button next to &#8220;Forward a copy&#8221; and then enter the address for your gateway account. You&#8217;ll probably want to select <em>keep Gmail&#8217;s copy in the inbox</em>, especially if you intend on using the address. When you&#8217;re finished, click <em>Save Changes</em>.</p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/11/gmail-forwarding.jpg"><img class="alignnone size-full wp-image-487" title="Forward Settings" src="http://mark.bockenstedt.net/wp-content/uploads/2008/11/gmail-forwarding.jpg" alt="" width="500" height="77" /></a></p>
<p><strong>b. Popping Email</strong></p>
<p>Gmail has directions on <a href="http://mail.google.com/support/bin/answer.py?answer=13273&amp;topic=13293">enabling POP</a> for your archive accounts, which is just step one. The beauty of this method is that you can set this up for any account that supports POP, which is just about every email service on the planet. Even if you&#8217;re not using Gmail, you can employ similar techniques to get this working.</p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/11/gmail-pop.jpg"><img class="alignnone size-full wp-image-488" title="POP Settings" src="http://mark.bockenstedt.net/wp-content/uploads/2008/11/gmail-pop.jpg" alt="" width="400" height="88" /></a></p>
<p>Once you&#8217;ve enabled POP for your account, you can start pulling email from up to five accounts into your gateway account. Again, Google has directions on <a href="http://mail.google.com/support/bin/answer.py?answer=21289">enabling Mail Fetcher</a>, so check those out.</p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/11/gmail-pop-accounts.jpg"><img class="alignnone size-full wp-image-489" title="Gmail POP Accounts" src="http://mark.bockenstedt.net/wp-content/uploads/2008/11/gmail-pop-accounts.jpg" alt="" width="329" height="62" /></a></p>
<p><strong>3. Setting Up the Email Client</strong></p>
<p>There are a ton of applications you can use to do this, but I recommend using <a href="http://www.mozilla.com/thunderbird">Mozilla Thunderbird</a> (it&#8217;s free, fast, and just good). The basic idea is to set up Thunderbird to grab copies of email from your gateway account &#8211; and subsequently all other accounts funneled into it &#8211; and store them locally. Google already has good <a href="http://mail.google.com/support/bin/answer.py?answer=38343">directions</a> on how to do this, so I won&#8217;t reinvent the wheel.</p>
<p>Some tips for setting up your POP3 client are to make sure you enable POP for all mail and keep Gmail&#8217;s copy in the inbox (just in case). If you&#8217;re funneling high volumes of email into your gateway, you&#8217;ll want to keep an eye on your gateway&#8217;s disk quota so you don&#8217;t go over the limit. You could also tell Gmail to remove the server&#8217;s copy once you download it. After you do that, you can proceed with setting up Thunderbird.</p>
<p>FYI &#8211; You can also do this with <a href="http://mail.google.com/support/bin/answer.py?answer=13275">Apple Mail 3.0</a>, <a href="http://mail.google.com/support/bin/answer.py?answer=13276">Outlook Express</a>, <a href="http://mail.google.com/support/bin/answer.py?answer=13278">Outlook 2003</a>, <a href="http://mail.google.com/support/bin/answer.py?answer=86373">Outlook 2007</a>, or <a href="http://mail.google.com/support/bin/answer.py?answer=86382">Windows Mail</a>.</p>
<p><strong>4. Safely Storing the Archive</strong></p>
<p>The final step is to make sure you&#8217;re storing the archive somewhere safe. If you trust your computer, you can just leave it as is. But, the whole point of this article is having a backup, so I recommend putting a copy of the email archive somewhere safe, such as <a href="https://www.getdropbox.com/">Dropbox</a>. Any cloud storage solution will work and most offer around 2GB of storage, which should be plenty. You can also use an old-fashioned CD or thumb drive if you so desire.</p>
<p>To grab the mail archive from Thunderbird, you need to find your profile folder. This folder is generally a hidden folder, so you&#8217;ll need to unhide folders temporarily if you&#8217;ve got them hidden. The x characters below will be a random string, so don&#8217;t actually look for xxxxxxxx.default.</p>
<ul>
<li>In XP, go to C:\Documents and Settings\[User]\Application Data\Thunderbird\Profiles\xxxxxxxx.default\</li>
<li>In Vista, go to C:\Users\[User]\AppData\Local\Thunderbird\Profiles\xxxxxxxx.default\</li>
<li>In Leopard, go to ~/Library/Thunderbird/Profiles/xxxxxxxx.default/</li>
<li>In Ubuntu, go to ~/.thunderbird/xxxxxxxx.default/</li>
</ul>
<p>Your safest bet is to copy the entire profile folder to ensure you get everything. Once you&#8217;ve got that, throw it into your Dropbox in a folder named <em>email_backup</em> or something similarly indicative of its contents. Keep in mind the folders you&#8217;ll put into Dropbox are cumulative, meaning they&#8217;ll contain all the email that Thunderbird knows about.</p>
<p><strong>5. Automate</strong></p>
<p>Well, this isn&#8217;t really automation in the true spirit, but you can leave your Thunderbird running in the background grabbing email every 5 or so minutes. Then, you can set up automatic exports in Linux or OS X to copy your backup into your Dropbox. I don&#8217;t have advice on how to do that in anything other than Linux, so I&#8217;ll skip this step. Just be aware that it&#8217;s possible.</p>
<p><strong>All your email are belong to you&#8230;</strong></p>
<p>That&#8217;s it, 5 simple steps to backing up your email. Look for an article soon on importing email to Thunderbird from this backup. I&#8217;ll also be covering a similar solution using <a href="http://www.gmail-backup.com/">Gmail Backup</a> which will use a lot of the same techniques, but will omit the use of Thunderbird.</p>
<h3  class="related_post_title"><h2>Related Posts</h2></h3><ul class="related_post"><li><a href="http://mark.bockenstedt.net/2008/11/05/backup-your-gmail-with-gmail-backup/" title="Backup Your Gmail With&#8230; Gmail Backup">Backup Your Gmail With&#8230; Gmail Backup</a></li><li><a href="http://mark.bockenstedt.net/2008/10/31/google-alerts-rss-style/" title="Google Alerts, RSS Style">Google Alerts, RSS Style</a></li><li><a href="http://mark.bockenstedt.net/2008/09/23/creating-a-fluid-based-google-reader-app/" title="Creating a Fluid-Based Google Reader App">Creating a Fluid-Based Google Reader App</a></li><li><a href="http://mark.bockenstedt.net/2008/09/22/laconica-xmpp-sms-oh-my/" title="Laconica, XMPP, SMS, Oh My!">Laconica, XMPP, SMS, Oh My!</a></li><li><a href="http://mark.bockenstedt.net/2008/08/24/noise-filtering-on-google-search-results/" title="Noise Filtering on Google Search Results">Noise Filtering on Google Search Results</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mark.bockenstedt.net/2008/11/04/how-to-use-gmail-as-an-email-backup-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Interesting How To Videos</title>
		<link>http://mark.bockenstedt.net/2008/08/14/three-interesting-how-to-videos/</link>
		<comments>http://mark.bockenstedt.net/2008/08/14/three-interesting-how-to-videos/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 14:49:05 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mark.bockenstedt.net/?p=337</guid>
		<description><![CDATA[I ran across these videos the other day on Lifehacker and wanted to share a few of them. I especially like the Japanese shirt folding video &#8211; it absolutely boggles my mind how quickly they did it. Get 8 watch batteries from a AA battery Fold a t-shirt in two motions Boost your wireless router&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I ran across these videos the other day on <a href="http://lifehacker.com/400292/top-10-how-to-videos">Lifehacker</a> and wanted to share a few of them. I especially like the Japanese shirt folding video &#8211; it absolutely boggles my mind how quickly they did it.</p>
<p><strong>Get 8 watch batteries from a AA battery</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="345" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.metacafe.com/fplayer/773138/12_volt_battery_hack_youll_be_surprised.swf" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="400" height="345" src="http://www.metacafe.com/fplayer/773138/12_volt_battery_hack_youll_be_surprised.swf" wmode="transparent"></embed></object></p>
<p><strong>Fold a t-shirt in two motions</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="VideoPlayback" /><param name="src" value="http://video.google.com/googleplayer.swf?docid=4776825453418327083&amp;hl=en&amp;fs=true" /><embed id="VideoPlayback" type="application/x-shockwave-flash" width="400" height="326" src="http://video.google.com/googleplayer.swf?docid=4776825453418327083&amp;hl=en&amp;fs=true"></embed></object></p>
<p><strong>Boost your wireless router&#8217;s signal</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/sUTT8wdN_VA&amp;color1=291787617&amp;color2=325161297&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/sUTT8wdN_VA&amp;color1=291787617&amp;color2=325161297&amp;fs=1" allowfullscreen="true" wmode="transparent"></embed></object></p>
<h3  class="related_post_title"><h2>Related Posts</h2></h3><ul class="related_post"><li><a href="http://mark.bockenstedt.net/2008/11/17/how-to-move-copy-in-leopard-with-drag-and-drop/" title="How to Move, Copy in Leopard with Drag and Drop">How to Move, Copy in Leopard with Drag and Drop</a></li><li><a href="http://mark.bockenstedt.net/2008/11/13/quiet-your-rock-band-drums-for-cheap/" title="Quiet Your Rock Band Drums for Cheap">Quiet Your Rock Band Drums for Cheap</a></li><li><a href="http://mark.bockenstedt.net/2008/11/12/disable-bonjour-in-cyberduck/" title="Disable Bonjour in Cyberduck">Disable Bonjour in Cyberduck</a></li><li><a href="http://mark.bockenstedt.net/2008/11/05/backup-your-gmail-with-gmail-backup/" title="Backup Your Gmail With&#8230; Gmail Backup">Backup Your Gmail With&#8230; Gmail Backup</a></li><li><a href="http://mark.bockenstedt.net/2008/11/04/how-to-use-gmail-as-an-email-backup-service/" title="How To Use Gmail as an Email Backup Service">How To Use Gmail as an Email Backup Service</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mark.bockenstedt.net/2008/08/14/three-interesting-how-to-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Rock Band Guitar Stand</title>
		<link>http://mark.bockenstedt.net/2008/08/03/diy-rock-band-guitar-stand/</link>
		<comments>http://mark.bockenstedt.net/2008/08/03/diy-rock-band-guitar-stand/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 15:12:18 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Rock Band]]></category>

		<guid isPermaLink="false">http://mark.bockenstedt.net/?p=292</guid>
		<description><![CDATA[I got bored yesterday and started looking around on Instructables and found this gem &#8211; a guitar stand made of PVC. I realized this would be handy to have, as I have 2 Rock Band guitars, 1 Guitar Hero 3 guitar, and 2 Guitar Hero 2 guitars (on loan at the moment). Instead of having [...]]]></description>
			<content:encoded><![CDATA[<p>I got bored yesterday and started looking around on <a href="http://www.instructables.com/">Instructables</a> and found <a href="http://www.instructables.com/id/PVC-Guitar-Stand-for-Guitar-Hero-and-Rock-Band/">this gem</a> &#8211; a guitar stand made of PVC.  I realized this would be handy to have, as I have 2 Rock Band guitars, 1 Guitar Hero 3 guitar, and 2 Guitar Hero 2 guitars (on loan at the moment).  Instead of having a mess in the corner by the TV, I could have this to keep everything neat and organized.</p>
<p>I&#8217;m not going to go through the steps of building it with you, head over to the instructions for that.  What I will tell you is that it cost me $15.83 and about two hours to build.  It was pretty painless after cutting all the PVC to length.  It felt to me like an Erector set project from my childhood.</p>
<p>I decided to deviate a little from the plan and added some foam pipe insulation across the two crossbars on the bottom.  This wasn&#8217;t to protect the guitars from damage, but rather to keep them from sliding around.  There&#8217;s also rubber insulation that would do a better job, but the foam was about half the price.</p>
<p><strong>Bill of Materials</strong></p>
<ul>
<li>14 x 1/2&#8243; Cap = $2.99</li>
<li>20 x 1/2&#8243; Tee = $4.00 (only need 16)</li>
<li>10 x 1/2&#8243; Elbow = $1.52 (only need 6)</li>
<li>PVC Cement (Medium, Clear) = $2.24</li>
<li>3/4&#8243; x 6&#8242; SS Tube Insulation = $1.86</li>
<li>1/2&#8243; x 10&#8242; PVC = $2.18</li>
</ul>
<p><strong>An hour or so later&#8230;</strong></p>
<p><strong></strong><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/10/100_0640.jpg"><img class="alignnone size-medium wp-image-449" title="100_0640" src="http://mark.bockenstedt.net/wp-content/uploads/2008/10/100_0640-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/10/100_0641.jpg"><img class="alignnone size-medium wp-image-450" title="100_0641" src="http://mark.bockenstedt.net/wp-content/uploads/2008/10/100_0641-300x225.jpg" alt="" width="300" height="225" /></a></p>
<h3  class="related_post_title"><h2>Related Posts</h2></h3><ul class="related_post"><li><a href="http://mark.bockenstedt.net/2008/11/13/quiet-your-rock-band-drums-for-cheap/" title="Quiet Your Rock Band Drums for Cheap">Quiet Your Rock Band Drums for Cheap</a></li><li><a href="http://mark.bockenstedt.net/2008/11/05/backup-your-gmail-with-gmail-backup/" title="Backup Your Gmail With&#8230; Gmail Backup">Backup Your Gmail With&#8230; Gmail Backup</a></li><li><a href="http://mark.bockenstedt.net/2008/11/04/how-to-use-gmail-as-an-email-backup-service/" title="How To Use Gmail as an Email Backup Service">How To Use Gmail as an Email Backup Service</a></li><li><a href="http://mark.bockenstedt.net/2008/10/28/guitar-hero-drums-incompatible-with-rock-band-2/" title="Guitar Hero Drums Incompatible With Rock Band 2">Guitar Hero Drums Incompatible With Rock Band 2</a></li><li><a href="http://mark.bockenstedt.net/2008/08/18/sony-demands-rock-band-guitar-hero-play-nice/" title="Sony Demands Rock Band &#038; Guitar Hero Play Nice">Sony Demands Rock Band &#038; Guitar Hero Play Nice</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mark.bockenstedt.net/2008/08/03/diy-rock-band-guitar-stand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
