<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Usability Friction</title>
	
	<link>http://usabilityfriction.com</link>
	<description>Usability shouldn't be a drag</description>
	<lastBuildDate>Mon, 07 Jun 2010 13:35:00 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/UsabilityFriction" /><feedburner:info uri="usabilityfriction" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>UsabilityFriction</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Fitts’ Law</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/qQEHUCmqS6I/</link>
		<comments>http://usabilityfriction.com/2010/06/07/fitts-law/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:35:00 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Fitts Law]]></category>
		<category><![CDATA[Proximity]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=484</guid>
		<description><![CDATA[Fitts&#8217; Law is a mathematical model that predicts how long it will take to &#8220;point&#8221; at a target. It was first proposed by Paul Fitts in 1954. It takes into account where you are currently pointing relative to the target; How far away the target is and how big the target is. It has been [...]]]></description>
			<content:encoded><![CDATA[<p>Fitts&#8217; Law is a mathematical model that predicts how long it will take to &#8220;point&#8221; at a target. It was first proposed by Paul Fitts in 1954. It takes into account where you are currently pointing relative to the target; How far away the target is and how big the target is. It has been widely applied; but the most common application is as a measure of how long it takes for a user to move their mouse cursor to click on a target item such as a link or button.</p>
<p>Movements to a target occur in 2 distinct parts: firstly a big movement to get approximately in the right place, followed by a series of fine tuning motions to lock on. You can see these in action &#8211; watch your finger as you point at a small object at the far side of the room you are sat in now e.g. a light switch. Chances are you&#8217;ll move your arm in a big movement, probably overshoot, then make a series of smaller movements until you are pointing directly at it. Now try it with a bigger object &#8211; maybe you have a big TV hanging on the wall. Here you will make the same big arm movement, but because the target is so big you don&#8217;t have to make as many (or any) fine tuning motions &#8211; so it&#8217;s easier to acquire the target.</p>
<p>Lets look at some examples. In all of the below graphics the red box is the target; the dashed line represents the travel from the starting point to the target and the area marked over the target represents the dimension in which the user can decelerate and acquire the target:</p>
<p>Here we have a big target on the far side of the screen, because it&#8217;s big it shouldn&#8217;t be a problem to click on quickly:<br />
<img src="http://usabilityfriction.com/wp-content/uploads/2010/06/bigFar2.png" alt="Big target far away" title="Big target far away" width="453" height="156" class="aligncenter size-full wp-image-524" /></p>
<p>The big target area means that the fine tuning motions aren&#8217;t necessary before the cursor comes to rest over the target.</p>
<p>In this next example we have a much smaller target on the far side of the screen so it&#8217;s going to be harder:<br />
<img src="http://usabilityfriction.com/wp-content/uploads/2010/06/smallFar.png" alt="Small Target Far Away" title="Small target far away" width="453" height="50" class="aligncenter size-full wp-image-526" /></p>
<p>Because we have to move the cursor a long way and it&#8217;s a small target it&#8217;s going to take a series of fine tuning movements before the pointer is correctly aimed at the target.</p>
<p>However, if the small target is close by &#8211; it is less of a problem to hit because the initial movement to get there is smaller &#8211; reducing the risk of needing to correct an overshot.<br />
<img src="http://usabilityfriction.com/wp-content/uploads/2010/06/smallClose2.png" alt="Small Target Close to pointer" title="Small Target Close to pointer" width="119" height="54" class="aligncenter size-full wp-image-541" /></p>
<p>It is important to bear in mind that for irregular shaped targets, size is relative to the plane of movement. In the following example, if you are moving to the target horizontally the button is quite big, however, when approaching from above or below the target presents a much smaller area.<br />
<img src="http://usabilityfriction.com/wp-content/uploads/2010/06/irreg1.png" alt="Irregular Shaped Target" title="Irregular Shaped Target" width="183" height="270" class="aligncenter size-full wp-image-543" /></p>
<p>In addition to the size of an object, we can make a target easier to acquire by placing it at the edges or corner of the screen. This is because they are &#8220;infinitely targetable&#8221;; that is &#8211; you have an &#8216;invisible barrier&#8217; to work against. You make the initial big movement then you don&#8217;t need to make the smaller fine tuning motions as any excess overshoot is ignored.</p>
<p>This is used by both of the major OS vendors to good effect:</p>
<p>Mac OS X has the Dock at the bottom of the screen; this is infinitely targetable as you can&#8217;t point your cursor at a point lower than the dock so it&#8217;s always clickable:</p>
<p><img src="http://usabilityfriction.com/wp-content/uploads/2010/06/Leopard_Desktop.png" alt="Mac OS Desktop" title="Leopard_Desktop" width="710" height="65" class="aligncenter size-full wp-image-530" /></p>
<p>On Windows, the Start menu is in the bottom left corner of the screen &#8211; the corner is infinitely targetable as if you make a big mouse gesture towards that corner you will always end up over the start menu button.</p>
<p><img src="http://usabilityfriction.com/wp-content/uploads/2010/06/winxppro.png" alt="Start Menu" title="winxppro" width="710" height="28" class="aligncenter size-full wp-image-531" /></p>
<p>One of the big differences between Mac OS X and Windows is the location of program menus. Mac OS X has the menu across the top of the screen whereas Windows has them attached to individual application windows. Fitts&#8217; Law shows that in many cases the Mac approach is superior: On the Mac you throw your pointer to the top of the screen and you  automatically end up over the menu. On Windows you have to go through the full sequence of making a big movement, then smaller correcting movements before you end up over the menu. There is no region of infinite targetabiltiy. </p>
<p>However, the Mac&#8217;s approach is starting to see limitations. Whilst it is infinitely targetable, Fitts&#8217; Law includes a measure of your current location. As large monitors and multiple monitor set ups become more and more common, the Mac user is having to travel a significant distance to reach the menu at the top of the screen, potentially outweighing the time saved by reducing the need for finer movements.</p>
<h3>Fitts&#8217; Law Applied</h3>
<p>One of the biggest disappointments for web developers is that we can&#8217;t easily take advantage of the edges and corners of the browser window. So we have no infinitely targetable areas we can use to our advantage. So what can we do:</p>
<ul>
<li>Make your links bigger by increasing the targetable area. Use padding around links so that the user has a little forgiveness around the text they are trying to click</li>
<li>When you have several clickable items or links together either make the items larger or space them out a little. Page navigation links on search results is very often done badly. For example, this results page has far too much too close together: <a href="http://usabilityfriction.com/wp-content/uploads/2010/06/Screen-shot-2010-05-24-at-17.26.03.png"><img src="http://usabilityfriction.com/wp-content/uploads/2010/06/Screen-shot-2010-05-24-at-17.26.03.png" alt="Links too close together" title="Links too close together" width="263" height="49" class="aligncenter size-full wp-image-535" /></a> Whereas Amazon do a much better job, nicely separating the individual links: <img src="http://usabilityfriction.com/wp-content/uploads/2010/06/Screen-shot-2010-06-07-at-13.21.19-150x56.png" alt="Amazon search results" title="Amazon search Results" width="150" height="56" class="aligncenter size-thumbnail wp-image-536" /></li>
<li>Make the button a user is most likely (or most wanted) to click bigger. E.g. Make your OK button bigger: <img src="http://usabilityfriction.com/wp-content/uploads/2010/06/picture-11.png" alt="OK Cancel" title="OK Cancel" width="102" height="33" class="aligncenter size-full wp-image-549" /></li>
<li>Group actions together &#8211; if related interactions are near to each other this not only increases their relatedness in the eyes of the user but also reduces the mouse movements necessary to move between them</li>
</ul>
<p>Finally, don&#8217;t be afraid of experimenting! 37 Signals have a really interesting use of Fitts&#8217; Law on their &#8220;Signup&#8221; button for <a href="http://www.sortfolio.com">Sortfolio</a> &#8211; as you hover over the button it grows and shows more information &#8211; so as you begin to make the fine tuning movements to precisely acquire the button, the need for them is reduced by the target button growing! Fantastic stuff!</p>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Fitts%27%20Law&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F&amp;title=Fitts%27%20Law&amp;bodytext=Fitts%27%20Law%20is%20a%20mathematical%20model%20that%20predicts%20how%20long%20it%20will%20take%20to%20%22point%22%20at%20a%20target.%20It%20was%20first%20proposed%20by%20Paul%20Fitts%20in%201954.%20It%20takes%20into%20account%20where%20you%20are%20currently%20pointing%20relative%20to%20the%20target%3B%20How%20far%20away%20the%20target%20is%20and%20" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F&amp;title=Fitts%27%20Law" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F&amp;title=Fitts%27%20Law&amp;notes=Fitts%27%20Law%20is%20a%20mathematical%20model%20that%20predicts%20how%20long%20it%20will%20take%20to%20%22point%22%20at%20a%20target.%20It%20was%20first%20proposed%20by%20Paul%20Fitts%20in%201954.%20It%20takes%20into%20account%20where%20you%20are%20currently%20pointing%20relative%20to%20the%20target%3B%20How%20far%20away%20the%20target%20is%20and%20" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Fitts%27%20Law&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F&amp;title=Fitts%27%20Law&amp;annotation=Fitts%27%20Law%20is%20a%20mathematical%20model%20that%20predicts%20how%20long%20it%20will%20take%20to%20%22point%22%20at%20a%20target.%20It%20was%20first%20proposed%20by%20Paul%20Fitts%20in%201954.%20It%20takes%20into%20account%20where%20you%20are%20currently%20pointing%20relative%20to%20the%20target%3B%20How%20far%20away%20the%20target%20is%20and%20" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F&amp;t=Fitts%27%20Law" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F&amp;title=Fitts%27%20Law" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Fitts%27%20Law%20-%20http%3A%2F%2Fusabilityfriction.com%2F2010%2F06%2F07%2Ffitts-law%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/ZLIuey8w5QqoiZvD-bsKhnrSACY/0/da"><img src="http://feedads.g.doubleclick.net/~a/ZLIuey8w5QqoiZvD-bsKhnrSACY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ZLIuey8w5QqoiZvD-bsKhnrSACY/1/da"><img src="http://feedads.g.doubleclick.net/~a/ZLIuey8w5QqoiZvD-bsKhnrSACY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/qQEHUCmqS6I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2010/06/07/fitts-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2010/06/07/fitts-law/</feedburner:origLink></item>
		<item>
		<title>Link: Train Toilet Usability</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/R06cOMxMXY8/</link>
		<comments>http://usabilityfriction.com/2010/05/14/link-train-toilet-usability/#comments</comments>
		<pubDate>Fri, 14 May 2010 17:44:45 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Trains]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=504</guid>
		<description><![CDATA[Dan Sumption in his comment on my post Why We Test included a link to a post he wrote back in 2002 about train toilet usability. I&#8217;ve been wanting to write a post about the insanity of these &#8220;automated toilet experiences&#8221; for a while, but haven&#8217;t been on a train in order to relive the [...]]]></description>
			<content:encoded><![CDATA[<p>Dan Sumption in his comment on my post <a href="http://usabilityfriction.com/2010/03/15/why-we-test/">Why We Test</a> included a link to a post he wrote back in 2002 about train toilet usability. I&#8217;ve been wanting to write a post about the insanity of these &#8220;automated toilet experiences&#8221; for a while, but haven&#8217;t been on a train in order to relive the horror. Dan&#8217;s post captures the frustration perfectly &#8211; well worth a read: <a href="http://www.sumption.org/2002/01/27/train-toilet-usability/">Train Toilet Usability</a></p>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Link%3A%20Train%20Toilet%20Usability&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F&amp;title=Link%3A%20Train%20Toilet%20Usability&amp;bodytext=Dan%20Sumption%20in%20his%20comment%20on%20my%20post%20Why%20We%20Test%20included%20a%20link%20to%20a%20post%20he%20wrote%20back%20in%202002%20about%20train%20toilet%20usability.%20I%27ve%20been%20wanting%20to%20write%20a%20post%20about%20the%20insanity%20of%20these%20%22automated%20toilet%20experiences%22%20for%20a%20while%2C%20but%20haven%27t%20bee" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F&amp;title=Link%3A%20Train%20Toilet%20Usability" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F&amp;title=Link%3A%20Train%20Toilet%20Usability&amp;notes=Dan%20Sumption%20in%20his%20comment%20on%20my%20post%20Why%20We%20Test%20included%20a%20link%20to%20a%20post%20he%20wrote%20back%20in%202002%20about%20train%20toilet%20usability.%20I%27ve%20been%20wanting%20to%20write%20a%20post%20about%20the%20insanity%20of%20these%20%22automated%20toilet%20experiences%22%20for%20a%20while%2C%20but%20haven%27t%20bee" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Link%3A%20Train%20Toilet%20Usability&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F&amp;title=Link%3A%20Train%20Toilet%20Usability&amp;annotation=Dan%20Sumption%20in%20his%20comment%20on%20my%20post%20Why%20We%20Test%20included%20a%20link%20to%20a%20post%20he%20wrote%20back%20in%202002%20about%20train%20toilet%20usability.%20I%27ve%20been%20wanting%20to%20write%20a%20post%20about%20the%20insanity%20of%20these%20%22automated%20toilet%20experiences%22%20for%20a%20while%2C%20but%20haven%27t%20bee" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F&amp;t=Link%3A%20Train%20Toilet%20Usability" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F&amp;title=Link%3A%20Train%20Toilet%20Usability" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Link%3A%20Train%20Toilet%20Usability%20-%20http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F14%2Flink-train-toilet-usability%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/IoO5uq9IFRizOiQLmpDeKUuvGOo/0/da"><img src="http://feedads.g.doubleclick.net/~a/IoO5uq9IFRizOiQLmpDeKUuvGOo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IoO5uq9IFRizOiQLmpDeKUuvGOo/1/da"><img src="http://feedads.g.doubleclick.net/~a/IoO5uq9IFRizOiQLmpDeKUuvGOo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/R06cOMxMXY8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2010/05/14/link-train-toilet-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2010/05/14/link-train-toilet-usability/</feedburner:origLink></item>
		<item>
		<title>The Invincible QWERTY</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/F36v4jmjUec/</link>
		<comments>http://usabilityfriction.com/2010/05/11/the-invincible-qwerty/#comments</comments>
		<pubDate>Tue, 11 May 2010 20:08:15 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Usability Bites]]></category>
		<category><![CDATA[Conventions]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=486</guid>
		<description><![CDATA[My old friend and Usability Friction reader Omar Ikram sent me a link to 3 Ways the iPad Could Kill Qwerty. It&#8217;s an interesting read. But I can&#8217;t help thinking the author has got the wrong end of the stick. I think whist we are using our fingers to type, QWERTY is here to stay.
The [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://usabilityfriction.com/wp-content/uploads/2010/05/imacKeyboard-300x155.jpg" alt="" title="imacKeyboard" width="300" height="155" class="alignleft size-medium wp-image-493" />My old friend and Usability Friction reader Omar Ikram sent me a link to <a href="http://www.fastcompany.com/1627602/can-ipad-finally-kill-qwerty">3 Ways the iPad Could Kill Qwerty</a>. It&#8217;s an interesting read. But I can&#8217;t help thinking the author has got the wrong end of the stick. I think whist we are using our fingers to type, QWERTY is here to stay.</p>
<p>The link above proposes 3 competing technologies that could unseat the QWERTY keyboard as the interface mechanism of choice, especially on the iPad. I&#8217;d like to respond to each of them before making my point.</p>
<h3>Swype</h3>
<p>This one isn&#8217;t really replacing qwerty as such &#8211; rather providing an alternative mechanism to typing individual keys. This is an interesting technology, but I think it has a number of flaws:</p>
<ul>
<li>On the iPad this would be a really poor technology. On a small screen &#8211; great &#8211; it reduces the need to hit a tiny individual target key. But on the iPad &#8211; a device with a keyboard almost the same size as on a MacBook (and much bigger than many netbooks) you&#8217;d have to slide your finger way too far for this to be pleasant to use. Even one-handed I suspect I would rather type normally</li>
<li>Another problem is that unless you know where to slide your finger to (i.e. you know the qwerty keyboard well) you will struggle. If you watch the video in the above link the user&#8217;s hand is obscuring a good amount of the keyboard. Users who aren&#8217;t that familiar with qwerty wont be able to make those smooth meaningful gestures that can be quickly interpreted by the software.</li>
<li>It is also quite confusing to a non-familiar user. The UI presents keyboard style buttons. But you never &#8220;press&#8221; these buttons, you slide across them &#8211; this creates a an uncomfortable conflict between the visual representation and the desired interaction.</li>
</ul>
<p>So in a nutshell Swype doesn&#8217;t remove qwerty anyway &#8211; just gives a new and interesting way to interact with it. But I&#8217;d like to see this develop further &#8211; maybe in time it will take off. Mobile phones are a hotbed of interface innovation so who knows &#8211; if it can gain traction here and the problems I have identified above can be mitigated then maybe it will become widely used.</p>
<h3>Thick Buttons</h3>
<p>The author is ill informed here. Thick Buttons is just a poor copy of a technology the iPad already has! Thick Buttons implementation is continually resizing the buttons on the screen based on a key&#8217;s probability of being struck next. This makes them jump around and be a moving target whilst you are trying to type! I can&#8217;t imagine this being anything other than maddening! The iPad&#8217;s OS has a superior implementation &#8211; the hit zone for the buttons resizes rather than the buttons themselves.</p>
<p>This video was released by Apple around the time when the iPhone was released &#8211; have a look at around the 2:40 mark for a demonstration of Apple&#8217;s implementation:<br />
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/6GOvt4mwwi4&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6GOvt4mwwi4&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<h3>Phonetic Typing</h3>
<p>Hmm. I can&#8217;t really see that approach taking off with the average user! Even the original author discounts this one! Probably more likely to remain as an academic exercise!</p>
<h3>My take</h3>
<p>How much time do you have invested in the qwerty keyboard? Years? Decades? For the vast majority of us it&#8217;s the only keyboard we&#8217;ve ever known (not withstanding pecking at a number pad on our mobiles back in the pre-iPhone days!) The <a href="http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard">DVORAK keyboard</a>, despite being shown to increase typing speed, has gained little traction. To those of us who have been typing for so long, our fingers just &#8220;know&#8221; where to go. It&#8217;s almost muscle memory. We don&#8217;t think about typing we just do it. With practice we can even type reasonably fast on tiny phone qwerty keyboards.</p>
<p>So what might ultimately replace qwerty? Speech recognition? It&#8217;s the holy grail of data input. But even if the speech recognition was perfect &#8211; compensating for regional dialects, accents and slang. Even then, would you want to be in a office full of people talking in to their computer? The noise would be unworkable and how would you write personal emails?!</p>
<p>Could <a href="http://www.youtube.com/watch?v=xyN4ViZ21N0&#038;feature=related">subvocal recognition</a> (if it can develop far enough) overcome this drawback? Quite possibly, but I certainly type differently to how I speak. Would I want my written word more closely match my spoken word? No, not really. The written word doesn&#8217;t have the tone and inflections used in speech, so we use different words to achieve the same ends.</p>
<p>We know there are better ways of inputting data. We know the DVORAK exists. But how many of us want to learn it? How many of us have time start again? We introduce children to the qwerty keyboard when they are so young. By the time they are old enough to do anything about it they might have over 15 years of practice! Despite its flaws, can many people say their text entry is slow enough to warrant the learning curve? Even then, would you consider a different input mechanism or just look at ways to speed up your typing?<br />
Then if you did learn another input mechanism &#8211; how would you cope when using someone else&#8217;s computer? There&#8217;s a lot of qwerty keyboards out there! </p>
<p>Inertia is a powerful thing. When something has been around for over 100 years it&#8217;s built up a lot of inertia. So, it will take something several orders of magnitude faster, trivially simple to use and quick to master before anything stands a chance of unseating qwerty. But I doubt it will be in my lifetime.</p>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=The%20Invincible%20QWERTY&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F&amp;title=The%20Invincible%20QWERTY&amp;bodytext=My%20old%20friend%20and%20Usability%20Friction%20reader%20Omar%20Ikram%20sent%20me%20a%20link%20to%203%20Ways%20the%20iPad%20Could%20Kill%20Qwerty.%20It%27s%20an%20interesting%20read.%20But%20I%20can%27t%20help%20thinking%20the%20author%20has%20got%20the%20wrong%20end%20of%20the%20stick.%20I%20think%20whist%20we%20are%20using%20our%20fingers%20to%20t" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F&amp;title=The%20Invincible%20QWERTY" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F&amp;title=The%20Invincible%20QWERTY&amp;notes=My%20old%20friend%20and%20Usability%20Friction%20reader%20Omar%20Ikram%20sent%20me%20a%20link%20to%203%20Ways%20the%20iPad%20Could%20Kill%20Qwerty.%20It%27s%20an%20interesting%20read.%20But%20I%20can%27t%20help%20thinking%20the%20author%20has%20got%20the%20wrong%20end%20of%20the%20stick.%20I%20think%20whist%20we%20are%20using%20our%20fingers%20to%20t" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=The%20Invincible%20QWERTY&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F&amp;title=The%20Invincible%20QWERTY&amp;annotation=My%20old%20friend%20and%20Usability%20Friction%20reader%20Omar%20Ikram%20sent%20me%20a%20link%20to%203%20Ways%20the%20iPad%20Could%20Kill%20Qwerty.%20It%27s%20an%20interesting%20read.%20But%20I%20can%27t%20help%20thinking%20the%20author%20has%20got%20the%20wrong%20end%20of%20the%20stick.%20I%20think%20whist%20we%20are%20using%20our%20fingers%20to%20t" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F&amp;t=The%20Invincible%20QWERTY" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F&amp;title=The%20Invincible%20QWERTY" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=The%20Invincible%20QWERTY%20-%20http%3A%2F%2Fusabilityfriction.com%2F2010%2F05%2F11%2Fthe-invincible-qwerty%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/rvBLql9UMYX9d0V_qF2_4fRD6PQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/rvBLql9UMYX9d0V_qF2_4fRD6PQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rvBLql9UMYX9d0V_qF2_4fRD6PQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/rvBLql9UMYX9d0V_qF2_4fRD6PQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/F36v4jmjUec" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2010/05/11/the-invincible-qwerty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2010/05/11/the-invincible-qwerty/</feedburner:origLink></item>
		<item>
		<title>The 80/20 Rule</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/9Wt67W7pZNY/</link>
		<comments>http://usabilityfriction.com/2010/04/14/the-8020-rule/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 23:01:32 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=379</guid>
		<description><![CDATA[The 80/20 rule, also known as Pareto&#8217;s Principle, states that 80% of an observable effect is caused by 20% of the variables at play. The first recognition of this rule was by Vilfredo Pareto, who in 1906, recognised that 80% of Italy&#8217;s wealth was owned by 20% of Italy&#8217;s population.
The same 80/20 split can be [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://usabilityfriction.com/wp-content/uploads/2010/04/8020_Rule.png" alt="" title="The 80/20 Rule" width="256" height="237" class="alignleft size-full wp-image-470" />The 80/20 rule, also known as Pareto&#8217;s Principle, states that 80% of an observable effect is caused by 20% of the variables at play. The first recognition of this rule was by <a href="http://en.wikipedia.org/wiki/Vilfredo_Pareto">Vilfredo Pareto</a>, who in 1906, recognised that 80% of Italy&#8217;s wealth was owned by 20% of Italy&#8217;s population.</p>
<p>The same 80/20 split can be seen in many places; management, economics, software/interface design, quality control systems and many more places. Whilst the rule is called the 80/20 Rule &#8211; the actual percentages are not all that important: 90/10, 70/30, 80/20 are all valid variations.  Indeed &#8211; it is perfectly valid to say 70/10 as there is no requirement that the two sides add up to 100 &#8211; the important thing is the principle that a large number of outputs are determined by a relatively small number of inputs.</p>
<p>So using the 80/20 rule we can say:</p>
<ul>
<li>80% of users only use 20% of features</li>
<li>80% of bugs are caused by 20% of the code</li>
<li>80% of development time is spent on 20% of the code</li>
</ul>
<p>This rule of thumb is useful when focusing our time and efforts on improving our products. We first need to find out what our most important 20% is. The easiest approach to this is to simply ask customers what their favourite features are or maybe observe them using the product. Developers of web applications could use tracking software such as Google Analytics to provide detailed information on which pages customers are accessing the most. Alternatively, simple logging could be added to a desktop or web application.</p>
<p>Armed with this information we will know which 20% of features provide 80% of the value of our products. We can then spend time polishing these features rather than diverting efforts on to rarely used features. This approach will lead to the greatest improvements and make the biggest contributions to customer satisfaction. If we make a change that benefits 80% of our customers then that&#8217;s a big win and is going to generate a lot of good feelings. Much more so than adding a similar scoped feature to an area that falls under the less used category.</p>
<p>This isn&#8217;t to say we should completely neglect the less frequently used features &#8211; that proportion is likely to be very important when it is needed &#8211; but when we are faced with limited time and resources, focussing our efforts on the most used 20% will gain a disproportionately large benefit to our product and users. It is rarely considered a bad thing by users when we make improvements to the benefit of our most used and popular features!</p>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=The%2080%2F20%20Rule&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F&amp;title=The%2080%2F20%20Rule&amp;bodytext=The%2080%2F20%20rule%2C%20also%20known%20as%20Pareto%27s%20Principle%2C%20states%20that%2080%25%20of%20an%20observable%20effect%20is%20caused%20by%2020%25%20of%20the%20variables%20at%20play.%20The%20first%20recognition%20of%20this%20rule%20was%20by%20Vilfredo%20Pareto%2C%20who%20in%201906%2C%20recognised%20that%2080%25%20of%20Italy%27s%20wealth%20was%20own" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F&amp;title=The%2080%2F20%20Rule" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F&amp;title=The%2080%2F20%20Rule&amp;notes=The%2080%2F20%20rule%2C%20also%20known%20as%20Pareto%27s%20Principle%2C%20states%20that%2080%25%20of%20an%20observable%20effect%20is%20caused%20by%2020%25%20of%20the%20variables%20at%20play.%20The%20first%20recognition%20of%20this%20rule%20was%20by%20Vilfredo%20Pareto%2C%20who%20in%201906%2C%20recognised%20that%2080%25%20of%20Italy%27s%20wealth%20was%20own" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=The%2080%2F20%20Rule&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F&amp;title=The%2080%2F20%20Rule&amp;annotation=The%2080%2F20%20rule%2C%20also%20known%20as%20Pareto%27s%20Principle%2C%20states%20that%2080%25%20of%20an%20observable%20effect%20is%20caused%20by%2020%25%20of%20the%20variables%20at%20play.%20The%20first%20recognition%20of%20this%20rule%20was%20by%20Vilfredo%20Pareto%2C%20who%20in%201906%2C%20recognised%20that%2080%25%20of%20Italy%27s%20wealth%20was%20own" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F&amp;t=The%2080%2F20%20Rule" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F&amp;title=The%2080%2F20%20Rule" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=The%2080%2F20%20Rule%20-%20http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F14%2Fthe-8020-rule%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/TuZDdiiuKulaDd2i7Vrgvw8E9JM/0/da"><img src="http://feedads.g.doubleclick.net/~a/TuZDdiiuKulaDd2i7Vrgvw8E9JM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TuZDdiiuKulaDd2i7Vrgvw8E9JM/1/da"><img src="http://feedads.g.doubleclick.net/~a/TuZDdiiuKulaDd2i7Vrgvw8E9JM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/9Wt67W7pZNY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2010/04/14/the-8020-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2010/04/14/the-8020-rule/</feedburner:origLink></item>
		<item>
		<title>How to write an alert box</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/B7V7y-Zj0SQ/</link>
		<comments>http://usabilityfriction.com/2010/04/07/how-to-write-an-alert-box/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 23:02:07 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Confirmation]]></category>
		<category><![CDATA[Interface Elements]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=326</guid>
		<description><![CDATA[
Alert boxes are a user interface element that pops up to alert the user of some critical piece of information. This post explains how to write them.
Lets start off by getting something out of the way. Don&#8217;t use alert boxes. They are jarring, often steal focus, interrupt the flow of what a user is doing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://usabilityfriction.com/wp-content/uploads/2010/03/alertbox.png"><img src="http://usabilityfriction.com/wp-content/uploads/2010/03/alertbox.png" alt="Alert box saying &quot;I only exist to annoy you&quot;" title="alertbox" width="492" height="226" class="aligncenter size-full wp-image-460" /></a><br />
Alert boxes are a user interface element that pops up to alert the user of some critical piece of information. This post explains how to write them.</p>
<p>Lets start off by getting something out of the way. Don&#8217;t use alert boxes. They are jarring, often steal focus, interrupt the flow of what a user is doing (which is kinda their idea but that&#8217;s not my point) and are generally unpleasant. It&#8217;s like you are shouting something at the user. They tend to be overused (Crystal Reports XI I&#8217;m looking at you&#8230;) when they really should be reserved for the most critical of information.</p>
<p>So, always work on the assumption that there is a better way. Here&#8217;s some typical uses:</p>
<ul>
<li><strong>Validation Errors: </strong>If a field is invalid, don&#8217;t pop up an alert box; simply highlight the field that has the error (e.g. by putting a border around it) and show an explanation next to it. There might be a reason they haven&#8217;t filled in the box correctly (e.g. returning to it later) so making the user dismiss an alert box is annoying</li>
<li><strong>Information Messages: </strong>Telling a user something has changed. Ask yourself &#8211; do they care &#8211; do they need to know? Can they (or do they need to) do anything about it. If not then you don&#8217;t need to interrupt work flow to tell the user about it! If the user doesn&#8217;t need to know and can&#8217;t do anything about it but you STILL want to tell them &#8211; this is a strong contender for a log file message!</li>
<li><strong>Completed Messages</strong>These are when an alert box is thrown up to tell the user that something is complete. Is it <em>that</em> important that you stop the user doing what they were doing; make them dismiss an alert box before allowing them to continue just to tell them that something is complete? I suspect in most case it isn&#8217;t that important. Replace the alert by maybe showing a subtle message in the tool bar (or a Growl message for the Mac). When a CD has finished importing iTunes plays a sound. You know it&#8217;s done &#8211; but you don&#8217;t need to do anything about it if you don&#8217;t want.</li>
</ul>
<p>Remember that you are interrupting the user. The things that you want to know about and be alerted to whilst programming the app are likely to be very different to the things the end user wants to know about! Put yourself in their situation and ask yourself if you would like to be interrupted for that reason. So let&#8217;s have a look at a couple of valid alert box uses:</p>
<ul>
<li>&#8220;You have been inactive and will be logged out if you don&#8217;t start using the system&#8221;. This use is valid. The user is alerted to the fact that their inaction is going to have a consequence. The user needs interrupting for this. It&#8217;s like telling you &#8220;if you don&#8217;t get a move on you&#8217;ll miss the bus&#8221;</li>
<li>&#8220;The operation could not be completed because&#8230;.&#8221;. This one is a grey area. It is a valid use &#8211; the user expected the operation to complete so they need to be interrupted to say it didn&#8217;t. However, does it require their immediate attention? Can you say with any degree of certainty that your alert is more important than what they are working on in another window? Probably not. So use with caution</li>
</ul>
<p>There aren&#8217;t many scenarios where an alert box is the best choice. But if you must have an one for whatever reason, bear the following in mind:</p>
<ul>
<li>People probably wont read them &#8211; they are often just OK&#8217;d without being read</li>
<li>So, keep them short</li>
<li>They are modal so the user wont be able to follow any instructions once they&#8217;ve dismissed the message. If your instructions are more than 1/2 steps make sure there&#8217;s a way to see the instructions after the alert box has gone</li>
<li>There probably is a better way that you haven&#8217;t thought of yet</li>
</ul>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=How%20to%20write%20an%20alert%20box&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F&amp;title=How%20to%20write%20an%20alert%20box&amp;bodytext=%0D%0AAlert%20boxes%20are%20a%20user%20interface%20element%20that%20pops%20up%20to%20alert%20the%20user%20of%20some%20critical%20piece%20of%20information.%20This%20post%20explains%20how%20to%20write%20them.%0D%0A%0D%0ALets%20start%20off%20by%20getting%20something%20out%20of%20the%20way.%20Don%27t%20use%20alert%20boxes.%20They%20are%20jarring%2C%20oft" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F&amp;title=How%20to%20write%20an%20alert%20box" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F&amp;title=How%20to%20write%20an%20alert%20box&amp;notes=%0D%0AAlert%20boxes%20are%20a%20user%20interface%20element%20that%20pops%20up%20to%20alert%20the%20user%20of%20some%20critical%20piece%20of%20information.%20This%20post%20explains%20how%20to%20write%20them.%0D%0A%0D%0ALets%20start%20off%20by%20getting%20something%20out%20of%20the%20way.%20Don%27t%20use%20alert%20boxes.%20They%20are%20jarring%2C%20oft" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=How%20to%20write%20an%20alert%20box&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F&amp;title=How%20to%20write%20an%20alert%20box&amp;annotation=%0D%0AAlert%20boxes%20are%20a%20user%20interface%20element%20that%20pops%20up%20to%20alert%20the%20user%20of%20some%20critical%20piece%20of%20information.%20This%20post%20explains%20how%20to%20write%20them.%0D%0A%0D%0ALets%20start%20off%20by%20getting%20something%20out%20of%20the%20way.%20Don%27t%20use%20alert%20boxes.%20They%20are%20jarring%2C%20oft" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F&amp;t=How%20to%20write%20an%20alert%20box" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F&amp;title=How%20to%20write%20an%20alert%20box" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20write%20an%20alert%20box%20-%20http%3A%2F%2Fusabilityfriction.com%2F2010%2F04%2F07%2Fhow-to-write-an-alert-box%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/D911hCn7_tvUbkML7DACxGCsfos/0/da"><img src="http://feedads.g.doubleclick.net/~a/D911hCn7_tvUbkML7DACxGCsfos/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/D911hCn7_tvUbkML7DACxGCsfos/1/da"><img src="http://feedads.g.doubleclick.net/~a/D911hCn7_tvUbkML7DACxGCsfos/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/B7V7y-Zj0SQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2010/04/07/how-to-write-an-alert-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2010/04/07/how-to-write-an-alert-box/</feedburner:origLink></item>
		<item>
		<title>Aesthetic Usability Effect</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/M1m8EqWOXv4/</link>
		<comments>http://usabilityfriction.com/2010/03/30/aesthetic-usability-effect/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 00:00:24 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Aesthetic Usability Effect]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=355</guid>
		<description><![CDATA[The aesthetic usability effect is where a user will perceive an attractive product as easier to use than an ugly one. It doesn&#8217;t actually matter if they are easier to use or not they are perceived as such so users will make subconscious concessions and overlook many difficulties. The seminal work on this principle is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://usabilityfriction.com/wp-content/uploads/2010/03/bondiBlue-300x208.jpg" alt="" title="Original iMac" width="300" height="208" class="alignleft size-medium wp-image-424" />The aesthetic usability effect is where a user will perceive an attractive product as easier to use than an ugly one. It doesn&#8217;t actually matter if they are easier to use or not they are perceived as such so users will make subconscious concessions and overlook many difficulties. The seminal work on this principle is &#8220;Apparent usability vs. inherent usability: experimental analysis on the determinants of the apparent usability&#8221;. This is available for ACM members to download from the <a href="http://portal.acm.org/citation.cfm?id=223680">ACM Portal</a> (If anyone knows of a freely available source for this paper please share it in the comments!). The conclusion from their abstract nicely sums things up though:</p>
<blockquote><p>
These results show that the apparent usability is less correlated with the inherent usability compared to the apparent beauty&#8230; This suggests that the user may be strongly affected by the aesthetic aspect of the interface even when they try to evaluate the interface in its functional aspects and it is suggested that the interface designers should strive not only to improve the inherent usability but also brush up the apparent usability or the aesthetic aspect of the interface.
</p></blockquote>
<p>The aesthetics of a product have far reaching consequences. The desire to posses attractive items is an innate part of the human condition and we should use this to our advantage. All other things being equal, when comparing two products:</p>
<ul>
<li>The attractive product will be <em>perceived</em> as easier to use. Ease of use is often a criteria in purchase decisions &#8211; easy to use products require less training and support. So by improving the attractiveness it increases the perceived ease of use &#8211; improving the chances of making a sale</li>
<li>Users will be more likely to develop positive feelings towards the attractive product. This can lead to:
<ul>
<li>Positive reviews &#8211; leading to more sales</li>
<li>They&#8217;ll tell their friends &#8211; resulting in more sales leads</li>
<li>They&#8217;ll tolerate faults more &#8211; reducing support calls</li>
</ul>
</li>
<li>The attractive product will be perceived as of higher quality</li>
<li>And, perhaps most importantly; customers may overlook feature deficiencies so they get to use the more attractive product</li>
</ul>
<p>Spending time and money on the outward appearance of your product makes a lot of sense and that it can more than pay for itself in increased sales. So, if users are complaining that your product isn&#8217;t user friendly it might not be a problem with the interface mechanics &#8211; it might be their way of saying that it isn&#8217;t pretty enough!</p>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Aesthetic%20Usability%20Effect%20&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F&amp;title=Aesthetic%20Usability%20Effect%20&amp;bodytext=The%20aesthetic%20usability%20effect%20is%20where%20a%20user%20will%20perceive%20an%20attractive%20product%20as%20easier%20to%20use%20than%20an%20ugly%20one.%20It%20doesn%27t%20actually%20matter%20if%20they%20are%20easier%20to%20use%20or%20not%20they%20are%20perceived%20as%20such%20so%20users%20will%20make%20subconscious%20concessions%20a" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F&amp;title=Aesthetic%20Usability%20Effect%20" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F&amp;title=Aesthetic%20Usability%20Effect%20&amp;notes=The%20aesthetic%20usability%20effect%20is%20where%20a%20user%20will%20perceive%20an%20attractive%20product%20as%20easier%20to%20use%20than%20an%20ugly%20one.%20It%20doesn%27t%20actually%20matter%20if%20they%20are%20easier%20to%20use%20or%20not%20they%20are%20perceived%20as%20such%20so%20users%20will%20make%20subconscious%20concessions%20a" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Aesthetic%20Usability%20Effect%20&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F&amp;title=Aesthetic%20Usability%20Effect%20&amp;annotation=The%20aesthetic%20usability%20effect%20is%20where%20a%20user%20will%20perceive%20an%20attractive%20product%20as%20easier%20to%20use%20than%20an%20ugly%20one.%20It%20doesn%27t%20actually%20matter%20if%20they%20are%20easier%20to%20use%20or%20not%20they%20are%20perceived%20as%20such%20so%20users%20will%20make%20subconscious%20concessions%20a" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F&amp;t=Aesthetic%20Usability%20Effect%20" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F&amp;title=Aesthetic%20Usability%20Effect%20" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Aesthetic%20Usability%20Effect%20%20-%20http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F30%2Faesthetic-usability-effect%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/9vlLZQ4QkUnewA04-XONKbclBUM/0/da"><img src="http://feedads.g.doubleclick.net/~a/9vlLZQ4QkUnewA04-XONKbclBUM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9vlLZQ4QkUnewA04-XONKbclBUM/1/da"><img src="http://feedads.g.doubleclick.net/~a/9vlLZQ4QkUnewA04-XONKbclBUM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/M1m8EqWOXv4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2010/03/30/aesthetic-usability-effect/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2010/03/30/aesthetic-usability-effect/</feedburner:origLink></item>
		<item>
		<title>Reducing Damage Through Usability</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/Y_oqZJQ2noM/</link>
		<comments>http://usabilityfriction.com/2010/03/23/reducing-damage-through-usability/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 12:30:37 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Usability Bites]]></category>
		<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Packaging]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=405</guid>
		<description><![CDATA[I spent my weekend installing a new central heating system. When I unpacked one of the radiators (the largest one at 1.2m x 0.5m ) it was damaged. Most of the radiators had the odd dent in the grills but could easily bent back in to shape. This one however had been in the wars [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://usabilityfriction.com/wp-content/uploads/2010/03/radiator-300x236.jpg" alt="" title="Radiator" width="300" height="236" class="alignleft size-medium wp-image-441" />I spent my weekend installing a new central heating system. When I unpacked one of the radiators (the largest one at 1.2m x 0.5m ) it was damaged. Most of the radiators had the odd dent in the grills but could easily bent back in to shape. This one however had been in the wars so it had to go back. A trip to Toolstation later and I was unpacking its replacement. This one was even more damaged than the last! Feeling stupid for not checking it out in the shop; I made another 40 minute round trip.</p>
<p>During this second journey I started thinking about <em>why</em> so many had been damaged and how can you stop things from being damaged in transit. There are 2 main approaches to reducing damage:</p>
<ul>
<li>Make the product physically tougher so it can withstand harder knocks</li>
<li>Add more protective packaging</li>
</ul>
<p>Unfortunately, both of these options increase costs. Making the product tougher also adds to its weight, size, appearance etc. so it might not even be an option in all cases.</p>
<p>So, what about increasing the protection from the packaging? Now, a certain amount of returned products due to damage is to be expected &#8211; no matter what you do a certain amount of damage is inevitable. So a manufacturer must carefully trade off the cost of the packaging vs the expected cost of returns at any given level of protection.</p>
<p>My radiator was actually pretty well packaged; covered in bubble wrap; thick corrugated card to protect the ends then plastic corner pieces to protect the corners. So, I wouldn&#8217;t think adding more protection would be cost effective (then again I suspect that 2 in 3 radiators being damaged can&#8217;t be acceptable either!)</p>
<p>Examining the damage it was obvious that they taken a knock whilst being carried/moved. As I drove along I thought about the struggle it had been to carry and load them in to my car. Then it struck me &#8211; the problem isn&#8217;t with the radiators or the packaging &#8211; it&#8217;s a problem with the usability of the package as a whole!</p>
<p>These things are bulky &#8211; not desperately heavy; but large &#8211; you need 2 people to carry them. The problem is &#8211; there&#8217;s nothing to get hold of. When packaged they are completely smooth &#8211; so you need to get your hands underneath them to carry them properly &#8211; and trust me after a few squashed fingers you soon stop that! This leaves you with trying to carry them by gripping the edges. When doing this there is a tendency to drop them as you lose your grip when putting them down. You can just imagine how many get dinked by a delivery driver in a rush to unload dozens of them!</p>
<p>I suspect that if some handles were added to the top and sides of the radiator that the number of returns due to damage would reduce markedly. This could be done cheaply by wrapping some heavy duty tape around the edges of the radiator but leaving some loops of tape unstuck to form some handles. This would make the radiator easier to handle and become less likely to take a knock when being carried.</p>
<p>If you find that your products are getting damaged and your returns rate is unacceptably high; don&#8217;t forget to take in to account the period between the factory and the store. Usability doesn&#8217;t just relate to the product itself; the whole experience including the packaging are worthy of attention and if a slight change to your packaging reduces returns that goes straight on the bottom line!</p>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Reducing%20Damage%20Through%20Usability&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F&amp;title=Reducing%20Damage%20Through%20Usability&amp;bodytext=I%20spent%20my%20weekend%20installing%20a%20new%20central%20heating%20system.%20When%20I%20unpacked%20one%20of%20the%20radiators%20%28the%20largest%20one%20at%201.2m%20x%200.5m%20%29%20it%20was%20damaged.%20Most%20of%20the%20radiators%20had%20the%20odd%20dent%20in%20the%20grills%20but%20could%20easily%20bent%20back%20in%20to%20shape.%20This%20one%20h" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F&amp;title=Reducing%20Damage%20Through%20Usability" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F&amp;title=Reducing%20Damage%20Through%20Usability&amp;notes=I%20spent%20my%20weekend%20installing%20a%20new%20central%20heating%20system.%20When%20I%20unpacked%20one%20of%20the%20radiators%20%28the%20largest%20one%20at%201.2m%20x%200.5m%20%29%20it%20was%20damaged.%20Most%20of%20the%20radiators%20had%20the%20odd%20dent%20in%20the%20grills%20but%20could%20easily%20bent%20back%20in%20to%20shape.%20This%20one%20h" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Reducing%20Damage%20Through%20Usability&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F&amp;title=Reducing%20Damage%20Through%20Usability&amp;annotation=I%20spent%20my%20weekend%20installing%20a%20new%20central%20heating%20system.%20When%20I%20unpacked%20one%20of%20the%20radiators%20%28the%20largest%20one%20at%201.2m%20x%200.5m%20%29%20it%20was%20damaged.%20Most%20of%20the%20radiators%20had%20the%20odd%20dent%20in%20the%20grills%20but%20could%20easily%20bent%20back%20in%20to%20shape.%20This%20one%20h" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F&amp;t=Reducing%20Damage%20Through%20Usability" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F&amp;title=Reducing%20Damage%20Through%20Usability" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Reducing%20Damage%20Through%20Usability%20-%20http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F23%2Freducing-damage-through-usability%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/Ohcml3Yuoxfle7If3a4Axd4qs-M/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ohcml3Yuoxfle7If3a4Axd4qs-M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Ohcml3Yuoxfle7If3a4Axd4qs-M/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ohcml3Yuoxfle7If3a4Axd4qs-M/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/Y_oqZJQ2noM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2010/03/23/reducing-damage-through-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2010/03/23/reducing-damage-through-usability/</feedburner:origLink></item>
		<item>
		<title>Call to Action vs Mental Models</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/_AgP8uLkRrk/</link>
		<comments>http://usabilityfriction.com/2010/03/19/call-to-action-vs-mental-models/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 13:10:43 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Usability Bites]]></category>
		<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Conventions]]></category>
		<category><![CDATA[Mental Model]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=427</guid>
		<description><![CDATA[After reading John Gruber&#8217;s post An Ode to DiskWarrior, SuperDuper, and Dropbox over at Daring Fireball, I decided to give Dropbox a go.
So I went over to their site for a look:

Nice and clean looking. I watched the video and was sold &#8211; sign me up! But, this is where the trouble started. The service [...]]]></description>
			<content:encoded><![CDATA[<p>After reading John Gruber&#8217;s post <a href="http://daringfireball.net/2010/03/ode_to_diskwarrior_superduper_dropbox">An Ode to DiskWarrior, SuperDuper, and Dropbox</a> over at Daring Fireball, I decided to give <a href="http://www.dropbox.com/">Dropbox</a> a go.</p>
<p>So I went over to their site for a look:<br />
<a href="http://usabilityfriction.com/wp-content/uploads/2010/03/Screen-shot-2010-03-19-at-10.27.52.png"><img src="http://usabilityfriction.com/wp-content/uploads/2010/03/Screen-shot-2010-03-19-at-10.27.52-1024x642.png" alt="" title="Dropbox Screenshot" width="768" height="482" class="aligncenter size-large wp-image-428" /></a></p>
<p>Nice and clean looking. I watched the video and was sold &#8211; sign me up! But, this is where the trouble started. The service is subscription based (with a free option). So I started looking for a link so I could &#8220;sign up&#8221;. There&#8217;s a big download button&#8230;. no that&#8217;s not it (I need to sign up before I download anything surely!)&#8230;. there&#8217;s the log in fields in the top corner (so I certainly need to sign up before I can use those) &#8230;. but nope no option to sign up there either&#8230;. a big list of links at the bottom of the page&#8230; still no sign of a &#8220;Sign Up&#8221; button!</p>
<p>The problem is the wording of the main call to action (the big button in the middle) &#8211; it says &#8220;Download Dropbox&#8221;. However, this is not what my mental model says my next step should be.</p>
<p>A mental model is built up in your mind as a representation of how you perceive something works in the real world. It is based on conventions and previous experiences. It gives your brain a short cut to understand new things. It&#8217;s why people who use computers a lot &#8220;know&#8221; how software they&#8217;ve never used before works &#8211; their mental model sets expectations and as long as they are met it&#8217;s easy to just focus on the differences.</p>
<p>In this case &#8211; my mental model was based on using many web based systems in the past. I expected the following:</p>
<ol>
<li>Sign up</li>
<li>Download software (if applicable)</li>
<li>Start using the service</li>
</ol>
<p>When your mental model isn&#8217;t matched by what you encounter, it takes some time whilst your brain reconstructs a new model based on its input. But your brain doesn&#8217;t like forming new models so all along the way it&#8217;s trying it&#8217;s hardest to try and graft the new information on to the old model. This takes time and leads to feelings of confusion whilst it&#8217;s going on.</p>
<p>The big button in the middle of the page is great &#8211; it should be obvious that you click it &#8211; but because it didn&#8217;t match my mental model the thought didn&#8217;t occur to me immediately. By saying &#8220;Download Dropbox&#8221; it is forcing an implementation detail to be my next logical thought. But it isn&#8217;t. </p>
<p>It turns out that you actually sign up when you run the application the first time through the software itself. Given this, I accept labelling the button &#8220;Sign Up&#8221; would also be wrong. I&#8217;d recommend that the main call to action button should be relabelled &#8220;Get Started&#8221; (or similar) taking you to a page that explains how to install and sign up. Then maybe have a separate link for people who know how it works and just want to grab the installer. I think this would make it clearer what you should do next, regardless of any preconceptions.</p>
<p>In fairness, when you click the &#8220;Download Dropbox&#8221; link you do get shown a list of your next steps for installing the product. However, even this page doesn&#8217;t tell you that you sign up during the first run!</p>
<p>This example illustrates that when you are asking people to do something, before you&#8217;ve even asked them anything they have built up an expectation of what you will say. If your proposition does not match their expectation they will have a few moments when they feel confused &#8211; and confused people often don&#8217;t make the decisions you want!</p>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Call%20to%20Action%20vs%20Mental%20Models&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F&amp;title=Call%20to%20Action%20vs%20Mental%20Models&amp;bodytext=After%20reading%20John%20Gruber%27s%20post%20An%20Ode%20to%20DiskWarrior%2C%20SuperDuper%2C%20and%20Dropbox%20over%20at%20Daring%20Fireball%2C%20I%20decided%20to%20give%20Dropbox%20a%20go.%0D%0A%0D%0ASo%20I%20went%20over%20to%20their%20site%20for%20a%20look%3A%0D%0A%0D%0A%0D%0ANice%20and%20clean%20looking.%20I%20watched%20the%20video%20and%20was%20sold%20-%20sign%20" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F&amp;title=Call%20to%20Action%20vs%20Mental%20Models" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F&amp;title=Call%20to%20Action%20vs%20Mental%20Models&amp;notes=After%20reading%20John%20Gruber%27s%20post%20An%20Ode%20to%20DiskWarrior%2C%20SuperDuper%2C%20and%20Dropbox%20over%20at%20Daring%20Fireball%2C%20I%20decided%20to%20give%20Dropbox%20a%20go.%0D%0A%0D%0ASo%20I%20went%20over%20to%20their%20site%20for%20a%20look%3A%0D%0A%0D%0A%0D%0ANice%20and%20clean%20looking.%20I%20watched%20the%20video%20and%20was%20sold%20-%20sign%20" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Call%20to%20Action%20vs%20Mental%20Models&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F&amp;title=Call%20to%20Action%20vs%20Mental%20Models&amp;annotation=After%20reading%20John%20Gruber%27s%20post%20An%20Ode%20to%20DiskWarrior%2C%20SuperDuper%2C%20and%20Dropbox%20over%20at%20Daring%20Fireball%2C%20I%20decided%20to%20give%20Dropbox%20a%20go.%0D%0A%0D%0ASo%20I%20went%20over%20to%20their%20site%20for%20a%20look%3A%0D%0A%0D%0A%0D%0ANice%20and%20clean%20looking.%20I%20watched%20the%20video%20and%20was%20sold%20-%20sign%20" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F&amp;t=Call%20to%20Action%20vs%20Mental%20Models" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F&amp;title=Call%20to%20Action%20vs%20Mental%20Models" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Call%20to%20Action%20vs%20Mental%20Models%20-%20http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F19%2Fcall-to-action-vs-mental-models%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/JrEZ9TBl3zMyUAOSeJpMkRJTKEY/0/da"><img src="http://feedads.g.doubleclick.net/~a/JrEZ9TBl3zMyUAOSeJpMkRJTKEY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JrEZ9TBl3zMyUAOSeJpMkRJTKEY/1/da"><img src="http://feedads.g.doubleclick.net/~a/JrEZ9TBl3zMyUAOSeJpMkRJTKEY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/_AgP8uLkRrk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2010/03/19/call-to-action-vs-mental-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2010/03/19/call-to-action-vs-mental-models/</feedburner:origLink></item>
		<item>
		<title>Why We Test</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/s28W2eKqmUE/</link>
		<comments>http://usabilityfriction.com/2010/03/15/why-we-test/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 12:19:08 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Usability Bites]]></category>
		<category><![CDATA[Conventions]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=396</guid>
		<description><![CDATA[
The 2 buttons in the above picture are for a toilet flush. One button does a big flush using lots of water; the other does a smaller flush using less. Using a small flush when that&#8217;s all that is needed avoids wasting water and that&#8217;s a good thing.
As you can see the 2 buttons are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://usabilityfriction.com/wp-content/uploads/2010/03/photo.jpg"><img src="http://usabilityfriction.com/wp-content/uploads/2010/03/photo-300x224.jpg" alt="" title="Toilet Flush Buttons" width="300" height="224" class="aligncenter size-medium wp-image-397" /></a></p>
<p>The 2 buttons in the above picture are for a toilet flush. One button does a big flush using lots of water; the other does a smaller flush using less. Using a small flush when that&#8217;s all that is needed avoids wasting water and that&#8217;s a good thing.</p>
<p>As you can see the 2 buttons are of different sizes. As an interface designer this poses us a problem &#8211; which button should trigger which flush? There are 2 options:</p>
<ul>
<li>The big button is for a big flush and the small button is for a small flush</li>
<li>Or, we assume the small flush will be used more often so it should have the bigger button to make it easier to use. The less frequently used big flush can have the smaller button.</li>
</ul>
<p>The problem is that neither approach is &#8216;wrong&#8217; &#8211; each is a valid implementation. That&#8217;s why we test &#8211; once we have seen how people naturally interact with our product we know which decision we should take. </p>
<p>The above example is quite trivial but it illustrates the point &#8211; for any given interaction there are multiple valid interpretations. If we want our products to be enjoyable we need to know which interpretation the majority of people hold. This is especially important for new products &#8211; as we develop them we are totally immersed &#8211; living and breathing it every day (and night!). We <em>know</em> how it works. When we created the interface, we could see no other way that it could be interpreted. However, as soon as we see someone use our product for the 1st time, all that certainty can be washed away in an instant.</p>
<p>Testing reveals the truth. We don&#8217;t test to be proven right or wrong; we test to see how things are.</p>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Why%20We%20Test&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F&amp;title=Why%20We%20Test&amp;bodytext=%0D%0A%0D%0AThe%202%20buttons%20in%20the%20above%20picture%20are%20for%20a%20toilet%20flush.%20One%20button%20does%20a%20big%20flush%20using%20lots%20of%20water%3B%20the%20other%20does%20a%20smaller%20flush%20using%20less.%20Using%20a%20small%20flush%20when%20that%27s%20all%20that%20is%20needed%20avoids%20wasting%20water%20and%20that%27s%20a%20good%20thing" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F&amp;title=Why%20We%20Test" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F&amp;title=Why%20We%20Test&amp;notes=%0D%0A%0D%0AThe%202%20buttons%20in%20the%20above%20picture%20are%20for%20a%20toilet%20flush.%20One%20button%20does%20a%20big%20flush%20using%20lots%20of%20water%3B%20the%20other%20does%20a%20smaller%20flush%20using%20less.%20Using%20a%20small%20flush%20when%20that%27s%20all%20that%20is%20needed%20avoids%20wasting%20water%20and%20that%27s%20a%20good%20thing" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Why%20We%20Test&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F&amp;title=Why%20We%20Test&amp;annotation=%0D%0A%0D%0AThe%202%20buttons%20in%20the%20above%20picture%20are%20for%20a%20toilet%20flush.%20One%20button%20does%20a%20big%20flush%20using%20lots%20of%20water%3B%20the%20other%20does%20a%20smaller%20flush%20using%20less.%20Using%20a%20small%20flush%20when%20that%27s%20all%20that%20is%20needed%20avoids%20wasting%20water%20and%20that%27s%20a%20good%20thing" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F&amp;t=Why%20We%20Test" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F&amp;title=Why%20We%20Test" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Why%20We%20Test%20-%20http%3A%2F%2Fusabilityfriction.com%2F2010%2F03%2F15%2Fwhy-we-test%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/TGFH-Mh8YJmIFFRSIFkwd250nq4/0/da"><img src="http://feedads.g.doubleclick.net/~a/TGFH-Mh8YJmIFFRSIFkwd250nq4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TGFH-Mh8YJmIFFRSIFkwd250nq4/1/da"><img src="http://feedads.g.doubleclick.net/~a/TGFH-Mh8YJmIFFRSIFkwd250nq4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/s28W2eKqmUE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2010/03/15/why-we-test/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2010/03/15/why-we-test/</feedburner:origLink></item>
		<item>
		<title>Five Hat Racks</title>
		<link>http://feedproxy.google.com/~r/UsabilityFriction/~3/yfu1A80z9Pk/</link>
		<comments>http://usabilityfriction.com/2009/09/29/five-hat-racks/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 12:39:14 +0000</pubDate>
		<dc:creator>Ash Towers</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[5 Hat Racks]]></category>
		<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://usabilityfriction.com/?p=353</guid>
		<description><![CDATA[The Five Hat Racks was first developed by Richard Saul Wurman in his book Information Anxiety. It&#8217;s a bizarre name, but makes sense: the hats are information&#8230;. hat racks organise hats&#8230;. and there are 5 ways to do it. Fine, call it what you like &#8211; at least it&#8217;s memorable! In a nutshell, there are [...]]]></description>
			<content:encoded><![CDATA[<p>The Five Hat Racks was first developed by Richard Saul Wurman in his book Information Anxiety. It&#8217;s a bizarre name, but makes sense: the hats are information&#8230;. hat racks organise hats&#8230;. and there are 5 ways to do it. Fine, call it what you like &#8211; at least it&#8217;s memorable! In a nutshell, there are 5 ways to organise information: By Location, Alphabet, Time, Category and Continuum. Every way you can think of to organise data will fit in to one of those groupings.</p>
<h2>Location</h2>
<p><strong>What is it?</strong> Organising by physical location; either geographically or a location in space. For example, this could be showing landmarks on a map or sorting objects as nearest to furthest relative to your position.<br />
<strong>When should you use it?</strong> When giving directions (e.g. order you will encounter landmarks) and whenever relative position is important e.g. landmarks on a map</p>
<h2>Alphabet</h2>
<p><strong>What is it?</strong> Ordering alphabetically, for example how the dictionary or phone book sorts entries.<br />
<strong>When should you use it?</strong>Whenever efficient random access is needed (applies to most reference material &#8211; dictionaries, encyclopaedias, book indexes etc.). It should also be used as a back up when no other sorting strategy makes sense.</p>
<h2>Time</h2>
<p><strong>What is it?</strong> Sorting by chronological order. For example Cinema Schedules, Bus Timetables, Time lines of historical events etc.<br />
<strong>When should you use it?</strong> Whenever a time based order of events is needed e.g. cooking instructions; when comparing events over a period of time (especially if there is an element of causation between events) or when things happen at set times.</p>
<h2>Category</h2>
<p><strong>What is it?</strong> Grouping by a shared similarity. For example; Churches with and without a spire, Subject in a book shop such as fiction, non-fiction or autobiographies, departments in a department store etc.<br />
<strong>When should you use it?</strong> When people will naturally look for something by category &#8211; e.g. if you want a new blender you would expect it to be grouped with other kitchen appliances. Bear in mind categorical grouping has weaknesses:</p>
<ul>
<li> Not everyone will group things the same. This is especially a problem where there is overlap between categories &#8211; for example should a waterproof shower radio be in the electricals or bathroom department?</li>
<li>Categories can break down when there are large numbers of items within each category; leading to sub-categories and sub-sub-categories. This can make things even harder to find especially when compounded by the above differences in categorisation!</li>
</ul>
<h2>Continuum</h2>
<p><strong>What is it?</strong> Grouping by a magnitude e.g. Best to Worst, lowest to highest, happy to unhappy etc. For example Football league tables, Star Ratings on products, energy efficiency, size etc.<br />
<strong>When should you use it?</strong> Use continuum when a shared measurement to compare things is available that will naturally be used in comparisons by the user</p>
<h2>Conclusion</h2>
<p>Don&#8217;t be afraid of using more than one hat rack at a time &#8211; you could have items sorted by category then within each category you could sort alphabetically.</p>
<p>Just remember that you are trying to present the information in a way that is accessible to the user. Usually this means you may have to allow them multiple ways to view the data. This leads to more usable products as you will be allowing your user to see the information in a way that is relevant to their current goals rather than just the way you thought of  when you designed it.</p>
<p>If you are having trouble guessing where/how your information should be sorted and/or grouped &#8211; leave a comment and I&#8217;ll try and help out!</p>



Share this post:


	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Five%20Hat%20Racks&amp;body=http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F" title="email"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F&amp;title=Five%20Hat%20Racks&amp;bodytext=The%20Five%20Hat%20Racks%20was%20first%20developed%20by%20Richard%20Saul%20Wurman%20in%20his%20book%20Information%20Anxiety.%20It%27s%20a%20bizarre%20name%2C%20but%20makes%20sense%3A%20the%20hats%20are%20information....%20hat%20racks%20organise%20hats....%20and%20there%20are%205%20ways%20to%20do%20it.%20Fine%2C%20call%20it%20what%20you%20like%20-" title="Digg"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F&amp;title=Five%20Hat%20Racks" title="Reddit"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F&amp;title=Five%20Hat%20Racks&amp;notes=The%20Five%20Hat%20Racks%20was%20first%20developed%20by%20Richard%20Saul%20Wurman%20in%20his%20book%20Information%20Anxiety.%20It%27s%20a%20bizarre%20name%2C%20but%20makes%20sense%3A%20the%20hats%20are%20information....%20hat%20racks%20organise%20hats....%20and%20there%20are%205%20ways%20to%20do%20it.%20Fine%2C%20call%20it%20what%20you%20like%20-" title="del.icio.us"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Five%20Hat%20Racks&amp;url=http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F" title="Slashdot"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F&amp;title=Five%20Hat%20Racks&amp;annotation=The%20Five%20Hat%20Racks%20was%20first%20developed%20by%20Richard%20Saul%20Wurman%20in%20his%20book%20Information%20Anxiety.%20It%27s%20a%20bizarre%20name%2C%20but%20makes%20sense%3A%20the%20hats%20are%20information....%20hat%20racks%20organise%20hats....%20and%20there%20are%205%20ways%20to%20do%20it.%20Fine%2C%20call%20it%20what%20you%20like%20-" title="Google Bookmarks"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F" title="Technorati"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F&amp;t=Five%20Hat%20Racks" title="HackerNews"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F&amp;title=Five%20Hat%20Racks" title="StumbleUpon"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Five%20Hat%20Racks%20-%20http%3A%2F%2Fusabilityfriction.com%2F2009%2F09%2F29%2Ffive-hat-racks%2F" title="Twitter"><img src="http://usabilityfriction.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feedads.g.doubleclick.net/~a/namGZkbJ1mHuEoqdzxykXjqnBUk/0/da"><img src="http://feedads.g.doubleclick.net/~a/namGZkbJ1mHuEoqdzxykXjqnBUk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/namGZkbJ1mHuEoqdzxykXjqnBUk/1/da"><img src="http://feedads.g.doubleclick.net/~a/namGZkbJ1mHuEoqdzxykXjqnBUk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/UsabilityFriction/~4/yfu1A80z9Pk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://usabilityfriction.com/2009/09/29/five-hat-racks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://usabilityfriction.com/2009/09/29/five-hat-racks/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.983 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-09 04:27:26 -->
