Hi,
After reading "JavaScript - The Good Parts" I wanted to make my code a
little more elegant and I ran into some quirks with using the "this"
keyword in JavaScript. I wrote up a small article about it here:
http://blog.springenwerk.com/2008/07/javascript-this-is-not-always-what-youd.html
It features a hosted OpenSocial demo application that demonstrates the
issues and how to avoid them. If you're not a JavaScript ninja yet,
this might be an interesting read for your and save you from some
wailing and gnashing of teeth down the road.
- Johannes