One of the most frequently asked questions I get from beginners in programming, is that of where to start. This is very common amongst beginners, that they are given the tools to do almost anything, but they lack the inspiration of what these tools can be used for. As with anything, practice makes perfect, and programming is no different, so anything you can think of is really good exercise.
Archive for the ‘Development’ Category
Where to Start
Posted: September 17, 2010 in DevelopmentTags: Beginner, Novice, Programming, Where to Start
0
Dev Tip: Nibless Development
Posted: August 15, 2010 in Development, Tips & TricksTags: Cocoa, NIB, Nibless, Objective-C, Xcode
I’ve never really used the Interface Builder all that much when developing, and frankly I don’t like the “magic” it does for me. I prefer being able to visualize what my application does in the code by avoiding the NIB altogether — and I’m going to show you how I go about doing this.
Tutorial: C Programming
Posted: August 11, 2010 in Announcements, DevelopmentTags: C, Development, Programming, Tutorial
I hope you will enjoy the series, as I put a lot of effort into making the lessons as understandable and straight-to-the-point as I could. Hopefully you’ll be writing C fluently in no time.