Posts categorized “apps”.

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… »

Panic’s Coda Bookmarks In Code Navigator

It is mentioned on the Panic site, but it took me ages to find it.

You can add bookmarks or tags to a file that will appear on Coda’s code navigator. Most of the time it’s as simple as an !

CSS:
/* !bookmark */

HTML:
<!-- !bookmark -->

Javascript:
/* !bookmark */ or // !bookmark

PHP:
/* !bookmark */ or // !bookmark

You can of course replace the word bookmark with anything you like.

For a full list:
http://www.panic.com/coda/developer/quicktip/5.php

Solution to Firefox 3.0.8 Search Bar Bug – Enter Not Working

A long time ago, back when I used Firefox 1.5 the enter key stopped working in all forms. I had to use shift-enter to submit and get new lines. Back then I was a little less geeky and I just reinstalled and faced the loss of all my extension and bookmarks. Well it happened again recently, but this time with 3.0.8 and only for the Firefox search bar and I wasn’t so keen to throw in the towel this time.

Continue Reading… »

Backup or Transfer Navicat 6 Connections on OSX

I needed to take all the connections from my old machine and move them and navicat 6 over to the new one.

There is no exporter built into Navicat version 6, so I was more than a little concerned that I was going to have to find all my details and plug all the connections settings back in. Luckily this wasn’t the case.

Continue Reading… »

Twitter Quicker, Tweeting with Quicksilver

I’ll get onto twitter and tweets in just one second…

If you have a mac and you haven’t tried the Quicksilver application, I seriously suggest you put it on your list of things to do pretty soon. It is a great way of searching your document, music and application using one simple interface that is fast and doesn’t push it’s way to the front and annoy you.

Continue Reading… »