Upcoming Events

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…)

December 30, 2007

I’m currently redoing the entire site in Wordpress, so there’s a bit of rubble in the meantime. Not that there was all that much content here in the first place.

Tags: Rants
« Previous PageNext Page »