Is there an editor that works like jsfiddle on my local machine, without having to be connected to the internet.
|
closed as not constructive by SomeKittens, Benjamin Gruenbaum, Ocramius, Musa, EdChum Apr 6 at 20:09
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.
|
|
|||||||||
|
|
You can create a plain text file, say
Or you can try something like vimfiddler. |
||||
|
|
|
This tutorial shows how you can easily build your own using an iframe: |
|||||||||||||
|
|
have you tried writing code right in to firebug console ? to write/learn javascript it's best tool i know. edit: for html/css there's a lot of tools that might help (actually i sits on windows but there's no special app that might be useful), on mac there's coda or espresso which is typical (and not typical) wysywig tool and have live preview mode, as far as i know coda offers a cheap support of javascript. for javascript firebug in firefox / developer tool in safari, chrome. |
||||
|
|
|
on windows:
Microsoft Web Expression 4.0 is available for HTML/CSS. For jQuery, there are extensions for Google Chrome. with or without documentation. like jquery shell. jquery browser. For CSS there are extensions like code cola. |
|||
|
|
|
The only combination you need is this..
|
|||||
|