The title is self explaining, what free, online tools does a web developer has at his disposal and "should know about"?

To set the spirit of the list this are some examples:

I think a good list could come in very handy for many!

link|improve this question
1  
If the question receives enough edits then it becomes CW, or a mod can make it so. Maybe you should flag it for mod attention and request the CW status? – slugster Dec 6 '10 at 3:30
@slugster I did this now, thank you! I still find it strange I can't do it myself! – Trufa Dec 6 '10 at 3:32
1  
Thanks @Bil The Lizard for making it CW – Trufa Dec 6 '10 at 3:44
feedback

6 Answers

Whilst you probably want to automate this on your server, I still find jscompress.com handy to minify or pack scripts.

Some others...

(there are tonnes).

link|improve this answer
Border radius is freaking genius! :) I will never be able to remember this! – Trufa Dec 6 '10 at 3:41
feedback

Yahoo has a number of good tools. The YUI material alone is fantastic.

link|improve this answer
feedback

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.

link|improve this answer
I'm sure firebug has been indispensable. – Trufa Dec 6 '10 at 3:42
Oh and sorry but aptana is not online :) – Trufa Dec 6 '10 at 3:43
@Trufa: but it is free and works on any platform. I personally prefer my IDE to run locally. You can do a lot of cool things on the web, but there are some things that are just better as a fat client app. – josh3736 Dec 6 '10 at 3:49
Ok I´ll let it go because " it is free and works on any platform" and this is a CW but it was more intended as simpler tools not IDEs but lets just leave it there, it dosnt hurt anyone :) – Trufa Dec 6 '10 at 4:00
feedback

I find yUML an invaluable tool to create diagrams online!

alt text

link|improve this answer
feedback

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).

link|improve this answer
I got carried away here :) This is not an online tool, but a free Windows application. It's a little bit old, but it works as a charm. – Max Kielland Dec 13 '10 at 3:49
feedback

Bubble supports create mind-mapping diagram online. I use it to organize general idea about the application.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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