<?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 for Andy Jacobs blog</title>
	<atom:link href="http://andyj.be/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://andyj.be/blog</link>
	<description>my blog</description>
	<lastBuildDate>Tue, 20 Oct 2009 11:02:12 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on AS3 to Cocoa touch: XML by Rinkart</title>
		<link>http://andyj.be/blog/?p=37&#038;cpage=1#comment-46</link>
		<dc:creator>Rinkart</dc:creator>
		<pubDate>Tue, 20 Oct 2009 11:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=37#comment-46</guid>
		<description>Hello, please how do i get the XML values and assign them into string and integer variables?</description>
		<content:encoded><![CDATA[<p>Hello, please how do i get the XML values and assign them into string and integer variables?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 to Cocoa touch: JSON (Part 2: send JSON) by Daniel K</title>
		<link>http://andyj.be/blog/?p=65&#038;cpage=1#comment-63</link>
		<dc:creator>Daniel K</dc:creator>
		<pubDate>Sat, 26 Sep 2009 11:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=65#comment-63</guid>
		<description>Tha pointer json needs to be initialized (not only allocated) and the code will work. :)</description>
		<content:encoded><![CDATA[<p>Tha pointer json needs to be initialized (not only allocated) and the code will work. <img src='http://andyj.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 to Cocoa touch: XML by Tony</title>
		<link>http://andyj.be/blog/?p=37&#038;cpage=1#comment-45</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 22 Sep 2009 17:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=37#comment-45</guid>
		<description>Any ideas how to use this code to retrieve xml from a secure https site that is using a self-signed certificate? If I simply use https in the URL, I don&#039;t get any response. Normally a browser would pop up with a dialog asking if I want to use a self-signed cert. iPhone doesn&#039;t have such a mechanism.

Thanks for your help</description>
		<content:encoded><![CDATA[<p>Any ideas how to use this code to retrieve xml from a secure https site that is using a self-signed certificate? If I simply use https in the URL, I don&#8217;t get any response. Normally a browser would pop up with a dialog asking if I want to use a self-signed cert. iPhone doesn&#8217;t have such a mechanism.</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 to Cocoa touch: JSON (Part 2: send JSON) by ahmad imtiaz</title>
		<link>http://andyj.be/blog/?p=65&#038;cpage=1#comment-62</link>
		<dc:creator>ahmad imtiaz</dc:creator>
		<pubDate>Thu, 17 Sep 2009 11:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=65#comment-62</guid>
		<description>thanx for your help buddy.</description>
		<content:encoded><![CDATA[<p>thanx for your help buddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 to Cocoa touch: JSON (Part 2: send JSON) by Gareth</title>
		<link>http://andyj.be/blog/?p=65&#038;cpage=1#comment-61</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Tue, 01 Sep 2009 21:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=65#comment-61</guid>
		<description>Hi,

Great tutorial, however, unfortunately I&#039;m struggling to get this second part working. I get an error on this line:

NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:&amp;urlResponse error:nil];

amp undeclared

What&#039;s the purpose of this? I haven&#039;t seen it used before.

I tried removing it but then I get the error:

Passing arguement 2 of &#039;sendSychronusRequest:returningResponse:error:&#039; from incompatible pointer type.

Please help! I&#039;m not sure what it wants.....

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great tutorial, however, unfortunately I&#8217;m struggling to get this second part working. I get an error on this line:</p>
<p>NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:&amp;urlResponse error:nil];</p>
<p>amp undeclared</p>
<p>What&#8217;s the purpose of this? I haven&#8217;t seen it used before.</p>
<p>I tried removing it but then I get the error:</p>
<p>Passing arguement 2 of &#8217;sendSychronusRequest:returningResponse:error:&#8217; from incompatible pointer type.</p>
<p>Please help! I&#8217;m not sure what it wants&#8230;..</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 to Cocoa touch: XML by holms</title>
		<link>http://andyj.be/blog/?p=37&#038;cpage=1#comment-44</link>
		<dc:creator>holms</dc:creator>
		<pubDate>Thu, 27 Aug 2009 05:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=37#comment-44</guid>
		<description>at the end of  didStartElement after if statement it must be:

[currentNodeContent setString:@&quot;&quot;];

or else it will give output like ALL XML TAGS VALUES IN ONE BIG LINE

and I got 3 hours of fcking my self with this strange issue thnx to #macdev who helped me in it, btw the same goes to official apple manual!!!!!!!!!

That line clears string everytime when new tag parsed!!</description>
		<content:encoded><![CDATA[<p>at the end of  didStartElement after if statement it must be:</p>
<p>[currentNodeContent setString:@""];</p>
<p>or else it will give output like ALL XML TAGS VALUES IN ONE BIG LINE</p>
<p>and I got 3 hours of fcking my self with this strange issue thnx to #macdev who helped me in it, btw the same goes to official apple manual!!!!!!!!!</p>
<p>That line clears string everytime when new tag parsed!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 to Cocoa touch: JSON (Part 2: send JSON) by Zap</title>
		<link>http://andyj.be/blog/?p=65&#038;cpage=1#comment-60</link>
		<dc:creator>Zap</dc:creator>
		<pubDate>Fri, 14 Aug 2009 20:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=65#comment-60</guid>
		<description>Where is the code for Person.h and Person.m? Is there a place i can download the files?</description>
		<content:encoded><![CDATA[<p>Where is the code for Person.h and Person.m? Is there a place i can download the files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickTip: Notifications in Cocoa-touch by Eric M.</title>
		<link>http://andyj.be/blog/?p=117&#038;cpage=1#comment-80</link>
		<dc:creator>Eric M.</dc:creator>
		<pubDate>Thu, 06 Aug 2009 22:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=117#comment-80</guid>
		<description>Andy, i must say, it&#039;s nice to have found your blog...i am an as3 developer currently learning cocoa and it&#039;s so funny how i am always thinking...&#039;oh, that&#039;s like XXX in AS3&#039;. Thanks man, will be reading more.</description>
		<content:encoded><![CDATA[<p>Andy, i must say, it&#8217;s nice to have found your blog&#8230;i am an as3 developer currently learning cocoa and it&#8217;s so funny how i am always thinking&#8230;&#8217;oh, that&#8217;s like XXX in AS3&#8242;. Thanks man, will be reading more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 to Cocoa touch: JSON (Part 1: load json) by Zashkaser</title>
		<link>http://andyj.be/blog/?p=52&#038;cpage=1#comment-55</link>
		<dc:creator>Zashkaser</dc:creator>
		<pubDate>Wed, 05 Aug 2009 16:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=52#comment-55</guid>
		<description>hahaha ! this is good shit</description>
		<content:encoded><![CDATA[<p>hahaha ! this is good shit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickTip: Notifications in Cocoa-touch by Todd Gunnels</title>
		<link>http://andyj.be/blog/?p=117&#038;cpage=1#comment-79</link>
		<dc:creator>Todd Gunnels</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://andyj.be/blog/?p=117#comment-79</guid>
		<description>Hi! The post is really interesting! I</description>
		<content:encoded><![CDATA[<p>Hi! The post is really interesting! I</p>
]]></content:encoded>
	</item>
</channel>
</rss>
