Friday, April 30, 2010

Setting up the blog

Before starting up my blog, i did make sure of the following things in the blog.

1) jQuery, jQueryUI
I love coding javascript in jQuery. So i thought it is a mandatory in my blog.

2) Syntax Highlighting
Since this is a technical blog, i felt the need for syntax highlighter and the below link helped in setting up that.
Syntax Highlighting Made Easy

Testing Syntax Highlighter for Javascript


jQuery(document).ready(function(){

// Do something

});

No comments:

Post a Comment