Monthly Archives: March 2007

QuickTime’s Strange API

A while back one of our projects at work needed a plug-in for Unity to play QuickTime movies in the scene. It worked out well; the plug-in took me several days to implement, including one false start where I tried to superimpose a standard QuickTime view, minus the controls, over top of the running Unity [...]

Daylight Saving Time so far

I’m a morning person by nature and don’t use an alarm clock unless I have to be somewhere early, like the airport for a 6:00 A.M. flight. Now the clock tells me it’s 9:43 P.M., my wife and daughters have been asleep for an hour, and I don’t feel the slightest hint of a tired [...]

Does YOUR bed head have a barcode?

I’d been meaning to scan all my books, cds, dvds, and games in to Delicious Library for a while now, and this morning I finally made some progress. While using the built-in iSight camera of my iMac to scan bunches of barcodes from these media, I discovered, much to my surprise, that my bedhead also [...]

Scaling, padding, Cocoa, and Bindings

I mentioned a while ago needing to implement batched image processing for my mom’s website that would allow her to easily generate a bunch of images of a certain size, padded with a certain color, for her website.
Besides the problems I mentioned in that post, I soon discovered that wrapping things up for Automator isn’t [...]

Cocoa Bindings are awesome, yet fraught with peril for the inexperienced

Apparently ivars that are bound to from a nib, via a controller object, don’t have an initial or default value unless I assign one either via code or via the UI element.
Almost all of my experience with the NeXT and Apple APIs pre-dates bindings and core data by nearly a decade, but I’ve had enough [...]