Live data from Hacker News

Ask YC: decent JavaScript resource and reference sites?

news.ycombinator.com

11–18 of 18 posts

Re: Ask YC: decent JavaScript resource and reference sites?

#11
browser bugs:

http://www.gtalbot.org/BrowserBugsSection/

Danny goodman's quickref/cheat:

http://www.dannyg.com/dl/JSB6RefBooklet.pdf

mozilla's JS 1.5 ref

http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Gui...

jscript / IE deviation from ES 3

http://blogs.msdn.com/jscript/archive/2007/10/29/ecmascript-...

browser testing

http://www.456bereastreet.com/archive/200702/browser_testing...

browser market share

http://www.w3counter.com/globalstats.php http://www.w3schools.com/browsers/browsers_stats.asp http://en.wikipedia.org/wiki/Usage_share_of_web_browsers http://ejohn.org/blog/will-memory-leaks-matter-in-2009/

Re: Ask YC: decent JavaScript resource and reference sites?

#12
post #6

I would start with the Rhino book http://www.amazon.com/JavaScript-Definitive-Guide-David-Flan...

I could not agree more.

The web has lots of practical examples and API documentation, but it's fragmented information. This book gives you a thorough, cohesive understanding of the language.

Re: Ask YC: decent JavaScript resource and reference sites?

#14
post #11

browser bugs: http://www.gtalbot.org/BrowserBugsSection/ Danny goodman's quickref/cheat: http://www.dannyg.com/dl/JSB6RefBooklet.pdf mozilla's JS 1.5 ref http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Gui... jscript / IE deviation from ES 3 http://blogs.msdn.com/jscript/archive/2007/10/29/ecmascript-... browser testing http://www.456bereastreet.com/archive/200702/browser_testing... browser market share http…

Mozilla also has pages covering the features in Javascript 1.6, 1.7 and 1.8
Post reply on HN