Monthly Archives: August 2006

SiteCapture coming soon!

More information will be posted on my Mac OS X software page soon.

Posted in Software, Web | 2 Comments

Never call [object dealloc]

My tip of the day when coding in Objective C: Never call the dealloc method yourself unless you really know what you are doing! Using release is usually a much better choice 🙂 .

Posted in Apple, Developer | Comments Off on Never call [object dealloc]