Page 1 of 1

Core JavaScript 1.5 Reference & Guide

Posted: Mon May 30, 2005 2:43 am
by Andrew
I use these two docs all the time - they cover javascript 1.5 rather than Photoshop's implementation of javascript (which is mostly an extension of the latter).

http://www.croczilla.com/~alex/referenc ... index.html ... index.html
http://www.croczilla.com/~alex/referenc ... index.html ... index.html


It's perhaps worth noting that the section on regular expressions is very good.

Andrew

Core JavaScript 1.5 Reference & Guide

Posted: Mon May 30, 2005 1:44 pm
by xbytor
Here is the PDF for the ECMAScript/JavaScript Language Specification.

http://www.mozilla.org/js/language/E262-3.pdf

Its a bit difficult to read unless you've you have a background in this kind of stuff. I mainly go here as a resource of last resort since this is The Specification for the language.

JavaScript The Definitive Guide, from O'Reilly Press is a much more practical resource, especially for a dead tree version. It does an excellent job in detailing what parts of the spec the various implementations of JS implement. No info on any of the PS implementations.

Core JavaScript 1.5 Reference & Guide

Posted: Mon May 30, 2005 7:01 pm
by Larry Ligon
Here's another core library site that I like:

http://www.caucho.com/resin/jsref/corelib.xtp

Larry

Core JavaScript 1.5 Reference & Guide

Posted: Mon Nov 14, 2005 5:02 pm
by wade
http://devguru.com

It is simple and to the point. Of course the O'Reilly DHTML book sits on my desk too. I find the DHTML book's JavaScript section to be better than the actual JavaScript book.

p.s. it also looks like your links can also be found at http://developer.mozilla.org/en/docs/JavaScript not to mention docs for the future will be there too

Core JavaScript 1.5 Reference & Guide

Posted: Thu Apr 14, 2011 9:53 am
by Bitonet
Thanks for the information guys Very useful !

Core JavaScript 1.5 Reference & Guide

Posted: Wed Jun 27, 2012 3:55 am
by jacobolus
When googling, just adding "mdn" to the end of some search for a term of interest is the best way to get JavaScript documentation from the relevant mozilla page.