Wednesday, May 16, 2012

HTML boilerplate code to start your mobile supported HTML project


ShareThis
Check out this HTML boilerplate code to start your mobile supported HTML project http://html5boilerplate.com/

Paper.js an excellent HTML5 vector drawing scripting library


ShareThis
I came across this excellent HTML5 vector drawing scripting library called paper.js.

Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas. It offers a clean Scene Graph / Document Object Model and a lot of powerful functionality to create and work with vector graphics and bezier curves, all neatly wrapped up in a well designed, consistent and clean programming interface.


See some wonderful examples here:
http://paperjs.org/examples/

Download source from here at github
https://github.com/paperjs/paper.js

Tuesday, May 8, 2012

Excellent JS playground to test your Java Script code with third party libraries


ShareThis

Found this excellent JS playground to test your Java Script code with different third party libraries
http://jsfiddle.net/
You can also save your code and share with the world, like this Knowckoutjs sample code:
http://jsfiddle.net/jimrhoskins/GCscS/2/
thanks!

-Sumit Pranav