<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: NSTimer: The Poor Man&#8217;s Threading &#8211; Code Snapshot</title>
	<atom:link href="/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Tue, 31 Mar 2015 14:02:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>By: Brendan Kilcoyne</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-9510</link>
		<dc:creator><![CDATA[Brendan Kilcoyne]]></dc:creator>
		<pubDate>Sat, 29 Sep 2012 18:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-9510</guid>
		<description><![CDATA[This was so simple and very useful.  You saved me a day of pain.  Thanks!!!]]></description>
		<content:encoded><![CDATA[<p>This was so simple and very useful.  You saved me a day of pain.  Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louw Hopley</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-8650</link>
		<dc:creator><![CDATA[Louw Hopley]]></dc:creator>
		<pubDate>Mon, 07 Nov 2011 15:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-8650</guid>
		<description><![CDATA[Finally a tutorial with less than 90% of it devoted to creating the &quot;Project&quot;! Normally anybody viewing these tutorials already have their project set up and only need to implement these specific features. - so thank you.]]></description>
		<content:encoded><![CDATA[<p>Finally a tutorial with less than 90% of it devoted to creating the &#8220;Project&#8221;! Normally anybody viewing these tutorials already have their project set up and only need to implement these specific features. &#8211; so thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimjjin</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-6659</link>
		<dc:creator><![CDATA[jimjjin]]></dc:creator>
		<pubDate>Fri, 03 Jun 2011 23:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-6659</guid>
		<description><![CDATA[Actually %d is for *decimal* values (as opposed to %x forÂ hexadecimal) while %f is for floating point codes (including %d). Finally %i, I believe, simply forces the decimal value to be signed.]]></description>
		<content:encoded><![CDATA[<p>Actually %d is for *decimal* values (as opposed to %x forÂ hexadecimal) while %f is for floating point codes (including %d). Finally %i, I believe, simply forces the decimal value to be signed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nipszx</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-6614</link>
		<dc:creator><![CDATA[Nipszx]]></dc:creator>
		<pubDate>Tue, 31 May 2011 09:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-6614</guid>
		<description><![CDATA[Everything is good except  getting an expected identifier error. Â I can&#039;t figure out why. Â Please help]]></description>
		<content:encoded><![CDATA[<p>Everything is good except  getting an expected identifier error. Â I can&#8217;t figure out why. Â Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaxKDevelopment</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-5866</link>
		<dc:creator><![CDATA[MaxKDevelopment]]></dc:creator>
		<pubDate>Wed, 30 Mar 2011 21:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-5866</guid>
		<description><![CDATA[Quote: &quot;NSLog(@&quot;My number is %d&quot;, r);&quot;. Initially that is incorrect, but will however work. %d is for double values rather than integer variables. %i is for integers! This does not make a lot of difference, but it is always better to be correct!]]></description>
		<content:encoded><![CDATA[<p>Quote: &#8220;NSLog(@&#8221;My number is %d&#8221;, r);&#8221;. Initially that is incorrect, but will however work. %d is for double values rather than integer variables. %i is for integers! This does not make a lot of difference, but it is always better to be correct!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hugo</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-5348</link>
		<dc:creator><![CDATA[hugo]]></dc:creator>
		<pubDate>Sun, 27 Feb 2011 01:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-5348</guid>
		<description><![CDATA[one tip for you, if youre making a snapshot of simulator or something on mac use cmd+shif+4 and then press spacebar - it will make a nice snapshot just of this window with shadows applied and everything. cheers!]]></description>
		<content:encoded><![CDATA[<p>one tip for you, if youre making a snapshot of simulator or something on mac use cmd+shif+4 and then press spacebar &#8211; it will make a nice snapshot just of this window with shadows applied and everything. cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Hoyer</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-5239</link>
		<dc:creator><![CDATA[Andrew Hoyer]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-5239</guid>
		<description><![CDATA[Thanks, I love these short and simple examples.  Exactly what I needed.]]></description>
		<content:encoded><![CDATA[<p>Thanks, I love these short and simple examples.  Exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Hoyer</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-5240</link>
		<dc:creator><![CDATA[Andrew Hoyer]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-5240</guid>
		<description><![CDATA[Thanks, I love these short and simple examples.  Exactly what I needed.]]></description>
		<content:encoded><![CDATA[<p>Thanks, I love these short and simple examples.  Exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Three</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-3237</link>
		<dc:creator><![CDATA[Joel Three]]></dc:creator>
		<pubDate>Sat, 16 Oct 2010 13:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-3237</guid>
		<description><![CDATA[Very Nice, thanks a bunch!]]></description>
		<content:encoded><![CDATA[<p>Very Nice, thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandi Stahmer</title>
		<link>http://icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-3236</link>
		<dc:creator><![CDATA[Sandi Stahmer]]></dc:creator>
		<pubDate>Sun, 04 Apr 2010 01:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-3236</guid>
		<description><![CDATA[I need some advice for my blog....I like your layout. Can you help me? 9 1 4]]></description>
		<content:encoded><![CDATA[<p>I need some advice for my blog&#8230;.I like your layout. Can you help me? 9 1 4</p>
]]></content:encoded>
	</item>
</channel>
</rss>
