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!
Recent Comments