<?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â€™s Threading â€“ Code Snapshot</title>
	<atom:link href="http://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/</link>
	<description>Conquering the mobile universe</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Louw Hopley</title>
		<link>http://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-8650</link>
		<dc:creator>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>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://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-6659</link>
		<dc:creator>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>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://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-6614</link>
		<dc:creator>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>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://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-5866</link>
		<dc:creator>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>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://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-5348</link>
		<dc:creator>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>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://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-5239</link>
		<dc:creator>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>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://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-5240</link>
		<dc:creator>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>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://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-3237</link>
		<dc:creator>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>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://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-3236</link>
		<dc:creator>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>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>
	<item>
		<title>By: kidumatarim</title>
		<link>http://www.icodeblog.com/2009/07/23/nstimer-the-poor-mans-threading-code-snapshot/#comment-3235</link>
		<dc:creator>kidumatarim</dc:creator>
		<pubDate>Thu, 01 Apr 2010 08:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1152#comment-3235</guid>
		<description>&lt;b&gt;&#1511;&#1497;&#1491;&#1493;&#1501; &#1488;&#1514;&#1512;&#1497;&#1501;&lt;/b&gt;
&lt;b&gt;&#1488;&#1501; &#1488;&#1514;&#1492; &#1512;&#1493;&#1488;&#1492; &#1488;&#1514; &#1492;&#1502;&#1493;&#1491;&#1506;&#1492; &#1492;&#1494;&#1488;&#1514;  -&#1490;&#1501; &#1488;&#1495;&#1512;&#1497;&#1501; &#1497;&#1512;&#1488;&#1493; &#1488;&#1493;&#1514;&#1492;&lt;/b&gt;

&#1511;&#1497;&#1491;&#1493;&#1501; &#1488;&#1514;&#1512;&#1497;&#1501; &#1489; &#1513;&#1497;&#1496;&#1492; &#1492;&#1495;&#1512;&#1514;
&#1492;&#1508;&#1510;&#1492; &#1493;&#1513;&#1497;&#1493;&#1493;&#1511; &#1489;&#1508;&#1493;&#1512;&#1493;&#1502;&#1497;&#1501; &#1492;&#1497;&#1504;&#1501; &#1499;&#1500;&#1497; &#1508;&#1512;&#1505;&#1493;&#1501; &#1488;&#1508;&#1511;&#1496;&#1497;&#1489;&#1497;&#1497;&#1501; &#1493;&#1495;&#1491;&#1513;&#1504;&#1497;&#1497;&#1501;.
 &#1499;&#1500;&#1497;&#1501; &#1488;&#1500;&#1492; &#1489;&#1506;&#1500;&#1497; &#1497;&#1514;&#1512;&#1493;&#1504;&#1493;&#1514; &#1489;&#1493;&#1500;&#1496;&#1497;&#1501;:
1.  &#1499;&#1488;&#1513;&#1512; &#1514;&#1493;&#1499;&#1503; &#1492;&#1502;&#1493;&#1491;&#1506;&#1492; &#1502;&#1504;&#1493;&#1505;&#1495; &#1492;&#1497;&#1496;&#1489;, &#1502;&#1506;&#1500; &#1495;&#1510;&#1497; &#1502;&#1502;&#1489;&#1511;&#1512;&#1497; &#1492;&#1508;&#1493;&#1512;&#1493;&#1502;&#1497;&#1501; &#1497;&#1497;&#1495;&#1513;&#1508;&#1493; &#1500;&#1514;&#1499;&#1504;&#1497;&#1492; &#1493;&#1488;&#1495;&#1493;&#1494; &#1490;&#1489;&#1493;&#1492; &#1502;&#1492;&#1501; &#1497;&#1514;&#1506;&#1504;&#1497;&#1497;&#1504;&#1493; &#1489;&#1512;&#1499;&#1497;&#1513;&#1514; &#1502;&#1493;&#1510;&#1512;&#1499;&#1501;.
2. &#1511;&#1497;&#1513;&#1493;&#1512; &#1500;&#1488;&#1514;&#1512;&#1499;&#1501; &#1497;&#1493;&#1508;&#1497;&#1506; &#1489;&#1506;&#1502;&#1493;&#1491;&#1497; &#1508;&#1493;&#1512;&#1493;&#1502;&#1497;&#1501; &#1512;&#1489;&#1497;&#1501;, &#1492;&#1490;&#1493;&#1512;&#1501; &#1500;&#1506;&#1500;&#1497;&#1497;&#1492; &#1504;&#1499;&#1512;&#1514; &#1489;&#1508;&#1493;&#1508;&#1493;&#1500;&#1512;&#1497;&#1493;&#1514; &#1513;&#1500;&#1493; (PAGE RANK) &#1493;&#1506;&#1500;&#1497;&#1497;&#1492; &#1500;&#1502;&#1497;&#1511;&#1493;&#1501; &#1490;&#1489;&#1493;&#1492; &#1489;&#1499;&#1500; &#1502;&#1504;&#1493;&#1506;&#1497; &#1492;&#1495;&#1497;&#1508;&#1493;&#1513;, &#1488;&#1513;&#1512; &#1497;&#1502;&#1513;&#1499;&#1493; &#1500;&#1511;&#1493;&#1495;&#1493;&#1514; &#1512;&#1489;&#1497;&#1501; &#1500;&#1492;&#1514;&#1506;&#1504;&#1497;&#1497;&#1503; &#1489;&#1502;&#1493;&#1510;&#1512;&#1499;&#1501;.

&#1492;&#1508;&#1510;&#1492; &#1511;&#1489;&#1493;&#1492; &#1493;&#1502;&#1488;&#1505;&#1497;&#1489;&#1497;&#1514; &#1489;&#1508;&#1493;&#1512;&#1493;&#1502;&#1497;&#1501; &#1502;&#1488;&#1508;&#1513;&#1512;&#1514; &#1500;&#1511;&#1491;&#1501; &#1488;&#1514; &#1488;&#1514;&#1512;&#1499;&#1501; &#1489;&#1502;&#1492;&#1497;&#1512;&#1493;&#1514; &#1493;&#1489;&#1497;&#1506;&#1497;&#1500;&#1493;&#1514; &#1493;&#1502;&#1489;&#1496;&#1497;&#1495;&#1492; &#1488;&#1514; &#1502;&#1497;&#1511;&#1493;&#1502;&#1493; &#1489;&#1506;&#1502;&#1493;&#1491; &#1492;&#1512;&#1488;&#1513;&#1493;&#1503; &#1489;&#1499;&#1500; &#1502;&#1504;&#1493;&#1506;&#1497; &#1492;&#1495;&#1497;&#1508;&#1493;&#1513;.



&#1496;&#1500;&#1508;&#1493;&#1503; &#1500;&#1492;&#1494;&#1502;&#1504;&#1493;&#1514; 0548307374
icq 303927119</description>
		<content:encoded><![CDATA[<p><b>&#1511;&#1497;&#1491;&#1493;&#1501; &#1488;&#1514;&#1512;&#1497;&#1501;</b><br />
<b>&#1488;&#1501; &#1488;&#1514;&#1492; &#1512;&#1493;&#1488;&#1492; &#1488;&#1514; &#1492;&#1502;&#1493;&#1491;&#1506;&#1492; &#1492;&#1494;&#1488;&#1514;  -&#1490;&#1501; &#1488;&#1495;&#1512;&#1497;&#1501; &#1497;&#1512;&#1488;&#1493; &#1488;&#1493;&#1514;&#1492;</b></p>
<p>&#1511;&#1497;&#1491;&#1493;&#1501; &#1488;&#1514;&#1512;&#1497;&#1501; &#1489; &#1513;&#1497;&#1496;&#1492; &#1492;&#1495;&#1512;&#1514;<br />
&#1492;&#1508;&#1510;&#1492; &#1493;&#1513;&#1497;&#1493;&#1493;&#1511; &#1489;&#1508;&#1493;&#1512;&#1493;&#1502;&#1497;&#1501; &#1492;&#1497;&#1504;&#1501; &#1499;&#1500;&#1497; &#1508;&#1512;&#1505;&#1493;&#1501; &#1488;&#1508;&#1511;&#1496;&#1497;&#1489;&#1497;&#1497;&#1501; &#1493;&#1495;&#1491;&#1513;&#1504;&#1497;&#1497;&#1501;.<br />
 &#1499;&#1500;&#1497;&#1501; &#1488;&#1500;&#1492; &#1489;&#1506;&#1500;&#1497; &#1497;&#1514;&#1512;&#1493;&#1504;&#1493;&#1514; &#1489;&#1493;&#1500;&#1496;&#1497;&#1501;:<br />
1.  &#1499;&#1488;&#1513;&#1512; &#1514;&#1493;&#1499;&#1503; &#1492;&#1502;&#1493;&#1491;&#1506;&#1492; &#1502;&#1504;&#1493;&#1505;&#1495; &#1492;&#1497;&#1496;&#1489;, &#1502;&#1506;&#1500; &#1495;&#1510;&#1497; &#1502;&#1502;&#1489;&#1511;&#1512;&#1497; &#1492;&#1508;&#1493;&#1512;&#1493;&#1502;&#1497;&#1501; &#1497;&#1497;&#1495;&#1513;&#1508;&#1493; &#1500;&#1514;&#1499;&#1504;&#1497;&#1492; &#1493;&#1488;&#1495;&#1493;&#1494; &#1490;&#1489;&#1493;&#1492; &#1502;&#1492;&#1501; &#1497;&#1514;&#1506;&#1504;&#1497;&#1497;&#1504;&#1493; &#1489;&#1512;&#1499;&#1497;&#1513;&#1514; &#1502;&#1493;&#1510;&#1512;&#1499;&#1501;.<br />
2. &#1511;&#1497;&#1513;&#1493;&#1512; &#1500;&#1488;&#1514;&#1512;&#1499;&#1501; &#1497;&#1493;&#1508;&#1497;&#1506; &#1489;&#1506;&#1502;&#1493;&#1491;&#1497; &#1508;&#1493;&#1512;&#1493;&#1502;&#1497;&#1501; &#1512;&#1489;&#1497;&#1501;, &#1492;&#1490;&#1493;&#1512;&#1501; &#1500;&#1506;&#1500;&#1497;&#1497;&#1492; &#1504;&#1499;&#1512;&#1514; &#1489;&#1508;&#1493;&#1508;&#1493;&#1500;&#1512;&#1497;&#1493;&#1514; &#1513;&#1500;&#1493; (PAGE RANK) &#1493;&#1506;&#1500;&#1497;&#1497;&#1492; &#1500;&#1502;&#1497;&#1511;&#1493;&#1501; &#1490;&#1489;&#1493;&#1492; &#1489;&#1499;&#1500; &#1502;&#1504;&#1493;&#1506;&#1497; &#1492;&#1495;&#1497;&#1508;&#1493;&#1513;, &#1488;&#1513;&#1512; &#1497;&#1502;&#1513;&#1499;&#1493; &#1500;&#1511;&#1493;&#1495;&#1493;&#1514; &#1512;&#1489;&#1497;&#1501; &#1500;&#1492;&#1514;&#1506;&#1504;&#1497;&#1497;&#1503; &#1489;&#1502;&#1493;&#1510;&#1512;&#1499;&#1501;.</p>
<p>&#1492;&#1508;&#1510;&#1492; &#1511;&#1489;&#1493;&#1492; &#1493;&#1502;&#1488;&#1505;&#1497;&#1489;&#1497;&#1514; &#1489;&#1508;&#1493;&#1512;&#1493;&#1502;&#1497;&#1501; &#1502;&#1488;&#1508;&#1513;&#1512;&#1514; &#1500;&#1511;&#1491;&#1501; &#1488;&#1514; &#1488;&#1514;&#1512;&#1499;&#1501; &#1489;&#1502;&#1492;&#1497;&#1512;&#1493;&#1514; &#1493;&#1489;&#1497;&#1506;&#1497;&#1500;&#1493;&#1514; &#1493;&#1502;&#1489;&#1496;&#1497;&#1495;&#1492; &#1488;&#1514; &#1502;&#1497;&#1511;&#1493;&#1502;&#1493; &#1489;&#1506;&#1502;&#1493;&#1491; &#1492;&#1512;&#1488;&#1513;&#1493;&#1503; &#1489;&#1499;&#1500; &#1502;&#1504;&#1493;&#1506;&#1497; &#1492;&#1495;&#1497;&#1508;&#1493;&#1513;.</p>
<p>&#1496;&#1500;&#1508;&#1493;&#1503; &#1500;&#1492;&#1494;&#1502;&#1504;&#1493;&#1514; 0548307374<br />
icq 303927119</p>
]]></content:encoded>
	</item>
</channel>
</rss>

