Daemach schrieb: > I have no formal programming training, so I often brute-force things > that could be a lot more elegant. One thing I'm struggling with in > particular now is the benefits of creating object prototypes over just > storing data in a global tree. A few people on this list have taken a > shot at explaining some of this to me, and thank you very much for > that, but it's just not sinking in which is unusual and frustrating. > > Can you all tell us what books are good for advanced Javascript > reference? Closures, objects, advanced functions, etc. I've been > doing DOM programming long enough that I can find a way around pretty > much every problem but I want to take my game to the next level. > > Your help is much appreciated!! You may want to try books about object-oriented programming. Working with a object-oriented language alone doesn't make you an oo-programmer, eg. you can programm fully procedural programs with Java. Once you get the idea why packaging data with behaviour is good, you should be able to find your way around JavaScript better.
-- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/