<?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 Steili.com</title>
	<atom:link href="http://www.steili.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steili.com/wordpress</link>
	<description>My life ... My blog</description>
	<lastBuildDate>Tue, 02 Mar 2010 08:46:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Quick Look: iPhone Sketchbook by Kapsoft by sid</title>
		<link>http://www.steili.com/wordpress/2009/09/16/quick-look-iphone-sketchbook-by-kapsoft/comment-page-1/#comment-3133</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Tue, 02 Mar 2010 08:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=173#comment-3133</guid>
		<description>Great book!! I just needed that. I think its not available near my store, but I&#039;m gonna create my own sketchbook (just need to scan the iPhone on a piece of graph-paper) ;)</description>
		<content:encoded><![CDATA[<p>Great book!! I just needed that. I think its not available near my store, but I&#8217;m gonna create my own sketchbook (just need to scan the iPhone on a piece of graph-paper) <img src='http://www.steili.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an iPhone App Without Interface Builder by Brian M. Lima</title>
		<link>http://www.steili.com/wordpress/2009/02/25/building-an-iphone-app-without-interface-builder/comment-page-1/#comment-3048</link>
		<dc:creator>Brian M. Lima</dc:creator>
		<pubDate>Sun, 21 Feb 2010 16:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=140#comment-3048</guid>
		<description>This has to be the best tutorial I have seen yet on iphone apps. 

As a veteran emacs gent I want to write code, not play within the confines of someone else&#039;s GUI App. After trying interface builder for a few hours I realized that it just was not a tool for building complex applications, I was further disappointed that I could not find some functionality to export a window as just the raw code it would take to build it locally. 

Not only did you give me a good starting point from an XCode project, but I also saw the basics of allocation,release, and some syntax examples that shed just the right amount of light on the some of the differences between Objective C and the languages I am used to writing in.

Anyway, you have probably saved me days of reading -- trial and error, this will be one of the first tutorials I show new engineers.

Cheers!</description>
		<content:encoded><![CDATA[<p>This has to be the best tutorial I have seen yet on iphone apps. </p>
<p>As a veteran emacs gent I want to write code, not play within the confines of someone else&#8217;s GUI App. After trying interface builder for a few hours I realized that it just was not a tool for building complex applications, I was further disappointed that I could not find some functionality to export a window as just the raw code it would take to build it locally. </p>
<p>Not only did you give me a good starting point from an XCode project, but I also saw the basics of allocation,release, and some syntax examples that shed just the right amount of light on the some of the differences between Objective C and the languages I am used to writing in.</p>
<p>Anyway, you have probably saved me days of reading &#8212; trial and error, this will be one of the first tutorials I show new engineers.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an iPhone App Without Interface Builder by brandon</title>
		<link>http://www.steili.com/wordpress/2009/02/25/building-an-iphone-app-without-interface-builder/comment-page-1/#comment-1603</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Tue, 15 Sep 2009 20:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=140#comment-1603</guid>
		<description>Without seeing the code it&#039;s really hard to say what was done. There&#039;s an off chance that the NIB files are only there for the purpose of using them to push the view onto the screen and then all the UI elements are still being built in code. But if you were really building the whole app in code you wouldn&#039;t really need the NIB files at all.

I guess long story short - fire up Xcode and see what&#039;s in the nib files. If all the UI elements are there - then you didn&#039;t get what you asked for. If they&#039;re all just blank windows then whoever built the app was just using them to control the view size and still building all the elements manually.</description>
		<content:encoded><![CDATA[<p>Without seeing the code it&#8217;s really hard to say what was done. There&#8217;s an off chance that the NIB files are only there for the purpose of using them to push the view onto the screen and then all the UI elements are still being built in code. But if you were really building the whole app in code you wouldn&#8217;t really need the NIB files at all.</p>
<p>I guess long story short &#8211; fire up Xcode and see what&#8217;s in the nib files. If all the UI elements are there &#8211; then you didn&#8217;t get what you asked for. If they&#8217;re all just blank windows then whoever built the app was just using them to control the view size and still building all the elements manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an iPhone App Without Interface Builder by Gregory Thomson</title>
		<link>http://www.steili.com/wordpress/2009/02/25/building-an-iphone-app-without-interface-builder/comment-page-1/#comment-1602</link>
		<dc:creator>Gregory Thomson</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=140#comment-1602</guid>
		<description>Hello,
I have a question about building an iPhone app programmatically without using Interface Builder.
I outsourced a project to have a developer develop an iPhone app.
I asked that it be built programmatically without using Interface Builder so that I could better see how the coding gets done to create everything.
The developer sent an initial version of the GUI after a month and a half. It has about a dozen .NIB files - one for each of the screens.
Doesn&#039;t that mean that he didn&#039;t actually build the screens programmatically? I have yet to open the project on the Mac, so I can probably tell more then how he did things. Note: what he sent isn&#039;t intended to be a prototype, as I gave him the design for the GUI, so no prototype really needed.
Pretty depressing when I look at what I requested, and see what he sent back, though - I asked for a 747, and got a glider in return I think.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have a question about building an iPhone app programmatically without using Interface Builder.<br />
I outsourced a project to have a developer develop an iPhone app.<br />
I asked that it be built programmatically without using Interface Builder so that I could better see how the coding gets done to create everything.<br />
The developer sent an initial version of the GUI after a month and a half. It has about a dozen .NIB files &#8211; one for each of the screens.<br />
Doesn&#8217;t that mean that he didn&#8217;t actually build the screens programmatically? I have yet to open the project on the Mac, so I can probably tell more then how he did things. Note: what he sent isn&#8217;t intended to be a prototype, as I gave him the design for the GUI, so no prototype really needed.<br />
Pretty depressing when I look at what I requested, and see what he sent back, though &#8211; I asked for a 747, and got a glider in return I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excellent iPhone Email App Tutorial by brandon</title>
		<link>http://www.steili.com/wordpress/2009/02/25/excellent-iphone-email-app-tutorial/comment-page-1/#comment-115</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Wed, 15 Apr 2009 02:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=138#comment-115</guid>
		<description>http://code.google.com/p/skpsmtpmessage/

To my understanding sending en email w/ an attachment is a no go unless you use your own smtp... which is what the goal of the above project was. Let me know how that works out for you!</description>
		<content:encoded><![CDATA[<p><a href="http://code.google.com/p/skpsmtpmessage/" rel="nofollow">http://code.google.com/p/skpsmtpmessage/</a></p>
<p>To my understanding sending en email w/ an attachment is a no go unless you use your own smtp&#8230; which is what the goal of the above project was. Let me know how that works out for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excellent iPhone Email App Tutorial by rich</title>
		<link>http://www.steili.com/wordpress/2009/02/25/excellent-iphone-email-app-tutorial/comment-page-1/#comment-114</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Tue, 14 Apr 2009 11:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=138#comment-114</guid>
		<description>Great tut, thank you so much. I was figuring out how to incorperate email into my app, this confirmed that what I was doing is fine, the only thing is, I am still trying to see if I can send the file my app created, any suggestions?

Thank you again.</description>
		<content:encoded><![CDATA[<p>Great tut, thank you so much. I was figuring out how to incorperate email into my app, this confirmed that what I was doing is fine, the only thing is, I am still trying to see if I can send the file my app created, any suggestions?</p>
<p>Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3.0 beta. Not going so well. by pushka ben</title>
		<link>http://www.steili.com/wordpress/2009/03/19/30-beta-not-going-so-well/comment-page-1/#comment-107</link>
		<dc:creator>pushka ben</dc:creator>
		<pubDate>Sun, 12 Apr 2009 09:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/2009/03/19/30-beta-not-going-so-well/#comment-107</guid>
		<description>this happened to me too..

what the hell &gt;__&lt; AHHHHHH
this sucks so bad.... whyy~~

if you fix it, email me~~</description>
		<content:encoded><![CDATA[<p>this happened to me too..</p>
<p>what the hell &gt;__&lt; AHHHHHH<br />
this sucks so bad&#8230;. whyy~~</p>
<p>if you fix it, email me~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excellent iPhone Email App Tutorial by brandon</title>
		<link>http://www.steili.com/wordpress/2009/02/25/excellent-iphone-email-app-tutorial/comment-page-1/#comment-102</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Thu, 09 Apr 2009 22:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=138#comment-102</guid>
		<description>No problem - glad you got it sorted. You&#039;ll come to find you spend a lot of your time beating your head against the desk, only to find it was something you thought you already tried...</description>
		<content:encoded><![CDATA[<p>No problem &#8211; glad you got it sorted. You&#8217;ll come to find you spend a lot of your time beating your head against the desk, only to find it was something you thought you already tried&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excellent iPhone Email App Tutorial by SirChasm</title>
		<link>http://www.steili.com/wordpress/2009/02/25/excellent-iphone-email-app-tutorial/comment-page-1/#comment-101</link>
		<dc:creator>SirChasm</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=138#comment-101</guid>
		<description>&lt;a href=&quot;#comment-100&quot; rel=&quot;nofollow&quot;&gt;@brandon&lt;/a&gt; 
Thanks Brandon!  That was it- I could have sworn I tried that too..  The video specifically says to use lowercase in one place then shows Mixed in another but I guess it taught me a valuable lesson.  Cheers!</description>
		<content:encoded><![CDATA[<p><a href="#comment-100" rel="nofollow">@brandon</a><br />
Thanks Brandon!  That was it- I could have sworn I tried that too..  The video specifically says to use lowercase in one place then shows Mixed in another but I guess it taught me a valuable lesson.  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excellent iPhone Email App Tutorial by brandon</title>
		<link>http://www.steili.com/wordpress/2009/02/25/excellent-iphone-email-app-tutorial/comment-page-1/#comment-100</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Thu, 09 Apr 2009 16:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=138#comment-100</guid>
		<description>Try this instead:

UIInterfaceOrientationLandscapeLeft 

Cocoa is case sensitive - so UIInterfaceOrientationlandscapeLeft is not the same as UIInterfaceOrientationLandscapeLeft

:)</description>
		<content:encoded><![CDATA[<p>Try this instead:</p>
<p>UIInterfaceOrientationLandscapeLeft </p>
<p>Cocoa is case sensitive &#8211; so UIInterfaceOrientationlandscapeLeft is not the same as UIInterfaceOrientationLandscapeLeft</p>
<p> <img src='http://www.steili.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
