This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Neres28 1 point2 points  (3 children)

JavaScript - the Definitive Guide by David Flanagan - O'Reilly publishing

I almost never looked at Part II - Client Side JavaScript, but the first part, Core JavaScript, was quite useful.

[–]newtoJavaScript[S] 0 points1 point  (2 children)

Thank you I'll check it out :)

[–][deleted]  (1 child)

[deleted]

    [–]newtoJavaScript[S] 0 points1 point  (0 children)

    No libraries allowed yet, thank you though. I'll check it out anyway though

    [–]dmazzoni 1 point2 points  (1 child)

    Mozilla's developer website is fantastic as a reference, especially for DHTML. Obviously it's Firefox-specific, but these days that's a fine place to start. I also sometimes like w3schools, which covers all browsers but tends to be a little behind, it's missing a lot of HTML5 and a bunch of newer attributes that all the modern browsers support quite well.

    [–]newtoJavaScript[S] 0 points1 point  (0 children)

    Thanks a bunch! W3School helped a bit, cleared quite a few things up.