I put together an ongoing challenege on the popular web designer and developer hangout, Forrst.com. Hopefully it will bring some good contributions and help me learn how to write better OOP JS.
If you want to be incrementally better: Be competitive. If you want to be exponentially better: Be cooperative.
My implementation
I put together a small implementation of OOP using jQuery and the tmpl plugin. All the simple demo does is create a few objects containing the name and characteristics of my cat Tux as well as some other cats and displays them in a formatted list. Can anyone add some insights into how this could be done better?