Syntax Highlighting
[Edit: The slowdown caused by parsing the main chunk of javascript function was getting out of hand so i temporarily removed formatting from this block. It will now look terribly ugly but i plan to update the formatting mechanism at the weekend to allow collapsed text to be formatted on expansion rather than page-load. I was recently asked about the code syntax highlighting on my blog. I can't take any credit for it (except for the little time it took me to mash somebody else's code into a single page. The code itself is courtesy of Alex Gorbatchev and is available in it's entirety at http://code.google.com/p/syntaxhighlighter/ under the terms o the GNU Lesser General Public License. Please beware (if you haven't noticed already) that highlighting big blocks of code requires a relatively large amount of client-side processing, thus slowing the page when loading and causing a little havoc. This, alas, is the nature of the beast. This syntax highlighter allows for a co