« Difference between Microsoft.XMLHTTP and Msxml2.XMLHTTP | Main | My views on JSON »

Tools for AJAX development

I came across these two nice and simple tools used for building Ajax applications.

* http://www.jslint.com/lint.html
* http://www.crockford.com/javascript/jsmin.html

JSMin is a tool for compressing Javascript. It will strip your white-space and comments so that all that is left is code….you know, the good stuff. It does not obfuscate the code, just shrinks it.

JSLint will check your Javascript for basic coding issues. You HAVE to try them both!

May 2007

Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Recent Comments