General 1 min read

Proper Syntax Highlighter

Finally fixed code presentation by implementing SyntaxHighlighter by Alex Gorbatchev. Retroactively updated all previous posts to replace cheesy highlighting with proper, professional code formatting.

The Beef

I've found myself often looking back through old posts (the few I have) and being seriously fed up with the various and sundry cheesy syntax highlighting I had used for code. In that spirit I finally decided to get a proper one. The one I finally decided to use was SyntaxHighlighter written by Alex Gorbatchev. I liked it so much I actually went back to all my previous posts and "corrected" all of the cheesiness. Hoorah!

Lack of Posts

I have been a serious slacker when it comes to posting things! I have not completely finished the MVC Grid I was building. Many have commented that there are other (considerably better) implementations such as that in the MVC Contrib project. The purpose of the series was not to make a grid to end all grids; the purpose was to see if I could do it and learn anything along the way. I will try to get those posts coming again as soon as I get a chance.