<?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>Colinger.com &#187; Side Projects</title>
	<atom:link href="http://colinger.com/category/side-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://colinger.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 20:22:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Posterous Importer Plugin</title>
		<link>http://colinger.com/2010/04/10/posterous-importer-plugin/</link>
		<comments>http://colinger.com/2010/04/10/posterous-importer-plugin/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 16:35:51 +0000</pubDate>
		<dc:creator>Brian Colinger</dc:creator>
				<category><![CDATA[Side Projects]]></category>
		<category><![CDATA[importer]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[posterous]]></category>

		<guid isPermaLink="false">http://colinger.com/?p=174</guid>
		<description><![CDATA[Yesterday I released the Posterous Importer plugin. Like the Vox Importer plugin, this one depends on the WP_Importer base class, so make sure to install that first. This plugin is based on the WordPress.com core importer. You can read about &#8230; <a href="http://colinger.com/2010/04/10/posterous-importer-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I released the <a title="Posterous Importer" href="http://wordpress.org/extend/plugins/posterous-importer/">Posterous Importer</a> plugin. Like the<a title="Vox Importer" href="http://wordpress.org/extend/plugins/vox-importer/"> Vox Importer</a> plugin, this one depends on the <a title="WP_Importer" href="http://wordpress.org/extend/plugins/class-wp-importer/">WP_Importer  base class</a>, so make sure to install that first. This plugin is based on the WordPress.com core importer. You can read about that on the <a title="http://en.blog.wordpress.com/2010/02/09/posterous-importer/" href="http://en.blog.wordpress.com/2010/01/27/vox-importer/">WordPress.com  blog</a>.</p>
<p>I know it&#8217;s not ideal to make plugins that depend on other plugins, but right now the core import API does not have the functionality that I need. I&#8217;m working on that part though. Getting patches into core is not easy.</p>
<p>When you have the Posterous Importer installed, click on Tools -&gt; Import  from the WordPress admin screen. You should see Posterous in the list of  importers.</p>

<a href='http://colinger.com/2010/04/10/posterous-importer-plugin/posterous-importer-1/' title='posterous-importer-1'><img width="200" height="118" src="http://colinger.com/wp-content/uploads/2010/04/posterous-importer-1-200x118.png" class="attachment-thumbnail" alt="posterous-importer-1" title="posterous-importer-1" /></a>
<a href='http://colinger.com/2010/04/10/posterous-importer-plugin/posterous-importer-2/' title='posterous-importer-2'><img width="200" height="153" src="http://colinger.com/wp-content/uploads/2010/04/posterous-importer-2-200x153.png" class="attachment-thumbnail" alt="posterous-importer-2" title="posterous-importer-2" /></a>

<p>Type in your Posterous host name, user name, and password. Click the Submit  button. The importer will now validate your login credentials with Posterous.</p>
<p>If the authentication succeeds, the import will now begin. Depending  on the amount of posts, comments, and attachments the import may take a  while. You can not navigate away from this page while the importer is  working.</p>
<p>If the importer times out or runs out of memory during the import,  just keep restarting it until it finishes. The importer keeps track of  what it has already imported so that you don’t end up with duplicate  posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://colinger.com/2010/04/10/posterous-importer-plugin/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Vox Importer Plugin</title>
		<link>http://colinger.com/2010/04/03/vox-importer-plugin/</link>
		<comments>http://colinger.com/2010/04/03/vox-importer-plugin/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 18:24:50 +0000</pubDate>
		<dc:creator>Brian Colinger</dc:creator>
				<category><![CDATA[Side Projects]]></category>
		<category><![CDATA[importer]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[vox]]></category>

		<guid isPermaLink="false">http://colinger.com/?p=162</guid>
		<description><![CDATA[Last week I was finally able to release the Vox Importer as a WordPress plugin. The plugin does have a dependency on the WP_Importer base class, so make sure to install that first. This is nearly the same importer that &#8230; <a href="http://colinger.com/2010/04/03/vox-importer-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week I was finally able to release the <a title="Vox Importer" href="http://wordpress.org/extend/plugins/vox-importer/">Vox Importer</a> as a WordPress plugin. The plugin does have a dependency on the <a title="WP_Importer" href="http://wordpress.org/extend/plugins/class-wp-importer/">WP_Importer base class</a>, so make sure to install that first.</p>
<p>This is nearly the same importer that we deployed to WordPress.com a few months ago. You can read about it on the <a href="http://en.blog.wordpress.com/2010/01/27/vox-importer/">WordPress.com blog</a>. A few adjustments had to be made to make this plugin compatible with self-hosted WordPress blogs, but the functionality is basically the same.</p>
<p>When you have the Vox Importer installed, click on Tools -&gt; Import from the WordPress admin screen. You should see Vox in the list of importers.</p>

<a href='http://colinger.com/2010/04/03/vox-importer-plugin/vox-importer-1/' title='vox-importer-1'><img width="200" height="103" src="http://colinger.com/wp-content/uploads/2010/04/vox-importer-1-200x103.png" class="attachment-thumbnail" alt="vox-importer-1" title="vox-importer-1" /></a>
<a href='http://colinger.com/2010/04/03/vox-importer-plugin/vox-importer-2/' title='vox-importer-2'><img width="200" height="119" src="http://colinger.com/wp-content/uploads/2010/04/vox-importer-2-200x119.png" class="attachment-thumbnail" alt="vox-importer-2" title="vox-importer-2" /></a>

<p>Type in your Vox host name, user name, and password. Click the Submit button. The importer will now validate your login credentials with Vox.</p>
<p>If the authentication succeeds, the import will now begin. Depending on the amount of posts, comments, and attachments the import may take a while. You can not navigate away from this page while the importer is working.</p>
<p>If the importer times out or runs out of memory during the import, just keep restarting it until it finishes. The importer keeps track of what it has already imported so that you don&#8217;t end up with duplicate posts.</p>
<p>If you have posts marked as private on your Vox blog, they will be marked as private in WordPress. You can optionally set a password for all posts imported from Vox.</p>
<p>Here is a potential gotcha. If any post with attachments is set to hidden, the importer can not import the attachments. The reason for this is because Vox does not give us the option to send authentication credentials when viewing or downloading attachments. The work around for this would be to set the posts to public in Vox, then run the importer. This works, but could get quite tedious if you have a lot of hidden or private posts with attachments.</p>
<p><span style="color: #ff0000;">Edit: I just realized that I had comments disabled on my site&#8230; fail. If you have any issues with the importer, please leave a comment or send me an email via my <a title="Contact Form" href="http://colinger.com/contact/">contact</a> form.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://colinger.com/2010/04/03/vox-importer-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>EarthTainer</title>
		<link>http://colinger.com/2010/03/29/earthtainer/</link>
		<comments>http://colinger.com/2010/03/29/earthtainer/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:21:16 +0000</pubDate>
		<dc:creator>Brian Colinger</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Side Projects]]></category>
		<category><![CDATA[gardening]]></category>

		<guid isPermaLink="false">http://colinger.com/?p=145</guid>
		<description><![CDATA[I built an EarthTainer™ on Sunday. Just like the guide says, I was able to find nearly all of the required parts at my local Lowe&#8217;s. The one exception is the 5” Net pot for the wicking basket. Next time &#8230; <a href="http://colinger.com/2010/03/29/earthtainer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I built an <a href="http://earthtainer.tomatofest.com/">EarthTainer</a>™ on Sunday. Just like the guide says, I was able to find nearly all of the required parts at my local Lowe&#8217;s. The one exception is the 5” Net pot for the wicking basket. Next time I’m in Rogers I’ll stop by Anuway Hydroponics and see if they have it.</p>
<p>I went ahead and used the 10” square one that Lowe&#8217;s had. I’m hoping that this one minor detail change doesn’t screw the whole thing up.</p>
<p>I did make a few tweaks while building. I used zip ties instead of a wire rope clip for securing the tomato cages together. I zip tied the 4” PVC aeration bench supports to the bench so that they wouldn’t shift around while moving the box. I also zip tied the tomato cage legs to the aeration bench instead of using a wire rope clip.</p>
<p>I love zip ties and I have a lot of them. I’m also pretty sure they are cheaper than the clips.</p>
<p>I don’t even have a clue how long it took to build the thing. I kind of worked on and off most of the afternoon.</p>
<p>Here is the list of supplies that I bought.</p>
<table border="0" cellspacing="0" cellpadding="0" width="412">
<col width="187"></col>
<col width="75"></col>
<col width="75"></col>
<col width="75"></col>
<tbody>
<tr height="13">
<td width="187" height="13">Item</td>
<td width="75">Quantity</td>
<td width="75">Unit Price</td>
<td width="75">Total</td>
</tr>
<tr height="13">
<td height="13">31 Gal Rugged Tote</td>
<td align="right">2</td>
<td align="right">$12.97</td>
<td align="right">$25.94</td>
</tr>
<tr height="13">
<td height="13">4&#8243; X 5&#8242; S40 PVC Pipe</td>
<td align="right">1</td>
<td align="right">$7.12</td>
<td align="right">$7.12</td>
</tr>
<tr height="13">
<td height="13">1 1/2&#8243; X 5&#8242; S40 PVC Pipe</td>
<td align="right">1</td>
<td align="right">$2.62</td>
<td align="right">$2.62</td>
</tr>
<tr height="13">
<td height="13">3X50 Landscape Fabric</td>
<td align="right">1</td>
<td align="right">$9.92</td>
<td align="right">$9.92</td>
</tr>
<tr height="13">
<td height="13">1 1/2&#8243; S40 PVC Cap</td>
<td align="right">1</td>
<td align="right">$0.83</td>
<td align="right">$0.83</td>
</tr>
<tr height="13">
<td height="13">1/8&#8243; Wire Rope Clip</td>
<td align="right">8</td>
<td align="right">$0.48</td>
<td align="right">$3.84</td>
</tr>
<tr height="13">
<td height="13">1/4&#8243; X 1 1/4&#8243; Fender Washers (pack)</td>
<td align="right">1</td>
<td align="right">$7.97</td>
<td align="right">$7.97</td>
</tr>
<tr height="13">
<td height="13">3/16&#8243; X 2&#8243; Toggle Bolts (12 pack)</td>
<td align="right">1</td>
<td align="right">$3.98</td>
<td align="right">$3.98</td>
</tr>
<tr height="13">
<td height="13">10&#8243; Planter Basket</td>
<td align="right">1</td>
<td align="right">$3.94</td>
<td align="right">$3.94</td>
</tr>
<tr height="13">
<td height="13">54&#8243; Tomato Cage</td>
<td align="right">2</td>
<td align="right">$4.58</td>
<td align="right">$9.16</td>
</tr>
<tr height="13">
<td height="13"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr height="13">
<td height="13"></td>
<td></td>
<td>Total:</td>
<td align="right">$75.32</td>
</tr>
</tbody>
</table>
<p>The estimated project cost for one EarthTainer™ is supposed to be around $33. It may seem like I&#8217;m way over budget, but keep in mind that some of the products listed above are not sold as single pieces. If I decide to build another one, I wont have to buy some of these parts again.</p>

<a href='http://colinger.com/2010/03/29/earthtainer/earthtainer-1/' title='earthtainer-1'><img width="200" height="150" src="http://colinger.com/wp-content/uploads/2010/03/earthtainer-1-200x150.jpg" class="attachment-thumbnail" alt="earthtainer-1" title="earthtainer-1" /></a>
<a href='http://colinger.com/2010/03/29/earthtainer/earthtainer-2/' title='earthtainer-2'><img width="150" height="200" src="http://colinger.com/wp-content/uploads/2010/03/earthtainer-2-150x200.jpg" class="attachment-thumbnail" alt="earthtainer-2" title="earthtainer-2" /></a>
<a href='http://colinger.com/2010/03/29/earthtainer/earthtainer-3/' title='earthtainer-3'><img width="150" height="200" src="http://colinger.com/wp-content/uploads/2010/03/earthtainer-3-150x200.jpg" class="attachment-thumbnail" alt="earthtainer-3" title="earthtainer-3" /></a>
<a href='http://colinger.com/2010/03/29/earthtainer/earthtainer-4/' title='earthtainer-4'><img width="150" height="200" src="http://colinger.com/wp-content/uploads/2010/03/earthtainer-4-150x200.jpg" class="attachment-thumbnail" alt="earthtainer-4" title="earthtainer-4" /></a>
<a href='http://colinger.com/2010/03/29/earthtainer/earthtainer-5/' title='earthtainer-5'><img width="200" height="150" src="http://colinger.com/wp-content/uploads/2010/03/earthtainer-5-200x150.jpg" class="attachment-thumbnail" alt="earthtainer-5" title="earthtainer-5" /></a>

]]></content:encoded>
			<wfw:commentRss>http://colinger.com/2010/03/29/earthtainer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ma.tt New Spring Design is LIVE!</title>
		<link>http://colinger.com/2009/03/05/matt-new-spring-design-is-live/</link>
		<comments>http://colinger.com/2009/03/05/matt-new-spring-design-is-live/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:49:56 +0000</pubDate>
		<dc:creator>Brian Colinger</dc:creator>
				<category><![CDATA[Side Projects]]></category>
		<category><![CDATA[photomatt]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://colinger.com/?p=5</guid>
		<description><![CDATA[The new spring design for Matt Mullenweg went live today!  I guess I can stop chugging coffee now&#8230; I&#8217;m keeping an eye on the comments that people are posting.  A few people are seeing some alignment issues.  I will try &#8230; <a href="http://colinger.com/2009/03/05/matt-new-spring-design-is-live/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a title="New Spring Design" href="http://ma.tt/2009/03/new-spring-design-2/">new spring design</a> for <a title="Matt Mullenweg" href="http://ma.tt">Matt Mullenweg</a> went live today!  I guess I can stop chugging coffee now&#8230;</p>
<p>I&#8217;m keeping an eye on the comments that people are posting.  A few people are seeing some alignment issues.  I will try to fix those as soon as I can.</p>
<p>I really have to take my hat off to <a title="Julien Morel" href="http://joolz.fr">Julien Morel</a>, this was an awesome design to work with.</p>
]]></content:encoded>
			<wfw:commentRss>http://colinger.com/2009/03/05/matt-new-spring-design-is-live/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

