Aaron Brethorst (Page 181)

Elsewhere on the web

Aug 30, 2004
Developer Tools

More AppleScript + Cocoa

Apple recently published an article on making Cocoa apps AppleScriptable. It’s fairly bare-bones, but it’s more information than I had before, so I’m not going to gripe too much. You can find it over at Apple’s Developer website.

Aug 27, 2004
Random Funniness

Where' Waldo for an older crowd

My buddy Matt just sent me this picture. As he put it, it’s like a game of Where’s Waldo. But for an older crowd :-)

Aug 26, 2004
iRooster

Nasty Bugs

The best way to find nasty, blocking bugs is to “eat your own dogfood.” i.e. use the software you’re developing as you develop it. I do this with iRooster: I wake up every day to it… or not, as this morning proved. I thought I had worked out the l...

Aug 24, 2004
Mac OS X

Apple Events

One thing I’ve wondered about for the longest time is how Apple Events work. I’ve never really found a really good tutorial on them, and they’ve always mystified me. It feels incredibly fragile to use AppleScript in shipping code, but I’ve always ...