<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Data.Driven() &#187; RIAs</title>
	<atom:link href="http://datadriven.com.au/category/rias/feed/" rel="self" type="application/rss+xml" />
	<link>http://datadriven.com.au</link>
	<description>By reading this blog you&#039;ve signed an NDA.</description>
	<lastBuildDate>Thu, 09 Jun 2011 09:05:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>marcosscaceres@gmail.com ()</managingEditor>
		<webMaster>marcosscaceres@gmail.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Marcos Caceres#039; ramblings about stuff</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>marcosscaceres@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://datadriven.com.au/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://datadriven.com.au/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Data.Driven()</title>
			<link>http://datadriven.com.au</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>The essence of effective RIAs</title>
		<link>http://datadriven.com.au/2006/08/the-essence-of-effective-rias/</link>
		<comments>http://datadriven.com.au/2006/08/the-essence-of-effective-rias/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 08:00:00 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[RIAs]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.datadriven.com.au/?p=15</guid>
		<description><![CDATA[I just finished reading (actually, the computer just read to me (w00t!)) The Essence of Effective Rich Internet Applications, a Macromedia white paper by Kevin Mullet. Although terribly business oriented in tone and examples, (some people might like been spoken to like an executive-type, kinda makes you feel like you could hang out with Donald [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished reading (actually, the computer just read to me (w00t!)) <a href="http://download.macromedia.com/pub/solutions/downloads/business/essence_of_ria.pdf"><em>The Essence of Effective Rich Internet Applications</em></a>, a Macromedia white paper by Kevin Mullet. Although terribly business oriented in tone and examples, (some people might like been spoken to like an executive-type, kinda makes you feel like you could hang out with Donald Trump) the paper outlines some nice little keywords that Macromedia uses to describe what makes an effective RIA, namely:</p>
<ul>
<li>Seamless experience</li>
<li>Focused experience</li>
<li>Connected experiece</li>
<li>Aware experience</li>
</ul>
<p><span id="more-15"></span><strong>Seamless experience</strong>When it comes to RIAs, the user experience should be seamless. Seamlessness applies to both the layout of information on an interface (static/spatial), and also the temporality of that experience (dynamic/temporal/spatial). Mullet cites the obvious example of page reloads and the quick flash of white that the user might see as a new page is loaded.  Often this breaks the interface metaphor, particularly as it relates to tabbed interface elements. I agree that this is a significant problem, but have never felt it was a massive problem from a design perspective (the millions of happy Amazon users will bear witness to that!). Obviously, it is much better if the response of clicking on a tab is instantaneous, which I am sure we will see more frequently with XMLHttpRequest taking off.</p>
<p><strong>Focus experience</strong></p>
<p>The tools of the application should be task focused and not try to solve everything with one interface.  &#8220;A <em>focused </em>experience has a purpose that is clearly defined at the outset and continuously reinforced&#8221; (p17).</p>
<p><strong>Connected experience</strong></p>
<p>The application will be both interoperable and able to cope with periodic disconnections from the network without disrupting the user&#8217;s productivity. Connectedness and disconnectedness should be as seamless as possible to the user experience, with the software either intelligently finding alternative way to access the network, or caching the user&#8217;s work locally until the network connection can be re-established.</p>
<p><strong>Aware experience</strong></p>
<p>Aware talks about an adaptive user interface. This can range from full adaptivenes , to simple little things like an auto complete function.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdatadriven.com.au%2F2006%2F08%2Fthe-essence-of-effective-rias%2F&amp;t=The%20essence%20of%20effective%20RIAs" id="facebook_share_link_15">Share on Facebook</a>
	<script type="text/javascript">
	var button = document.getElementById('facebook_share_link_15') || document.getElementById('facebook_share_icon_15') || document.getElementById('facebook_share_both_15') || document.getElementById('facebook_share_button_15');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_15') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://datadriven.com.au/2006/08/the-essence-of-effective-rias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

