<?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>Demian&#039;s Tech Blog &#187; programming</title>
	<atom:link href="http://demianturner.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://demianturner.com</link>
	<description>iPhone and other tech interests</description>
	<lastBuildDate>Sun, 25 Jul 2010 14:00:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bookmarks for May 18th</title>
		<link>http://demianturner.com/2010/05/bookmarks-for-may-18th/</link>
		<comments>http://demianturner.com/2010/05/bookmarks-for-may-18th/#comments</comments>
		<pubDate>Tue, 18 May 2010 23:00:00 +0000</pubDate>
		<dc:creator>demianturner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blogit]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[to_read]]></category>
		<category><![CDATA[to_watch]]></category>

		<guid isPermaLink="false">http://demianturner.com/2010/05/bookmarks-for-may-18th/</guid>
		<description><![CDATA[Recommended reading

Khan Academy &#8211; An amazing collection of 1200+ videos on anything from basic arithmetic and algebra to differential equations, physics, chemistry, biology and finance
JWB&#8217;s blog: Joel on Software &#8211; a summary: 2000 &#8211; Joel&#39;s blog is required reading for anyone in the tech sector &#8211; here&#39;s a nice slice to pique your interest

]]></description>
			<content:encoded><![CDATA[<p>Recommended reading</p>
<ul>
<li><a href="http://www.khanacademy.org/">Khan Academy</a> &#8211; An amazing collection of 1200+ videos on anything from basic arithmetic and algebra to differential equations, physics, chemistry, biology and finance</li>
<li><a href="http://jwbs-blog.blogspot.com/2010/03/joel-on-software-summary.html">JWB&#8217;s blog: Joel on Software &#8211; a summary: 2000</a> &#8211; Joel&#39;s blog is required reading for anyone in the tech sector &#8211; here&#39;s a nice slice to pique your interest</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://demianturner.com/2010/05/bookmarks-for-may-18th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wise words for the day</title>
		<link>http://demianturner.com/2010/05/wise-words-for-the-day/</link>
		<comments>http://demianturner.com/2010/05/wise-words-for-the-day/#comments</comments>
		<pubDate>Mon, 10 May 2010 20:29:17 +0000</pubDate>
		<dc:creator>demianturner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Alan Perlis]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://demianturner.com/?p=337</guid>
		<description><![CDATA[Alan Perlis once said: &#8220;A language that doesn&#8217;t affect the way you think about programming, is not worth knowing&#8221;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www-pu.informatik.uni-tuebingen.de/users/klaeren/epigrams.html">Alan Perlis</a> once said: &#8220;A language that doesn&#8217;t affect the way you think about programming, is not worth knowing&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://demianturner.com/2010/05/wise-words-for-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android versus iPhone Development: A Comparison</title>
		<link>http://demianturner.com/2009/07/android-versus-iphone-development-a-comparison/</link>
		<comments>http://demianturner.com/2009/07/android-versus-iphone-development-a-comparison/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 11:30:22 +0000</pubDate>
		<dc:creator>demianturner</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://demianturner.com/?p=108</guid>
		<description><![CDATA[
This article has a great comparison between iPhone and Android development.  It breaks down all aspects of development including:

language, model and platform
testing and continuous integration
resources and tooling
IDE
UI builder
debugger
profiler and heap analysis
appstore/sales

An excellent rebuttal to this article can be read here.
]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-110 alignnone" title="memory-analysis" src="http://demianturner.com/wp-content/uploads/2009/07/memory-analysis.png" alt="memory-analysis" width="400" height="225" /></p>
<p>This article has a <a href="http://greensopinion.blogspot.com/2009/07/android-versus-iphone-development.html">great comparison between iPhone and Android development</a>.  It breaks down all aspects of development including:</p>
<ul>
<li>language, model and platform</li>
<li>testing and continuous integration</li>
<li>resources and tooling</li>
<li>IDE</li>
<li>UI builder</li>
<li>debugger</li>
<li>profiler and heap analysis</li>
<li>appstore/sales</li>
</ul>
<p>An <strong>excellent rebuttal</strong> to this article <a href="http://iphonedevelopment.blogspot.com/2009/07/exercise-in-blatant-bias.html">can be read here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://demianturner.com/2009/07/android-versus-iphone-development-a-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
