The prettifier I use in my blog

When I posted Struts 2 ActionMapper Implementation I noticed that the code snippets that I had embedded were just not showing very nicely. So I decided it was time for a change, it was time to revamp the code snippets.

So I googled and found google-code-prettify, and though it greatly increased the look of the snippets, I continued to look around, I thought there might be something better. And I found something, I am a reader of Matt Raible’s blog so I decided to take a look at what he was using in his blog.

Looking through his blog I saw the snippets of code and they literally looked awesome, I poked around in the source of the pages and notices he was using syntaxhighlighter. So I decided to use that since it is prettier than the google-code-prettify.

Leave a Reply