Saving your history (beta)
One of the beta features I’ve been quietly working on is the ability to retrieve a history of saved urls. Currently this is tucked away inside of the beta features - so you need to open a console, but it needs your feedback and testing to understand if it’s viable and works. Please contribute to the feedback on github here.
Testing Ajax Requests
One of JS Bin’s original drivers for being created was I needed a way to create simple tests for checking Ajax requests and responses. This screencast has been re-created with the updated version of JS Bin to show you how to create those dummy Ajax response handles using JS Bin.
Q:First, thanks so much for the incredibly awesome tool.
I'm using jsbin to teach some basic hacking skills -- well, a hacking attitude more than anything -- to primary school kids. I've given them a template to work with, which they then fork to make their own pages. So, e.g., jsbin ibepo3 (sorry, not allowed to include a link in a tumblr question).
The kids are supposed to email me the URLs of their work, but some percentage of them inevitably screw that up. Is there a way to access the revision history tree of a jsbin entity? That would be a huge help to me and my kids. Thanks so much!
Matt
Hi Matt,
I’m working on a new features that should help you there. The first is a full save history, i.e. you’ll be able to see that ibepo3/20/ was a saved version of ibepo3/17/, and so on.
Secondly I’m considering changing the cloning in a way that you share a url with /clone on the end, and it will automatically create a new copy - therefore your students will have their own revision history and own url - rather than everything sitting on the same namespace.
I suggest you follow issue #84 which is very similar to what you’re asking.
Custom templates for starting points
I re-enabled the save as template feature, so that you can create your own custom starting point with JS Bin. The aim is in the future to be able to provide multiple templates - but one will do for now. Enjoy.
Using clones instead of saves
Example of how you could use the new clone functionality in JS Bin and it’s keyboard shortcuts.
JS Bin 2.8
Introducing JS Bin 2.8.0 - with live previews, resizable panels, autocomplete and more.
Gist integration
How to pull a gist from github.com directly in to JS Bin without any copy and paste mucking around.
Adding custom libraries
Example of how you can permanently add your own custom libraries to JS Bin’s library drop down.
Drag file support
A demo of the simple drag and drop functionality tucked away inside of JS Bin. Note that this is only supported in browsers with both the drag and drop API and the File API (such as Chrome).
How to enable beta features
A screencast on how to enable beta features and how the live and download features work.
Getting the lastest bin
Did you know you can jump to the very latest saved jsbin by using the word ‘latest’ instead of the revision number, i.e.:
http://jsbin.com/canvas/latest/edit
Will redirect you to the latest saved version of the code under the ‘canvas’ id.