I disagree and I don't think he really responded to any of the criticisms, just sort-of acknowledged them. > They Appear Affiliated With The W3C > For those in the know the W3C is the World Wide Web Consortium, it is an international organization that governs the web. W3Schools rides off the notoriety of that name despite being unaffiliated. Is that really a complaint? How many _Java_Script developers are out there t…
An Ode To W3Schools
21–30 of 66 posts
Re: An Ode To W3Schools
#22Re: An Ode To W3Schools
#23Earlier quoted context omitted.
I would argue that http://htmldog.com/ or the MDN ( https://developer.mozilla.org/en-US/ ) are much better resources for even the newbie. Correct information always trumps easily accessible information. It isn't like the MDN is hard to navigate or anything, anyways. For comparison sake: https://developer.mozilla.org/en-US/docs/HTML/Element/articl... http://www.w3schools.com/tags/tag_article.asp With the exception of…
There is a huge difference between w3schools and these web sites, you can type in stuff on one side and see it on the other. I know that seems silly but its so helpful for people learning, is there anywhere else where they have that sort of setup?
Re: An Ode To W3Schools
#24In a nutshell the problem with W3Schools isn't any of the things the author points out. It's in the people learning from it. All good developers get to a point in their learning where they realize W3Schools is all the things the author points out and stops using it or very rarely uses it as a quick reference. That's fine. But then there's a whole other breed of developer who never move beyond what can be learned at W…
Re: An Ode To W3Schools
#25Re: An Ode To W3Schools
#26I disagree and I don't think he really responded to any of the criticisms, just sort-of acknowledged them. > They Appear Affiliated With The W3C > For those in the know the W3C is the World Wide Web Consortium, it is an international organization that governs the web. W3Schools rides off the notoriety of that name despite being unaffiliated. Is that really a complaint? How many _Java_Script developers are out there t…
I think the reason a lot of newbies start with them is because of a straight to the point easy to read format. They may not be the most accurate or comprehensive, but the low barrier to entry is EXACTLY what newbies are looking for.
Re: An Ode To W3Schools
#27Re: An Ode To W3Schools
#28100% agree. I learned so much off W3Schools. Yeah, it's sometimes inaccurate. But the information is a million times better than reading some WC3 specs or Mozilla's developer guides. Often I see people link to MSDN or Mozilla's developer network when asked for how to learn web development, and all I think to myself as I see that is that if it were me, I would just quit. The content is explained in a way that's just n…
I would argue that http://htmldog.com/ or the MDN ( https://developer.mozilla.org/en-US/ ) are much better resources for even the newbie. Correct information always trumps easily accessible information. It isn't like the MDN is hard to navigate or anything, anyways. For comparison sake: https://developer.mozilla.org/en-US/docs/HTML/Element/articl... http://www.w3schools.com/tags/tag_article.asp With the exception of…
Re: An Ode To W3Schools
#29I disagree and I don't think he really responded to any of the criticisms, just sort-of acknowledged them. > They Appear Affiliated With The W3C > For those in the know the W3C is the World Wide Web Consortium, it is an international organization that governs the web. W3Schools rides off the notoriety of that name despite being unaffiliated. Is that really a complaint? How many _Java_Script developers are out there t…
Re: An Ode To W3Schools
#30For instance , i want a fast sum up of regexps with Javascript : the W3School shows a short table with the main keywords , that's all i need. It's like a cheat sheet.
MDN is verbose ,badly written , accurate maybe, but i dont want 50 exemples on Proxies or Generators , i dont care about them.
Now i agree , the name is confusing , there are errors , but until folks at Mozilla learn to write a usefull resource , i'm not going to read their wiki.
2 other good refs : the blackberry javascript ref is great, and the MS javascript ref is good too. Mozilla JS ref is just dreadfull.
There is good reason why W3School is popular, because it written for humans.