Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I'm trying to create the CSS design for a new web application. Usually what I do is write the code in Notepad++, then ALT+TAB to Firefox and refresh the page to see my changes. The problem is that this is often cumbersome. I'd like to find a better way.

Does anyone remember JS Fiddle? I'm looking for something like the CSS version of that, like a CSS Fiddle if it exists. Or some tool that can help me create and test my new changes as quickly and efficient as possible, preferably web-based.

share|improve this question
2  
You can edit CSS on JSFiddle. But, unfortunately, this question is not not constructive. For more information on why, please read the FAQ. – Dynamic Mar 10 at 23:02
1  
...Firebug? Chrome Developer Tools? IE Developer Toolbar? Isn't this web dev 101? – Izkata Mar 11 at 0:52
1  
livereload.com livejs.com ... – Martin Wickman Mar 11 at 7:50

closed as not constructive by Dynamic, Martijn Pieters, Glenn Nelson, MichaelT, Kilian Foth Mar 11 at 7:46

As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

Does anyone remember JS Fiddle?

Yes I do, but you write like it is no longer available? It is, and it's at jsfiddle.net

jsFiddle allows you to write CSS without JavaScript. I just whipped something up - have a look here http://jsfiddle.net/fePkZ/ and you will see that there is no JavaScript necessary.

share|improve this answer

Take a look at:

share|improve this answer

Adobe Dreamweaver supporting to edit CSS easily. And also some other scripting like PHP and JS. You can directly see the result in the tool. no need to run in separate browser. If you need to check how your web page looks in other browsers also you can use Adobe browse lab If you looking for online editors this may help to you

share|improve this answer

You could check out http://codepen.io/, which is similar to JSFiddle but seems to have a greater focus on CSS. It was (co)-created by Chris Coyier from CSS-Tricks.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.