Best reference sites for HTML and JavaScript programming:

*There is some controversy over the quality and accuracy of the information in the tutorials offered by W3Schools. Not as many, however, take issue with the reference section.


Related questions, mostly the source of the above links:

link|improve this question
Why close? Won't such a listing be useful? I'm sure many people could use the info. – Jenko May 5 '09 at 7:17
SO is also a wiki, so if you know any useful ref sites, share them. At least don't stop others from sharing. – Jenko May 5 '09 at 7:18
This has been asked. Many times. – Shog9 May 5 '09 at 7:21
Though it has been asked before, its never been compiled into such a list. – Jenko May 5 '09 at 7:25
feedback

10 Answers

up vote 7 down vote accepted

I find the Mozilla Developer Centre very helpful.

Steve

link|improve this answer
Although its really slow (server speed?) and sparsely filled. SitePoint is much better and gives you browser compatibility per article. – Jenko May 5 '09 at 7:46
For the DOM, I agree that SitePoint is more useful. But the MDC is invaluable for info on the JavaScript natives (such as "Array") and their methods (such as Array's "indexOf"). As of writing, the SitePoint reference doesn't seem to have any information on this. – Steve Harrison May 5 '09 at 8:05
feedback

MSDN has a lot of reference materials for web development. It contains only IE-specific information which can be either an advantage or a disadvantage depending on what you are looking for. Here are direct links to the HTML/CSS (includes DOM), JScript (Microsoft flavor of ECMAScript aka JavaScript) and VBScript. The documentation is very well written, and is a great source for answers to DOM/JavaScript questions, since they tend to be mostly the same across browsers.

Also, as references go, let's not forget the official specifications for HTML, CSS, and the myriad of other standards specified by W3C.

link|improve this answer
feedback

Dev Opera is a great resource, especially the Web Standards Curriculum. Another one is HTML dog.

link|improve this answer
feedback

A really helpfull tool for Firefox (with Firebug installed) http://tools.sitepoint.com/codeburner/

For rapidly find documentation on sitepoint reference.

link|improve this answer
feedback

I always check www.zvon.org, especially the references section.

link|improve this answer
You could edit the main question itself. Add your sites in the same format, with one link per subject on the site, so people can easily understand whats available on the site. – Jenko May 5 '09 at 7:19
Ah, it's community wiki... – Ronald Wildenberg May 5 '09 at 7:37
feedback

HTML Code Tutorial is a decent site, and its Quick List page helps me sometimes.

link|improve this answer
feedback

Best resources to learn JavaScript

I have been catching up on modern Javascript techniques, and learning some handy tricks, by running, reading and editing GreaseMonkey scripts from userscripts.org.

link|improve this answer
feedback

HTML.net - HTML, CSS, PHP

link|improve this answer
feedback

www.w3schools.com is my favorite go to

link|improve this answer
7  
w3schools.com is actually pretty horrible – kangax Sep 18 '09 at 0:57
feedback

protected by Mat Aug 20 '11 at 16:43

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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