vote up 8 vote down star
13

Best reference sites for HTML and JavaScript programming:


Related questions, mostly the source of the above links:

flag
Why close? Won't such a listing be useful? I'm sure many people could use the info. – Jeremy Rudd May 5 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. – Jeremy Rudd May 5 at 7:18
This has been asked. Many times. – Shog9 May 5 at 7:21
Though it has been asked before, its never been compiled into such a list. – Jeremy Rudd May 5 at 7:25

9 Answers

vote up 6 vote down check

I find the Mozilla Developer Centre very helpful.

Steve

link|flag
Although its really slow (server speed?) and sparsely filled. SitePoint is much better and gives you browser compatibility per article. – Jeremy Rudd May 5 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 at 8:05
vote up 0 vote down

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

link|flag
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. – Jeremy Rudd May 5 at 7:19
Ah, it's community wiki... – rwwilden May 5 at 7:37
vote up 2 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up -1 vote down

www.w3schools.com is my favorite go to

link|flag
w3schools.com is actually pretty horrible – kangax Sep 18 at 0:57
vote up 2 vote down

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

link|flag
vote up 1 vote down

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

For rapidly find documentation on sitepoint reference.

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

Unofficial online ECMAScript-262 3rd ed. specification is very helpful.

link|flag

Your Answer

Get an OpenID
or

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