<?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>Trent Walton &#187; Multi-Touch</title>
	<atom:link href="http://trentwalton.com/tag/multi-touch/feed/" rel="self" type="application/rss+xml" />
	<link>http://trentwalton.com</link>
	<description>Trent Walton&#039;s Web Site</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:55:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Instagram</title>
		<link>http://trentwalton.com/2010/10/12/instagram/</link>
		<comments>http://trentwalton.com/2010/10/12/instagram/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 19:07:29 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Multi-Touch]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=3973</guid>
		<description><![CDATA[For the past week or so, I’ve been sharing photos and tapping my way around this new iPhone app called Instagram. It lets you take photos in a square Polaroid format and pass them through a series of throwback filters before sharing. To me, where it stands apart is on the social side of things. Being able to comment, like and even just see the photos your friends... <a href="http://trentwalton.com/2010/10/12/instagram/">Read more &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://instagr.am/p/pWC/g"><img src="/wp-content/uploads/2010/10/instagram.png" alt="Instagram" title="instagram" width="235" height="235" class="alignright size-full" style="margin-bottom:10px;"/></a>For the past week or so, I’ve been sharing photos and tapping my way around this new iPhone app called <a href="http://instagr.am">Instagram</a>.  It lets you take photos in a square Polaroid format and pass them through a series of throwback filters before sharing.  To me, where it stands apart is on the social side of things.  Being able to comment, like and even just see the photos your friends take makes it unique, and when paired with seamless integration for flickr, twitter, facebook, tumblr and foursquare, I think this app will be well-loved.</p>
<p>In the future I’d love to be able to comment &amp; like photos from outside my iPhone.  I’ve also noticed that the pull to refresh iphone gesture has now been ingrained in my multi-touch skill-set, so that would be nice as well.  You can <a href="itms://itunes.apple.com/us/app/instagram/id389801252?mt=8">download Instagram for free at the App Store</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2010/10/12/instagram/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Non Hover</title>
		<link>http://trentwalton.com/2010/07/05/non-hover/</link>
		<comments>http://trentwalton.com/2010/07/05/non-hover/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 16:14:40 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Multi-Touch]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=3576</guid>
		<description><![CDATA[“Elements that rely only on mousemove, mouseover, mouseout or the CSS pseudo-class :hover may not always behave as expected on a touch-screen device such as iPad or iPhone.” A few days after Steve Jobs announced the release of the iPad, I read that in Apple’s Reference Library: Preparing Your Web Content for iPad, and started to realize the drastic implications the evolution of multi-touch would have on interaction... <a href="http://trentwalton.com/2010/07/05/non-hover/">Read more &#8594;</a>]]></description>
			<content:encoded><![CDATA[<h3>“Elements that rely only on mousemove, mouseover, mouseout or the CSS pseudo-class :hover may not always behave as expected on a touch-screen device such as iPad or iPhone.”</h3>
<p>A few days after Steve Jobs announced the release of the iPad, I read that in Apple’s Reference Library: <a href="http://twa.lt/acSNGg">Preparing Your Web Content for iPad</a>, and started to realize the drastic implications the evolution of multi-touch would have on interaction design. Anything we design for the web that requires a hover state has an uncertain future and could be subject to serious usability issues.</p>
<h3>The Touch-Screen Boom</h3>
<p>If you think this is something that can be addressed later, when multi-touch “catches on”, consider this: as of June 22, 2010 <a href="http://www.apple.com/pr/library/2010/06/22ipad.html">Apple has sold 3 million iPads in 80 days</a>, <a href="http://daverupert.com/2010/06/fuck-yeah-mobile-web/">1.03 million touch screen phones are sold per day</a>, and companies like <a href="http://www.dell.com/tablet?s=biz&amp;cs=555">Dell</a> and <a href="http://www.pcworld.com/article/186160/hps_multitouch_tablet_previewed_arrives_later_2010.html">HP</a> have been developing &amp; releasing touch interfaces for tablets and laptops for quite a while now.</p>
<h3>The Hover Crutch</h3>
<p><a href="http://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes">Hover</a> states are everywhere. I don’t think I’ve ever written a stylesheet or designed a site without putting a significant amount of thought into how they should behave. As users, we’ve been conditioned to rely on hovers states to trigger changes in link color, reveal action items, and navigate through multiple tiers of a drop-down menu. Sliding our mouse pointers across a page to reveal hidden clickable points of action has become an automatic addition to our web browsing skill-set. As designers, we’ve turned to hover states to accommodate extra content and allow visual aesthetics to trump usability.  Like it or not, those days are over and the interactions we design are going to have to stand on their own two feet.</p>
<p>I believe that in most cases, the best solution isn’t pursuing alternatives such as <a href="http://www.engadget.com/2010/04/23/cypress-touchscreens-track-hovering-fingers-make-devices-even-m/2%23c27381318">multi-touch hovering technology</a>, trying to adapt hover-dependent designs, or transforming your website into an iPad/iPhone application. Instead of adding scripts, kilobytes, and billable hours to treat symptoms, I think the focus should be on simplicity and bullet-proof user experience design. In line with <a href="http://twitter.com/@lukew">Luke Wroblewski’s</a> statement that we should start designing for the web <a href="http://www.lukew.com/ff/entry.asp?1137">mobile-first</a>, I propose that we should be designing for Multi-Touch first, and moving forward, we can only afford to add hover states as enhancements only.</p>
<h3>Try to Avoid</h3>
<ul>
<li>Hyperlinks that aren’t 100% obvious</li>
<li>Javascript tooltips that show important information or metadata</li>
<li>Displaying action items on hover. Examples I’ve seen typically involve edit / delete items.</li>
<li>Displaying graphics in a less-than-ideal state until hovered: all those semi-opaque or black &amp; white screenshots and photos that only display full color when covered by a cursor</li>
<li>Drop-down menus. While some of these can be revealed on <em>click</em> or <em>tap</em>, be sure the user has cues that show those options.</li>
<li>Focusing too much on hover dependent CSS3. I know it’s a bit of a heartbreaker, but while these have always been seen as enhancements, we’re going to have to settle with the fact that multi-touch users won’t be seeing our fancy transitions.</li>
</ul>
<h3>How do we adapt?</h3>
<p>More often than not, making adjustments won’t be a quick or a simple process. The more layers of interaction a site has, the more work is going to have to be done to address usability issues. I’ve noticed that a few of my favorite sites have already taken a variety of steps to provide some fixes.</p>
<h3>Show everything.</h3>
<p>Prioritize your content, and if you’ve been hiding things behind hover states, make room to display them. The <a href="http://wordpress.org/">WordPress</a> admin posts screen is a great example of this. Normally, action items are only visible on hover, but if you login with a touch device the links are always displayed.</p>
<p><img src="/wp-content/uploads/2010/06/wordpress.jpg" alt="wordpress" /></p>
<h3>Utilize tap to reveal a hover state.</h3>
<p>Depending upon the implementation, this can be risky; <a href="http://amazon.com">Amazon</a> has done fairly well with this method for their category-based shopping navigation. The paneled list and orange arrows help to make those areas clearly tappable. Another example can be found in <a href="http://37signals.com/svn/posts/2407-device-scale-user-interface-elements-in-ios-mobile-safari">Basecamp’s edit and delete controls</a> for to-do lists, milestones, and files. When you hover over one of these the action items appear. For touch-screens they’ve built a javascript popup that works fairly well once you’ve figured it out. The problem is that users get no cue that tapping the to-do text is even an option, and I can’t help but think a solution similar to WordPress would have worked better. That being said, I’d happily pay a few extra pennies per month to get a mobile version of Basecamp.</p>
<p><img src="/wp-content/uploads/2010/06/basecamp.jpg" alt="basecamp" /></p>
<h3>Build specifically for touch-screen devices</h3>
<p>and take advantage of native device controls, gestures and popovers. Touch-screen apps for <a href="http://twitter.com/@TrentWalton">Twitter</a> and <a href="http://gowalla.com/trentwalton">Gowalla</a> play a key role in their overall success and are probably used more than the websites themselves. I use the <a href="http://blog.netflix.com/2010/04/netflix-available-on-ipad.html">Netflix iPad app</a> regularly, but in many cases it feels like a hover-dependent website dropped into an iPad viewport. Currently, if you’re browsing instant titles and want to add something to your queue by tapping, you’re looking at a 3 step series of taps instead of an instant hover reveal option with a point-and-click interface. If you’re going to build specifically for touch, you’ve got to follow through.</p>
<p><img src="/wp-content/uploads/2010/06/netflix.jpg" alt="netflix" /></p>
<h3>Wait for touch hover technology.</h3>
<p>I’m not convinced this would do anyone any good. It may be exciting to see what <a href="http://www.engadget.com/2010/04/23/cypress-touchscreens-track-hovering-fingers-make-devices-even-m/2%23c27381318">Cypress has come up with</a>, and to know that Apple has applied for a patent for a <a href="http://www.engadget.com/2010/01/27/apple-granted-patent-for-a-proximity-sensing-touchscreen/">proximity sensing touch-screen</a>, but this does worry me. I’d hate to see us revert to our old shortcuts and make user experience sacrifices just because the technology is in place. Plus, we’re going to look like a bunch of idiots who are afraid to touch our smart phones &amp; iPads. On the bright side, <a href="http://trentwalton.com/2010/04/26/ipad-wallpaper-touch-it/">Phil Dunphy</a> would love it!</p>
<h3>We’re going to be OK.</h3>
<p>Ultimately, I think seeing hover states fade away will make the web a better place. There never has been any substitute for concise content, clear interaction, and simple design. If we focus on core elements that make browsing the web great, our sites will function properly no matter how people use them.</p>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2010/07/05/non-hover/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Trimming The Fat</title>
		<link>http://trentwalton.com/2010/06/21/trimming-the-fat/</link>
		<comments>http://trentwalton.com/2010/06/21/trimming-the-fat/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:21:59 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[Multi-Touch]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Fonts]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=3407</guid>
		<description><![CDATA[The last version of this site lasted just under a year. That may seem like a short amount of time until you consider how quickly things change on the web. @font-face usage has been fortified by services like Typekit &#38; Fontdeck, CSS3 &#38; HTML5 are popping up everywhere, and with the release of the iPad, multi-touch technology is drastically changing web design.  My goal has been to cut... <a href="http://trentwalton.com/2010/06/21/trimming-the-fat/">Read more &#8594;</a>]]></description>
			<content:encoded><![CDATA[<h3>The last version of this site lasted just under a year.  That may seem like a short amount of time until you consider how quickly things change on the web.</h3>
<p>@font-face usage has been fortified by services like <a href="http://typekit.com">Typekit</a> &amp; <a href="http://fontdeck.com">Fontdeck</a>, CSS3 &amp; HTML5 are popping up everywhere, and with the release of the iPad, multi-touch technology is drastically changing web design.  My goal has been to cut out the extra divs, widgets and doodads so browsing is more fun for you and posting is less work for me.</p>
<h3>There’s nothing on that plate but gristle &amp; fat!</h3>
<p>I wanted to start by clearing out all the non-essentials.  Any elements that weighed down the markup, design or user experience from <a href="/wp-content/uploads/2010/06/oldversion.png">the previous version</a> had to go.  I scaled back the footer by removing the black content box, list of posts and tweets.  The <em>Comments</em> section was updated by trading the author comments in the margin and indented threads for a good ol’ fashioned list with @replies.  I 86-ed the 1px horizontal lines filling the page margins.  Though they did frame the page nicely, they cramped art-directed posts’ style,  and the same effect can be achieved with well-placed text and line-height.</p>
<h3>Inspired by Multi-Touch</h3>
<p>This site wasn’t intended solely for the iPad, though it is inspired by my experience browsing the web sans mouse.  Many of the <a href="/2010/02/multi-touch/">assertions</a> I made before getting an iPad have been strengthened each time I slide, swipe and tap my way across the inter-web.  Each change I’ve made (larger font size, less content/page, fewer columns) has been shaped by my belief that the future of web design lies in making browsing all play and no work.  Hunching over a keyboard at a desk and squinting at an overstuffed page with 12px font is work you don’t get paid to do, so why do it?</p>
<h3>A New Mark</h3>
<p>I knew I wanted to move away from Helvetica as the typeface for the body copy as well as for my logo.  I thought the mark needed a hand-drawn look to offset all the obsessive pixel pushing I was bound to do while designing. Fortunately, <a href="http://reaganray.com">Reagan Ray</a> was willing to bring custom lettering talent to the process.  After trading a few ideas, Reagan took to <a href="http://dribbble.com/shots/20195-TW-Mark">sketching</a> and then ran a few lettering options through Illustrator.  I immediately gravitated towards this script version, dropped it in a black circle and let it set the tone for the rest of the site design.  More than anything, my favorite thing about the new mark is that Reagan did it.  I dig his style... always have and always will.</p>
<p><img src="/wp-content/uploads/2010/06/newmark.png" alt="new logo" /></p>
<h3>The Design Process</h3>
<p>Once I had the new mark &amp; simplified content list I set out to experiment with design, mainly consisting of 30 minute design sessions where I’d try different combinations of fonts, font sizes, page widths and line heights which were checked with fresh eyes at regular intervals during the day, using both a point-and-click interface and the iPad.  After a couple of weeks, I settled on a 1000px wide site with a 23px baseline grid for the text.</p>
<h3>Updated Typography Served Up Via Typekit</h3>
<p>For the body copy, I went back and forth between a 14, 16 and 18px font size.  14 seemed small when zoomed out on a touch device, but 18 seemed excessive on my laptop, especially when you consider how large heading fonts would need to be to maintain visual hierarchy.  So, 16px Georgia it <em>was</em> until I found <a href="http://metaserif.com/">FF Meta Serif</a> via <a href="http://typekit.com">Typekit</a>.  I love this typeface and think it interacts well with the new mark.  I also enjoy using Typekit &amp; believe that they’re doing important work for both the web and type communities.</p>
<h3>The Code-out</h3>
<p>The markup &amp; WordPressing process was aided by <a href="http://nathanstaines.com/archive/starkers-html5">Nathan Staines’ HTML5 adaptation</a> of <a href="http://elliotjaystocks.com/starkers/">Elliot Jay Stocks’ Starkers theme</a>.  In addition, CSS3 came in handy in quite a few cases.  Whenever possible, I gladly trade larger javascript files or semi-transparent pngs for a single line of progressively enriched CSS code.  The search page uses <a href="http://www.w3.org/TR/css3-multicol/">-column-count and column-gap</a> to set the tags into columns, and I use <a href="http://www.w3.org/TR/css3-color/">rgba color</a> to set the 1px lines on the header and footer.  I also threw in 0.2 second <a href="http://www.w3.org/TR/css3-transitions/">ease-out transitions</a> for the link hovers.  With the help and council of Paravel’s Development Sensei, <a href="http://daverupert.com">Dave Rupert</a>, I was able to minimize file size and load times by running images through <a href="http://imageoptim.pornel.net/">ImageOptim</a>, making icon <a href="http://trentwalton.com/wp-content/themes/delia3/img/spriteicons.png">sprites</a> and installing  <a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a>.</p>
<div class="grid_4 pull_6"><img class="margined" style="margin-top: 10px;" src="/wp-content/uploads/2010/06/bonappetit.png" alt="bon appetit" width="246" /></div>
<h3>Content Navigation</h3>
<p>I had 3 times the content to work with this round and saw a real need for a good <a href="http://trentwalton.com/search/">search page and tags system</a>, which were added to the main navigation.  While I enjoyed displaying those billboard style banners on the Articles page, it became progressively harder to find older posts.  Now the layout mimics the notes page, but with post-style referencing thumbnails.  I also added a more prominent Previous &amp; Next navigation for easy browsing.  I sure hope you enjoy the updated site.  Let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2010/06/21/trimming-the-fat/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>iPad Wallpaper: Touch It</title>
		<link>http://trentwalton.com/2010/04/26/ipad-wallpaper-touch-it/</link>
		<comments>http://trentwalton.com/2010/04/26/ipad-wallpaper-touch-it/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 14:03:25 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Multi-Touch]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=3153</guid>
		<description><![CDATA[If you’re worried about what might happen to your precious new iPad whilst passing it around so that friends and loved ones can take it for a test drive, let me commend to you this Phil Dunphy-inspired iPad wallpaper. This quote, taken from a recent episode of Modern Family when Phil gets an iPad for his birthday will provide a gentle reminder for everyone to “Touch it, but... <a href="http://trentwalton.com/2010/04/26/ipad-wallpaper-touch-it/">Read more &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="/wp-content/uploads/2010/04/Touch_It_iPad_Wallpaper.png" rel="skip"><img class="alignright " style="margin-bottom:30px;" title="iPad Wallpaper" src="/wp-content/uploads/2010/04/iPad_touchit.png" alt="iPad Wallpaper" width="220" height="200" /></a> If you’re worried about what might happen to your precious new iPad whilst passing it around so that friends and loved ones can take it for a test drive, let me commend to you this Phil Dunphy-inspired iPad wallpaper.  This quote, taken from a <a href="http://www.engadget.com/2010/03/31/screen-grabs-phil-dunphy-gets-an-ipad/">recent episode of Modern  Family</a> when Phil gets an iPad for his birthday will provide a gentle reminder for everyone to “Touch it, but don’t touch it.”</p>
<p><a href="/wp-content/uploads/2010/04/Touch_It_iPad_Wallpaper.png">Click here to download the 1024px x 1024px wallpaper</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2010/04/26/ipad-wallpaper-touch-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mimeo and the Kleptopus King</title>
		<link>http://trentwalton.com/2010/03/08/mimeo-and-the-kleptopus-king/</link>
		<comments>http://trentwalton.com/2010/03/08/mimeo-and-the-kleptopus-king/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:47:46 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Multi-Touch]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=2880</guid>
		<description><![CDATA[Recently, via Dribbble, I’ve had the privilege of seeing some of the progress Shaun Inman has made on his latest project, Mimeoverse: Mimeo and the Kleptopus King. It’s an iPad, iPhone &#38; iPod Touch game where you collect power-ups that upscale the character as well as the bit resolution of the game world itself. From story writing and musical composition to pixel art, I’m amazed at the wide... <a href="http://trentwalton.com/2010/03/08/mimeo-and-the-kleptopus-king/">Read more &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.mimeoverse.com/"><img class="alignright " style="margin-left:20px; margin-bottom:30px;" title="Mimeo and the Kleptopus King" src="/wp-content/uploads/2010/03/mimeoverse.png" alt="Mimeo and the Kleptopus King" width="220" height="165" /></a> Recently, via <a href="http://drbl.in/8045">Dribbble</a>, I’ve had the privilege of seeing some of the progress Shaun Inman has made on his latest project, Mimeoverse: Mimeo and the Kleptopus King.  It’s an iPad, iPhone &amp; iPod Touch game where you collect power-ups that upscale the character as well as the bit resolution of the game world itself.  From story writing and musical composition to pixel art, I’m amazed at the wide range of skills required to pull off something like this.</p>
<p>Shaun is now tumbling the innovation at <a href="http://blog.mimeoverse.com/">blog.mimeoverse.com</a>.  Check it out and save your pennies for what I think will be an epic multi-touch game.</p>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2010/03/08/mimeo-and-the-kleptopus-king/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-Touch</title>
		<link>http://trentwalton.com/2010/02/02/multi-touch/</link>
		<comments>http://trentwalton.com/2010/02/02/multi-touch/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:48:49 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Multi-Touch]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=2572</guid>
		<description><![CDATA[Multi-touch will change everything For years, web designers have been working within a firmly established jig. Books have been published, studies have been conducted and businesses have been built on a handful of fundamental interface design principles. Many of these rules have been written based on the understanding that a mouse will be serving as the primary tool in carrying out the user’s will. What happens if this... <a href="http://trentwalton.com/2010/02/02/multi-touch/">Read more &#8594;</a>]]></description>
			<content:encoded><![CDATA[<h3>Multi-touch will change everything</h3>
<p>For years, web designers have been working within a firmly established jig.  Books have been published, studies have been conducted and businesses have been built on a handful of fundamental interface design principles.  Many of these rules have been written based on the understanding that a mouse will be serving as the primary tool in carrying out the user’s will.  What happens if this lowest common denominator for user interface design is replaced with a finger tip?  Multi-touch technology will soon change the web more CSS3 or even HTML5.</p>
<div class="grid_3 pull_6"><img src="/wp-content/uploads/2010/02/evolution.png" alt="evolution" width="134px" class="margined"/></div>
<h3>Mouse Clicks VS Finger Tips</h3>
<p>If I squint, I can get my mouse pointer accurate down to a single pixel.  The tip of my right index finger measures 30px X 40px.  That makes my finger 1200 times less precise than my mouse pointer.  Does that mean that multi-touch technology is a step backwards?  No.  After all, user interface design is all about making things easier and more natural.  Multi-touch does this by removing the middle man, in this case a mouse &amp; cursor.  Any gripe people have with multi-touch as it grows won’t be because they miss carefully positioning a mouse pointer to click a link.  It will be because web designers have crammed too much on a page, or made link buttons too small for fingers to easily tap. </p>
<h3>Scrolling VS Zooming &amp; Tapping</h3>
<p>Until now, websites have moved vertically, like a filmstrip, through a browser window.  This specific linear method of engaging content has made a web designer’s job relatively easy.  Counting on the fact that users are limited to scrolling from top to bottom while viewing the entire width of the page, important items can be placed at the top of the page (above the fold) while additional content can be arrayed below, or in a sidebar.  With multi-touch, DIVs are the new fold.  Being able to tap on a section to zoom in will allow users to focus only on the content they want to see.  This quadrant based page browsing will make skipping over uninteresting content &amp; advertisements much easier.</p>
<div class="grid_3 pull_6"><img src="/wp-content/uploads/2010/02/mtfold.jpg" alt="the fold"  class="margined"/></div>
<h3>Multi-touch VS Mobile VS Standard</h3>
<p>These are two very different areas of interface design that have a lot in common.  Many of my iPhone apps already cater to finger tips with their big buttons &amp; super simple navigation.  So this begs the question, do we need to design a mobile and a multi-touch version of a website?  I don’t think so.  I think the core structure of what the regular version of a website will need to adapt to fit fingertips, which means everything will have to be redone, re-imagined... re-figured out.</p>
<h3>A Change in Posture</h3>
<p>During the Apple Keynote, Steve Jobs wasn’t hunched over a desk pecking characters into a keyboard.  He was sitting on a couch, casually flipping through content on his iPad.  To an extent, web design has been all about what we want users to see and when.  We’ve been orchestrating the user-experience from click in to click out.  With multi-touch the tables have turned.  With a brand new set of gestures, users will be calling the shots as they tap, swipe, pinch and zoom.  It will now be up to the web design community to study up &amp; do their best to follow along.</p>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2010/02/02/multi-touch/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/31 queries in 0.007 seconds using disk: basic
Object Caching 630/694 objects using disk: basic

Served from: trentwalton.com @ 2012-02-03 21:53:58 -->
