<?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>kennethjorgensen.com</title>
	<atom:link href="http://kennethjorgensen.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://kennethjorgensen.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 12 Mar 2012 23:14:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>On PHP 5.4 and Traits</title>
		<link>http://kennethjorgensen.com/blog/2012/03/06/on-php-5-4-and-traits/</link>
		<comments>http://kennethjorgensen.com/blog/2012/03/06/on-php-5-4-and-traits/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 01:00:35 +0000</pubDate>
		<dc:creator>kenn</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://kennethjorgensen.com/blog/?p=150</guid>
		<description><![CDATA[About a week ago PHP 5.4 was released as stable. It introduces lots of bugfixes and a few new features, the most important of which is traits. Traits are PHP&#8217;s answer to multiple inheritance . Traits are not instantiated like normal classes, but instead work much like mixins, defining common functionality which can be &#8220;inserted&#8221; [...]]]></description>
		<wfw:commentRss>http://kennethjorgensen.com/blog/2012/03/06/on-php-5-4-and-traits/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BitCoin: A Quick Introduction</title>
		<link>http://kennethjorgensen.com/blog/2011/06/12/bitcoin-a-quick-introduction/</link>
		<comments>http://kennethjorgensen.com/blog/2011/06/12/bitcoin-a-quick-introduction/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 18:45:31 +0000</pubDate>
		<dc:creator>kenn</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[banking]]></category>
		<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://kennethjorgensen.com/blog/?p=132</guid>
		<description><![CDATA[On the 3rd of January 2009 the first BitCoin block was generated. Back then hardly anyone knew what it was, and the coins definitely weren&#8217;t worth anything. However, recently BitCoin has gotten a lot of attention, both good and bad. I first heard about BitCoin on episode 287 of Security Now (YouTube) with Steve Gibson [...]]]></description>
		<wfw:commentRss>http://kennethjorgensen.com/blog/2011/06/12/bitcoin-a-quick-introduction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Planet Earth on the Desktop</title>
		<link>http://kennethjorgensen.com/blog/2010/06/09/planet-earth-on-the-desktop/</link>
		<comments>http://kennethjorgensen.com/blog/2010/06/09/planet-earth-on-the-desktop/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 22:00:36 +0000</pubDate>
		<dc:creator>kenn</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[xplanet]]></category>

		<guid isPermaLink="false">http://kennethjorgensen.com/blog/?p=49</guid>
		<description><![CDATA[The other day I came across http://die.net/earth, which I thought was one of the coolest ideas I&#8217;d seen in a long time. However, there are two problems with it: 1: I don&#8217;t feel right downloading his images once every hour, mainly because I wanted it more live than that! (yes, I know there is no [...]]]></description>
		<wfw:commentRss>http://kennethjorgensen.com/blog/2010/06/09/planet-earth-on-the-desktop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Proxy Servlet for GWT in devmode</title>
		<link>http://kennethjorgensen.com/blog/2010/04/12/proxy-servlet-for-gwt-in-devmode/</link>
		<comments>http://kennethjorgensen.com/blog/2010/04/12/proxy-servlet-for-gwt-in-devmode/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 23:54:41 +0000</pubDate>
		<dc:creator>kenn</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jetty]]></category>

		<guid isPermaLink="false">http://kennethjorgensen.com/blog/?p=37</guid>
		<description><![CDATA[One of the problems with using GWT is that when you run in devmode, GWT manages its own instance of a Jetty server (I think it&#8217;s a Jetty server anyway). Unless you want to use GWT&#8217;s own server implementation, and perhaps even run in on Google AppEngine, you&#8217;re going to run into the same origin [...]]]></description>
		<wfw:commentRss>http://kennethjorgensen.com/blog/2010/04/12/proxy-servlet-for-gwt-in-devmode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing dependencies with Apache Ant</title>
		<link>http://kennethjorgensen.com/blog/2010/04/11/installing-dependencies-with-apache-ant/</link>
		<comments>http://kennethjorgensen.com/blog/2010/04/11/installing-dependencies-with-apache-ant/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 16:42:28 +0000</pubDate>
		<dc:creator>kenn</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[apacheant]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://kennethjorgensen.com/blog/?p=29</guid>
		<description><![CDATA[I&#8217;ve recently been messing around with GWT and Mercurial, and came across the age old dilemma: &#8220;add libraries to version control or not &#8230;&#8221;. On one hand it&#8217;s easier to deploy and get new people to use it, on the other hand it&#8217;s pretty redundant and down right ugly. So, the only other solutions are [...]]]></description>
		<wfw:commentRss>http://kennethjorgensen.com/blog/2010/04/11/installing-dependencies-with-apache-ant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Type-checking in Javascript</title>
		<link>http://kennethjorgensen.com/blog/2010/04/04/type-checking-in-javascript/</link>
		<comments>http://kennethjorgensen.com/blog/2010/04/04/type-checking-in-javascript/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 16:04:07 +0000</pubDate>
		<dc:creator>kenn</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://kennethjorgensen.com/blog/?p=11</guid>
		<description><![CDATA[A while back I wrote a few functions to reliably determine types in javascript. The reason I made these functions is because javascript&#8217;s typeof operator doesn&#8217;t always return what you want. The main idiosyncrasy is typeof [] and typeof null both returning "object". At the time of coding, I also wanted a function to tell [...]]]></description>
		<wfw:commentRss>http://kennethjorgensen.com/blog/2010/04/04/type-checking-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

