The FlashChemist!

My Experiments and Thoughts on the Flash Platform

Archive for the ‘web’ tag

JSLint – The JavaScript Code Quality Tool

leave a comment

Again, accidently saw this cool online tool called JSLint – A Javascript Code quality tool. In their own words ‘JavaScript program that looks for problems in JavaScript programs’  JSLint takes a javascript code, analyze it and reports the problems in it.

JSLint does not follow the ECMAScript standards, rather it follows a professional and stricter subset of it, which can be found in Code Conventions for the JavaScript Programming Language.

More details about the standards can be found here and here is the link to JSLint. Test your JS code today!

Written by Vipin

March 3rd, 2010 at 6:43 pm

Posted in web

Tagged with ,

PDFObject – Embed PDF files in web pages

one comment

Just saw a Javascript utility called PDFObject to embed PDF files in HTML pages. It works same as SWFObject which is used to embed flash movies in HTML documents.

Here is the link to the site.

Written by Vipin

March 3rd, 2010 at 6:40 pm

Posted in web

Tagged with ,