|
|
||
Roberto Chinnici's BlogJune 2006 ArchivesFirst Phobos Build AvailablePosted by robc on June 04, 2006 at 10:38 AM | Permalink | Comments (2)We made the first Phobos build available on our project site. Just follow the instructions on the getting started page and you should be up and running in no time. In the coming days we'll be adding more documentation, e.g. regarding the application layout, as well as builds for other platforms, like Mac OS X. In the meantime, here are a few items that could qualify as release notes:
Naturally, the biggest caveat is that this is work in progress so expect major changes from one build to the next. Update: the Mac OS X and Solaris Sparc builds are now available. A JavaScript TutorialPosted by robc on June 01, 2006 at 10:00 AM | Permalink | Comments (0)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). | ||
|
|