Categories
Recent Tweets
- Google executive frustrated by Java, C++ complexity http://bit.ly/anVgRF [me too]
- World's First Molten Salt Solar Plant Produces Power at Night http://bit.ly/cH78e3
- BIG BANG BIG BOOM - new wall-painted animation http://bit.ly/codsCD [amazing!]
- Apple ad-supported operating system. http://bit.ly/d527Yg [Think I'd switch back to Linux!] #iAds #apple #linux #osx
-
Recent Posts
Archives
- July 2010 (1)
- June 2010 (1)
- February 2010 (4)
- January 2010 (2)
- December 2009 (1)
- November 2009 (2)
- October 2009 (1)
- September 2009 (4)
- August 2009 (6)
- July 2009 (3)
- April 2009 (1)
- March 2009 (2)
- February 2009 (1)
- January 2009 (1)
- December 2008 (2)
- November 2008 (1)
- October 2008 (3)
- September 2008 (1)
Meta
Category Archives: Objective-C
Plug-And-Play OpenAL / AVFoundation Sound Engine For iPhone Apps
I recently found a great sound engine for iPhone applications that is pretty much plug-and-play. This sound engine was written by Alex Restrepo under a creative commons attribution-share alike licence, so you are free to use it so long as … Continue reading
Posted in Objective-C, code, iPhone, sound
Leave a comment
Xcode Script For Creating Properties From Instance Variables For UIViewController
One of my favourite blogs on the net is Matt Gallagher’sĀ Cocoa with Love. Today I was investigating ways to speed up my workflow in Xcode and I found a great mixed Perl and AppleScript script already written by Matt a … Continue reading
Posted in OSX, Objective-C, XCode, code, hack, iPhone, script
2 Comments
When To Use self.myObject Instead Of myObject In iPhone Programming
I have seen a lot of confusion on the topic of when and why to reference an object using self.myObject versus just plain myObject. It took me a while to understand this myself, and please, if I am mistaken in … Continue reading
Posted in Objective-C, code, iPhone
Leave a comment
