Tagged Questions
2
votes
0answers
43 views
How to run/test JavaScript? [closed]
I'm reading David Flanagan's "JavaScript: The Definitive Guide, 6th ed".
It only actually tells users how to run JS code on page 311, where users are told of the following solutions:
"Client-side ...
1
vote
3answers
70 views
Releasing a CSS minification tool - should it be downloadable or accessable through the cloud?
I am thinking of releasing a CSS minifaction library, which has dependencies on other libraries.
Since CSS Minification is not something that occurs a lot (compared to optimising PDFs for example), I ...
5
votes
1answer
455 views
Looking for a desktop application similar to jsFiddle
Is there a desktop application or IDE for Windows or GNU/Linux similar to jsFiddle where I can insert my JavaScript code, HTML and CSS and see how it executes?
I don't mind writing HTML, CSS and ...