jsbin
jsbin.com ist ein cooles “Paste Bin” Webinterface in dem nicht nur der Code, sondern auch der Kontext in dem der Code läuft eingegeben werden kann.
JS Bin is a webapp specifically designed to help JavaScript and CSS folk test snippets of code, within some context, and debug the code collaboratively.
JS Bin allows you to edit and test JavaScript and HTML (reloading the URL also maintains the state of your code - new tabs doesn’t). Once you’re happy you can save, and send the URL to a peer for review or help. They can then make further changes saving anew if required.
Ein kurzes Video Tutorial erklärt es noch besser.
via ajaxian

