<?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>Cale Dunlap &#187; Development Journal</title>
	<atom:link href="http://www.caledunlap.com/category/development-journal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caledunlap.com</link>
	<description>printf(&#34;Hello World\n&#34;);</description>
	<lastBuildDate>Fri, 07 Oct 2011 00:13:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VS2008 Solution Compile Error C2471 Hotfix</title>
		<link>http://www.caledunlap.com/2011/01/vs2008-solution-compile-error-c2471-hotfix/</link>
		<comments>http://www.caledunlap.com/2011/01/vs2008-solution-compile-error-c2471-hotfix/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 23:49:35 +0000</pubDate>
		<dc:creator>Cale</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development Journal]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.caledunlap.com/?p=662</guid>
		<description><![CDATA[Incase anybody else out there is encountering the annoying Visual Studio 2008 bug where compiling a solution results in Error C2471 (can&#8217;t update debug database)&#8230; here&#8217;s the fix: http://code.msdn.microsoft.com/KB946040 For the longest time I chalked...]]></description>
		<wfw:commentRss>http://www.caledunlap.com/2011/01/vs2008-solution-compile-error-c2471-hotfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Its been a while</title>
		<link>http://www.caledunlap.com/2010/08/its-been-a-while/</link>
		<comments>http://www.caledunlap.com/2010/08/its-been-a-while/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 08:13:23 +0000</pubDate>
		<dc:creator>Cale</dc:creator>
				<category><![CDATA[Development Journal]]></category>
		<category><![CDATA[gesture recognition]]></category>
		<category><![CDATA[mocap]]></category>
		<category><![CDATA[quaternion]]></category>
		<category><![CDATA[simulator]]></category>

		<guid isPermaLink="false">http://www.caledunlap.com/?p=596</guid>
		<description><![CDATA[Other than the title of a crappy Staind song&#8230; it has been a while indeed. My WP install has been pretty horked for the last few months so I haven&#8217;t bothered updating. I&#8217;ll take this...]]></description>
		<wfw:commentRss>http://www.caledunlap.com/2010/08/its-been-a-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few handy Javascript Methods</title>
		<link>http://www.caledunlap.com/2009/11/a-few-handy-javascript-methods/</link>
		<comments>http://www.caledunlap.com/2009/11/a-few-handy-javascript-methods/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:30:24 +0000</pubDate>
		<dc:creator>Cale</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development Journal]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://caledunlap.com/2009/11/a-few-handy-javascript-methods/</guid>
		<description><![CDATA[So I’ve been doing a LOT of Javascript programming in the last few days and I ran into a few limitations of the language or constructs within the language. For example, certain versions of IE...]]></description>
		<wfw:commentRss>http://www.caledunlap.com/2009/11/a-few-handy-javascript-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIX: When you undock some windows or change the window layout in the Visual Studio 2008 Service Pack 1 IDE, the IDE crashes</title>
		<link>http://www.caledunlap.com/2009/10/fix-when-you-undock-some-windows-or-change-the-window-layout-in-the-visual-studio-2008-service-pack-1-ide-the-ide-crashes/</link>
		<comments>http://www.caledunlap.com/2009/10/fix-when-you-undock-some-windows-or-change-the-window-layout-in-the-visual-studio-2008-service-pack-1-ide-the-ide-crashes/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 22:16:11 +0000</pubDate>
		<dc:creator>Cale</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development Journal]]></category>

		<guid isPermaLink="false">http://caledunlap.com/?p=545</guid>
		<description><![CDATA[FIX: When you undock some windows or change the window layout in the Visual Studio 2008 Service Pack 1 IDE, the IDE crashes. I just thought I re-post this incase anybody stumbled upon my blog...]]></description>
		<wfw:commentRss>http://www.caledunlap.com/2009/10/fix-when-you-undock-some-windows-or-change-the-window-layout-in-the-visual-studio-2008-service-pack-1-ide-the-ide-crashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Templatize Tool</title>
		<link>http://www.caledunlap.com/2009/07/templatize-tool/</link>
		<comments>http://www.caledunlap.com/2009/07/templatize-tool/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 06:52:31 +0000</pubDate>
		<dc:creator>Cale</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development Journal]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[templatizer]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://caledunlap.com/blog/?p=345</guid>
		<description><![CDATA[I recently wrote up a template engine tool called Templatize. It started as a tool for my girlfriend so she could quickly generate HTML pages from CSV rows for use on eBay, but then quickly...]]></description>
		<wfw:commentRss>http://www.caledunlap.com/2009/07/templatize-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

