Links for 24 February 2011
- Using Properties in Objective-C Tutorial
- Xcode breakpoint actions is a great post showing you how to get the flexibility of NSLog statements in your code using Breakpoints
- How to inspect iOS's HTTP traffic without spending a dime
- How to Create Bookmarklets
- How To Debug Memory Leaks with XCode and Instruments Tutorial
- DRYing your instance variables explains how to avoid declaring instance variables in ObjectiveC
- Beginners Guide to OAuth with WebOS
- TextMate Snippets Tutorial In this video 7 minute video we explore how to create your own Textmate snippets to speed up your development.
- Validating HTML5 with validator.nu and the HTML5Validator Extension for Firefox How to automatically validate HTML5 in Firefox by installing a local copy of Validator.nu and a HTML5 Validator Extension.
- Understanding your (Objective-C) self details why access to an objects instance variables sometimes goes via the self object (but not always).
- Memory Management in Objective-C Tutorial by Ray Wenderlich, with the most important thing to remember being that methods that begin with init or copy come back with a retain count of 1 and you're responsible for releasing that. Otherwise the item is autoreleased and you have to retain it if you want to keep it around.
- Auto packaging iOS apps for wireless install
- Git Immersion is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.
- Using OpenCV on iPhone allowing you to perform face detection on the iPhone (OpenCV is a library developed by Intel)
- A Sencha Touch MVC application with PhoneGap
- EGO Xcode Theme for Xcode 4 I do prefer these darker colour schemes and enormego have come out with EGOv2 which looks even more polisher than the previous.