What js libraries are the best example's to look at for javascript
coding practices?
aoshi
What you should really be asking in adjunct is why? Why is it good, or,
better yet, ask what's wrong with it. You may also have some feedback or
questions about the code guidelines doc:
<http://jibbering.com/faq/notes/code-guidelines/>
What's wrong with these?
createFactory:
<http://github.com/GarrettS/ape-javascript-library/blob/master/src/APE.js#L192-194>
<http://github.com/GarrettS/ape-javascript-library/blob/master/src/EventPublisher.js>
--
Garrett
I would suggest many of the examples shown here: http://www.dhteumeuleu.com/
ge1doot may not be flawless, but he's been building some beautiful
things with JavaScript by hand since before Ajax was a word.
Holy Cow! That's inspiring. Thanks for providing the link.
--
-williamc
http://www.cinsoft.net/ has the freshest browser scripting content on
the Web. Yes, it's my site, but nevertheless... :)
The main library is a lot to take in, but the various stand-alone
primers demonstrate unique solutions for common browser scripting
issues (e.g. detecting event and style support, measuring the
viewport, determining element positions and dimensions, monitoring the
keyboard, etc.)