Hamed’s Weblog “Exploring… treasure with in”
All about learning and sharing knowledge
JS BIN – A collaborative JS editing tool
Posted by on December 24, 2010
Recently while googling I stumbled a really cool tool JS Bin.
It’s an invaluable tool for showing someone how to do something simple, or getting help on a bug you might be trying to fix. I am amazed by it’s simplicity, we can write sample Javascript without having to write all the code to include the library we wanted to use and generate the HTML, etc.
Based on your preference just select the Javascript framework viz., jQuery, jQuery UI, Prototype, Script.aculo.us etc., then write your Javascript. It will automatically generate an HTML page that includes your selected library from a content distribution network (CDN) and lets you view the output in another tab.
When you’re finished writing your code, you can use the generated public link so you can send it to people and they can see the entire script in one page.
JSBin.com has saved me a lots of time trying to debug complex JavaScript and has enabled me to create examples for people in very little time.
JSBin you rock!!!
Advertisement