HOWTO: post code
Posting code is made quite easy by using SyntaxHighlighter. It's pretty easy to set up and works on any html sites, as well as blogger and wordpress. I'll be using it heavily throughout these posts. 3 easy steps: Include the SyntaxHighlighter.css file at the top of your page. At the bottom of the page, include the brushes and other js files you will need, as well as the function call to stylize the <pre> tags: Then, place the code you want in between these two steps using <pre> tags that the javascript will…