<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for J O N A T H A N JK . C O M</title>
	<atom:link href="http://jonathanjk.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanjk.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 10:27:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on iPhone Minimalism by jonathanjk</title>
		<link>http://jonathanjk.com/2012/02/04/iphone-minimalism/#comment-2421</link>
		<dc:creator><![CDATA[jonathanjk]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 10:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjk.com/?p=3316#comment-2421</guid>
		<description><![CDATA[But surely if there is a PAYG phone still being offered, the customer has a good chance of choosing what they want?]]></description>
		<content:encoded><![CDATA[<p>But surely if there is a PAYG phone still being offered, the customer has a good chance of choosing what they want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone Minimalism by Johnathan</title>
		<link>http://jonathanjk.com/2012/02/04/iphone-minimalism/#comment-2418</link>
		<dc:creator><![CDATA[Johnathan]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 22:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjk.com/?p=3316#comment-2418</guid>
		<description><![CDATA[People will never be able to get a low cost data plan, because the phone companies want to squeeze as much money out of people with expensive plans offering thousands of minutes they know people will never use. Its a nice idea though...]]></description>
		<content:encoded><![CDATA[<p>People will never be able to get a low cost data plan, because the phone companies want to squeeze as much money out of people with expensive plans offering thousands of minutes they know people will never use. Its a nice idea though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone Minimalism by How i lost my Blackberry Bold 9780 &#171; Lindaolan&#039;s Blog</title>
		<link>http://jonathanjk.com/2012/02/04/iphone-minimalism/#comment-2407</link>
		<dc:creator><![CDATA[How i lost my Blackberry Bold 9780 &#171; Lindaolan&#039;s Blog]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 17:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjk.com/?p=3316#comment-2407</guid>
		<description><![CDATA[[...] iPhone Minimalism (jonathanjk.com)  Rate this:  Share this:TwitterFacebookLike this:LikeBe the first to like this post. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] iPhone Minimalism (jonathanjk.com)  Rate this:  Share this:TwitterFacebookLike this:LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Long Road Ahead by jonathanjk</title>
		<link>http://jonathanjk.com/2011/10/01/a-long-road-ahead/#comment-2405</link>
		<dc:creator><![CDATA[jonathanjk]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 12:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjk.com/?p=3162#comment-2405</guid>
		<description><![CDATA[You&#039;re never too late my friend, thanks. I&#039;ve taken a short break from programming but I will get back into it, I find it easier to learn with others and at the moment it&#039;s a solo affair. I shall look into the books you mentioned. I already have the stanford courses.

At the moment I&#039;m making a book for the iBook store as I have photo content I think might sell. I&#039;ll soon learn the Apple upload process separate from the programming aspects. :-) B I will keep in touch. Thanks again.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re never too late my friend, thanks. I&#8217;ve taken a short break from programming but I will get back into it, I find it easier to learn with others and at the moment it&#8217;s a solo affair. I shall look into the books you mentioned. I already have the stanford courses.</p>
<p>At the moment I&#8217;m making a book for the iBook store as I have photo content I think might sell. I&#8217;ll soon learn the Apple upload process separate from the programming aspects. :-) B I will keep in touch. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Long Road Ahead by Neil</title>
		<link>http://jonathanjk.com/2011/10/01/a-long-road-ahead/#comment-2404</link>
		<dc:creator><![CDATA[Neil]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 11:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjk.com/?p=3162#comment-2404</guid>
		<description><![CDATA[Realise I&#039;m a little late commenting - but only just come across your blog - can i give you some advice?
I feel qualified to offer it as I had never programmed until 2 years ago and then decided to write some apps - i now have 7 on sale on iTunes and 2 of those sell well.
Basically don&#039;t learn C. apps are written in Objective C - yes they use C but they put it together in a very different way to &quot;normal&quot; C. normal C is linear start at the top work down - call some function and procedures. Apps use something called MVC and are object orientated - where you have data handling and View controllers separate. the data handling bit of the program does as it says -  handles your underlying data. The View controllers handle what is on the screen and the interactions the users make with your software. In OOP over simplistically (and remember Im self taught at this so forgive if i get some of the terminology wrong) what happens is you create objects that have states and those states changes based on what the user does to them. so a button just sits there in the unpressed state until you press it. you tell the program what do to if its pressed - this may involve interacting with the data model.
this all sounds more complicated than it is and as stated I&#039;m probably explaining it badly...

my real advice is get one of the Apress books - there are others (pragmatic programmers and indeed stand ford do a course on iTunes video) but i used these (i have no commercial links) work through the chapters - the introduction book in particular is written as a course.

Download the source code and then play with it. try and get it to do more than what the book does. so if the book puts a square button on screen and interacts with it - you learn how to put every type of button on screen. I spent about 2 months doing this in my spare time (I&#039;m a doctor by day) and then decided to write a really simple app that i give away free (uploading stuff to apple can be a nightmare in itself with the distribution certificates etc - but thats another story!)

at this stage you are then probably much better prepared to create your app.

you gain so much from looking at others code - actually seeing how programmers deal with things. for example ive never seen anyone use nested if then statements like you have above. look up the Case statement which does what you are trying to do much more elegantly and a lot less confusingly.

also the whole way oop is done is you can often lift whole sections of other peoples code to use as your own saving you time. in deed certain types of code are prebuilt for you if you select the right program type.

hope this helps - interested to hear how you are getting on.]]></description>
		<content:encoded><![CDATA[<p>Realise I&#8217;m a little late commenting &#8211; but only just come across your blog &#8211; can i give you some advice?<br />
I feel qualified to offer it as I had never programmed until 2 years ago and then decided to write some apps &#8211; i now have 7 on sale on iTunes and 2 of those sell well.<br />
Basically don&#8217;t learn C. apps are written in Objective C &#8211; yes they use C but they put it together in a very different way to &#8220;normal&#8221; C. normal C is linear start at the top work down &#8211; call some function and procedures. Apps use something called MVC and are object orientated &#8211; where you have data handling and View controllers separate. the data handling bit of the program does as it says &#8211;  handles your underlying data. The View controllers handle what is on the screen and the interactions the users make with your software. In OOP over simplistically (and remember Im self taught at this so forgive if i get some of the terminology wrong) what happens is you create objects that have states and those states changes based on what the user does to them. so a button just sits there in the unpressed state until you press it. you tell the program what do to if its pressed &#8211; this may involve interacting with the data model.<br />
this all sounds more complicated than it is and as stated I&#8217;m probably explaining it badly&#8230;</p>
<p>my real advice is get one of the Apress books &#8211; there are others (pragmatic programmers and indeed stand ford do a course on iTunes video) but i used these (i have no commercial links) work through the chapters &#8211; the introduction book in particular is written as a course.</p>
<p>Download the source code and then play with it. try and get it to do more than what the book does. so if the book puts a square button on screen and interacts with it &#8211; you learn how to put every type of button on screen. I spent about 2 months doing this in my spare time (I&#8217;m a doctor by day) and then decided to write a really simple app that i give away free (uploading stuff to apple can be a nightmare in itself with the distribution certificates etc &#8211; but thats another story!)</p>
<p>at this stage you are then probably much better prepared to create your app.</p>
<p>you gain so much from looking at others code &#8211; actually seeing how programmers deal with things. for example ive never seen anyone use nested if then statements like you have above. look up the Case statement which does what you are trying to do much more elegantly and a lot less confusingly.</p>
<p>also the whole way oop is done is you can often lift whole sections of other peoples code to use as your own saving you time. in deed certain types of code are prebuilt for you if you select the right program type.</p>
<p>hope this helps &#8211; interested to hear how you are getting on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on App Review ~ Minimal Folio by Porridge</title>
		<link>http://jonathanjk.com/2011/04/28/app-review-minimal-folio/#comment-2400</link>
		<dc:creator><![CDATA[Porridge]]></dc:creator>
		<pubDate>Fri, 03 Feb 2012 18:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjk.com/?p=2608#comment-2400</guid>
		<description><![CDATA[We just did this with Minimal Folio. Pretty neat lil app.
http://vimeo.com/36141103]]></description>
		<content:encoded><![CDATA[<p>We just did this with Minimal Folio. Pretty neat lil app.<br />
<a href="http://vimeo.com/36141103" rel="nofollow">http://vimeo.com/36141103</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fuji X100 ~ Seal: How to Show Irrational Bias (Part 2) by Mike Stearman</title>
		<link>http://jonathanjk.com/2011/05/28/fuji-x100-seal-threatens-commentators-part-2/#comment-2380</link>
		<dc:creator><![CDATA[Mike Stearman]]></dc:creator>
		<pubDate>Mon, 30 Jan 2012 05:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjk.com/?p=2806#comment-2380</guid>
		<description><![CDATA[But we&#039;re never gonna survive, unless. We get a little crazy.]]></description>
		<content:encoded><![CDATA[<p>But we&#8217;re never gonna survive, unless. We get a little crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reviews &#8211; iOS Apps by jonathanjk</title>
		<link>http://jonathanjk.com/interviews/#comment-2337</link>
		<dc:creator><![CDATA[jonathanjk]]></dc:creator>
		<pubDate>Thu, 29 Dec 2011 13:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjk.com/?page_id=1491#comment-2337</guid>
		<description><![CDATA[Cheers John, glad I could help.]]></description>
		<content:encoded><![CDATA[<p>Cheers John, glad I could help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

