A JavaScript Tutorial
If you need to brush up on your JavaScript, this tutorial is a great place to start (link courtesy of reddit).
The caveat on slide 83 about adding properties to Object.prototype resonated with me. Until now in Phobos we've tried to avoid modifying the built-in objects, but there are advantages in doing so, as Prototype shows. You'd think that on the server there'd be less opportunity for conflicts, but what if people start reusing bits and pieces of their favorite client toolkits? See also Joe's blog entry on how the community is self-organizing to deal with the most annoying naming conflict to date ($, of all things).
- Login or register to post comments
- Printer-friendly version
- robc's blog
- 581 reads





