<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Adding Flexible Recent Items Stack to Mac Dock</title>
	<atom:link href="http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/</link>
	<description>I thought what I'd do was, I'd pretend I was one of those deaf mutes ... or should I?</description>
	<lastBuildDate>Fri, 28 May 2010 15:25:52 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fifty eight &#124; 58 &#124; Recent and Favorite Items Stack</title>
		<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/comment-page-1/#comment-65006</link>
		<dc:creator>fifty eight &#124; 58 &#124; Recent and Favorite Items Stack</dc:creator>
		<pubDate>Sat, 21 Feb 2009 04:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/#comment-65006</guid>
		<description>[...] Virtual Chaos - Nadeem&#8217;s blog  Tags: Dock, Hack, Stack, Terminal    &#8592; 4-finger Multi touch breaks Macbook [...]</description>
		<content:encoded><![CDATA[<p>[...] Virtual Chaos &#8211; Nadeem&#8217;s blog  Tags: Dock, Hack, Stack, Terminal    &larr; 4-finger Multi touch breaks Macbook [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aman</title>
		<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/comment-page-1/#comment-57073</link>
		<dc:creator>Aman</dc:creator>
		<pubDate>Wed, 10 Dec 2008 15:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/#comment-57073</guid>
		<description>I did this and it woks, but the Dock shows only recent application. I want only recent Documents/files.. how do we do that ?</description>
		<content:encoded><![CDATA[<p>I did this and it woks, but the Dock shows only recent application. I want only recent Documents/files.. how do we do that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nadeem.shabir</title>
		<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/comment-page-1/#comment-53371</link>
		<dc:creator>nadeem.shabir</dc:creator>
		<pubDate>Sat, 20 Sep 2008 06:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/#comment-53371</guid>
		<description>Esther, 
just copy each of the three commands in your terminal, dont copy the three lines that begin with # these are just comments.

So if you want the recent items tile paste the following line into your terminal and press enter:

defaults write com.apple.dock persistent-others -array-add ‘{ &quot;tile-data&quot; = { &quot;list-type&quot; = 1; }; &quot;tile-type&quot; = &quot;recents-tile&quot;; }’

If you want the highlight when you hover over an item paste the following line into the terminal and press enter:

defaults write com.apple.dock mouse-over-hilte-stack -boolean YES

finally you have to paste this line into the terminal and press enter in order for the changes to take effect:

killall Dock

... I hope that clarifies things.</description>
		<content:encoded><![CDATA[<p>Esther,<br />
just copy each of the three commands in your terminal, dont copy the three lines that begin with # these are just comments.</p>
<p>So if you want the recent items tile paste the following line into your terminal and press enter:</p>
<p>defaults write com.apple.dock persistent-others -array-add ‘{ &#8220;tile-data&#8221; = { &#8220;list-type&#8221; = 1; }; &#8220;tile-type&#8221; = &#8220;recents-tile&#8221;; }’</p>
<p>If you want the highlight when you hover over an item paste the following line into the terminal and press enter:</p>
<p>defaults write com.apple.dock mouse-over-hilte-stack -boolean YES</p>
<p>finally you have to paste this line into the terminal and press enter in order for the changes to take effect:</p>
<p>killall Dock</p>
<p>&#8230; I hope that clarifies things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esther</title>
		<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/comment-page-1/#comment-53352</link>
		<dc:creator>Esther</dc:creator>
		<pubDate>Fri, 19 Sep 2008 21:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/#comment-53352</guid>
		<description>hi. i&#039;m not a computer whiz so i don&#039;t really know how to do this, but do you just copy the whole thing into the terminal?</description>
		<content:encoded><![CDATA[<p>hi. i&#8217;m not a computer whiz so i don&#8217;t really know how to do this, but do you just copy the whole thing into the terminal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Clark</title>
		<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/comment-page-1/#comment-43653</link>
		<dc:creator>John Clark</dc:creator>
		<pubDate>Fri, 04 Apr 2008 22:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/#comment-43653</guid>
		<description>After my last Restart all of my Favorite Items are duplicated!! What would cause this to happen?
I deleted the duplicates in the Finder Places pane, however there are still 2 desktop icons in the Recent Items folder...???</description>
		<content:encoded><![CDATA[<p>After my last Restart all of my Favorite Items are duplicated!! What would cause this to happen?<br />
I deleted the duplicates in the Finder Places pane, however there are still 2 desktop icons in the Recent Items folder&#8230;???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys</title>
		<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/comment-page-1/#comment-43484</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Wed, 02 Apr 2008 19:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/#comment-43484</guid>
		<description>That is utterly awesome!  I love it, and like you, I especially like the highlighting.  Oh, and thanks to Rob for explaining the quotes thing.</description>
		<content:encoded><![CDATA[<p>That is utterly awesome!  I love it, and like you, I especially like the highlighting.  Oh, and thanks to Rob for explaining the quotes thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Clark</title>
		<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/comment-page-1/#comment-43314</link>
		<dc:creator>John Clark</dc:creator>
		<pubDate>Mon, 31 Mar 2008 17:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/#comment-43314</guid>
		<description>Thanks for the help...It now works great.</description>
		<content:encoded><![CDATA[<p>Thanks for the help&#8230;It now works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Styles</title>
		<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/comment-page-1/#comment-43263</link>
		<dc:creator>Rob Styles</dc:creator>
		<pubDate>Sun, 30 Mar 2008 18:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/#comment-43263</guid>
		<description>LiveWriter has helpfully turned your single quotes into smart 6 and 9 quotes in command 3. This stops it working if you just copy and paste into terminal.

Other than that - Thanks :-)</description>
		<content:encoded><![CDATA[<p>LiveWriter has helpfully turned your single quotes into smart 6 and 9 quotes in command 3. This stops it working if you just copy and paste into terminal.</p>
<p>Other than that &#8211; Thanks <img src='http://www.virtualchaos.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Clark</title>
		<link>http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/comment-page-1/#comment-43260</link>
		<dc:creator>John Clark</dc:creator>
		<pubDate>Sun, 30 Mar 2008 16:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualchaos.co.uk/blog/2008/03/30/adding-flexible-recent-items-stack-to-mac-dock/#comment-43260</guid>
		<description>I got this error:
-bash: syntax error near unexpected token `}&#039;</description>
		<content:encoded><![CDATA[<p>I got this error:<br />
-bash: syntax error near unexpected token `}&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
