Forum Moderators: open
I'm not bad at programming in a general sense (did my CompSci degree) and Javascript seems simple, so I suppose I'm mostly looking for a DOM guide. Something that describes how to use the w3c API to manipulate styles and the node tree.
At the moment I'm reading through w3schools and the Moz/DevEdge DOM guides. I'm going to go look at the w3 spec as well (this helped me to learn CSS and XHTML). What sites am I missing?
W3C DOM / + proprietary extras
Host objects/methods like setTimeout, alert, location ...
If you've a CSc degree, then you'll learn core Javascript in no time. The only thing worth pointing out is that Javascript is very flexible. Often I see code written by people schooled in 'proper' programming languages that works perfectly but takes an unnecessarily long way round because they haven't seen the shortcuts available (because they didn't expect them).
Once you have the core sorted, you are equipped to deal with the mad, shifting, labyrinth that the old people used to call DHTML. Here's a few "Real World" links.
HowToCreate [howtocreate.co.uk] - Seems to have tested widely
QuirksMode [quirksmode.org] - Well respected
ZVON DOM2 Reference [zvon.org] - They've turned the W3C blurb into something approaching English.