Archived Posts from June, 2006
-
Pimp My JavaScript — Duff’s Edition
Your code can be faster! Here are a few tips to help you speed up the toughest pieces of your JavaScript.
-
Install SQLite Locally on OS X
SQLite is a nice little database engine that can be incredibly fast as a website backend. Installing it on OS X is equally quick.
-
`mcw_ma_gnolia` version 0.4 is out
A new version of
mcw_ma_gnoliafixes an issue with parsing Ma.gnolia’s new linkroll format. -
TextMate bundle for TextPattern
A quick note about a TextMate language bundle for Textpattern that integrates with
mcw_templates. -
Virtual Hosting on OS X
Setting up virtual domains on your local OS X Apache installation is pretty easy. Here’s a quick description of the process.
-
Subversion Post-Commit Hooks 101
The “Hello World!” of Subversion
post-commithooks is the use ofSVNnotifyto send e-mails out to a project team every time a new revision is committed to the repository. This is easier than it sounds. -
Working with Subversion File Properties
Subversion has a very powerful system for associating metadata with the files you have under version control. This article describes how to automate the process of adding properties to the files you put under version control using
auto-props.