Thanks a lot for your comments about "Eloquent JavaScript". I've made it through chapter 2 and my feeling so far is that the author seems to understand JavaScript pretty well and seems technically competent, but I am left wondering whether this is a good reference for my purposes.
So far I feel like he is covering things too much (even things perhaps it might be better not to bother with -- e.g. the use of == <- why not always just use === ?). May be I am saying this because I have become brainwashed by Crockford's line of using just particular portions of JavaScript
However, I'm thinking of continuing for a while longer before deciding whether to stop.
The Jon Resig book you mentioned was one I was curious about -- but I am actually more curious about his upcoming book "Secrets of the JavaScript Ninja".
Incidentally, I am in the middle of watching a talk by him titled "
Advancing JavaScript with Libraries" (
MDC link,
Ajaxian link). Are you familiar with this one?