Upcoming Events

February 20, 2008

For those of you who don’t follow these things with bated breath, VirtualBox just finally released a working version for OS X 10.5. Only 4 months late there, guys. What this means for you is absolutely free PC emulation, so you can run Windows within OS X.

February 8, 2008

I’m a huge fan of Regular Expressions. They are, without a doubt, the single most powerful tool in the programmer’s toolbox. BBEdit, my favorite text editor, happens to have really excellent regular expression support. Among its features is the ability to change the case of matched text - which is really great if you’re having to reformat lists or, say, rename every function in your code. (more…)

Tags: Mac, Arcana

February 7, 2008

In Javascript, the native event handlers have the infuriating problem of not allowing the user to pass in additional parameters. Normally, when you want to handle an onclick or the like, you can only reference this (meaning the event itself). So everything you want to handle, you have to create a completely isolated custom function for. Not at all efficient. The Prototype library provides a solution. (more…)

« Previous PageNext Page »