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

<channel>
	<title>willcodeforcoffee.com &#187; User Experience</title>
	<atom:link href="http://willcodeforcoffee.com/category/user-experience/feed/" rel="self" type="application/rss+xml" />
	<link>http://willcodeforcoffee.com</link>
	<description>The personal programming blog of Eric Hoff.</description>
	<lastBuildDate>Tue, 02 Mar 2010 17:06:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>User Experience and Waiting Images</title>
		<link>http://willcodeforcoffee.com/2008/12/01/user-experience-and-waiting-images/</link>
		<comments>http://willcodeforcoffee.com/2008/12/01/user-experience-and-waiting-images/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 16:52:34 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://willcodeforcoffee.com/?p=58</guid>
		<description><![CDATA[Making your users wait is probably one of the worst things you can do to ruin the user&#8217;s experience in your application.  I have been working on an exteremely slow PC lately and have discovered some of the worst side-effects of a slow interface: Your audience loses their attention Your audience will go somewhere else [...]]]></description>
			<content:encoded><![CDATA[<p>Making your users wait is probably one of the worst things you can do to ruin the user&#8217;s experience in your application.  I have been working on an exteremely slow PC lately and have discovered some of the worst side-effects of a slow interface:</p>
<ul>
<li>Your audience loses their attention</li>
<li>Your audience will go somewhere else or do something else</li>
</ul>
<p>Naturally we can&#8217;t always eliminate <em>every</em> wait in a program, it is very nice to give the user some sort of visual cue that the application is still working and hasn&#8217;t locked up their computer.  Probably the best example of this is an AJAX loading animation, or the hourglass in Windows.  It&#8217;s a nice hypnotic animation that catches the user&#8217;s eye and prevents him/her from drifting off for a couple seconds.</p>
<p>It only works for a few seconds, but I was really surprised how well it works.  Also, there are a few websites that generate nice ones for you here:</p>
<ul>
<li><a href="http://www.ajaxload.info/" target="_blank">http://www.ajaxload.info/</a></li>
<li><a href="http://www.loadinfo.net/" target="_blank">http://www.loadinfo.net/</a></li>
</ul>
<p>I&#8217;ve used them a couple times.  For AJAX Dialogs I strongly recommend a nice big bar animation.</p>
]]></content:encoded>
			<wfw:commentRss>http://willcodeforcoffee.com/2008/12/01/user-experience-and-waiting-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
