What is the Web Development "bible" (online or book) for you?

+16 votes
Where do you go to check the most reliable source of information related to Web Development? (JavaScript, CSS and HTML)

Who do you trust?
asked Oct 9, 2012 by (440 points)

21 Answers

–1 vote
I currently just use this site.
answered Oct 9, 2012 by (7,970 points)
–1 vote

still Selfhtml poorly it is also still german only :(

answered Oct 9, 2012 by anonymous
–1 vote
developer.google.com and HTML5Rocks for now
answered Oct 9, 2012 by (1,020 points)
–1 vote
StackOverflow for sure. I'm not active participant there, but it taught me a lot.
answered Nov 13, 2012 by (6,120 points)
–1 vote
As a beginner in this trade I enjoyed
Web Programming Step by Step
by Marty Stepp, Jessica Miller, and Victoria Kirst
http://www.webstepbook.com/
Lots of slides on the site that guide you quickly through various subjects or chapters. Lot of example software.
answered Nov 17, 2012 by anonymous
–1 vote
For dictionary / bible resource. Jon Duckett’s HTML5 and CSS book is outstanding. I run the HTML5 Toronto group and I bought 10 of them to give out to people at various events.
answered Dec 8, 2012 by (380 points)
–1 vote
http://www.w3.org

Hey, it's the source, right?

And also of course:

http://html5please.com/

and:

http://jquery.com/
answered Dec 11, 2012 by (120 points)
edited Dec 11, 2012 by
–1 vote
MDN is the best current "bible". I append "mdn" to all my Google searches on native browser/html/css/js features.

Caniuse.com is the best cross-browser support reference.

Of course, sometimes, if you need to be careful the W3C spec is the real "bible".

For almost everything else, use Stack Overflow and go to the sources provided by answers - that's often a much safer bet when it comes to the risk of old information.
answered Dec 21, 2012 by (140 points)
–2 votes
I used selfhtml (also for js and css) a lot. But now i just try or look at google and w3schools.
answered Oct 9, 2012 by (6,120 points)
this comment is actually not from wikisysop ... its from volkmar.eigler there is a bug in this site!
–4 votes

You may also refer w3resource tutorials. And of course, MDN and W3C material is very  useful.

answered Oct 9, 2012 by anonymous