<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>I’m Dave, the JS Bin bot. This place will include tips and videos to help you make more use of JS Bin. 

If I’m useful to use, please send a hug to @js_bin on twitter :)</description><title>JS Bin Tips and Bits</title><generator>Tumblr (3.0; @jsbin)</generator><link>http://jsbin.tumblr.com/</link><item><title>In the FAQ you mention that you can insert JavaScript in a specific position in a JS Bin's html document with %code%. Can you do the same with css with something like %style%?</title><description>&lt;p&gt;Yes, but you need to use %css%.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/41869099964</link><guid>http://jsbin.tumblr.com/post/41869099964</guid><pubDate>Wed, 30 Jan 2013 15:59:06 +0000</pubDate></item><item><title>Is there a way to delete "bins"?</title><description>&lt;p&gt;There’s no way to &lt;em&gt;delete&lt;/em&gt; a bin, but you can &lt;em&gt;archive&lt;/em&gt; bins so they’re hidden from your homepage. If you’ve accidentally created a bin that’s gone public and should remain private - you can file an &lt;a href="http://github.com/remy/jsbin/issues" target="_blank"&gt;issue here&lt;/a&gt; and we can manually remove the bin for you.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/41869084157</link><guid>http://jsbin.tumblr.com/post/41869084157</guid><pubDate>Wed, 30 Jan 2013 15:58:46 +0000</pubDate></item><item><title>When i embed jsbin using the "share" link, the editor always has only the "Output" tab enabled. Can I have the default view (HTML and Output view) enabled? Thank you for your time.</title><description>&lt;p&gt;Absolutely, you need to simply add the panel you want open (there’s some early design work to add this to the UI, but for now you have to do it manually).&lt;/p&gt;

&lt;p&gt;To include the HTML panel and output, just comma separate the additional panel so the embed href goes from:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;a href="http://jsbin.com/oxuyop/102/embed?live" target="_blank"&gt;http://jsbin.com/oxuyop/102/embed?live&lt;/a&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;To:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;a href="http://jsbin.com/oxuyop/102/embed?live,html" target="_blank"&gt;http://jsbin.com/oxuyop/102/embed?live,html&lt;/a&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Valid values for the panels are: html, javascript, css, console and live.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/40526049160</link><guid>http://jsbin.tumblr.com/post/40526049160</guid><pubDate>Mon, 14 Jan 2013 17:06:56 +0000</pubDate></item><item><title>Do you have any documentation on how to host jsbin on my own site?</title><description>&lt;p&gt;There’s some documentation in the github repo.&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;&lt;a href="https://github.com/remy/jsbin/blob/master/docs/2-minute-setup.md" target="_blank"&gt;The 2 minute guide&lt;/a&gt; *note: takes less than 2 minutes.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/remy/jsbin/blob/master/docs/running-your-own-jsbin.md" target="_blank"&gt;Detailed version with config info&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><link>http://jsbin.tumblr.com/post/40525614364</link><guid>http://jsbin.tumblr.com/post/40525614364</guid><pubDate>Mon, 14 Jan 2013 16:59:13 +0000</pubDate></item><item><title>How to customise the editor panels

Since JS Bin simply uses...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/pzFqaRJwNQ8?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;How to customise the editor panels&lt;/h1&gt;

&lt;p&gt;Since JS Bin simply uses CodeMirror as the editor, naturally we expose that configuration to allow you to customise it yourself. Say if you don’t like line wrapping, or prefer 8 character width tabs - you can change all this yourself.&lt;/p&gt;

&lt;p&gt;Techniques used in this video:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Browser console to change &lt;code&gt;jsbin.settings.editor&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Enable debug mode using &lt;code&gt;jsbin.settings.debug = true&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</description><link>http://jsbin.tumblr.com/post/30025396843</link><guid>http://jsbin.tumblr.com/post/30025396843</guid><pubDate>Thu, 23 Aug 2012 09:47:23 +0100</pubDate></item><item><title>Remote rendering

JS Bin not only includes live rendering in the...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/eDFGrqjjyLk?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Remote rendering&lt;/h1&gt;

&lt;p&gt;JS Bin not only includes live rendering in the main window, but also allows you to remotely render on any other device or browser.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/27938253526</link><guid>http://jsbin.tumblr.com/post/27938253526</guid><pubDate>Tue, 24 Jul 2012 23:52:09 +0100</pubDate></item><item><title>Saving your history (beta)

One of the beta features I’ve...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/KMoFSfBx_QA?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Saving your history (beta)&lt;/h1&gt;

&lt;p&gt;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 &lt;a href="https://github.com/remy/jsbin/issues/72" target="_blank"&gt;feedback on github here&lt;/a&gt;.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/9252788402</link><guid>http://jsbin.tumblr.com/post/9252788402</guid><pubDate>Mon, 22 Aug 2011 16:34:39 +0100</pubDate></item><item><title>Testing Ajax Requests

One of JS Bin’s original drivers...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/rXGUesjAi9g?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Testing Ajax Requests&lt;/h1&gt;

&lt;p&gt;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.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/9246335362</link><guid>http://jsbin.tumblr.com/post/9246335362</guid><pubDate>Mon, 22 Aug 2011 10:37:00 +0100</pubDate><category>testing</category><category>ajax</category></item><item><title>First, thanks so much for the incredibly awesome tool.&lt;br /&gt;&#13;
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).&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
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!&lt;br /&gt;&#13;
Matt</title><description>&lt;p&gt;Hi Matt,&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;I suggest you follow &lt;a href="https://github.com/remy/jsbin/issues/84" target="_blank"&gt;issue #84&lt;/a&gt; which is very similar to what you’re asking.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/9246119728</link><guid>http://jsbin.tumblr.com/post/9246119728</guid><pubDate>Mon, 22 Aug 2011 10:22:00 +0100</pubDate></item><item><title>Custom templates for starting points

I re-enabled the save as...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/0127x8F9N5s?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Custom templates for starting points&lt;/h1&gt;

&lt;p&gt;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.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/7120848256</link><guid>http://jsbin.tumblr.com/post/7120848256</guid><pubDate>Fri, 01 Jul 2011 16:03:00 +0100</pubDate><category>templates</category></item><item><title>Using clones instead of saves

Example of how you could use the...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/hK68YvK-Mew?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Using clones instead of saves&lt;/h1&gt;

&lt;p&gt;Example of how you could use the new clone functionality in JS Bin and it’s keyboard shortcuts.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/6861906024</link><guid>http://jsbin.tumblr.com/post/6861906024</guid><pubDate>Fri, 24 Jun 2011 12:24:00 +0100</pubDate><category>clone</category></item><item><title>JS Bin 2.8

Introducing JS Bin 2.8.0 - with live previews,...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/L3_pAuGCPBI?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;JS Bin 2.8&lt;/h1&gt;

&lt;p&gt;Introducing JS Bin 2.8.0 - with live previews, resizable panels, autocomplete and more.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/6753388869</link><guid>http://jsbin.tumblr.com/post/6753388869</guid><pubDate>Tue, 21 Jun 2011 12:52:00 +0100</pubDate></item><item><title>Gist integration

How to pull a gist from github.com directly in...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/_GtjaW4Ma3c?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Gist integration&lt;/h1&gt;

&lt;p&gt;How to pull a gist from github.com directly in to JS Bin without any copy and paste mucking around.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/6492346823</link><guid>http://jsbin.tumblr.com/post/6492346823</guid><pubDate>Mon, 13 Jun 2011 18:31:00 +0100</pubDate><category>gist</category><category>github</category></item><item><title>Adding custom libraries

Example of how you can permanently add...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/5z7RlXcoRFU?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Adding custom libraries&lt;/h1&gt;

&lt;p&gt;Example of how you can permanently add your own custom libraries to JS Bin’s library drop down.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/5387666542</link><guid>http://jsbin.tumblr.com/post/5387666542</guid><pubDate>Wed, 11 May 2011 11:13:00 +0100</pubDate></item><item><title>Drag file support

A demo of the simple drag and drop...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/z6CZBNmSdqs?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Drag file support&lt;/h1&gt;

&lt;p&gt;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).&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/4605622638</link><guid>http://jsbin.tumblr.com/post/4605622638</guid><pubDate>Thu, 14 Apr 2011 13:32:00 +0100</pubDate></item><item><title>How to enable beta features

A screencast on how to enable beta...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/ZcN-7cH2alY?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;How to enable beta features&lt;/h1&gt;

&lt;p&gt;A screencast on how to enable beta features and how the live and download features work.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/4391512022</link><guid>http://jsbin.tumblr.com/post/4391512022</guid><pubDate>Wed, 06 Apr 2011 16:22:00 +0100</pubDate></item><item><title>Getting the lastest bin</title><description>&lt;p&gt;Did you know you can jump to the very latest saved jsbin by using the word &amp;#8216;latest&amp;#8217; instead of the revision number, i.e.:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jsbin.com/canvas/latest/edit" target="_blank"&gt;http://jsbin.com/canvas/latest/edit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Will redirect you to the latest saved version of the code under the &amp;#8216;canvas&amp;#8217; id.&lt;/p&gt;</description><link>http://jsbin.tumblr.com/post/4391433267</link><guid>http://jsbin.tumblr.com/post/4391433267</guid><pubDate>Wed, 06 Apr 2011 16:16:49 +0100</pubDate></item></channel></rss>
