<?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>The Great Taste of Nothing &#187; spacer</title>
	<atom:link href="http://chsav8r.com/phh/tag/spacer/feed/" rel="self" type="application/rss+xml" />
	<link>http://chsav8r.com/phh</link>
	<description>daily rantings and readings of a growing boy :: how does nothing taste?</description>
	<lastBuildDate>Thu, 22 Apr 2010 18:52:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add Spacer to OSX Dock</title>
		<link>http://chsav8r.com/phh/2010/02/02/add-spacer-to-osx-dock/</link>
		<comments>http://chsav8r.com/phh/2010/02/02/add-spacer-to-osx-dock/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 22:36:35 +0000</pubDate>
		<dc:creator>Paul Hargrave</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[spacer]]></category>

		<guid isPermaLink="false">http://chsav8r.com/phh/?p=634</guid>
		<description><![CDATA[
If you haven&#8217;t guessed already, I&#8217;m really into computers. I love having the latest, greatest product, but I LOVE my MacBook Pro (BTW, I will NEVER own an iPad). Not only is Snow Leopard infinitely better than Windows, but the hardware is incredible, too. 
One thing I&#8217;ve noticed, however, is that the OSX dock doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://chsav8r.com/phh/wp-content/uploads/2010/02/dock.png" alt="" title="dock" width="53" height="867" class="alignleft size-full wp-image-638" /></p>
<p>If you haven&#8217;t guessed already, I&#8217;m really into computers. I love having the latest, greatest product, but I LOVE my MacBook Pro (BTW, I will NEVER own an iPad). Not only is Snow Leopard infinitely better than Windows, but the hardware is incredible, too. </p>
<p>One thing I&#8217;ve noticed, however, is that the OSX dock doesn&#8217;t give you an option to add a spacer to organize your program. After scouring the internet (and not willing to install another program [though this is as simple as dragging it into the Applications folder]), I found a snippet of code that will allow you to do just what I wanted. </p>
<p>Step 1: Fire up Terminal.<br />
Step 2: Paste the following code and press [ENTER].</p>
<p><code>defaults write com.apple.dock persistent-apps -array-add '{"tile-type" = "spacer-tile";}'</code></p>
<p>Step 3: Run a <code>killall Dock"</code> to restart the dock.</p>
<p>Now you should see a space at the end of the last permanently visible program. You can drag this to whatever space in the dock you would like. To add more spacers, just repeat steps 2 and 3! You can see an example of my dock on the left side of the screen. I have my dock permanently visible on the left, expanded to full height (which automatically adjusts as new programs are run), and with a transparent background. </p>
]]></content:encoded>
			<wfw:commentRss>http://chsav8r.com/phh/2010/02/02/add-spacer-to-osx-dock/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
