Archive for August, 2007

Holding A Program In One’s Head

Friday, August 24th, 2007

Amazing how Paul Graham always manages to hit the nail on the head. It’s the 36 hour hacking sessions where i usually am most productive. [via Tink]

Automating remote software updates in Adobe AIR applications

Wednesday, August 8th, 2007

I just released the first version of AIR Remote Updater, an AS3 class to automate remote software updates in Adobe AIR applications. It transparently checks version numbers, downloads the .AIR installer file if needed and triggers the AIR-native update process. It grabs the version number directly from the remote .AIR file without having to download [...]