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

(no space between < and ?php) Where /use/bin/php is the path to you local php install Continue reading

Spotify Playlist Folders

Update: This method is no longer required. As of August 2010 Spotify now has it’s own Playlist Folders feature.

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