Posts from June 2009.

Writing a PHP Coda Plugin

Sound like a right pain in the arse? It’s surprisingly simple actually….

The steps to creating a simple locally run php Coda plugin:

You must have php installed and running locally.
Start the plugin file with theses lines:

#!/usr/bin/php -q
< ?php

(no space between < and ?php)

Where /use/bin/php is the path to you local php install

Continue Reading… »

Spotify Playlist Folders

Ok, so you can’t currently (June 2009) have Playlist Folders in Spotify, but this is the next best thing. I promise. I will also sprinkle sugar on it by showing you how to make the left column wider than the allowed maximum.

Continue Reading… »