The FlashChemist!

My Experiments and Thoughts on the Flash Platform

Archive for the ‘web’ Category

Kevin Lynch responds to the “Flash vs iPhone/Pad and HTML5″

leave a comment

Here is an interview with Adobe CTO Kevin Lynch at the Web 2.0 expo. Few of his comments goes like this

‘We will try to make the best HTML 5 tool in the world’

‘We don’t want to play technology game when Apple is playing Legal game’  about Apple coming up with SDK Licene 3.3.1

‘With Flash CS5 iPhone exporter, we proved that we can make same application work on multiple platforms, and Apple didn’t like it’

Watch it here.

Written by Vipin

May 7th, 2010 at 7:37 pm

Posted in Flash, web

Tagged with , ,

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 ,