Forum Moderators: open
I have worked with Javascript, but unfortunately, I suck at it. I purchased Joe Burns Javascript Goodies, but I wasn't really happy with it: too many mistakes.
I am not quite ready for an O'Reilly animal book yet.
I need something to bridge the gap. I have heard the Javascript Bible is good, but want some second opinions.
Are there any online resources you all might recommend?
-G
My recommendation is buy the O'Reilly book to have it on hand as a reference. But don't try a cover-to-cover read, because that can be much too daunting.
Instead, with O'Reilly at hand, use all the cookbook resources you can find, on and off the web -- but don't be content with cut-and-paste. Whatever code you find, use O'Reilly to look up the details of that particular snippet until you become conversant with why the code is written the way it is. This way, you will quickly build up expertise in all the most commonly used areas of JavaScript.
Just using cut-and-paste hands you the fish without teaching you how to fish. But trying to use O'Reilly in isolation is like getting a degree in marine biology before you buy your first rod and reel. You need the practical recipes to stay interested in the deeper theory.