<?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; UX</title>
	<atom:link href="http://trentwalton.com/tag/ux/feed/" rel="self" type="application/rss+xml" />
	<link>http://trentwalton.com</link>
	<description>Trent Walton&#039;s Web Site</description>
	<lastBuildDate>Sun, 20 May 2012 14:17:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Content Choreography</title>
		<link>http://trentwalton.com/2011/07/14/content-choreography/</link>
		<comments>http://trentwalton.com/2011/07/14/content-choreography/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 16:55:03 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[FitText]]></category>
		<category><![CDATA[Lettering.js]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Paravel]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=4540</guid>
		<description><![CDATA[The concept of permanently placing content on a web page for a single browsing width or resolution is becoming a thing of the past. Media-queried responsive &#38; adaptive sites afford us the ability to re-architect content on a page to fit its container, but with this exciting new potential come equally exciting challenges. Web designers will have to look beyond the layout in front of them to envision... <a href="http://trentwalton.com/2011/07/14/content-choreography/">Read more</a>]]></description>
			<content:encoded><![CDATA[<h3>The concept of permanently placing content on a web page for a single browsing width or resolution is becoming a thing of the past.</h3>
<p>Media-queried responsive &amp; adaptive sites afford us the ability to re-architect content on a page to fit its container, but with this exciting new potential come equally exciting challenges. Web designers will have to look beyond the layout in front of them to envision how its elements will reflow &amp; lockup at various widths while maintaining form &amp; hierarchy. Media queries can be used to do more than patch broken layouts: with proper planning, we can begin to choreograph content proportional to screen size, serving the best possible experience at any width.</p>
<p>As I step into my 3rd responsive project with <a href="http://paravelinc.com">Paravel</a>, I’ve made a habit out of picking apart <a href="http://mediaqueri.es/">media-queried</a> sites I happen across, noting how things get rearranged at various widths. At times, it seems as though all of the site architecture &amp; planning goes out the window as content reflows. I’ve also found that what might work very well for one type of content or site might not work so well for another.</p>
<h3>Content Stacking</h3>
<p>This is unavoidable. Take a 4 column site at full width: as the view narrows, 4 will become 3, then 2, and 1. The most common solution is to stack them on top of each other in chunks (fig. a). Simple enough, but what happens if the first column is really tall? Is the content in column 2 less important than <em>all</em> of the content in 1? It probably is for something like a full-length article, but I can’t help but think that in some cases, this method throws off the hierarchy.</p>
<figure  class="grid_6 alpha"><img src="/wp-content/uploads/2011/07/shuffle.jpg" alt="shuffling content on responsive resize"/><br />
<figcaption>fig. a</figcaption>
</figure>
<figure  class="grid_6 omega"><img src="/wp-content/uploads/2011/07/interdigitate.jpg" alt="interdigitating content on responsive resize"/><br />
<figcaption>fig. b</figcaption>
</figure>
<p>Another approach could be to <a href="http://en.wiktionary.org/wiki/interdigitate">interdigitate</a> content by folding elements into each other as the view narrows (fig. b). In real terms, what happens if a main column is a tall grid full of product thumbnails, and the sidebar features a coupon or promotion? When those columns are combined, it might be nice to slide the promo in between two product rows instead of shuffling that important piece to the bottom of the main column.</p>
<h3>The Content Change-up</h3>
<p>Another thing I’ve noticed is that media queries are being used to significantly redesign pages. I’ve seen background colors change and top-level elements move from left to right. If critical thought is applied here those choices may be spot on. But what happens if a user visits at full-width one afternoon and revisits your site in the evening on a tablet, and everything looks completely different? It’s annoying—like someone rearranging the groceries in your pantry every time you closed the door. The power of media queries can be intoxicating, but just because you can doesn’t mean you should.</p>
<h3>De-compartmentalize the Workflow </h3>
<p>The production model of passing a site down the assembly line from design to development to launch seems to be an inefficient approach for responsive &amp; adaptive site design. I think the Paravel method of gathering around a table &amp; slugging every decision out until launch lends itself to the level of reiteration necessary for these projects. We’ve found that the best way forward is to pull all members of a team together to design, build, test and then evaluate in multiple quick rounds.</p>
<figure><img src="/wp-content/uploads/2011/07/workflow.jpg" alt="workflow" /></figure>
<p>Of course, the alternative would be to create designs for every media query you plan to include, but that kind of thinking seems inefficient and fails to take advantage of the device-agnostic approach that responsive web design offers. In my mind, it’s best to build something that works on <em>any</em> possible width or device instead of something that works on <em>all</em> current widths and devices. </p>
<p>Balancing all of these new facets of the web designer’s role may seem overwhelming, but that’s the nature of the profession and one of the reasons why I love it. Honing the craft of content choreography will help us to orchestrate the best experience possible at any screen size or resolution. In time, I believe knowing what works best will become second-nature to us—just like designing progressively enhanced CSSed pages without tables or superfluous markup is now. The best thing for us to do? Practice!</p>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2011/07/14/content-choreography/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>Don’t Make Me Wait</title>
		<link>http://trentwalton.com/2010/08/24/dont-make-me-wait/</link>
		<comments>http://trentwalton.com/2010/08/24/dont-make-me-wait/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 15:49:17 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Paravel]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=3836</guid>
		<description><![CDATA[Page speed and load times are the foundation for a positive user experience on the web. Let’s face it, if your page fails to load in time, all the effort put towards information architecture, content strategy and interaction design will be for naught. During my formative front-end coding days, I did a fair bit of assuming that as Internet connections transitioned from dial up to DSL I’d be... <a href="http://trentwalton.com/2010/08/24/dont-make-me-wait/">Read more</a>]]></description>
			<content:encoded><![CDATA[<h3>Page speed and load times are the foundation for a positive user experience on the web.</h3>
<p>Let’s face it, if your page fails to load in time, all the effort put towards information architecture, content strategy and interaction design will be for naught. During my formative front-end coding days, I did a fair bit of assuming that as Internet connections transitioned from dial up to DSL I’d be able to make compromises.  Piling sprite-less PNGs upon redundant CSS upon tons of HTTP requests became commonplace, and a few seconds for a page load seemed worth it.</p>
<h3>Not Seconds, Milliseconds</h3>
<p>But that’s not <em>really</em> how things are.  We close out the windows of tweeted links if the load bar lags.  We leave news and shopping sites early if they feel unresponsive and sluggish.  If a site is slow, the amount of time we’re willing to continue to invest decreases exponentially with every second... every millisecond. <a href="http://radar.oreilly.com/2009/06/bing-and-google-agree-slow-pag.html">Bing and Google agree that slow pages lose users</a>. Each company ran similar experiments where they deliberately delay server response time by a varying number of milliseconds finding that the longer users wait the less engaged they are with a page and the more likely they are to leave.</p>
<h3>But good things come to those who wait. Right?</h3>
<p>It’s tempting to want to build in enhancements-- if all those extra layers of functionality make a site more interesting, so what if they add to load times, right?  I’m not so sure.  Is it wise to assume that these features are something users will happily wait for? Users don’t crack open their browser thinking, “I can’t wait to experience the Acme Company’s website.”  They’re thinking, “I want to find a product / service / answer as quickly &amp; easily as possible.” Waiting for content online isn’t about patience, it’s about simplicity. John Maeda sums it up brilliantly in his <a href="http://lawsofsimplicity.com/2006/07/23/law-3-time-2/">Laws of Simplicity (#3)</a></p>
<blockquote><p>No one likes to suffer the frustration of waiting. Thus all of us, consumers and companies alike, often try to find ways to beat the ticking hand of time. We go out of our way to find the quickest option or any other means to reduce our frustration. When any interaction with products or service providers happens quickly, we attribute this efficiency to the perceived simplicity of experience.</p></blockquote>
<p>We are building websites and creating user experiences for human beings.  More likely than not, that ‘good thing’ the user is waiting for isn’t your website-- it’s family dinner, time with their kids, or a few extra minutes of sleep.</p>
<h3>We Are Presenters</h3>
<p>But our job isn’t binary.  Unlike UPS or FedEx, whose job it is to get something from point A to B, web builders aren’t charged with just delivering information, but presenting that information through design.  Imagine a site like <a href="http://www.campaignmonitor.com/">CampaignMonitor</a> without its unique style, layout and imagery.  The design makes it easier to learn about the service, saving users time and effort. The balancing act here is to think critically about the graphics, scripts and code we’re serving to our users.  There’s an economy to it-- a give and take that shouldn’t be considered mid-process, but from the get-go.</p>
<h3>The How-To</h3>
<p>I’ll be the first to admit I’m no expert; nor do I consider myself a shining example of best practices.  Thankfully, <a href="http://daverupert.com">Dave Rupert</a> has been waving the page speed banner at <a href="http://paravelinc.com">Paravel</a> for quite some time.  He’s led the way in changing the way we plan, design and code for web projects from the beginning to prevent users from having to wait to find &amp; load content. Here are some resources &amp; tips Paravel has found handy over the months/years. Whether you choose to lessen textures, simplify a design, and/or even swap images in favor of CSS3, that’s up to you.  As we’ve found, little shifts, baby steps, can lead to a lot of gradual improvement over time.  The most important thing one can do is to view a site visit not only as an impression or a page view, but also as a small part of someone’s day.</p>
<h5>Resources</h5>
<ul>
<li><a href="http://daverupert.com/2010/06/web-performant-wordpress/">Web Performant WordPress</a>: 5 steps to a faster website from Dave Rupert</li>
<li><a href="http://getfirebug.com/">Firebug</a>: Firefox plugin for performance analysis</li>
<li><a href="http://developer.yahoo.com/yslow/">Yslow</a>: Firebug plugin from Yahoo that grades your page speed</li>
<li><a href="http://code.google.com/speed/page-speed/">Google Page Speed</a>: Evaluate website performance via Firebug</li>
<li><a href="http://whichloadsfaster.com/">Which Loads Faster</a>: Pages compete in your browser for quickest load</li>
<li><a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a>: If you run WordPress, you need this.
</ul>
<h5>Image Compression &amp; Sprites</h5>
<ul>
<li><a href="http://imageoptim.pornel.net/">Image Optim</a>: A simple drag &amp; drop for images, reducing disk space</li>
<li><a href="http://developer.yahoo.com/yslow/smushit/">Smush.it</a>: Batch shrink images while retaining file structure</li>
<li><a href="http://spriteme.org/">SpriteMe</a>: Automatic image sprites and CSS for everyone!
<li><a href="http://code.google.com/speed/page-speed/docs/rendering.html#SpecifyImageDimensions">Specify Image Dimensions</a>: Part of a Google article about optimizing browser rendering</li>
</ul>
<h5>Efficient CSS</h5>
<ul>
<li><a href="http://www.minifycss.com/">Minify CSS</a>: Compress CSS &amp; JS</li>
<li><a href="http://css-tricks.com/efficiently-rendering-css/">Efficiently Rendering CSS</a>: Solid tips for how to keep your CSS lean &amp; mean</li>
<li><a href="http://css-tricks.com/css-sprites-workflow/">CSS Sprites Workflow</a>: Chris Coyier’s implementation workflow</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2010/08/24/dont-make-me-wait/feed/</wfw:commentRss>
		<slash:comments>34</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</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>Divided Attention</title>
		<link>http://trentwalton.com/2010/01/28/divided-attention/</link>
		<comments>http://trentwalton.com/2010/01/28/divided-attention/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 13:53:14 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=2546</guid>
		<description><![CDATA[Browsing Habits Part of user-experience design is considering how elements on a web page compete for attention. We spend so much time prioritizing the prominence of items within a page while making little consideration for what else people are doing. What if users rarely devote 100% of their attention to a web page? To learn more, I surveyed 83 of my closest friends on their browsing habits: On... <a href="http://trentwalton.com/2010/01/28/divided-attention/">Read more</a>]]></description>
			<content:encoded><![CDATA[<h3>Browsing Habits </h3>
<p>Part of user-experience design is considering how elements on a web page compete for attention.  We spend so much time  prioritizing the prominence of items within a page while making little consideration for what else people are doing. What if users rarely devote 100% of their attention to a web page?  To learn more, I surveyed 83 of my closest friends on their browsing habits:</p>
<div class="survey">
<p>On Average, how many browser windows do you have open at once?</p>
<ul class="rslts2">
<li><span class="rsltstxt">One </span><span class="rsltsbar">33% <span class="rsltsbarfill" style="width:33%;"></span></span></li>
<li><span class="rsltstxt">Two </span><span class="rsltsbar  most">36%<span class="rsltsbarfill most" style="width:36%;"></span></span></li>
<li><span class="rsltstxt">Three </span><span class="rsltsbar">18%<span class="rsltsbarfill" style="width:18%;"></span></span></li>
<li><span class="rsltstxt">Four to Five </span><span class="rsltsbar">8%<span class="rsltsbarfill" style="width:8%;"></span></span></li>
<li><span class="rsltstxt">Five + </span><span class="rsltsbar">5%<span class="rsltsbarfill" style="width:5%;"></span></span></li>
</ul>
<p>On Average, how many browser tabs do you have open at once?</p>
<ul class="rslts2">
<li><span class="rsltstxt">One to Two </span><span class="rsltsbar">19%<span class="rsltsbarfill" style="width:19%;"></span></span></li>
<li><span class="rsltstxt">Three to Four </span><span class="rsltsbar  most">38%<span class="rsltsbarfill most" style="width:38%;"></span></span></li>
<li><span class="rsltstxt">Five to Six </span><span class="rsltsbar">21%<span class="rsltsbarfill" style="width:21%;"></span></span></li>
<li><span class="rsltstxt">Seven + </span><span class="rsltsbar">22%<span class="rsltsbarfill" style="width:22%;"></span></span></li>
</ul>
<p>Typically, where do you spend the majority of your time while browsing?</p>
<ul class="rslts2">
<li><span class="rsltstxt">Living Room </span><span class="rsltsbar">22%<span class="rsltsbarfill" style="width:22%;"></span></span></li>
<li><span class="rsltstxt">Office </span><span class="rsltsbar  most">54%<span class="rsltsbarfill most" style="width:54%;"></span></span></li>
<li><span class="rsltstxt">Bedroom / Dorm </span><span class="rsltsbar">16%<span class="rsltsbarfill" style="width:16%;"></span></span></li>
<li><span class="rsltstxt">Kitchen </span><span class="rsltsbar">8%<span class="rsltsbarfill" style="width:8%;"></span></span></li>
</ul>
<p>What types of applications do you have open while browsing (multiple answer)</p>
<ul class="rslts2">
<li><span class="rsltstxt">Email </span><span class="rsltsbar  most">83%<span class="rsltsbarfill most" style="width:83%;"></span></span></li>
<li><span class="rsltstxt">Music / Audio </span><span class="rsltsbar">77%<span class="rsltsbarfill" style="width:77%;"></span></span></li>
<li><span class="rsltstxt">Social Networking </span><span class="rsltsbar">79%<span class="rsltsbarfill" style="width:79%;"></span></span></li>
<li><span class="rsltstxt">Word Processing </span><span class="rsltsbar">50%<span class="rsltsbarfill" style="width:50%;"></span></span></li>
<li><span class="rsltstxt">Online Chat </span><span class="rsltsbar">36%<span class="rsltsbarfill" style="width:36%;"></span></span></li>
<li><span class="rsltstxt">Creative Applications </span><span class="rsltsbar">35%<span class="rsltsbarfill" style="width:35%;"></span></span></li>
<li><span class="rsltstxt">Data Processing </span><span class="rsltsbar">31%<span class="rsltsbarfill" style="width:31%;"></span></span></li>
</ul>
<p>While browsing, what are you doing outside the computer? (multiple answer) </p>
<ul class="rslts2">
<li><span class="rsltstxt">Watching TV </span><span class="rsltsbar">52%<span class="rsltsbarfill" style="width:52%;"></span></span></li>
<li><span class="rsltstxt">Working </span><span class="rsltsbar  most">62%<span class="rsltsbarfill most" style="width:62%;"></span></span></li>
<li><span class="rsltstxt">Radio / Music </span><span class="rsltsbar">40%<span class="rsltsbarfill" style="width:40%;"></span></span></li>
<li><span class="rsltstxt">Mobile </span><span class="rsltsbar">12%<span class="rsltsbarfill" style="width:12%;"></span></span></li>
<li><span class="rsltstxt">Eating / Drinking </span><span class="rsltsbar">60%<span class="rsltsbarfill" style="width:60%;"></span></span></li>
<li><span class="rsltstxt">Household Work </span><span class="rsltsbar">24%<span class="rsltsbarfill" style="width:24%;"></span></span></li>
<li><span class="rsltstxt">Hobby </span><span class="rsltsbar">10%<span class="rsltsbarfill" style="width:10%;"></span></span></li>
</ul>
<p>When visiting a website, what percentage of your full attention do you give?</p>
<ul class="rslts2">
<li><span class="rsltstxt">100% </span><span class="rsltsbar">9%<span class="rsltsbarfill" style="width:9%;"></span></span></li>
<li><span class="rsltstxt">75% </span><span class="rsltsbar  most">58%<span class="rsltsbarfill most" style="width:58%;"></span></span></li>
<li><span class="rsltstxt">50% </span><span class="rsltsbar">27%<span class="rsltsbarfill" style="width:27%;"></span></span></li>
<li><span class="rsltstxt">25% </span><span class="rsltsbar">6%<span class="rsltsbarfill" style="width:6%;"></span></span></li>
</ul>
<p>How long does it take to decide whether or not to click further into a website?</p>
<ul class="rslts2">
<li><span class="rsltstxt">1-2 seconds </span><span class="rsltsbar">10%<span class="rsltsbarfill" style="width:10%;"></span></span></li>
<li><span class="rsltstxt">5-20 seconds </span><span class="rsltsbar most">58%<span class="rsltsbarfill most" style="width:58%;"></span></span></li>
<li><span class="rsltstxt">20 seconds - 1 min</span><span class="rsltsbar">27%<span class="rsltsbarfill" style="width:27%;"></span></span></li>
<li><span class="rsltstxt">1 minute + </span><span class="rsltsbar">5%<span class="rsltsbarfill" style="width:5%;"></span></span></li>
</ul>
<p>What is your age? Remember, this survey is anonymous.</p>
<ul class="rslts2">
<li><span class="rsltstxt">Younger than 20</span><span class="rsltsbar"> 6%<span class="rsltsbarfill" style="width:6%;"></span></span></li>
<li><span class="rsltstxt">20-29 </span><span class="rsltsbar most">48%<span class="rsltsbarfill most" style="width:48%;"></span></span></li>
<li><span class="rsltstxt">30-39 </span><span class="rsltsbar">15%<span class="rsltsbarfill" style="width:15%;"></span></span></li>
<li><span class="rsltstxt">40-49 </span><span class="rsltsbar">8%<span class="rsltsbarfill" style="width:8%;"></span></span></li>
<li><span class="rsltstxt">50-59 </span><span class="rsltsbar">10%<span class="rsltsbarfill" style="width:10%;"></span></span></li>
<li><span class="rsltstxt">60-69 </span><span class="rsltsbar">9%<span class="rsltsbarfill" style="width:9%;"></span></span></li>
<li><span class="rsltstxt">70+ </span><span class="rsltsbar">4%<span class="rsltsbarfill" style="width:4%;"></span></span></li>
</ul>
</div>
<h3>What does this mean?</h3>
<p>To me, this just confirms what we’ve always known.  People don’t browse in a vacuum.  We’re mid-conversation, getting off the bus with battery life &amp; email notifications blinking at us web browsers.  My <a href="http://twitter.com/davatron5000/status/8296921693">Paravel cohort recently tweeted</a>:</p>
<blockquote><p>The less your design competes with itself, the less you compete with everything else</p></blockquote>
<p>This high level of competition for attention is something web designers must always have in mind.  Keep things simple.  Present users with one idea at a time and while you’re at it, go ahead and make that button 20px larger.</p>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2010/01/28/divided-attention/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>CMS Breakdown</title>
		<link>http://trentwalton.com/2009/12/14/cms-breakdown/</link>
		<comments>http://trentwalton.com/2009/12/14/cms-breakdown/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 15:55:18 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://trentwalton.com/?p=2284</guid>
		<description><![CDATA[The CMS Cycle So, an organization spends tens of thousands of dollars to build a website upon a full-access Content Management System (CMS) platform. Over the coming months every department head is issued an administrative login, which is passed on down the line to other employees. Pretty soon, 50 people have updated the website adding page upon page with 50 different writing styles and 50 different online agendas.... <a href="http://trentwalton.com/2009/12/14/cms-breakdown/">Read more</a>]]></description>
			<content:encoded><![CDATA[<h3>The CMS Cycle</h3>
<p>So, an organization spends tens of thousands of dollars to build a website upon a full-access Content Management System (CMS) platform.  Over the coming months every department head is issued an administrative login, which is passed on down the line to other employees.  Pretty soon, 50 people have updated the website adding page upon page with 50 different writing styles and 50 different online agendas.  12 months later, the organization is left with a mangled site map and is forced to hobble along for years until they can afford to begin the process again.  What a sad, yet common, story.</p>
<p><img src="/wp-content/uploads/2009/12/cmscycle.png" alt="CMS Cycle"/></p>
<h3>Don’t Blame The CMS</h3>
<p>This is an expensive problem that has less to do with breaking down a CMS from admin screen to home page, and more to do with what role an organization expects the CMS to play in managing content.  A CMS is a tool for providing an efficient method for updating content without extensive HTML coding skills. A CMS will not consider your business plan, site map, or how new content will effect user experience.  A CMS, no matter how powerful or user friendly, does not justify dropping the task of managing the website on the edge of an employee’s already full plate.  Organizations must recognize that someone or some department must be put in place with the authority and time to make decisions about what does &amp; doesn’t belong online.  After all, it’s people that power websites.</p>
<h3>A Tailored Approach</h3>
<p>Many CMSs give admins the ability to create pages whenever and wherever they want via standard issue templates.  It is an easy solution during buildout, but it leaves the site map completely vulnerable to rogue, unlinked pages.  This disrupts the overarching navigation and user experience.  It’s like adding a room to a floor plan without considering doorways, or how it flows with the rest of the house.  Additionally, all the web pages start to look the same-- a bland array of words within a boxy page frame and site masthead.  Instead of multipurpose page creation, why not provide tailored methods of updating specific content?  Paying close attention to the way items like news posts, events or catalog items are updated and displayed creates a truly dynamic site in both form and function.</p>
<div class="grid_4 pull_6"><img src="/wp-content/uploads/2009/12/filefolders.png" alt="CMS folders" class="margined"/></div>
<h3>Content, Managed</h3>
<p>Think of your website not as an online archive or a repository for all your data, but as an experience.  It isn’t the amount of content that makes your site valuable, it’s how easily users are able to access the content they’re looking for.  If organizations, web designers and developers work together to develop a CMS strategy that considers what happens before and after admins login to make updates, websites will continue to look great &amp; function properly, organizations will save money, and users will be able to spend less time weeding out broken, unusable websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://trentwalton.com/2009/12/14/cms-breakdown/feed/</wfw:commentRss>
		<slash:comments>14</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 3/6 queries in 0.011 seconds using disk: basic
Object Caching 584/584 objects using disk: basic

Served from: trentwalton.com @ 2012-05-21 04:19:25 -->
