Other Projects

Chatter is something I thought of around last October (2007), I finished the product in January 2008 at which point it went on sale. Chatter is a program that enables you to share any part of your screen, or any application window via the iChat Theatre functionality in Leopard. Shinywhitebox hosts the application, and you can download a time unlimited demo version here.

Before Zooom came other various projects and chunks of code - I am slowly getting time to publish these as well. Heres a list of the open-sourced, free software that is still alive and well... if you use this, please drop me a note - because I'm keen to see if this is useful to anyone!

Symbol Explorer 1.5

Allows one to browse, search and extract the classes, protocols and methods of any loadable Framework. I began to write this during the Cocoa Bootcamp (Big Nerd Ranch) course in Rome, 2006. I used the Symbol Explorer to great effect recently when I wanted to get into the internals of the Quartz Composer framework.

The original website is located here: http://symbolexplorer.tryrabbit.com/

Download
Symbol Explorer Release 1.5 (DMG)
Source Code (1.5) - (tar.bz2, 10 Meg)

Please note - to compile the code, you'll also need to download a recent Boost (C++ library) distribution. Boost is a freely available library that provides the Spirit parser used to construct the objective-c type parser subsystem in Symbol Explorer. The path to this library is hard-coded into the XCode project (as /usr/local/include/boost-1_33_1/).