<?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>JADBOX: Web Application Musings &#187; Design</title>
	<atom:link href="http://www.jadbox.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jadbox.com</link>
	<description>Programming, Visualization and Game Development Theory</description>
	<lastBuildDate>Tue, 05 Jan 2010 15:28:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adaptive Interfaces</title>
		<link>http://www.jadbox.com/2008/10/adaptive-interfaces/</link>
		<comments>http://www.jadbox.com/2008/10/adaptive-interfaces/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 20:32:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General Programming]]></category>
		<category><![CDATA[theory]]></category>

		<guid isPermaLink="false">http://www.jadbox.com/?p=608</guid>
		<description><![CDATA[A common mistake that I read on blogs is when it comes to today&#8217;s &#8220;modern&#8221; user interfaces: fewer features we offer to the user&#8217;s interface the better&#8230; make it simple! This common misconception is happening in some of even the largest software companies. For example, the Windows Vista defragger changed dramatically from XP as it [...]


Related posts:<ol><li><a href='http://www.jadbox.com/2009/06/the-future-of-language-interfaces/' rel='bookmark' title='Permanent Link: The Future of Language Interfaces'>The Future of Language Interfaces</a> <small> Ever had one of those times where you had...</small></li>
<li><a href='http://www.jadbox.com/2009/07/engineering-2-0/' rel='bookmark' title='Permanent Link: Engineering 2.0'>Engineering 2.0</a> <small>One of major benefits of working with computers and internet-based...</small></li>
<li><a href='http://www.jadbox.com/2009/06/why-html-5-is-not-a-flash-killer/' rel='bookmark' title='Permanent Link: Why HTML 5 is NOT a Flash killer'>Why HTML 5 is NOT a Flash killer</a> <small>The RSS feeds are abuzz lately about the new W3C...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A common mistake that I read on blogs is when it comes to today&#8217;s &#8220;modern&#8221; user interfaces: fewer features we offer to the user&#8217;s interface the better&#8230; make it simple! This common misconception is happening in some of even the largest software companies. For example, the Windows Vista defragger changed dramatically from XP as it is now a single button&#8230; no options, no status, and no detailed view on defragmentation process. Hence, you click this button to start the process- only to end up waiting hours while it drills on with little options or any understanding on what is happening. What if the user just wanted a &#8216;fast&#8217; defrag and doesn&#8217;t want to wait a lengthy process at the time&#8230;. maybe they want to defragment a single file. <strong>I believe fewer interface elements are better- NOT fewer features.</strong></p>
<p>The future I would say is intelligent interfaces that adapt to user&#8217;s expectations. The application&#8217;s functionality should be able to tailor itself to the user&#8217;s expectations. Users want interfaces that are simple to use but powerful in functionality. However this usually translates into a UI that understands the user and knows the correct action to take at the time they are called. One of the primary reasons why the iPhone become popular was the simple interface was able to perform a hefty amount of functionality. Just as Google will customize search results based the user&#8217;s history like showing restaurant matches in your area in the order of perceived user food preference, GUI interfaces should try to adapt to their user, consolidate similar functionality, and choose the correct action in the appropriate situation.</p>
<p>With that, I close this Friday with Psychologist Barry Schwartz&#8217;s speech from TED talking about peoples distress from having too many options available to them at any one time. Options are good I believe&#8230; just not when they are all advertised (viewed) as equal options to choose from. Obvious solutions for individuals should have priority above others to avoid frustration&#8230; but elimination of options I believe is not the right answer here.</p>
<p><a href="http://www.ted.com/index.php/talks/barry_schwartz_on_the_paradox_of_choice.html"><img class="size-full wp-image-613 alignnone" title="ted_logo" src="http://www.jadbox.com/wp-content/uploads/2008/10/ted_logo.gif" alt="" width="280" height="53" /></a><br />
<!--cut and paste--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="285" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="VE_Player" /><param name="align" value="middle" /><param name="FlashVars" value="bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/BarrySchwartz_2005G-embed_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true" /><param name="quality" value="high" /><param name="allowScriptAccess" value="always" /><param name="bgcolor" value="#FFFFFF" /><param name="scale" value="noscale" /><param name="wmode" value="window" /><param name="src" value="http://static.videoegg.com/ted/flash/loader.swf" /><embed id="VE_Player" type="application/x-shockwave-flash" width="320" height="285" src="http://static.videoegg.com/ted/flash/loader.swf" wmode="window" scale="noscale" bgcolor="#FFFFFF" allowscriptaccess="always" quality="high" flashvars="bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/BarrySchwartz_2005G-embed_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true" align="middle"></embed></object></p>


<p>Related posts:<ol><li><a href='http://www.jadbox.com/2009/06/the-future-of-language-interfaces/' rel='bookmark' title='Permanent Link: The Future of Language Interfaces'>The Future of Language Interfaces</a> <small> Ever had one of those times where you had...</small></li>
<li><a href='http://www.jadbox.com/2009/07/engineering-2-0/' rel='bookmark' title='Permanent Link: Engineering 2.0'>Engineering 2.0</a> <small>One of major benefits of working with computers and internet-based...</small></li>
<li><a href='http://www.jadbox.com/2009/06/why-html-5-is-not-a-flash-killer/' rel='bookmark' title='Permanent Link: Why HTML 5 is NOT a Flash killer'>Why HTML 5 is NOT a Flash killer</a> <small>The RSS feeds are abuzz lately about the new W3C...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jadbox.com/2008/10/adaptive-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WarioLand Flash Advertising</title>
		<link>http://www.jadbox.com/2008/09/warioland-flash-advertising/</link>
		<comments>http://www.jadbox.com/2008/09/warioland-flash-advertising/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 18:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash/Flex/AIR]]></category>

		<guid isPermaLink="false">http://www.jadbox.com/?p=555</guid>
		<description><![CDATA[
Update: It&#8217;s actually using Box 2D&#8230; Thanks Doug McCune!
Nintendo just released an exclusive advertisement for YouTube for WarioLand Shake It! that really pushes their marketing medium. The entire page is built in Flash and looks like it uses a physics engine like APE.
(Psssst&#8230;. if you have the Flash Debug Player, you will notice that there [...]


Related posts:<ol><li><a href='http://www.jadbox.com/2009/06/why-html-5-is-not-a-flash-killer/' rel='bookmark' title='Permanent Link: Why HTML 5 is NOT a Flash killer'>Why HTML 5 is NOT a Flash killer</a> <small>The RSS feeds are abuzz lately about the new W3C...</small></li>
<li><a href='http://www.jadbox.com/2009/09/countdown-to-mobile-flash-player-10/' rel='bookmark' title='Permanent Link: Countdown to Mobile Flash Player 10'>Countdown to Mobile Flash Player 10</a> <small> Adobe announced that this years MAX event will be...</small></li>
<li><a href='http://www.jadbox.com/2009/10/adobe-max09-aftermath/' rel='bookmark' title='Permanent Link: Adobe MAX09 Aftermath'>Adobe MAX09 Aftermath</a> <small> Overall, what we learned at Adobe Max this year...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-554" title="Wario Shake It" src="http://www.jadbox.com/wp-content/uploads/2008/09/shakeit.jpg" alt="" width="435" height="291" /></p>
<p><strong>Update</strong>: It&#8217;s actually using Box 2D&#8230; Thanks <a class="l" href="http://dougmccune.com/" target="_blank">Doug McCune</a>!</p>
<p>Nintendo just released an exclusive advertisement for YouTube for <a href="http://www.youtube.com/experiencewii" target="_blank">WarioLand Shake It!</a> that really pushes their marketing medium. The entire page is built in Flash and looks like it uses a physics engine like APE.<br />
(Psssst&#8230;. if you have the Flash Debug Player, you will notice that there is a critical error about 4/5 into the video.)</p>
<p>Link: <a href="http://www.youtube.com/experiencewii">http://www.youtube.com/experiencewii</a></p>


<p>Related posts:<ol><li><a href='http://www.jadbox.com/2009/06/why-html-5-is-not-a-flash-killer/' rel='bookmark' title='Permanent Link: Why HTML 5 is NOT a Flash killer'>Why HTML 5 is NOT a Flash killer</a> <small>The RSS feeds are abuzz lately about the new W3C...</small></li>
<li><a href='http://www.jadbox.com/2009/09/countdown-to-mobile-flash-player-10/' rel='bookmark' title='Permanent Link: Countdown to Mobile Flash Player 10'>Countdown to Mobile Flash Player 10</a> <small> Adobe announced that this years MAX event will be...</small></li>
<li><a href='http://www.jadbox.com/2009/10/adobe-max09-aftermath/' rel='bookmark' title='Permanent Link: Adobe MAX09 Aftermath'>Adobe MAX09 Aftermath</a> <small> Overall, what we learned at Adobe Max this year...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jadbox.com/2008/09/warioland-flash-advertising/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>To VersionCue or not to&#8230;</title>
		<link>http://www.jadbox.com/2008/08/to-versioncue-or-not-to/</link>
		<comments>http://www.jadbox.com/2008/08/to-versioncue-or-not-to/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 17:44:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.jadbox.com/?p=115</guid>
		<description><![CDATA[Over at CreativeBits, there is an interesting debate about the usefulness of VersionCue&#8230; and if there is anything better available (hint hint developers).
http://creativebits.org/is_versioncue_the_best_solution_out_there


Related posts:Engineering 2.0 One of major benefits of working with computers and internet-based...
Us versus &#8220;Them&#8221; Labels are dangerous when used improperly regardless if they were...



Related posts:<ol><li><a href='http://www.jadbox.com/2009/07/engineering-2-0/' rel='bookmark' title='Permanent Link: Engineering 2.0'>Engineering 2.0</a> <small>One of major benefits of working with computers and internet-based...</small></li>
<li><a href='http://www.jadbox.com/2009/09/us-versus-them/' rel='bookmark' title='Permanent Link: Us versus &#8220;Them&#8221;'>Us versus &#8220;Them&#8221;</a> <small>Labels are dangerous when used improperly regardless if they were...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.adobe.com/images/store/product_boxshots/112x112/box_master_collection_cs3_3_just_updated_grey_112x112.jpg" alt="" width="112" height="112" />Over at <a href="http://creativebits.org/is_versioncue_the_best_solution_out_there">CreativeBits</a>, there is an interesting debate about the usefulness of VersionCue&#8230; and if there is anything better available (hint hint developers).</p>
<p><a href="http://creativebits.org/is_versioncue_the_best_solution_out_there">http://creativebits.org/is_versioncue_the_best_solution_out_there</a></p>


<p>Related posts:<ol><li><a href='http://www.jadbox.com/2009/07/engineering-2-0/' rel='bookmark' title='Permanent Link: Engineering 2.0'>Engineering 2.0</a> <small>One of major benefits of working with computers and internet-based...</small></li>
<li><a href='http://www.jadbox.com/2009/09/us-versus-them/' rel='bookmark' title='Permanent Link: Us versus &#8220;Them&#8221;'>Us versus &#8220;Them&#8221;</a> <small>Labels are dangerous when used improperly regardless if they were...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jadbox.com/2008/08/to-versioncue-or-not-to/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
