<?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>No.inc Blog &#187; User Interface Design</title>
	<atom:link href="http://blog.noinc.com/category/user-interface-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.noinc.com</link>
	<description>Thoughts, Ideas, Notes, Stuff</description>
	<lastBuildDate>Fri, 04 May 2012 15:13:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making a Site Bawler on Mobile, Jquery Mobile = Easy-Breezy</title>
		<link>http://blog.noinc.com/2011/06/17/making-a-site-bawler-on-mobile-jquery-mobile-easy-breezy/</link>
		<comments>http://blog.noinc.com/2011/06/17/making-a-site-bawler-on-mobile-jquery-mobile-easy-breezy/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 20:14:11 +0000</pubDate>
		<dc:creator>Matthew Benjamin Cummings</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[Jquery Mobile]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://blog.noinc.com/?p=523</guid>
		<description><![CDATA[The majority of the work lies in rethinking the way your users will interact with the site now that it's displayed with ¼ of the screen real estate.]]></description>
			<content:encoded><![CDATA[<p>Ok, so we got this website right. Most of the  content  being powered by an existing CMS, with the exception of  a couple of unique pages (E.g. the homepage). Well, we had to figure out a way to easily get this site with ever-changing content to be tailored for display on all those fun little mobile devices. You know;  iphone, blackberry, droid, windows mobile, palm web os, whatever.</p>
<p>At the same time, it needed to look good on the iPad. This of course, brought up a completely different discussion since the existing site looked and functioned quite nicely using the iPad safari browser. The only downside, from the clients perspective (and potential users), it didn’t give the feeling of an Ipad app, which in itself, gives the website a substantial amount of value (real or illusional). So the solution; <strong>allow the user to easily switch between the mobile and full version of the site</strong>. I foresee this becoming a standard practice. ESPN.com does an excellent job of executing this with a nice splash screen prompting the user to choose either mobile or standard.</p>
<p>Anyway, back to making it feel like a mobile app/experience without creating a drastically different version of the site.<strong> Yall ready know what it is, Jquery Mobile</strong>. Jquery, surely becoming one of those buzz words which can be thrown around vicariously with absolutely no knowledge of what-the-heck it is. It’s cool. I get it. I appreciate the effort. Jquery mobile, however, is a slightly different can of worms.</p>
<p>I’ll let <a title="Jquery Mobile Homepage" href="http://jquerymobile.com/" target="_blank">http://jquerymobile.com/</a> explain it best:</p>
<blockquote><p>“A unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.”</p></blockquote>
<p>I gotta say, the setup was a breeze. The only modifications we made to the html were adding a few html 5 attributes such as:</p>
<blockquote><p>‘data-role=&#8221;page&#8221;  data-role=&#8221;listview&#8221; data-theme=&#8221;c&#8221;</p></blockquote>
<p><strong>Jquery Mobile takes care of the rest.</strong></p>
<p><strong> The majority of the work lies in rethinking the way your users will interact with the site</strong> now that it&#8217;s displayed with ¼ of the screen real estate. In addition, users interacting with your site on a mobile browser are more likely to be looking for a very specific snippet of information and they will want to find it fast. In other words, you need to <strong>remove all the fluff</strong>. Once you get the whole ux dilemma resolved, your 90% of the way there.</p>
<p>Of course, it’s always good to specify your own mobile css overrides for certain scenarios. One good example is; the CMS required the contact information be editable in one large CK editor rich text block. The contact information was formatted in tables (oh no). For the mobile devices these tables where too wide to fit the smaller screen size effectively without zooming. So, throw in a lil:</p>
<blockquote><p>table.contact td {display: block !important;}</p></blockquote>
<p>BAM! We are good.</p>
<p>There is one caveat. Jquery mobile, it’s in alpha release (ughh). A little bit of risk, very little, but based of our testing with multiple mobile platforms, there have been no glaring issues. <strong>So Jquery Mobile, I’m an official fan. </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.noinc.com/2011/06/17/making-a-site-bawler-on-mobile-jquery-mobile-easy-breezy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New product/app (Fitbit) to passively track fitness and sleep</title>
		<link>http://blog.noinc.com/2009/11/05/new-productapp-fitbit-to-passively-track-fitness-and-sleep/</link>
		<comments>http://blog.noinc.com/2009/11/05/new-productapp-fitbit-to-passively-track-fitness-and-sleep/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:56:46 +0000</pubDate>
		<dc:creator>James Hagen</dc:creator>
				<category><![CDATA[User Interface Design]]></category>

		<guid isPermaLink="false">http://blog.noinc.com/?p=178</guid>
		<description><![CDATA[This is really impressive.  I want to try it out just to see how well it works.  I think it might be a pain to wear the sensor constantly, but for anyone with issues or goals for their sleep or fitness, it seems like a great product.   Anything that gives you this much feedback, [...]]]></description>
			<content:encoded><![CDATA[<p>This is really impressive.  I want to try it out just to see how well it works.  I think it might be a pain to wear the sensor constantly, but for anyone with issues or goals for their sleep or fitness, it seems like a great product.   Anything that gives you this much feedback, status, and info without having to enter data is awesome.  its the Mint.com for your body.</p>
<p><a href="http://www.fitbit.com/">http://www.fitbit.com/</a></p>
<p><a href="http://www.fitbit.com/"><img class="alignnone" title="Fitbit" src="http://farm4.static.flickr.com/3117/3422788771_35a931de0d_o.jpg" alt="" width="250" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.noinc.com/2009/11/05/new-productapp-fitbit-to-passively-track-fitness-and-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Age Old UX Question&#8230; Submit Button on the Left or Right?</title>
		<link>http://blog.noinc.com/2009/06/18/the-age-old-ux-question-submit-button-on-the-left-or-right/</link>
		<comments>http://blog.noinc.com/2009/06/18/the-age-old-ux-question-submit-button-on-the-left-or-right/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 15:44:39 +0000</pubDate>
		<dc:creator>Matthew Benjamin Cummings</dc:creator>
				<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[buttons]]></category>

		<guid isPermaLink="false">http://blog.noinc.com/?p=66</guid>
		<description><![CDATA[A touchy topic to some, but the fact of the matter is either treatment is very much acceptable. In addition, its one of those things where the most intuitive placement or treatment is simply because of convention. Unfortunately, convention isn’t always an indicator of efficiency or ‘elegance’. Following convention blindly would be a smack to the [...]]]></description>
			<content:encoded><![CDATA[<p>A touchy topic to some, but the fact of the matter is either treatment is very much acceptable. In addition, its one of those things where the most intuitive placement or treatment is simply because of convention. Unfortunately, convention isn’t always an indicator of efficiency or ‘elegance’. Following convention blindly would be a smack to the face of creativity.</p>
<p><span>I have had a couple of arguments in my day regarding this seemingly harmless question&#8230; where do you place the primary action? Also, how do you make sure the primary action is appropriate in the hierarchy of your webpage? </span></p>
<p><span>Lets take a simple form for instance, say a registration form or a simple yes/no confirmation message, where do you put your save/submit and cancel buttons. Here are two distinct theories.</span></p>
<p><img class="size-full wp-image-69 alignnone" style="clear: both; display: block; border: 1px solid black;" title="Submit Button the Left" src="http://blog.noinc.com/wp-content/uploads/2009/06/submit_cancel.gif" alt="submit_cancel" width="287" height="76" /></p>
<p><strong><span><span>1.<span> </span></span></span></strong><strong><span>Grouped together on the left. Submit to the left of cancel: </span></strong><span>this works pretty well, the eye naturally flows from the last field to the save button. </span><strong>BAM</strong><span>! The user has submitted the form. <span> </span>However, there is a case where it gets a little awkward. If we are in a multiple page form, maybe some sort of checkout process, and we replace cancel with the word back and save with the word next, it seems totally weird. You would never see Google search results with previous being on the right.</span></p>
<p><img class="alignnone size-full wp-image-73" style="clear: both; display: block; border: 1px solid black;" title="Mac OS Screenshot" src="http://blog.noinc.com/wp-content/uploads/2009/06/mac2.gif" alt="mac2" width="364" height="89" /></p>
<p><strong><span><span>2.<span> </span></span></span></strong><strong><span>Grouped together on the right. Submit to the right of cancel. </span></strong><span>This one is still effective. This is what the mac OS does and it makes sense. If you were to turn the page of a book, signaling you were done reading the current page, you would turn the page on the bottom right corner. This makes sense.. but most people are accustomed to pc’s which float both buttons to the right with the save button being on the left (the complete opposite!). However, when we replace the save with next and cancel with back, it totally makes sense now.</span></p>
<p><span>So let’s get scientific, ill go get my lab coat… lots of user testing including eye tracking has been done on the subject i.e. </span><a href="http://www.lukew.com/resources/articles/web_forms.html">http://www.lukew.com/resources/articles/web_forms.html</a> and basically it turns out&#8230; it really doesn’t make that big of a difference (ha ha, so much time wasted reading this post). The only setup in which users encountered failure was when the save and cancel buttons where split across the document.</p>
<p><strong><span>So What Have I Found… </span></strong><span>Making the primary action ‘pop’ is the real key. The best way to do that is to </span><strong>GET RID OF THE OTHER BUTTON!</strong><span> In the case of the multiple page form I started putting the back action at the top of the form in more of a breadcrumb location to avoid putting two buttons down there in the first place. Now there are cases in which removing the cancel button all together simply won’t work. So in this case is best option is to play down the button visually. Making it simply a link or making the button smaller,<span> </span>feels awkward. The best solution seems to be <span>subduing </span>it using color, shape, and shadow. Floating the buttons to the right gives the eye a little more time to travel from the last field but the impact will be fairly trivial, there are probably much more important challenges for a ux designer to worry about.. </span></p>
<p>- dedicated to stubborn tech guys.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.noinc.com/2009/06/18/the-age-old-ux-question-submit-button-on-the-left-or-right/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Attending Microsoft Surface Focus Group/Think Tank</title>
		<link>http://blog.noinc.com/2009/06/02/attending-microsoft-surface-focus-groupthink-tank/</link>
		<comments>http://blog.noinc.com/2009/06/02/attending-microsoft-surface-focus-groupthink-tank/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 04:53:38 +0000</pubDate>
		<dc:creator>James Hagen</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[User Interface Design]]></category>

		<guid isPermaLink="false">http://blog.noinc.com/?p=21</guid>
		<description><![CDATA[
This shot is from Quantum of Solice in case you don&#8217;t recognize it (a movie I liked, but Andy hated).  Its basically a giant, fake, movie product placement version of Surface.
I&#8217;m attending a small focus group Thursday put on by Microsoft to help brainstorm uses of this technology in education.  I was invited by a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-22" title="quantum-of-solace-home" src="http://blog.noinc.com/wp-content/uploads/2009/06/quantum-of-solace-home.jpg" alt="quantum-of-solace-home" width="500" height="266" /></p>
<p>This shot is from Quantum of Solice in case you don&#8217;t recognize it (a movie I liked, but Andy hated).  Its basically a giant, fake, movie product placement version of Surface.</p>
<p>I&#8217;m attending a small focus group Thursday put on by Microsoft to help brainstorm uses of this technology in education.  I was invited by a client at Johns Hopkins and I think I&#8217;m going to be the only person there without a PHD.</p>
<p>The idea is to get familiar with its capabilities, then brainstorm ideas for using it to support teaching strategies like cooperative and experiential learning.  The cool thing about it (other than the multitouch capability) is it can identify optical tags (basically barcodes) and position graphics and menus in the location of the object the tag is on.  The example Microsoft shows is a restaurant with their wine bottles tagged.  You put a bottle on the table and you get a bunch of info to explore like which dinner menu items go well with that wine and other stuff.  Kind of a lame example, but that&#8217;s what they&#8217;ve got.  So, that should be fun to play around with as a teaching tool.</p>
<p>It can also pull data out of your Windows Mobile phone and let you do stuff with it on the display, but I don&#8217;t think many elementary school kids have those.</p>
<p>if I&#8217;m allowed to, I&#8217;ll post about the ideas after Thursday.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.noinc.com/2009/06/02/attending-microsoft-surface-focus-groupthink-tank/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UI and Icon Design Past and Present</title>
		<link>http://blog.noinc.com/2009/04/20/ui-and-icon-design-past-and-present/</link>
		<comments>http://blog.noinc.com/2009/04/20/ui-and-icon-design-past-and-present/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 13:59:46 +0000</pubDate>
		<dc:creator>Andy Spangler</dc:creator>
				<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Icons]]></category>

		<guid isPermaLink="false">http://blog.noinc.com/?p=3</guid>
		<description><![CDATA[I found two great articles showing user interface design and icon design in a type of historical context.  I find it kinda of amazing that user interface design has come so far in such a short amount of time. And that our understanding of symbols and certain navigation structures has evolved into its own unique [...]]]></description>
			<content:encoded><![CDATA[<p>I found two great articles showing user interface design and icon design in a type of historical context.  I find it kinda of amazing that user interface design has come so far in such a short amount of time. And that our understanding of symbols and certain navigation structures has evolved into its own unique sort of language.</p>
<p><a href="http://www.webdesignerdepot.com/2009/03/operating-system-interface-design-between-1981-2009/" target="_blank">Operating-system-interface-design-between-1981-2009</a></p>
<p><a href="http://turbomilk.com/blog/cookbook/icon_design/10_outstanding_icon_metaphors/" target="_blank">10_outstanding_icon_metaphors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.noinc.com/2009/04/20/ui-and-icon-design-past-and-present/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
