<?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 Code Perspective</title>
	<atom:link href="http://codeperspective.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeperspective.ca</link>
	<description>Coding is awesome</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:36:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Installing Rails 3.2 with RVM by Mark Hazlett</title>
		<link>http://codeperspective.ca/2012/01/25/installing-rails-3-2-with-rvm/comment-page-1/#comment-170</link>
		<dc:creator>Mark Hazlett</dc:creator>
		<pubDate>Sun, 29 Jan 2012 19:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=278#comment-170</guid>
		<description>Thanks for the comment Daniel! Great link! Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Daniel! Great link! Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Rails 3.2 with RVM by Daniel Kehoe</title>
		<link>http://codeperspective.ca/2012/01/25/installing-rails-3-2-with-rvm/comment-page-1/#comment-168</link>
		<dc:creator>Daniel Kehoe</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=278#comment-168</guid>
		<description>For some other tips on installing Rails 3.2, here&#039;s a useful article:

&lt;a href=&quot;http://railsapps.github.com/installing-rails.html&quot; rel=&quot;nofollow&quot;&gt;Read This Before Installing Rails 3.2&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>For some other tips on installing Rails 3.2, here&#8217;s a useful article:</p>
<p><a href="http://railsapps.github.com/installing-rails.html" rel="nofollow">Read This Before Installing Rails 3.2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iphone Programming Part 1 &#8211; Intro to Xcode and IB by Anonymous</title>
		<link>http://codeperspective.ca/2010/03/01/iphone-programming-part-1-intro-to-xcode-and-ib/comment-page-1/#comment-156</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 22 Sep 2011 12:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=217#comment-156</guid>
		<description>Label Test App Delegate Connections set up is a little bit confusing. I was hoping if you could shed some more light on how to set it up and were it&#039;s found. I can see the connections option, but i cannot see the objects i have created?

Thank you for the tutorial regardless.</description>
		<content:encoded><![CDATA[<p>Label Test App Delegate Connections set up is a little bit confusing. I was hoping if you could shed some more light on how to set it up and were it&#8217;s found. I can see the connections option, but i cannot see the objects i have created?</p>
<p>Thank you for the tutorial regardless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a better singleton in Objective-C by Dann</title>
		<link>http://codeperspective.ca/2011/08/07/building-a-better-singleton-in-objective-c/comment-page-1/#comment-148</link>
		<dc:creator>Dann</dc:creator>
		<pubDate>Sun, 07 Aug 2011 12:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=254#comment-148</guid>
		<description>Awesome post!

It&#039;s great to see you embracing teh codez =)
Mayhap one day you will work on the X-Code compiler or something? Haha. I look forward to reading more!</description>
		<content:encoded><![CDATA[<p>Awesome post!</p>
<p>It&#8217;s great to see you embracing teh codez =)<br />
Mayhap one day you will work on the X-Code compiler or something? Haha. I look forward to reading more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Zend Framework on a shared host by Yongchun Mandarin Orange</title>
		<link>http://codeperspective.ca/2011/04/30/using-zend-framework-on-a-shared-host/comment-page-1/#comment-147</link>
		<dc:creator>Yongchun Mandarin Orange</dc:creator>
		<pubDate>Tue, 07 Jun 2011 14:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=250#comment-147</guid>
		<description>Thank you sharing.</description>
		<content:encoded><![CDATA[<p>Thank you sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iphone Programming Part 2 &#8211; Intro to Views by Code Perspective Admin</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-138</link>
		<dc:creator>Code Perspective Admin</dc:creator>
		<pubDate>Tue, 19 Oct 2010 18:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-138</guid>
		<description>Hi Nikolai, thanks for the comment.

If you wanted a second view to appear first all you would have to do is go into your application delegate and change [window addSubview:firstViewController.view]; to [window addSubview:secondViewController.view];

With that line it will load the second view on launch and not the first.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Nikolai, thanks for the comment.</p>
<p>If you wanted a second view to appear first all you would have to do is go into your application delegate and change [window addSubview:firstViewController.view]; to [window addSubview:secondViewController.view];</p>
<p>With that line it will load the second view on launch and not the first.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iphone Programming Part 2 &#8211; Intro to Views by Nikolai</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-137</link>
		<dc:creator>Nikolai</dc:creator>
		<pubDate>Tue, 19 Oct 2010 18:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-137</guid>
		<description>Good tutorial, great that you comment everything that was done.
One question, now that we have this &quot;mini view program&quot; (that you showed how to do), what if I want to change that the secondview is actually  the one that is shown on startup. How would that be done? This knowledge would come handy when one has programmed a lot and decides to make a new firstview and the original firstview would become secondview.
Thx&amp;cheers</description>
		<content:encoded><![CDATA[<p>Good tutorial, great that you comment everything that was done.<br />
One question, now that we have this &#8220;mini view program&#8221; (that you showed how to do), what if I want to change that the secondview is actually  the one that is shown on startup. How would that be done? This knowledge would come handy when one has programmed a lot and decides to make a new firstview and the original firstview would become secondview.<br />
Thx&amp;cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iphone Programming Part 2 &#8211; Intro to Views by Code Perspective Admin</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-133</link>
		<dc:creator>Code Perspective Admin</dc:creator>
		<pubDate>Sun, 13 Jun 2010 22:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-133</guid>
		<description>You can actually do that in Interface builder if you like and then just have them hooked up to a different IBAction for each button. Different IBAction&#039;s will go to different views.

Cheers</description>
		<content:encoded><![CDATA[<p>You can actually do that in Interface builder if you like and then just have them hooked up to a different IBAction for each button. Different IBAction&#8217;s will go to different views.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iphone Programming Part 2 &#8211; Intro to Views by Ainn</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-132</link>
		<dc:creator>Ainn</dc:creator>
		<pubDate>Sat, 12 Jun 2010 23:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-132</guid>
		<description>How would I add a couple more buttons to go to different pages?
Thanks and the great tutorial!</description>
		<content:encoded><![CDATA[<p>How would I add a couple more buttons to go to different pages?<br />
Thanks and the great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iphone Programming Part 1 &#8211; Intro to Xcode and IB by Code Perspective Admin</title>
		<link>http://codeperspective.ca/2010/03/01/iphone-programming-part-1-intro-to-xcode-and-ib/comment-page-1/#comment-128</link>
		<dc:creator>Code Perspective Admin</dc:creator>
		<pubDate>Sun, 09 May 2010 21:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=217#comment-128</guid>
		<description>Thank you very much for the comment! 

Cheers!</description>
		<content:encoded><![CDATA[<p>Thank you very much for the comment! </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

