<?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>Minimali.st &#187; capistrano</title>
	<atom:link href="http://minimali.st/tag/capistrano/feed/" rel="self" type="application/rss+xml" />
	<link>http://minimali.st</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 03:24:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zone Out Button</title>
		<link>http://minimali.st/2009/11/zone-out-button/</link>
		<comments>http://minimali.st/2009/11/zone-out-button/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 20:17:12 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[quarantine]]></category>
		<category><![CDATA[single button]]></category>

		<guid isPermaLink="false">http://minimali.st/?p=119</guid>
		<description><![CDATA[I listen to podcasts (Boagworld and Rails Envy to name a few) on my way to school every day. I listen to them when I&#8217;m trying to zone out of the mind-numbing traffic. The interesting content makes me think more about web development and less about the 94 Honda that just cut me off (does [...]]]></description>
			<content:encoded><![CDATA[<p>I listen to podcasts (<a href="http://boagworld.com/">Boagworld</a> and <a href="http://railsenvy.com/">Rails Envy</a> to name a few) on my way to school every day. I listen to them when I&#8217;m trying to zone out of the mind-numbing traffic. The interesting content makes me think more about web development and less about the 94 Honda that just cut me off (does he really think he&#8217;s going to get there any faster?!)</p>
<p>Sometimes my brain wanders off. I hear an interesting statement and think about that for a minute or so. I learn a lot thinking through problems on my own, but the podcast doesn&#8217;t stop when my brain stops listening.</p>
<h3>Zone Out Button</h3>
<p>I was delighted to find this little interface tidbit on Apple&#8217;s <a href="http://www.apple.com/ipodtouch/">iPod Touch</a>:</p>
<p><img class="size-full wp-image-120 alignnone" title="zone-out-button" src="http://minimali.st/wp-content/uploads/2009/11/zone-out-button.png" alt="zone-out-button" width="41" height="38" /></p>
<p>Tapping this button will rewind the podcast 30 seconds, the usual amount of time for one of my &#8220;zone out&#8221; sessions. This is a common activity and this button is proving useful time and time again.</p>
<p><div id="attachment_121" class="wp-caption alignnone" style="width: 329px"><img class="size-full wp-image-121 " title="zone-out-button-in-context" src="http://minimali.st/wp-content/uploads/2009/11/zone-out-button-in-context.png" alt="Here's the affectionately named zone out button in context of the play controls." width="319" height="120" /><p class="wp-caption-text">Here&#39;s the affectionately named zone out button in context of the play controls.</p></div></p>
<p>This button made me think about <strong>what common action in my interfaces can be contained in one button</strong>. One button, one click, one tap of the finger is such a simple activity and will be infinitely usable <em>if the user constantly does this task or set of actions</em>.</p>
<p>You shouldn&#8217;t feel the need to quarantine every possible action into a single button, but think of a few task your users perform constantly and ask how you can automate that process.</p>
<h3>Capistrano</h3>
<p>Another example of this &#8220;single button&#8221; concept is <a href="http://www.capify.org/index.php/Capistrano">Capistrano</a>. It is a command line tool (meaning no visual interface at all) that allows you deploy a new version of your site to a web server by entering one command:</p>
<pre>$ cap deploy
</pre>
<p>Without this easy-to-memorize command, I would have to manually copy the latest revision to my site from my source control repository, upload it to my server and run tests to make sure I didn&#8217;t break anything. Capistrano does all that for me. Automatically. With one command.</p>
<p>Capistrano and the zone out button allow me to worry less about stuff I do all the time and <strong>concentrate on the thing that actually produces value</strong>: learning from the podcast and making my sites better.</p>
<h3>Ask yourself</h3>
<ul>
<li>What can I do to make a few really common tasks easier on all of my users?</li>
<li>How can I take some of the monotonous burden of my interface off of their shoulders and outsource a common set of actions to a single button?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://minimali.st/2009/11/zone-out-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
