<?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/"
	>

<channel>
	<title>Joe Jacobs</title>
	<atom:link href="http://joejacobs.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://joejacobs.org</link>
	<description>Anything's Possible</description>
	<pubDate>Sat, 22 Nov 2008 23:59:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3-9826</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tweets on 2008-11-22</title>
		<link>http://joejacobs.org/2008/11/22/tweets-on-2008-11-22/</link>
		<comments>http://joejacobs.org/2008/11/22/tweets-on-2008-11-22/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 23:59:59 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[tweets]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://joejacobs.org/2008/11/22/tweets-on-2008-11-22/</guid>
		<description><![CDATA[
Akismet is incrementing itself everyday but there&#8217;s no spam in the spam queue??? #
hurrying to finish my last project for the year coz I really want to do the prep for my inverviews over the weekend #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Akismet is incrementing itself everyday but there&#8217;s no spam in the spam queue??? <a href="http://twitter.com/hazardcell/statuses/1016327192">#</a></li>
<li>hurrying to finish my last project for the year coz I really want to do the prep for my inverviews over the weekend <a href="http://twitter.com/hazardcell/statuses/1017402472">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/22/tweets-on-2008-11-22/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OS X Snow Leopard vs. Windows 7</title>
		<link>http://joejacobs.org/2008/11/21/os-x-snow-leopard-vs-windows-7/</link>
		<comments>http://joejacobs.org/2008/11/21/os-x-snow-leopard-vs-windows-7/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 17:38:49 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[comparison]]></category>

		<category><![CDATA[mac]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[microsuck]]></category>

		<category><![CDATA[os x]]></category>

		<category><![CDATA[snow leopard]]></category>

		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://joejacobs.org/2008/11/21/os-x-snow-leopard-vs-windows-7/</guid>
		<description><![CDATA[A brilliant comparison between the OS X Snow Leopard and Microsuck Windows 7 by The Onion

Source: OS X Snow Leopard vs. Windows 7 &#124; The Onion - America&#8217;s Finest News Source
]]></description>
			<content:encoded><![CDATA[<p>A brilliant comparison between the OS X Snow Leopard and Microsuck Windows 7 by <em>The Onion</em><a href="http://www.theonion.com/content/infograph/os_x_snow_leopard_vs_windows"></a></p>
<p style="text-align: center;"><a href="http://www.theonion.com/content/infograph/os_x_snow_leopard_vs_windows"><img src="http://joejacobs.org/wp-content/uploads/2008/11/infographic-web-4445_redoarticle.jpg" alt="OS X Snow Leopard vs. Windows 7" /></a></p>
<p>Source: <a href="http://www.theonion.com/content/infograph/os_x_snow_leopard_vs_windows">OS X Snow Leopard vs. Windows 7 | The Onion - America&#8217;s Finest News Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/21/os-x-snow-leopard-vs-windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress spell check fix</title>
		<link>http://joejacobs.org/2008/11/21/wordpress-spell-check-fix/</link>
		<comments>http://joejacobs.org/2008/11/21/wordpress-spell-check-fix/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 17:16:20 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[fix]]></category>

		<category><![CDATA[spell check]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://joejacobs.org/?p=272</guid>
		<description><![CDATA[Barry of Clearskys.net has found a fix for the spellcheck error. It was a problem with the headers sent by the script. Commenting the encoding header did the trick

//header('Content-Encoding: UTF-8');

the header is in the file rpc.php which is in wp-includes/js/tinymce/plugins/spellcheck
]]></description>
			<content:encoded><![CDATA[<p>Barry of Clearskys.net has found a <a title="fix for wordpress spell check error" href="http://blog.clearskys.net/2008/11/20/wordpress-spellcheck-woes/">fix for the spellcheck error</a>. It was a problem with the headers sent by the script. Commenting the encoding header did the trick</p>
<blockquote>
<pre>//header('Content-Encoding: UTF-8');</pre>
</blockquote>
<p>the header is in the file rpc.php which is in wp-includes/js/tinymce/plugins/spellcheck</p>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/21/wordpress-spell-check-fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tweets on 2008-11-20</title>
		<link>http://joejacobs.org/2008/11/20/tweets-on-2008-11-20/</link>
		<comments>http://joejacobs.org/2008/11/20/tweets-on-2008-11-20/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 22:59:59 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[tweets]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://joejacobs.org/2008/11/20/tweets-on-2008-11-20/</guid>
		<description><![CDATA[
omg firefox is sooo heavy on memory&#8230; #
I&#8217;m on the tube, stuck just before White City and the carriage I&#8217;m in is full of noisy babies&#8230;if this isn&#8217;t arse luck I don&#8217;t know wha &#8230; #
On my to check out Westfield, the new shopping complex in White City #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>omg firefox is sooo heavy on memory&#8230; <a href="http://twitter.com/hazardcell/statuses/1013394483">#</a></li>
<li>I&#8217;m on the tube, stuck just before White City and the carriage I&#8217;m in is full of noisy babies&#8230;if this isn&#8217;t arse luck I don&#8217;t know wha &#8230; <a href="http://twitter.com/hazardcell/statuses/1015069930">#</a></li>
<li>On my to check out Westfield, the new shopping complex in White City <a href="http://twitter.com/hazardcell/statuses/1015264623">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/20/tweets-on-2008-11-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Let me google that for you</title>
		<link>http://joejacobs.org/2008/11/19/let-me-google-that-for-you/</link>
		<comments>http://joejacobs.org/2008/11/19/let-me-google-that-for-you/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 18:14:45 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://joejacobs.org/2008/11/19/let-me-google-that-for-you/</guid>
		<description><![CDATA[Haha this is good
Letmegooglethatforyou.com
For those who prefer to ask you instead of google it themselves&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Haha this is good</p>
<p><a title="Let me google that for you" href="http://letmegooglethatforyou.com/">Letmegooglethatforyou.com</a></p>
<p>For those who prefer to ask you instead of google it themselves&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/19/let-me-google-that-for-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TechWire: Why uploading photos to Flickr is against the law</title>
		<link>http://joejacobs.org/2008/11/19/techwire-why-uploading-photos-to-flickr-is-against-the-law/</link>
		<comments>http://joejacobs.org/2008/11/19/techwire-why-uploading-photos-to-flickr-is-against-the-law/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 15:58:56 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[flickr]]></category>

		<category><![CDATA[illegal]]></category>

		<category><![CDATA[photos]]></category>

		<category><![CDATA[uploading]]></category>

		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://joejacobs.org/2008/11/19/techwire-why-uploading-photos-to-flickr-is-against-the-law/</guid>
		<description><![CDATA[Thank God half the pictures I&#8217;ve uploaded are of family members so the possibility of a law suit is very low&#8230;I Hope!
TechWire: Why uploading photos to Flickr is against the law
]]></description>
			<content:encoded><![CDATA[<p>Thank God half the pictures I&#8217;ve uploaded are of family members so the possibility of a law suit is very low&#8230;I Hope!</p>
<p><a title="Why uploading photos to Flickr is against the law" href="http://www.yourtechstuff.com/techwire/2008/11/why-uploading-photos-to-flickr-is-against-the-law.html">TechWire: Why uploading photos to Flickr is against the law</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/19/techwire-why-uploading-photos-to-flickr-is-against-the-law/feed/</wfw:commentRss>
		</item>
		<item>
		<title>pyTwit</title>
		<link>http://joejacobs.org/2008/11/18/pytwit/</link>
		<comments>http://joejacobs.org/2008/11/18/pytwit/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:07:27 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Updates]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[python]]></category>

		<category><![CDATA[pyTwit]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://joejacobs.org/?p=237</guid>
		<description><![CDATA[I&#8217;ve decided to call my Twitter app pyTwit. I&#8217;ve searched the Twitter Fan Wiki list of apps and there doesn&#8217;t seem to be a pyTwit yet so I&#8217;ve decided to claim the name (hey it rhymes!)
Anyways, I did a version 0.1.1 which was basically adding the functionality for posting tweets but I&#8217;ve also added many [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to call my Twitter app pyTwit. I&#8217;ve searched the Twitter Fan Wiki list of apps and there doesn&#8217;t seem to be a pyTwit yet so I&#8217;ve decided to claim the name <em>(hey it rhymes!)</em></p>
<p>Anyways, I did a version 0.1.1 which was basically adding the functionality for posting tweets but I&#8217;ve also added many more features <em>(like displaying multiple timelines and a command system for using the different features)</em> and redesigned the code structure so I&#8217;ve decided to call this one version 0.2</p>
<p>You can check it out <a title="pyTwit" href="http://joejacobs.org/software/pytwit/">here</a>. I&#8217;ve also included a compiled Windows executable in the archive for those who are unfortunate enough to be running using Microsuck Windows&#8230;me included <img src='http://joejacobs.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/18/pytwit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My own Twitter app</title>
		<link>http://joejacobs.org/2008/11/17/my-own-twitter-app/</link>
		<comments>http://joejacobs.org/2008/11/17/my-own-twitter-app/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 23:49:21 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Updates]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[python]]></category>

		<category><![CDATA[pyTwit]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://joejacobs.org/?p=229</guid>
		<description><![CDATA[OK I know we really don&#8217;t need yet another Twitter app but I&#8217;m doing this to practice programming in python. This is version 0.1 so I&#8217;ll definately add more stuff as I go along.
I&#8217;m using the XML feed from the Twitter REST API. I know there are modules to process the XML feed (like minidom [...]]]></description>
			<content:encoded><![CDATA[<p>OK I know we really don&#8217;t need yet another Twitter app but I&#8217;m doing this to practice programming in python. This is version 0.1 so I&#8217;ll definately add more stuff as I go along.</p>
<p>I&#8217;m using the XML feed from the Twitter REST API. I know there are modules to process the XML feed (like minidom and sax) but I decided to write my own method for processing the feed for educational purposes. My method won&#8217;t work with any feed <em>(yet)</em> but it&#8217;ll work fine for the Twitter feed.</p>
<p>At the moment, the app will only get your friends timeline and display it for you. I&#8217;ll add more functionality later this week if I have the time. In the mean time please try it out. All comments/criticism/suggestions/feedback are welcomed.</p>
<p><a href="http://joejacobs.org/software/pytwit" title="pyTwit">twitter.py</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/17/my-own-twitter-app/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tweets on 2008-11-14</title>
		<link>http://joejacobs.org/2008/11/14/tweets-on-2008-11-14-40/</link>
		<comments>http://joejacobs.org/2008/11/14/tweets-on-2008-11-14-40/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 22:59:59 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[tweets]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://joejacobs.org/2008/11/14/tweets-on-2008-11-14-40/</guid>
		<description><![CDATA[
yay got an interview with Imperial College on 3 Dec. Hope it goes better than Bristol! #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>yay got an interview with Imperial College on 3 Dec. Hope it goes better than Bristol! <a href="http://twitter.com/hazardcell/statuses/1004607595">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/14/tweets-on-2008-11-14-40/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Phoenix Mars Lander: This is My Farewell Transmission From Mars</title>
		<link>http://joejacobs.org/2008/11/10/phoenix-mars-lander-this-is-my-farewell-transmission-from-mars/</link>
		<comments>http://joejacobs.org/2008/11/10/phoenix-mars-lander-this-is-my-farewell-transmission-from-mars/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 21:53:46 +0000</pubDate>
		<dc:creator>Joe Jacobs</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[farewell]]></category>

		<category><![CDATA[martian]]></category>

		<category><![CDATA[nasa]]></category>

		<category><![CDATA[phoenix mars lander]]></category>

		<category><![CDATA[probe]]></category>

		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://joejacobs.org/?p=180</guid>
		<description><![CDATA[The last transmission from the Pheonix Mars Lander:
http://gizmodo.com/5082385/this-is-my-farewell-transmission-from-mars
and a little tribute to it&#8230;
http://www.jpl.nasa.gov/video/index.cfm
]]></description>
			<content:encoded><![CDATA[<p>The last transmission from the Pheonix Mars Lander:</p>
<p><a href="http://gizmodo.com/5082385/this-is-my-farewell-transmission-from-mars">http://gizmodo.com/5082385/this-is-my-farewell-transmission-from-mars</a></p>
<p>and a little tribute to it&#8230;</p>
<p><a href="http://www.jpl.nasa.gov/video/index.cfm">http://www.jpl.nasa.gov/video/index.cfm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joejacobs.org/2008/11/10/phoenix-mars-lander-this-is-my-farewell-transmission-from-mars/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
