<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Harry Bailey &#187; Mac</title>
	<atom:link href="http://harrybailey.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://harrybailey.com</link>
	<description>just a little bit geeky</description>
	<lastBuildDate>Tue, 24 Aug 2010 12:15:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hide topics row in Postbox message view</title>
		<link>http://harrybailey.com/2010/07/hide-topics-row-in-postbox-message-view/</link>
		<comments>http://harrybailey.com/2010/07/hide-topics-row-in-postbox-message-view/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 07:45:30 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=457</guid>
		<description><![CDATA[I love Postbox. I talk about it a lot. However Postbox is trying to be more than a mail client and as part of that is attempting to sneak into the world of GTD with the inclusion of todos and topics.
Now call me old fashioned but I use Things for my GTD stuff and so [...]]]></description>
			<content:encoded><![CDATA[<p>I love Postbox. I talk about it a lot. However <a href="http://postbox-inc.com/">Postbox</a> is trying to be more than a mail client and as part of that is attempting to sneak into the world of GTD with the inclusion of todos and topics.</p>
<p>Now call me old fashioned but I use <a href="http://culturedcode.com/things/">Things</a> for my GTD stuff and so don&#8217;t use todos or topics in Postbox.</p>
<p>&#8220;Not a problem really is it?&#8221; I hear you yell. Well no until you look at the amount of space the topic row of Message View takes up. Believe me on a small screen this matters:<br />
<span id="more-457"></span></p>
<div id="attachment_458" class="wp-caption aligncenter" style="width: 310px"><img src="http://harrybailey.com/wp-content/uploads/2010/07/postbox-topics-300x121.jpg" alt="postbox topics" title="postbox topics" width="300" height="121" class="size-medium wp-image-458" /><p class="wp-caption-text">postbox topics</p></div>
<p>Lucky Thunderbird (and therefore Postbox) has a way to edit the Chrome (or look and feel) using CSS.<br />
Even better it&#8217;s done on a profile level, so you don&#8217;t have to worry about losing your changes when you upgrade.</p>
<p>1) Add a new folder and call it &#8216;chrome&#8217; into your profile folder. On a mac you profile folder can be found in either systems Library/Application Support/ folder or your own user version of the Library/Application Support/</p>
<p>~/Library/Application Support/Postbox</p>
<p>2) Add a file into that folder called <strong>userChrome.css</strong></p>
<p>3) Edit that file and add the following:</p>

<div class="wp_syntax"><div class="code"><pre class="css css" style="font-family:monospace;"><span style="color: #cc00cc;">#tagsBox</span><span style="color: #6666ff;">.mailheader</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span>;
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>4) Restart Postbox.<br />
<div id="attachment_459" class="wp-caption aligncenter" style="width: 310px"><img src="http://harrybailey.com/wp-content/uploads/2010/07/postbox-notopics-300x97.jpg" alt="postbox no topics" title="postbox no topics" width="300" height="97" class="size-medium wp-image-459" /><p class="wp-caption-text">postbox no topics</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2010/07/hide-topics-row-in-postbox-message-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting File Owner in Terminal</title>
		<link>http://harrybailey.com/2010/01/setting-file-owner-in-terminal/</link>
		<comments>http://harrybailey.com/2010/01/setting-file-owner-in-terminal/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:06:20 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=399</guid>
		<description><![CDATA[Sometimes OS X won&#8217;t let you change the owner of file using Finder. Annoying. Here are the simple steps to do it in Terminal.
First if you are just looking for the command it&#8217;s:
sudo chown -R _new_owner /root/to/file.txt
Where _new_owner is the name of the new owner you want to assign to the file
Now the steps:
1. Open [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes OS X won&#8217;t let you change the owner of file using Finder. Annoying. Here are the simple steps to do it in Terminal.</p>
<p>First if you are just looking for the command it&#8217;s:</p>
<pre>sudo chown -R _new_owner /root/to/file.txt</pre>
<p>Where _new_owner is the name of the new owner you want to assign to the file</p>
<p>Now the steps:</p>
<p>1. Open Terminal, which you will find in Applications -> Utilities<br />
2. Type in sudo chown -R _new_owner<br />
3. Type the file path OR drag the file from finder onto the line after _new_owner to make the path appear.<br />
4. Hit return<br />
5. You may have to type your OSX login password</p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2010/01/setting-file-owner-in-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows 7 snap feature already exists on macs</title>
		<link>http://harrybailey.com/2009/10/windows-7-snap-feature-already-exists-on-macs/</link>
		<comments>http://harrybailey.com/2009/10/windows-7-snap-feature-already-exists-on-macs/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 21:41:01 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=367</guid>
		<description><![CDATA[So it appears that Microsoft have based a whole tv advert on their new &#8217;snap&#8217; feature.
US: http://www.youtube.com/watch?v=rmiPzMY4nuE
UK: http://www.youtube.com/watch?v=SnolmuFgW7w

Funny that because although it&#8217;s a good idea, the snap feature has been available on macs for ages under the name of TwoUp which you can get for free by visiting the TwoUp site.
http://www.irradiatedsoftware.com/twoup/
So do yourselves a favour [...]]]></description>
			<content:encoded><![CDATA[<p>So it appears that Microsoft have based a whole tv advert on their new &#8217;snap&#8217; feature.</p>
<p>US: <a href="http://www.youtube.com/watch?v=rmiPzMY4nuE">http://www.youtube.com/watch?v=rmiPzMY4nuE</a></p>
<p>UK: <a href="http://www.youtube.com/watch?v=SnolmuFgW7w">http://www.youtube.com/watch?v=SnolmuFgW7w</a></p>
<p><span id="more-367"></span></p>
<p>Funny that because although it&#8217;s a good idea, the snap feature has been available on macs for ages under the name of TwoUp which you can get for free by visiting the TwoUp site.</p>
<p><a href="http://www.irradiatedsoftware.com/twoup/">http://www.irradiatedsoftware.com/twoup/</a></p>
<p>So do yourselves a favour and instead of buying yourself another pc and facing the fight with spam and virus&#8217; for another 3 years, grab yourself a mac. A little more expensive but worth its weight in gold.</p>
<p>Oh, and if you&#8217;re here because you&#8217;re begging for a way to turn the snap feature off on window 7 then you&#8217;ll want to have a look at the article <a href="http://rumahabi.com/how-to-disable-or-turn-off-windows-7-snap-feature.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/10/windows-7-snap-feature-already-exists-on-macs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backup Postbox email profile</title>
		<link>http://harrybailey.com/2009/10/backup-postbox-email-profile/</link>
		<comments>http://harrybailey.com/2009/10/backup-postbox-email-profile/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 10:07:07 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=364</guid>
		<description><![CDATA[To backup your Postbox email profile browse to
Mac:
/Users/[username]/Library/Application Support/Postbox/Profiles
Vista:
Users\[username]\AppData\Roaming\Postbox
XP:
Documents and Settings\[username]\Application Data\Postbox
And copy the folders named xxxxxx.default to your backup location.
If you have created a new profile then your folder may also be called  xxxxx.yourprofilename.
If you just want to backup your email and not your preferences or settings then go into your profile folders [...]]]></description>
			<content:encoded><![CDATA[<p>To backup your Postbox email profile browse to</p>
<p>Mac:<br />
<code>/Users/[username]/Library/Application Support/Postbox/Profiles</code></p>
<p>Vista:<br />
<code>Users\[username]\AppData\Roaming\Postbox</code></p>
<p>XP:<br />
<code>Documents and Settings\[username]\Application Data\Postbox</code></p>
<p>And copy the folders named xxxxxx.default to your backup location.<br />
If you have created a new profile then your folder may also be called  xxxxx.yourprofilename.</p>
<p>If you just want to backup your email and not your preferences or settings then go into your profile folders and backup the Imap, Mail and sometimes Local Mail folders</p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/10/backup-postbox-email-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postbox reply header text</title>
		<link>http://harrybailey.com/2009/09/postbox-reply-header-text/</link>
		<comments>http://harrybailey.com/2009/09/postbox-reply-header-text/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:42:29 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=360</guid>
		<description><![CDATA[You can easily change &#8216;Harry wrote:&#8217; to &#8216;On 25/09/09 15:34 Harry Bailey replied with:&#8217; by following these simple steps.
Close Postbox. That&#8217;s right, shut it down before you carry on.
Backup and then open your prefs.js profile file which can be found here:

Mac OS X: ~/Library/Application Support/Postbox
Vista: Users\username\AppData\Roaming\Postbox
WinXP: Documents and Settings\username\Application Data\Postbox

You backed it up? No? Do [...]]]></description>
			<content:encoded><![CDATA[<p>You can easily change &#8216;Harry wrote:&#8217; to &#8216;On 25/09/09 15:34 Harry Bailey replied with:&#8217; by following these simple steps.</p>
<p>Close Postbox. That&#8217;s right, shut it down before you carry on.</p>
<p>Backup and then open your prefs.js profile file which can be found here:</p>
<pre>
Mac OS X: ~/Library/Application Support/Postbox
Vista: Users\username\AppData\Roaming\Postbox
WinXP: Documents and Settings\username\Application Data\Postbox
</pre>
<p>You backed it up? No? Do it now and then carry on.</p>
<p>Now search for the string &#8216;mailnews.reply_header_type&#8217;. Found it? Edit it to the following. Not found it? Add the following&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">// Change the reply header</span>
<span style="color: #006600; font-style: italic;">// 0 - No Reply-Text</span>
<span style="color: #006600; font-style: italic;">// 1 - &quot;[Author] wrote:&quot;</span>
<span style="color: #006600; font-style: italic;">// 2 - &quot;On [date] [author] wrote:&quot;</span>
<span style="color: #006600; font-style: italic;">// 3 - User-defined reply header. Use the prefs below in conjunction with this:</span>
user_pref<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;mailnews.reply_header_type&quot;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">3</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #006600; font-style: italic;">// If you set 3 for the pref above then you may set the following prefs.</span>
user_pref<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;mailnews.reply_header_authorwrote&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;%s replied with&quot;</span><span style="color: #009900;">&#41;</span>;
user_pref<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;mailnews.reply_header_ondate&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;On %s&quot;</span><span style="color: #009900;">&#41;</span>;
user_pref<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;mailnews.reply_header_separator&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot; &quot;</span><span style="color: #009900;">&#41;</span>;
user_pref<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;mailnews.reply_header_colon&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;:&quot;</span><span style="color: #009900;">&#41;</span>; 
<span style="color: #006600; font-style: italic;">// The end result will be [authorwrote][separator][ondate][colon]</span></pre></div></div>

<p>Now you can go crazy with funny reply header text whenever you feel the need.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/09/postbox-reply-header-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Hotkeys</title>
		<link>http://harrybailey.com/2009/07/os-x-hotkeys/</link>
		<comments>http://harrybailey.com/2009/07/os-x-hotkeys/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 16:31:51 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=353</guid>
		<description><![CDATA[Increased productivity comes in many flavours, but a favourite of mine is learning new hotkeys which save me time. There is also nothing quite like the reaction you get from a person who has been doing something the hard way and you show them a hotkey to jump right to it.

General
These hotkeys usually exist in [...]]]></description>
			<content:encoded><![CDATA[<p>Increased productivity comes in many flavours, but a favourite of mine is learning new hotkeys which save me time. There is also nothing quite like the reaction you get from a person who has been doing something the hard way and you show them a hotkey to jump right to it.</p>
<p><span id="more-353"></span></p>
<h2>General</h2>
<p>These hotkeys usually exist in multiple applications, and if they don&#8217;t then I often add them using the option for hotkeys in system preferences.</p>
<p><strong>Next / Previous Tab</strong><br />
⌘-alt-left<br />
⌘-alt-right<br />
Usage: Switch to next or previous tabs in an application.<br />
Applications: Firefox, Coda, Pathfinder + many others</p>
<p><strong>Switch applications</strong><br />
⌘-tab then tab or left or right<br />
Usage: To switch to another running application.<br />
Applications: All</p>
<p><strong>Close focused window</strong><br />
⌘-w<br />
Usage: To close only the topmost window of an application. Good for closing firefox popups.<br />
Applications: All</p>
<p><strong>Quit focused application</strong><br />
⌘-q<br />
Usage: To quit only the topmost application. Can also be used with application switcher above to quit an application without focusing it first.<br />
Applications: All</p>
<p><strong>New&#8230;</strong><br />
⌘-n<br />
Usage: Most applications use ⌘-n as the hotkey for a new &#8216;thing&#8217;. In Firefox it&#8217;s a new window, in Coda it&#8217;s a new document, in Thunderbird it&#8217;s a new email.<br />
Applications: Firefox, Coda, Pathfinder, Thunderbird + many others</p>
<h2>Applications</h2>
<p>Hotkeys for specific applications that I use on a regular basis.</p>
<p><strong>Firefox</strong><br />
⌘-t to open a new tab<br />
⌘-shift-t to reopen the last closed tab (love this one)<br />
⌘-left back in page history<br />
⌘-right forward in page history<br />
⌘-f find something on the page<br />
⌘-g find the next occurrence of a search</p>
<p><strong>Thunderbird</strong><br />
⌘-n create new email<br />
⌘-enter to send the email you are creating<br />
⌘-shift-t to check for new messages for all accounts</p>
<p>I will be sure to come back and add to this if I come up with any new ones. </p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/07/os-x-hotkeys/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing Your Spotify Top list</title>
		<link>http://harrybailey.com/2009/07/playing-your-spotify-top-list/</link>
		<comments>http://harrybailey.com/2009/07/playing-your-spotify-top-list/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 15:27:46 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=349</guid>
		<description><![CDATA[When you first open Spotify you are offered two tabs &#8216;What&#8217;s new&#8217; and &#8216;Top lists&#8217;. If you select &#8216;Top lists&#8217; you are then shown two columns which contain a list of the top rated artists, albums and tracks for everywhere, your country or just you.
So you can select to see what tracks, albums or artist [...]]]></description>
			<content:encoded><![CDATA[<p>When you first open Spotify you are offered two tabs &#8216;What&#8217;s new&#8217; and &#8216;Top lists&#8217;. If you select &#8216;Top lists&#8217; you are then shown two columns which contain a list of the top rated artists, albums and tracks for everywhere, your country or just you.</p>
<p>So you can select to see what tracks, albums or artist you listen to most, or see what are the most popular with others.</p>
<p>As far as the tracks list goes, you can also play it. Choose &#8216;Tracks&#8217; from the drop down menu on the left, and choose &#8216;everywhere&#8217; from the drop down menu on the right. You now have a list of Spotify&#8217;s top tracks for the whole world. There is no simple &#8216;play&#8217; button, but these steps aren&#8217;t too taxing&#8230;</p>
<p><span id="more-349"></span></p>
<p>1) Click the first track&#8217;s title<br />
2) Hold down shift and click the last track&#8217;s title<br />
3) Right click anywhere on the selected area and choose &#8216;play&#8217;</p>
<p>If you are already playing some tunes, you could choose to queue or even save it to a playlist for later. </p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/07/playing-your-spotify-top-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a PHP Coda Plugin</title>
		<link>http://harrybailey.com/2009/06/writing-a-php-coda-plugin/</link>
		<comments>http://harrybailey.com/2009/06/writing-a-php-coda-plugin/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 01:16:06 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=337</guid>
		<description><![CDATA[Sound like a right pain in the arse? It&#8217;s surprisingly simple actually&#8230;.
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
&#60;?php

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

This is an example of replacing [...]]]></description>
			<content:encoded><![CDATA[<p>Sound like a right pain in the arse? It&#8217;s surprisingly simple actually&#8230;.</p>
<p>The steps to creating a simple locally run php Coda plugin:</p>
<p>You must have php installed and running locally.<br />
Start the plugin file with theses lines:</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;">#!/usr/bin/php -q
<span style="color: #000000; font-weight: bold;">&lt;?php</span></pre></div></div>

<p>(no space between < and ?php)</p>
<p>Where /use/bin/php is the path to you local php install</p>
<p><span id="more-337"></span></p>
<p>This is an example of replacing a text string with an imaginary tag &#8216;harry&#8217; around it.</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;">#!/usr/bin/php
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #666666; font-style: italic;">/* a coda plugin */</span>
&nbsp;
<span style="color: #000088;">$input</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span>;
&nbsp;
<span style="color: #000088;">$fp</span> <span style="color: #339933;">=</span> <span style="color: #990000;">fopen</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;php://stdin&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;r&quot;</span><span style="color: #009900;">&#41;</span>;
<span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$line</span> <span style="color: #339933;">=</span> <span style="color: #990000;">fgets</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$fp</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">1024</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
	<span style="color: #000088;">$input</span> <span style="color: #339933;">.=</span> <span style="color: #000088;">$line</span>;
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #990000;">fclose</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$fp</span><span style="color: #009900;">&#41;</span>;
&nbsp;
&nbsp;
<span style="color: #666666; font-style: italic;">// so now we have input text in $input</span>
&nbsp;
<span style="color: #990000;">print</span> <span style="">'&lt;harry&gt;'</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$input</span> <span style="color: #339933;">.</span> <span style="">'&lt;/harry&gt;'</span>;
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>For much more information:<br />
<a href="http://www.panic.com/coda/developer/howto/plugins.php">http://www.panic.com/coda/developer/howto/plugins.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/06/writing-a-php-coda-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotify Playlist Folders</title>
		<link>http://harrybailey.com/2009/06/spotify-playlist-folders/</link>
		<comments>http://harrybailey.com/2009/06/spotify-playlist-folders/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:01:46 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=324</guid>
		<description><![CDATA[Update: This method is no longer required. As of August 2010 Spotify now has it&#8217;s own Playlist Folders feature. 
Ok, so you can&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> This method is no longer required. As of August 2010 Spotify now has it&#8217;s own Playlist Folders feature. </p>
<p>Ok, so you can&#8217;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.</p>
<p><span id="more-324"></span></p>
<p>I use <strong>empty</strong> playlists as separators to create crude containers for my growing number of playlists. When Spotify does introduct playlist folders it will be simple to drag and drop across into the newly created folder.</p>
<p>I have several separators along the lines of:</p>
<pre>---- Playlists ----</pre>
<p> A selection of self created or discovered playlists that I like. Usually up to 10 of them.</p>
<pre>---- To Try ----</pre>
<p>Albums and playlists that I haven&#8217;t decided to keep yet. A place to put stuff on trial. I can then more it into a permanent place or delete it after a few plays.</p>
<pre>---- New ----</pre>
<p>Anything I only recently added and want to find easily</p>
<pre>---- a ----</pre>
<p> through to
<pre>---- z ----</pre>
<p>A separator for each letter of the alphabet. Helps easy finding of artist / album</p>
<pre>---- bucket ----</pre>
<p>Always at the bottom, a place to quickly add new playlists that I will file later when I have a minute</p>
<h2>Method</h2>
<p><img src="http://harrybailey.com/wp-content/uploads/2009/06/Picture-7-236x300.png" alt="Spotify playlist folders" title="Spotify playlist folders" width="236" height="300" style="float:right;margin:0px 0px 10px 10px;" class="alignright size-medium wp-image-325" />To set up your containers, just create a few new playlists using the +New playlist link at the bottom of Spotify&#8217;s left column. I always surround the containers text with 4 dashes to make it easy to spot when scrolling.</p>
<p>Once you have your basic containers set up you can quickly drag your existing playlists / albums into the gaps between the container names.</p>
<p>To quick create a playlist with the name Artist &#8211; Album, you can drag any link in Spotify over to the +New playlist link. It will be added to the bucket section ready for you to file.</p>
<h2>Left column width</h2>
<p>Ok. So if you have a screen wider than 13&#8243; you will probably want to make the left column a little wider so you can see all your playlist names in full. You can do this (on a mac) with a little plain text file editing of /application support/spotify/users/yourusername-user/guistate</p>
<p>Just close Spotify, open the file above in a plain text editor, find the text side_bar_width: and change the number to whatever you like. When you start Spotify next time, the left column width should be whatever you set it to.</p>
<p>This change will likely be reset by Spotify when it updates, and will jump back to the set maximum if you try and make it larger or smaller with your mouse. You may have to do these steps every few weeks.</p>
<p>This method is also likely to work in Windows too, although you will have to find the appropriate file to edit yourself. It should contain the text side_bar_width however.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/06/spotify-playlist-folders/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Panic&#8217;s Coda Bookmarks In Code Navigator</title>
		<link>http://harrybailey.com/2009/04/panics-coda-bookmarks-in-code-navigator/</link>
		<comments>http://harrybailey.com/2009/04/panics-coda-bookmarks-in-code-navigator/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 23:28:04 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apps]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=270</guid>
		<description><![CDATA[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&#8217;s code navigator. Most of the time it&#8217;s as simple as an !

CSS:
/* !bookmark */

HTML:
&#60;!-- !bookmark --&#62;

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

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

You can [...]]]></description>
			<content:encoded><![CDATA[<p>It is mentioned on the Panic site, but it took me ages to find it.</p>
<p>You can add bookmarks or tags to a file that will appear on Coda&#8217;s code navigator. Most of the time it&#8217;s as simple as an !</p>
<pre>
CSS:
/* !bookmark */

HTML:
&lt;!-- !bookmark --&gt;

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

PHP:
/* !bookmark */ or // !bookmark
</pre>
<p>You can of course replace the word <strong>bookmark</strong> with anything you like.</p>
<p>For a full list:<br />
<a href="http://www.panic.com/coda/developer/quicktip/5.php">http://www.panic.com/coda/developer/quicktip/5.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/04/panics-coda-bookmarks-in-code-navigator/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
