Archived Posts from June, 2006

  1. Pimp My JavaScript — Duff’s Edition
    June 21, 2006

    Your code can be faster! Here are a few tips to help you speed up the toughest pieces of your JavaScript.

  2. Install SQLite Locally on OS X
    June 18, 2006

    SQLite is a nice little database engine that can be incredibly fast as a website backend. Installing it on OS X is equally quick.

  3. `mcw_ma_gnolia` version 0.4 is out
    June 17, 2006

    A new version of mcw_ma_gnolia fixes an issue with parsing Ma.gnolia’s new linkroll format.

  4. TextMate bundle for TextPattern
    June 16, 2006

    A quick note about a TextMate language bundle for Textpattern that integrates with mcw_templates.

  5. Virtual Hosting on OS X
    June 16, 2006

    Setting up virtual domains on your local OS X Apache installation is pretty easy. Here’s a quick description of the process.

  6. Subversion Post-Commit Hooks 101
    June 12, 2006

    The “Hello World!” of Subversion post-commit hooks is the use of SVNnotify to send e-mails out to a project team every time a new revision is committed to the repository. This is easier than it sounds.

  7. Working with Subversion File Properties
    June 05, 2006

    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.