MooTools Packager
Published October 14, 2010
Issue #004
Topic: Site Building
Tags: MooTools
Because MooTools is modular, manually including all the different files you need, along with their dependencies, is a pain in the neck. Kamicane's Packager to the rescue! Packager is a PHP class and command-line tool used to build JavaScript files from components.
Deploying With Capistrano Without Rails
Published July 27, 2010
Issue #002
Topic: Site Building
Tags: capistrano, deployment
Developing web apps with Ruby on Rails has a lot of conveniences developers are almost smug about. Capistrano, though not a part of rails directly, I think belongs in the category. After using it once to deploy a site, I was sold.