Questions asking us to recommend or find a tool, library or favorite off-site resource a开发者_StackOverflow社区re off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionWhat free, online tools does a web developer has at his disposal and "should know about"?
To set the spirit of the list, here are some examples:
- Google Code playground
- jsFiddle
- Snipt
- CSS Validation Service
- Pastie
- CodePad
- Ideone
- JS Bin
- JSLint
- CSSDESK
- Visual jQuery
I think a good list could come in very handy for many!
Whilst you probably want to automate this on your server, I still find jscompress.com handy to minify or pack scripts.
Some others...
- CSS Sprite Generator
- CSS Border Radius
- CSS Gradient Generator
(there are tonnes).
Yahoo has a number of good tools. The YUI material alone is fantastic.
I've found Chrome's Developer Tools (Ctrl+Shift+I) to be absolutely indispensable when debugging HTML, CSS, and JavaScript.
Fiddler is a fantastic tool to spy on (and fiddle with) the traffic your browsers (and other HTTP-connecting applications) are sending.
Aptana is great as a HTML/CSS/JavaScript IDE, complete with red sqigglies for syntax errors and intellisense/autocomplete. (You'll never use Notepad again.)
jQAPI is a really zippy version of the jQuery documentation.
I find yUML an invaluable tool to create diagrams online!
For PHP development I always use the FREE phpDesigner 2007 (Personal). It can debug PHP with single step trace and breakpoints. It's also a good editor for CSS, HTML, Javascript, XML etc...
(look under "older downloads" at the bottom).
Bubble supports create mind-mapping diagram online. I use it to organize general idea about the application.
精彩评论