<?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: From Flash to Objective-C Part 1: Syntax</title>
	<atom:link href="http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flash-to-objective-c-syntax-part-1</link>
	<description>//the blog of Paul Taylor</description>
	<lastBuildDate>Tue, 24 Apr 2012 02:07:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Craig W.</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-2051</link>
		<dc:creator>Craig W.</dc:creator>
		<pubDate>Tue, 24 Apr 2012 02:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-2051</guid>
		<description>Very useful.  Thanks for taking the time to write it!</description>
		<content:encoded><![CDATA[<p>Very useful.  Thanks for taking the time to write it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris H</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-1378</link>
		<dc:creator>Chris H</dc:creator>
		<pubDate>Sun, 17 Jul 2011 16:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-1378</guid>
		<description>I &lt;3 Paul Taylor.</description>
		<content:encoded><![CDATA[<p>I &lt;3 Paul Taylor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThaStyle</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-1372</link>
		<dc:creator>ThaStyle</dc:creator>
		<pubDate>Fri, 15 Jul 2011 04:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-1372</guid>
		<description>Funny i am doing exactly the same, switching from as to C and Java. i force myself to do one thing a day , either java, or c, or actionscript, else those brains start cooking, c# is basicly the same, but the power of pure assembly :)</description>
		<content:encoded><![CDATA[<p>Funny i am doing exactly the same, switching from as to C and Java. i force myself to do one thing a day , either java, or c, or actionscript, else those brains start cooking, c# is basicly the same, but the power of pure assembly :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Taylor</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-1209</link>
		<dc:creator>Paul Taylor</dc:creator>
		<pubDate>Wed, 09 Feb 2011 18:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-1209</guid>
		<description>awesome, thanks Chris! Updated.</description>
		<content:encoded><![CDATA[<p>awesome, thanks Chris! Updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-1208</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 09 Feb 2011 18:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-1208</guid>
		<description>Objective-C does have the option to have public, private and protected methods and variables.

In your header file,
@public:
@private:
@protected:

I think you can google it for more information.</description>
		<content:encoded><![CDATA[<p>Objective-C does have the option to have public, private and protected methods and variables.</p>
<p>In your header file,<br />
@public:<br />
@private:<br />
@protected:</p>
<p>I think you can google it for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Taylor</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-1204</link>
		<dc:creator>Paul Taylor</dc:creator>
		<pubDate>Tue, 08 Feb 2011 21:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-1204</guid>
		<description>Thanks Martin, updated!</description>
		<content:encoded><![CDATA[<p>Thanks Martin, updated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Pilkington</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-1203</link>
		<dc:creator>Martin Pilkington</dc:creator>
		<pubDate>Tue, 08 Feb 2011 21:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-1203</guid>
		<description>Small point, you don&#039;t need to do (SEL *) when passing in a selector, just plain (SEL).</description>
		<content:encoded><![CDATA[<p>Small point, you don&#8217;t need to do (SEL *) when passing in a selector, just plain (SEL).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Newman</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-1202</link>
		<dc:creator>Kevin Newman</dc:creator>
		<pubDate>Tue, 08 Feb 2011 18:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-1202</guid>
		<description>Extra points if you compile Obj-C to swf using Alchemy, and use it to display TinyTLF!</description>
		<content:encoded><![CDATA[<p>Extra points if you compile Obj-C to swf using Alchemy, and use it to display TinyTLF!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention //the blog of Paul Taylor/ site: From Flash to Objective-C Part 1: Syntax -- Topsy.com</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-1201</link>
		<dc:creator>Tweets that mention //the blog of Paul Taylor/ site: From Flash to Objective-C Part 1: Syntax -- Topsy.com</dc:creator>
		<pubDate>Tue, 08 Feb 2011 18:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-1201</guid>
		<description>[...] This post was mentioned on Twitter by David Woods, Brad Manderscheid, Sandro Silva, Jay Moretti, Michelle Rueda and others. Michelle Rueda said: RT @activepoison: “@guyinthechair: Finally finished this blog post: From AS3 to Obj-C: http://t.co/QmBt6ou” - awesome [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by David Woods, Brad Manderscheid, Sandro Silva, Jay Moretti, Michelle Rueda and others. Michelle Rueda said: RT @activepoison: “@guyinthechair: Finally finished this blog post: From AS3 to Obj-C: <a href="http://t.co/QmBt6ou”" rel="nofollow">http://t.co/QmBt6ou”</a> &#8211; awesome [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cocoa Chronicles #1: ActionScript vs. Objective C &#124; Flex &#38; Flash Consultant &#8211; Jesse Warden dot Kizz-ohm</title>
		<link>http://guyinthechair.com/2011/02/flash-to-objective-c-syntax-part-1/comment-page-1/#comment-1200</link>
		<dc:creator>Cocoa Chronicles #1: ActionScript vs. Objective C &#124; Flex &#38; Flash Consultant &#8211; Jesse Warden dot Kizz-ohm</dc:creator>
		<pubDate>Tue, 08 Feb 2011 18:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://guyinthechair.com/?p=630#comment-1200</guid>
		<description>[...] UPdate: Paul Taylor (@guyinthechair) has a more recent post on the same [...]</description>
		<content:encoded><![CDATA[<p>[...] UPdate: Paul Taylor (@guyinthechair) has a more recent post on the same [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

