My Book
-
Recent Posts
Archives
- January 2019
- May 2017
- April 2017
- January 2017
- November 2016
- October 2016
- July 2016
- June 2016
- May 2016
- April 2016
- February 2016
- December 2015
- November 2015
- April 2015
- March 2015
- November 2014
- September 2014
- July 2014
- June 2014
- January 2014
- November 2013
- October 2013
- September 2013
- June 2013
- March 2013
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- November 2011
- October 2011
- July 2011
- May 2011
- April 2011
- January 2011
- November 2010
- October 2010
- September 2010
Categories
- Android
- Auto Layout
- Books
- CocoaTouch
- Debugging
- Genetic Algorithms
- Interface Builder
- iOS 6
- iOS Programming for .NET Developers
- iOS7
- iOS8
- Jobs
- MacBook Pro
- MonoTouch
- Networking
- Objective-C
- Streaming Media
- Sustainable Coding
- Swift
- Thoughts
- Tic-tac-toe
- Tips and Tricks
- Two Letters
- UICollectionView
- UITableView
- Uncategorized
- User Experience
- XCode 3
- Xcode 4
Meta
Monthly Archives: September 2010
Categories in Objective-C
Objective-C has a feature called “categories” that allows you to extend the API of a type. It’s somewhat similar to extension methods in C# in that you can define methods which can be invoked on an instance of some class you … Continue reading
Posted in Objective-C
7 Comments
Messages and methods in Objective-C
After experimenting with Objective-C for a while now, I find the language is gradually growing on me. It’s still a bit strange in some spots, and I have a lot left to learn, but it’s starting to make sense. One … Continue reading
Posted in Objective-C
7 Comments
Dissecting an NSArray
Objective-C is based on good old C. It also has support for object oriented programming, such as classes, virtual methods, and lots of the goodies I’m accustomed to using in C#. One of the classes included in the Foundation library … Continue reading
Posted in Objective-C
11 Comments
The art of unpacking a MacBook Pro
My new MacBook Pro arrived at our apartment today. I’m very excited! It’s a killer machine: PROCESSOR: 2.66GHz Intel Core i7 MEMORY: 8GB 1066MHz DDR3 SDRM – 2x4GB HARD DRIVE: 128GB Solid State Drive DISPLAY: 15″ HR Antiglare WS Display … Continue reading
Posted in MacBook Pro
19 Comments
Basic Xcode 3 keyboard shortcuts
While learning Objective-C it is natural to also learn about Xcode, Apple’s free IDE. Coming from a firmly entrenched background of using Visual Studio, and all of the standard keyboard shortcuts it provides, it is rather frustrating to suddenly be … Continue reading
Posted in XCode 3
7 Comments
Starting all over again
Hi. I’m Josh Smith, and I’m addicted to creating software. Here’s my mugshot: I have been a professional software developer for the past seven years. During that time I have worked exclusively on Microsoft platforms, mostly the .NET framework. I … Continue reading
Posted in Uncategorized
25 Comments