Forum Moderators: open

Message Too Old, No Replies

can anyone recommend a book for learning javascript?

recommeded reading

         

spritch2

6:33 pm on Dec 27, 2003 (gmt 0)

10+ Year Member



hi,

can anyone recommend a good book 4 learning javascript & what is the current spec?

also, would it be more useful instead 2 find a book that teaches ecma script 262 edition 3 or is this more important to the browser manufacturers?

any comments would be useful
spritch2

RonPK

10:17 pm on Dec 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



O'Reilly's JavaScript: The Definitive Guide. Eat and drink it!

korkus2000

2:30 pm on Dec 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The JavaScript Bible taught me. I really like Danny Goodman's teaching style. It is definitely worth a read.

I have the definitive guide and it is also a good book. O'reilly books are usually a little dry for me though.

RonPK

3:26 pm on Dec 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



korkus2000, you're right about the Guide being a bit dry. Nevertheless it has told me all I want to know about JavaScript.

spritch2, ECMA Script does not seem very relevant to me (in a web context). Far more important are DOM related subjects. Consider the DOM as a layer between javascript and many of the document's properties. For example, many scripts nowadays use getElementById(). Strictly speaking, that is not a JavaScript method but a DOM method. So I'd say a good JavaScript book covers the DOM as well.

webkid

4:14 pm on Dec 30, 2003 (gmt 0)

10+ Year Member



hi...

The JavaScript for the World Wide Web - 5th Edition, by Tom Negrino and Dori Smith

Ref can use O'R..

Otherwise, go the library to look around see which one really get into and you really like to read it. Tons of books.. it takes time but worth later to decide which one you wanna buy... :)

webkid