Monthly Archives: December 2008

Audacity Crudity

I’m starting to do some rudimentary audio editing on the Mac. Not impressed with Audacity version 1.2.5 for the Mac. The most glaring oddity is when exporting a file. As I type the file name, Audacity starts playing the audio. … Continue reading

Posted in Tech | Tagged , , | Leave a comment

Madoff With(out) The Cash

Am I the only one who finds it humorous that the guy who ran a 25-year, $50 billion Ponzi scheme pronounces his last name “made off?”

Posted in General | Tagged | Leave a comment

Don’t Let A Spec Pick Your Button Type

Ever need to create a <button> of type button when you’re doing a little DOM scripting? Easy enough, right? It should go something like this: var okButton = document.createElement(‘button’); okButton.type = ‘button’; Nevertheless when you run this code in IE6, … Continue reading

Posted in Tech | Tagged , , , | Leave a comment