Universal, 10.3 and up Applescript Studio application
Jan 25, 2006Introduction Today I worked on making Helix Maintenance Manager, a universal binary. HMM is an AppleScript Studio application which needs to…
Introduction Today I worked on making Helix Maintenance Manager, a universal binary. HMM is an AppleScript Studio application which needs to…
In web design it is customary to include a navigation bar somewhere on your pages. Links on this navigation part point to other points on…
In Python you can add a description to any class or function. This description is called a docstring in the Python community. `if…
I spent a few hours with MochiKit, getting a feel for this neat JavaScript framework, and doing some dynamic HTML (aka: AJAX) programming…
Over the last few days there’s been a firestorm about unit testing. Some folks dislike it (Will Shipley), and some who think the other way…
It’s been a while since I’ve posted on here, but it’s been kinda busy these last few months. Anyway, Today I was writing some PyObjC, I…
I find myself using the Python Debugger (PDB) more and more, but I couldn’t find a quick reference “card” for it… so I made one for myself…
Mac OS X’s Cocoa frameworks provide a functionality called Cocoa Bindings, a way to eliminate code that simply connects your model object to…
Yesterday an app of my shipped. Today it showed up on VersionTracker. It’s a great feeling. Helix Maintenance Manager (HMM) is finally out…
Today I found a fun bug in AppleScript’s XML-RPC client support. Read on to find out what I discovered when you try to handle errors from an…