Latest by Scott.

Why I’m excited about JavaScript and Node.js
I’m really excited about the web. For the first time, I am seeing it as a medium to deliver applications that rival native user experience and take advantage of the web’s distributed nature. With browsers becoming increasingly capable, applications can now be built entirely with JavaScript and run...
More No comments »

Git deployment with Dandelion
Git is the bee's knees when it comes to version control and definitely my DCVS of choice. It's an indispensable tool for collaborating with other developers and has become such an integral part of my development workflow that I cannot imagine working nearly as effectively without it. When it comes time...
More 12 comments »

Drupal Features Module
Drupal's content construction kit (CCK) is great- it allows you to quickly and flexibly create new node types without writing any code.  The problem with this approach (as opposed to defining your content type in a custom module) is that your field definitions are stored in the database and are thus part...
More No comments »