Monthly Archives: February 2010

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

c74: iPhone/iPod Touch Max 5 External

Just downloaded a new app that allows you to create custom Max 5 interfaces on your iPhone or iPod Touch.  This looks to me like a great creative tool and the best touch software option on a mobile platform for users … Continue reading

Posted in MaxMSP, app, iPhone | Leave a comment

Online JSON Validator

I was creating some JSON data with PHP to pass to an iPhone app today and I found a great online JSON validation tool: JSONLint: The JSON Validator. Just plunk your JSON string into the window and press the validate button. … Continue reading

Posted in code, online, web | Leave a comment