Monday, November 21, 2011 at 10:08 AM Back On Track, and Running!
Just as the Assignment #1 was done and over with the updated Stanford iOS course CS193p has been posted on iTunes! This one is also done by Paul Hegarty, great instructor and very engaging man, but this time it's specific to iOS5 and uses the latest version of XCode (4.2). After I've watched a couple of first lectures I firmly decided to switch from XCode 4.02 to the most recent one (I'd been holding to the old version because of the old lectures, so to be compatible). It was quite easy to do, because I've advanced only to lecture 4 and did only one assignment.

I then updated XCode and found it to be a very much big improvement over what I had before! Two most striking features are the Storyboard (and its automatic code generation) and the Automatic Reference Count (it vastly improves the memory management, especially when someone like me has a poor understanding of how memory should be managed).

Following the update, I've completed three lectures of the new course and did the very first assignment (it's also a calculator, but this time RPN). I've enjoyed coding in the XCode so much that I re-made the calculator a couple more times, which also helped me to get used to the new subtleties of the app and the way it works.
Another bit of a good news is that I've decided to update my system to Lion (eventually), and join Apple Developer Program for iOS and OS X. I've started the sign up process some days ago, and right now I'm in the middle of making it all work (for some reason I need to fax my confirmation to Apple, and the most interesting part in here is where do I find... a fax-machine!).
There was only one semi-bad event, I had Internet outage during Sunday, so this post came out late, sorry. However, the good side is that I've had lots of time on my hand to code, code, code!