Ryan
Ryan

Reputation: 3926

Name of JavaScript in-browser editor

I remember using a JavaScript in-browser editor a while back but cant remember the website despite doing numerous Google searches.

The website in question has two large grey buttons at the top left named on the lines of "code" and "preview" and the rest of the page is used to write/view code.

Upvotes: 4

Views: 395

Answers (2)

Paul Verest
Paul Verest

Reputation: 63882

For year 2013, developers should also look at Eclipse Orion and c9.io Cloud IDE.

Be aware, however, that if your internet connection is slow, using such tools is not pleasant. You should install them locally, in LAN or have Desktop application.

Upvotes: 0

Nick Craver
Nick Craver

Reputation: 630349

It sounds like you're thinking of JSBin: http://jsbin.com/

There's also another you should check out though, jsFiddle: http://jsfiddle.net/

Upvotes: 6

Related Questions