<?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>mhinze.com&#187; Headspring</title>
	<atom:link href="http://mhinze.com/category/meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhinze.com</link>
	<description>Matt Hinze, learning in public</description>
	<lastBuildDate>Tue, 20 Apr 2010 22:42:47 +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>Headspring</title>
		<link>http://mhinze.com/joined-headspring/</link>
		<comments>http://mhinze.com/joined-headspring/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 02:10:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[headspring]]></category>

		<guid isPermaLink="false">http://mhinze.com/?p=66</guid>
		<description><![CDATA[On a personal note: I recently joined Headspring Systems in Austin.&#160; I have been presented with a great opportunity to learn and succeed.&#160; I feel very green but I&#8217;m prepared to grow.&#160; And I&#8217;ve already had the chance to observe first-hand liberating architectures, agile thinking, and expert code craft&#8230; I do intend to learn in [...]]]></description>
			<content:encoded><![CDATA[<p>On a personal note: I <a href="http://twitter.com/mhinze/statuses/884844177">recently</a> joined <a href="http://www.headspringsystems.com/">Headspring Systems</a> in <a href="http://www.lostechies.com/blogs/chad_myers/archive/2008/04/21/move-to-austin.aspx">Austin</a>.&#160; I have been presented with a great opportunity to learn and succeed.&#160; I feel very green but I&#8217;m prepared to grow.&#160; And I&#8217;ve already had the chance to observe first-hand liberating architectures, agile thinking, and expert code craft&#8230;</p>
<p>I do intend to learn in public, so <a href="http://feeds.feedburner.com/mhinzecom">stay tuned</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mhinze.com/joined-headspring/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Moving WordPress To Another Folder, .htaccess redirection for SEO</title>
		<link>http://mhinze.com/moving-wordpress/</link>
		<comments>http://mhinze.com/moving-wordpress/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 19:50:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mhinze.com/?p=6</guid>
		<description><![CDATA[I moved the old stuff to mhinze.com/archive but I wanted to ensure that my links still worked.. for SEO and also for usability.&#160; So I got all the post slugs from the WordPress database and added them as redirects to /archive in .htaccess using sed.&#160; There&#8217;s probably a better way to do this but it [...]]]></description>
			<content:encoded><![CDATA[<p>I moved the old stuff to <a href="http://mhinze.com/archive/">mhinze.com/archive</a> but I wanted to ensure that my links still worked.. for SEO and also for usability.&nbsp; So I got all the post slugs from the WordPress database and added them as redirects to /archive in .<a href="http://en.wikipedia.org/wiki/Htaccess">htaccess</a> using <a href="http://www.grymoire.com/Unix/Sed.html">sed</a>.&nbsp; There&#8217;s probably a better way to do this but it was pretty easy.</p>
<p><code>[linux]$ mysql -u user -ppassword -h mysql.server.com <br />-Be "select post_name from wp_posts" blogdatabase <br />| sed 's/[a-zA-Z0-9\-]*$/Redirect 301 \/&amp;\/ http:\/\/mhinze.com\/archive\/&amp;/' <br />&gt; .htaccess.new<br />
[linux]$ cat .htaccess &gt;&gt; .htaccess.new<br />
[linux]$ mv .htaccess.new .htaccess<br />
</code></p>
<p>I&#8217;m not too worried about slug collisions &#8211; I think that&#8217;s a rare case that I&#8217;ll address as needed. </p>
<p>So now <a title="http://mhinze.com/nhibernate-composite-element-mapping" href="http://mhinze.com/nhibernate-composite-element-mapping/">http://mhinze.com/nhibernate-composite-element-mapping/</a>, for example, redirects to the <a href="http://mhinze.com/archive/nhibernate-composite-element-mapping/">correct post</a> in /archive</p>
]]></content:encoded>
			<wfw:commentRss>http://mhinze.com/moving-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delicious Feed</title>
		<link>http://mhinze.com/delicious-feed/</link>
		<comments>http://mhinze.com/delicious-feed/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:55:49 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://mhinze.com/?p=3</guid>
		<description><![CDATA[I have suspended the daily feed of del.icio.us posts. You can still subscribe to the feed or add me to your del.icio.us network. I have over 5000 links posted there, so you might want to take a look. You can learn a lot about a person by looking at their del.icio.us account.]]></description>
			<content:encoded><![CDATA[<p>I have suspended the daily feed of del.icio.us posts.  You can still <a href="http://feeds.feedburner.com/Delicious/mhinze">subscribe to the feed</a> or <a href="http://del.icio.us/network?add=mhinze">add me to your del.icio.us network</a>.</p>
<p><a href="http://del.icio.us/mhinze">I have over 5000 links posted there, so you might want to take a look</a>.  You can learn a lot about a person by looking at their del.icio.us account.</p>
]]></content:encoded>
			<wfw:commentRss>http://mhinze.com/delicious-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reboot</title>
		<link>http://mhinze.com/reboot/</link>
		<comments>http://mhinze.com/reboot/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:17:41 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://mhinze.com/?p=1</guid>
		<description><![CDATA[I got tired of looking at the old blog, so I moved it here. I&#8217;ll edit the new template.]]></description>
			<content:encoded><![CDATA[<p>I got tired of looking at the old blog, so I moved it <a href="http://mhinze.com/archive/">here</a>.  I&#8217;ll edit the new template.</p>
]]></content:encoded>
			<wfw:commentRss>http://mhinze.com/reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
