Posts Tagged ‘javascript’
Downloads | The Dojo Toolkit
Friday, February 22nd, 2008jslint: The JavaScript Verifier
Friday, February 22nd, 2008JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source. The problem is not necessarily a syntax error, although it often is.
JSMIN, The JavaScript Minifier
Friday, February 22nd, 2008JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads.