<?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: Objective C 2.0: An Intro â€“ Part 1</title>
	<atom:link href="http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/</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: Anonymous</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-8019</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 03 Sep 2011 14:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-8019</guid>
		<description>There is no &quot;applicationdidfinishlaunching&quot; thing in my code. Where should I put the code?</description>
		<content:encoded><![CDATA[<p>There is no &#8220;applicationdidfinishlaunching&#8221; thing in my code. Where should I put the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaz Ahmed</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-6750</link>
		<dc:creator>Ajaz Ahmed</dc:creator>
		<pubDate>Wed, 15 Jun 2011 11:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-6750</guid>
		<description>Very Decent Tutorial ;))Â 

just picked up a bug for u !&quot;Â 




NSString *myString = [[NSString alloc] stringWithContentsofURL:myURL];  // Wrong

NSString *myString = [[NSString alloc] initWithContentsOfURL:myURL];/*Correct*/</description>
		<content:encoded><![CDATA[<p>Very Decent Tutorial <img src='http://www.icodeblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )Â </p>
<p>just picked up a bug for u !&#8221;Â </p>
<p>NSString *myString = [[NSString alloc] stringWithContentsofURL:myURL];  // Wrong</p>
<p>NSString *myString = [[NSString alloc] initWithContentsOfURL:myURL];/*Correct*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaz Ahmed</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-6751</link>
		<dc:creator>Ajaz Ahmed</dc:creator>
		<pubDate>Wed, 15 Jun 2011 11:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-6751</guid>
		<description>Very Decent Tutorial ;))Â 

just picked up a bug for u !&quot;Â 




NSString *myString = [[NSString alloc] stringWithContentsofURL:myURL];  // Wrong

NSString *myString = [[NSString alloc] initWithContentsOfURL:myURL];/*Correct*/</description>
		<content:encoded><![CDATA[<p>Very Decent Tutorial <img src='http://www.icodeblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )Â </p>
<p>just picked up a bug for u !&#8221;Â </p>
<p>NSString *myString = [[NSString alloc] stringWithContentsofURL:myURL];  // Wrong</p>
<p>NSString *myString = [[NSString alloc] initWithContentsOfURL:myURL];/*Correct*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed Sharif</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-6725</link>
		<dc:creator>Mohammed Sharif</dc:creator>
		<pubDate>Mon, 13 Jun 2011 20:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-6725</guid>
		<description>Excellent work. Really appreciated.</description>
		<content:encoded><![CDATA[<p>Excellent work. Really appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brun J. Swick</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-5967</link>
		<dc:creator>Brun J. Swick</dc:creator>
		<pubDate>Sun, 10 Apr 2011 14:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-5967</guid>
		<description>I&#039;m wondering about your code when nesting the methods.  When writing the code you did not alloc the NSURL, but in the breakdown you did.  Do you need to alloc the URL when nesting?</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering about your code when nesting the methods.  When writing the code you did not alloc the NSURL, but in the breakdown you did.  Do you need to alloc the URL when nesting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhay</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-5238</link>
		<dc:creator>Abhay</dc:creator>
		<pubDate>Fri, 25 Feb 2011 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-5238</guid>
		<description>Hi Nicholaus,

Are you looking printing statements in &quot;Debugger Console&quot;?. Make sure that you can see that windows. Many times it not visible. You should see (gdb) prompt on debugger console. Also make sure that you are written correct NLog() statements. And last, which XCode version and SDK version are you using? Looks like you are using latest XCode4 which is much different than current 3.2.5 version (similar to shown in above screen).</description>
		<content:encoded><![CDATA[<p>Hi Nicholaus,</p>
<p>Are you looking printing statements in &#8220;Debugger Console&#8221;?. Make sure that you can see that windows. Many times it not visible. You should see (gdb) prompt on debugger console. Also make sure that you are written correct NLog() statements. And last, which XCode version and SDK version are you using? Looks like you are using latest XCode4 which is much different than current 3.2.5 version (similar to shown in above screen).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholaus Serrano</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-5096</link>
		<dc:creator>Nicholaus Serrano</dc:creator>
		<pubDate>Thu, 24 Feb 2011 08:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-5096</guid>
		<description>I think im doing something wrong. When i open up this project a lot of things are different then what appears on your screen. Grant it, it has been two years since the video has been published. The problem lies within the execution of  the code. Once i debug it and go it shows the app launch on the Simulated iphone but i get no print out of the counting. Please enlighten me, you are a great teacher and i hope to get past to road block in order to continue learning. Thanks.</description>
		<content:encoded><![CDATA[<p>I think im doing something wrong. When i open up this project a lot of things are different then what appears on your screen. Grant it, it has been two years since the video has been published. The problem lies within the execution of  the code. Once i debug it and go it shows the app launch on the Simulated iphone but i get no print out of the counting. Please enlighten me, you are a great teacher and i hope to get past to road block in order to continue learning. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-2876</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 02 Jun 2010 14:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-2876</guid>
		<description>At last I can really get started! Programmed with C++ in the distant past and needed some cobwebs blown away as well as learning the new stuff for Objective-C. I hope you can find the time to continue.
Regards, Mike.</description>
		<content:encoded><![CDATA[<p>At last I can really get started! Programmed with C++ in the distant past and needed some cobwebs blown away as well as learning the new stuff for Objective-C. I hope you can find the time to continue.<br />
Regards, Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-2875</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 30 Sep 2009 20:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-2875</guid>
		<description>I think the URL from tutorial 2 is missing.  Code still works, but comes up nil. I&#039;m guessing it is because you changed servers.  Also, corrections are in the comments for Tutorial 2 (initWithContentsOfURL), but would be nice to have them in the body of the article.

Thanks so much for doing these though.  They help tremendously!</description>
		<content:encoded><![CDATA[<p>I think the URL from tutorial 2 is missing.  Code still works, but comes up nil. I&#8217;m guessing it is because you changed servers.  Also, corrections are in the comments for Tutorial 2 (initWithContentsOfURL), but would be nice to have them in the body of the article.</p>
<p>Thanks so much for doing these though.  They help tremendously!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nFieldFlyGuy</title>
		<link>http://www.icodeblog.com/2009/06/18/objective-c-20-an-intro-part-1/#comment-2874</link>
		<dc:creator>nFieldFlyGuy</dc:creator>
		<pubDate>Wed, 23 Sep 2009 04:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=900#comment-2874</guid>
		<description>Phenomenal tutorial.  You can&#039;t get too basic for newbies like myself.  I really appreciate the screencasts.  thanks for your work...Mark</description>
		<content:encoded><![CDATA[<p>Phenomenal tutorial.  You can&#8217;t get too basic for newbies like myself.  I really appreciate the screencasts.  thanks for your work&#8230;Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>

