<?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>The Think blog. &#187; User experience</title>
	<atom:link href="http://www.thinkflowinteractive.com/category/user-experience/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkflowinteractive.com</link>
	<description>News and ideas on user experience.</description>
	<lastBuildDate>Tue, 22 Jun 2010 13:50:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A reading mode for the web?</title>
		<link>http://www.thinkflowinteractive.com/2010/06/22/a-reading-mode-for-the-web/</link>
		<comments>http://www.thinkflowinteractive.com/2010/06/22/a-reading-mode-for-the-web/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:50:26 +0000</pubDate>
		<dc:creator>Fabien Marry</dc:creator>
				<category><![CDATA[UX design]]></category>
		<category><![CDATA[User experience]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=660</guid>
		<description><![CDATA[What is the main task I have to accomplish while reading an article on the web? The answer is obvious: the task is to read the article.
Yet looking at most websites, only a small part of the webpage actually supports this task. Safari Reader is the latest attempt to help users take matters into their [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is the main task I have to accomplish while reading an article on the web? The answer is obvious: the task is to read the article.<br />
Yet looking at most websites, only a small part of the webpage actually supports this task. Safari Reader is the latest attempt to help users take matters into their hands.</strong><span id="more-660"></span></p>
<table border="0" width="150" align="right">
<tbody>
<tr>
<td><a href="http://www.thinkflowinteractive.com/wp-content/uploads/2010/06/ArticleWithOverlay_Large.gif"><img class="size-full wp-image-671" src="http://www.thinkflowinteractive.com/wp-content/uploads/2010/06/ArticleWithOverlay_Small.gif" alt="A typical newspaper article on the web" width="150" height="347" align="right" /></a></td>
</tr>
<tr>
<td><em>A typical newspaper article  <a href="http://www.thinkflowinteractive.com/wp-content/uploads/2010/06/ArticleWithOverlay_Large.gif" target="_blank">View large</a>, or <a href="http://www.thinkflowinteractive.com/wp-content/uploads/2010/06/OriginalArticle_Large.jpg" target="_blank">large without the overlays</a></em></td>
</tr>
</tbody>
</table>
<p>When we look at a typical webpage, the amount of space supporting the reading task is incredibly small.</p>
<p>What is all the rest of the space used for then? Navigation (in yellow), promotion for other sections of the website (in orange), and ads (often animated) for things that have nothing to do with the article (in red).</p>
<p>They each have very different purposes. Ads are here for the understandable reason that they bring in money and often represent the main source of income for online publications. Promotions for other sections of the website try to get me to read more content on the site, which would make me load another page containing ads, earning the site even more money. Some sites take it to the extreme and split even short articles into multiple pages.</p>
<p>Next is the navigation, which is here to help me move to other articles or sections of the site. However, at this point, thank you very much, I am still trying to read my article, and I haven’t finished yet.</p>
<p>Navigation, internal promotion, and external ads. None of these help me read my article. Which, as you remember, is what I am actually trying to do.</p>
<h4>Readability</h4>
<p>Several months ago, I was shown <a href="http://lab.arc90.com/experiments/readability/" target="_blank">Readability</a> , an “experiment” from some folks called Arc90. Once set up, a single click could reformat almost any article on the web into an easy-to-read and clutter-free page, only showing content. Even better, I could once again assess how long the article was, and how much I had already read, by looking at the relative size and position of my scrollbar. This was a breath of fresh air, and I have been using it continuously ever since (together with <a href="http://www.instapaper.com/" target="_blank">Instapaper</a> for reading later on the go).</p>
<h4>Safari Reader</h4>
<table border="0" width="150" align="right">
<tbody>
<tr>
<td><a href="http://www.thinkflowinteractive.com/wp-content/uploads/2010/06/SafariReaderOn_Large.gif"><img class="size-full wp-image-672" src="http://www.thinkflowinteractive.com/wp-content/uploads/2010/06/SafariReaderOn_Small-134x300.gif" alt="A typical newspaper article on the web" width="134" height="300" /></a></td>
</tr>
<tr>
<td><em>The same page in Safari Reader <a href="http://www.thinkflowinteractive.com/wp-content/uploads/2010/06/SafariReaderOn_Large.gif" target="_blank">See large</a> </em></td>
</tr>
</tbody>
</table>
<p>Recently, Apple released the 5th version of their Safari browser.  It includes a feature they call Reader, which:</p>
<blockquote><p><em>“removes annoying ads and other visual distractions from online articles. So you get the whole story and nothing but the story” </em>(from <a href="http://www.apple.com/safari/whats-new.html" target="_blank">Apple’s Safari page</a>)</p></blockquote>
<p>Apple has used Readability’s (open source) code to build this feature and, on top of what Readability does, Safari Reader adds some nice touches: a smoother look, automatically loading multipage content at once,  nice animated transitions and overlaid buttons that help the reading user (to print, change the font size, or send by email).</p>
<p>What Safari Reader has introduced is simply a reading <a title="Mode (computer interface) on Wikipedia" href="http://en.wikipedia.org/wiki/Mode_%28computer_interface%29" target="_self">mode</a> for the web: when you enter it you get the best experience for reading, but to do anything else, you need to exit that mode.</p>
<p>By using a mode, Safari can focus on supporting a single task at a time, which enables it to improve the quality of the experience.</p>
<h4>Reception</h4>
<p>While Arc90’s little experiment did not create many waves, Apple promoting the same idea was bound to be noticed and reactions were sometimes slightly hyperbolic:</p>
<blockquote><p>“Apple has essentially destroyed the web publishing model completely with the release of Safari 5. This is the equivalent of dropping a nuclear bomb on the entire web economy” <a href="http://jimlynch.com/index.php/2010/06/07/safari-reader-apples-weapon-of-mass-destruction/" target="_blank">Jim Lynch</a></p></blockquote>
<p>The reasoning being that the Reader feature would block ads.  This is quite exaggerated since this feature requires the page to be loaded and the ads to be displayed before I can activate it, but there is some truth to it. It probably doesn’t bother Apple that this might slightly reduce Google’s income from online advertisement, given their competition in the mobile space.</p>
<p>However, Safari’s Reader mode needs to be manually activated every single time, requiring me to make extra effort, which I probably  won’t, unless I am forced to by poor page design or an unreasonable number of ads.</p>
<h4>Conclusion</h4>
<p>The mere existence of this feature is a sign that the reading experience on the web is often not satisfactory. By failing to recognise the main need of the reading user or by letting other considerations trample this need, publishers shoot themselves in the foot and are driving their users to bypass their primary income source.</p>
<p>As <a href="http://ignorethecode.net/blog/2010/06/10/safari_reader/">Lukas Mathis</a> puts it:</p>
<blockquote><p>“If your users are using a third-party product to make your product usable, you are doing something wrong”</p></blockquote>
<p>I look forward to the day where websites are better designed and I won’t have to use any of these band-aids to enjoy reading long online articles. Until then, I’ll happily continue to use Safari Reader, Readability and Instapaper.</p>
<h5>For more on the subject:</h5>
<p><a href="http://lab.arc90.com/experiments/readability/" target="_blank">Arc 90's Readability</a> (bookmarklet that works in every browser)</p>
<p><a href="http://www.apple.com/safari/whats-new.html" target="_blank">Apple: What’s new in Safari 5</a></p>
<p>Nik Fletcher: <a href="http://nikf.org/post/681542046/on-this-safari-5-reader-hysteria)" target="_blank">On this Safari 5 Reader Hysteria</a></p>
<p>Lukas Mathis: <a href="http://ignorethecode.net/blog/2010/06/10/safari_reader/" target="_blank">Safari Reader</a></p>
<p>Jim Lynch: <a href="http://jimlynch.com/index.php/2010/06/07/safari-reader-apples-weapon-of-mass-destruction/" target="_blank">Safari Reader: Apple’s Weapon of Mass Destruction</a></p>
<p>Daring Fireball:<a href="http://daringfireball.net/linked/2010/06/14/safari-reader-lynch"> No, Safari Reader Is Not the Beginning of an ‘Arms Race’</a></p>
<p>The Guardian: <a href="http://www.guardian.co.uk/media/organgrinder/2010/jun/09/apple-ad-blocker-save-media" target="_blank">How Apple's new ad-blocker could save the media (maybe)</a></p>
<p>Ars Technica: <a href="http://arstechnica.com/apple/news/2010/06/apples-evil-genius-plan-to-punk-the-web-and-gild-the-ipad.ars" target="_blank">Apple's "evil/genius" plan to punk the Web and gild the iPad</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2010/06/22/a-reading-mode-for-the-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Confirm your typo</title>
		<link>http://www.thinkflowinteractive.com/2010/05/25/confirm-your-typo/</link>
		<comments>http://www.thinkflowinteractive.com/2010/05/25/confirm-your-typo/#comments</comments>
		<pubDate>Tue, 25 May 2010 14:56:22 +0000</pubDate>
		<dc:creator>Jan Srutek</dc:creator>
				<category><![CDATA[User experience]]></category>
		<category><![CDATA[User-Centred Design]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=632</guid>
		<description><![CDATA[Registration is a crucial initial step that most online businesses have to impose on people along their journeys. Registration is necessary to check people’s authenticity and start meaningful conversations with them based on the provided details. Capturing people’s details correctly is paramount since storing, for example, an incorrect email address opens the door for trouble [...]]]></description>
			<content:encoded><![CDATA[<p>Registration is a crucial initial step that most online businesses have to impose on people along their journeys. Registration is necessary to check people’s authenticity and start meaningful conversations with them based on the provided details. Capturing people’s details correctly is paramount since storing, for example, an incorrect email address opens the door for trouble down the line. With an incorrect email in the database, not only does the business lose the opportunity to reach out to its customers, but the business’s bottom line may suffer. For example, I have heard about cancelled orders due to mistyped email addresses.</p>
<p>It is no wonder then that registration forms try to make sure details are captured correctly. But how to do it while still preserving a positive user experience? Registration forms basically represent a barrier for people to be overcome before they can do what they actually want to do – finally use the website!</p>
<p>Here is how others have tried to handle this (with varying success):</p>
<h3>Confirming entry</h3>
<p>I frequently see a registration form that has duplicated Email or Password fields. Now, this is a little bit annoying, especially if both Email and Password need to be confirmed (as below).</p>
<p><img class="size-full wp-image-637 alignnone" src="http://www.thinkflowinteractive.com/wp-content/uploads/2010/05/email_password_confirm.JPG" alt="Confirming email and password fields" width="367" height="221" /></p>
<p>In the above example, the person’s interaction flow is significantly interrupted by having to answer two identical questions. As per Don Norman’s model of <a title="Don Norman - Seven stages of action" href="http://en.wikipedia.org/wiki/Seven_stages_of_action" target="_self">7 Stages of Action</a>, answering each single question on a form is a small diverting action on the person’s journey towards accomplishing her goal.</p>
<h3>Disabling copy &amp; paste</h3>
<p><a title="Harry Brignull - Past disabling anitpattern" href="http://www.90percentofeverything.com/2010/02/25/the-email-confirmation-paste-disabling-antipattern/" target="_self">Harry Brignull</a> wrote about a registration form that does not allow pasting into the ‘Confirm email’ field. Quite creative, but I agree with Harry that it could feel patronising, especially for the more tech-savvy people (who know how to copy-paste). On the other hand, it prevents people (hopefully) from simply replicating a typo made in the first field. And typos are arguably one of the commonest kinds of incorrectly entered details. Now let me ask, why do most websites actually use the wording ‘Confirm your email’? Let’s use ‘<strong>Re-type your email</strong>’ instead, and it might not be necessary to awkwardly disable standard system interactions like pasting.</p>
<p><img class="alignnone size-full wp-image-639" src="http://www.thinkflowinteractive.com/wp-content/uploads/2010/05/retype_your_password.JPG" alt="Retype password - disabling copy and paste" width="450" height="167" /></p>
<h3><strong>Repeating key details before submit</strong></h3>
<p>A more elegant solution is not to display the second confirmation field at all. But how can businesses eliminate the eventual errors on forms then? I quite like <a title="Russ Unger - confirm email  prototypes" href="http://infinityplusone.com/experiments/email-repeat/version1" target="_self">concept prototypes</a> created by Jonathan Knoll and Russ Unger, that repeat the entered email just before submitting. Jonathan and Russ have produced multiple variants, but variant 5 (picture below) is my personal favourite. It puts the entered email within the person’s <a title="Locus of attention" href="http://catb.org/%7Eesr/writings/taouu/html/ch04s01.html">locus of attention</a> which is at that point in time on the Submit button.</p>
<p><img class="size-full wp-image-636 alignnone" src="http://www.thinkflowinteractive.com/wp-content/uploads/2010/05/email_address_mistake.JPG" alt="Email address mistake handling made easier?" width="456" height="287" /></p>
<h3>Unmasking passwords</h3>
<p>What about passwords, that are by default masked on most forms (even at registration)? First of all, I believe masking a password does not bring any value in most usage scenarios. <a title="Jakob Nielsen - Stop  masking passwords" href="http://www.useit.com/alertbox/passwords.html" target="_self">Nielsen calls for the death of masked passwords</a>, and I am happy to agree with him. However, as opposed to offering a checkbox to mask the password, as he is suggesting, I think the way to go is actually offering a checkbox to unmask the password. After all, in most contexts security is more important than interaction efficiency.  <a href="http://www.mailchimp.com/">MailChimp</a> is doing this already, and based on a recent live demo of <a title="FontDeck" href="http://fontdeck.com/" target="_self">FontDeck</a>, it seems like we will be seeing this pattern more often.</p>
<p><img class="alignnone size-full wp-image-638" src="http://www.thinkflowinteractive.com/wp-content/uploads/2010/05/mail_chimp_show.JPG" alt="Unmasking passwords - Mailchimp" width="336" height="220" /></p>
<p>A pattern for unmasking passwords is also frequently used on mobile devices. This is due to the lack of tactile feedback provided by touchscreen keyboards when inputting a password. Moreover, people also cannot rely on their motor memory (remembering the finger movements like in touch-typing, as opposed to the actual password characters). People often utilize the motor memory to enter passwords with little conscious effort, and this does not translate so easily to touchscreen keyboards as visual identification of keys is needed.</p>
<p>Most mobile interfaces support people by revealing the last character entered for a short time and then masking it, thus giving people the necessary feedback. I am not aware of any website doing the same, but it might be a solution for standard monitor-keyboard setup too. On the other hand, the utility of this short-time revealing is debatable since most people type so fast that revealing the last character and masking it with a time delay is very difficult to implement seamlessly.  Try it for yourself - here is an <a href="http://www.zurb.com/blog_uploads/0000/0473/iPhonePasswords.html">example of automasking</a>.</p>
<h3>Inline validation</h3>
<p>Another powerful weapon against incorrect entries is inline validation. Validation can only catch a small proportion of specific errors, but it is generally a good approach since people are notified something is not quite right before they hit the Submit button. Therefore it eliminates the need for the dreadful error messages. “Fatal error - you have not filled in all the details!”. “Oh my god, fatal error - someone actually died!” screams the user in horror.</p>
<p>There are multiple ways of implementing inline validation. Luckily for us, <a title="Luke Wroblewski - Inline validation" href="http://www.alistapart.com/articles/inline-validation-in-web-forms/" target="_self">Luke Wroblewski put a few validation variants to the test</a>. Based on his study, validation ‘after’ (after the person indicated that she was done answering a question by moving on to the next one) is the winning option - both in terms of efficiency and satisfaction.</p>
<h3>So what?</h3>
<p>Incorrectly entered details in online forms are a frequent problem that can cause a lot of hassle down the line. However, when designing forms, make sure you use a sensitive approach to minimising those errors and do not make the people do all the hard work for you.</p>
<p>I would love to hear about your tips for minimising errors in forms.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2010/05/25/confirm-your-typo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Music Recommendation and Me</title>
		<link>http://www.thinkflowinteractive.com/2010/05/17/music-recommendation-and-me/</link>
		<comments>http://www.thinkflowinteractive.com/2010/05/17/music-recommendation-and-me/#comments</comments>
		<pubDate>Mon, 17 May 2010 11:39:46 +0000</pubDate>
		<dc:creator>Greg Dunn</dc:creator>
				<category><![CDATA[User experience]]></category>
		<category><![CDATA[collaborative filtering]]></category>
		<category><![CDATA[collaborative filtering recommenders]]></category>
		<category><![CDATA[music preferences]]></category>
		<category><![CDATA[personality]]></category>
		<category><![CDATA[recommenders]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=598</guid>
		<description><![CDATA[More and more websites are using collaborative filtering recommenders to personalise their goods and services for you.  For instance, Amazon’s “Customers Who Bought This Item Also Bought,” uses collaborative filtering technology to let you know about other products that might be of interest to you.


Figure 1.  An example of collaborative filtering recommendation demonstrated on Amazon.com
Simply [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: normal; font-size: 13px;">More and more websites are using collaborative filtering recommenders to personalise their goods and services for you.  For instance, Amazon’s “Customers Who Bought This Item Also Bought,” uses collaborative filtering technology to let you know about other products that might be of interest to you.</span></p>
<p><img class="alignleft size-full wp-image-597" title="Gregpic" src="http://www.thinkflowinteractive.com/wp-content/uploads/2010/04/Gregpic.png" alt="Gregpic" width="404" height="76" /></p>
<p><em><br />
Figure 1.  An example of collaborative filtering recommendation demonstrated on Amazon.com</em></p>
<p>Simply put, <strong>collaborative filtering recommenders </strong>allow a website to recommend stuff based on how similar your browsing behaviour is to that of other users.  These recommenders will often rely on some correlation threshold value to determine whether you do or do not share mutual interests with various other users.  A really good example of music recommendations based on collaborative filtering would be last.fm (<a href="http://www.last.fm/">www.last.fm</a>)</p>
<p>One issue with collaborative recommenders is a result of a user's <strong>divergent goals</strong> - different goals that a user might have when using a particular interface.  For instance, say that a given user is a keen fan classical music (a Mozart aficionado), but regularly listens to Lady Gaga (and other contemporary pop music) when with certain friends because that user knows that Lady Gaga-type music will facilitate a belongingness with those friends.  When that user is alone, s/he wants to listen to classical music and be recommended only this music without having to sort through recommendations based on when Lady Gaga has been selected.</p>
<p>A solution that has been devised to help users with <strong>recommender noise</strong> that results from divergent goals has been to include product information (e.g., classical versus contemporary pop music) when the recommender filters your recommendations.  That way, our example user only gets recommendations for classical music when listening to Mozart.  Recommenders that include content information with collaborative filtering are called <strong>hybrid recommenders</strong>.</p>
<p>Another issue for any recommender system is what to do when a new user or new item comes along, commonly known as <strong>cold start</strong>.<strong> </strong>For the last four years, I’ve been looking at the relation between people’s music preferences and their personalities, which could be used as an alternative way to help resolve the cold start problem and improve music recommenders.  An associate of mine at Cambridge University, Dr. Jason Rentfrow, does a great job in describing the music preferences and personality research (see <a href="http://www.youtube.com/watch?v=29-xYiOOc8w">http://www.youtube.com/watch?v=29-xYiOOc8w</a>).</p>
<p>Researchers like Dr. Rentfrow have identified relations between the genre of music that people listen to (e.g., rap or jazz) and personality characteristics that those people generally have (e.g., extroversion or openness to experience).  Still, genres can be really vague.  I mean, you and I might both love rock music, but are you going to necessarily love the same rock music as I do?  Instead, to help recommenders to their job, I identified audio features prominent in certain music genres and link these to personality characteristics.  So, instead of saying that extroverts like rap music, I say that extroverts really like music that has a lot of beats that happen quickly together… constantly.  This relation might apply mostly to rap music, but might also apply to certain rock songs, electronica songs, you name it.  Conversely, my research suggests that introverts like music that has few beats in the music, which is typical of classical music, but again, is not exclusive to classical.  As a result, identifying <strong>the relation between personality and music preference</strong> toward specific audio features can help improve both issues described above by identifying and sorting music according to more precise and objective audio features.</p>
<p>In sum, the work that I have described is still very new and there are a lot of challenges to see through before recommenders can truly become 'personalised' by learning and understanding users’ personality, but there are a lot of opportunities that may result from this type of personalisation as well.</p>
<p>So tell me, do you think your musical tastes describe your personality?  Have you made personality judgements about a person because of the music they listen to?</p>
<p>Also, do you think that there are similar aspects common in most or all of the music you listen to?  Or, do you tend to have a favourite instrument that you like when it’s played in a song?</p>
<p>Finally, what do you think about music recommendation based on personality?</p>
<p>Your comments (positive or negative) are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2010/05/17/music-recommendation-and-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is an expert in User Centred Design?</title>
		<link>http://www.thinkflowinteractive.com/2010/05/04/what-is-an-expert-in-user-centred-design/</link>
		<comments>http://www.thinkflowinteractive.com/2010/05/04/what-is-an-expert-in-user-centred-design/#comments</comments>
		<pubDate>Tue, 04 May 2010 09:35:09 +0000</pubDate>
		<dc:creator>Elisa del Galdo</dc:creator>
				<category><![CDATA[User experience]]></category>
		<category><![CDATA[User-Centred Design]]></category>
		<category><![CDATA[expert]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=572</guid>
		<description><![CDATA[What does it mean to be an expert on User Centred Design (UCD)? What does it require to be a User Experience (UX) expert? What kind of educational or experiential background do you require? What differentiates an expert from just a consultant? Is an expert someone that knows the UCD process and is proficient at [...]]]></description>
			<content:encoded><![CDATA[<p>What does it mean to be an expert on User Centred Design (UCD)? What does it require to be a User Experience (UX) expert? What kind of educational or experiential background do you require? What differentiates an expert from just a consultant? Is an expert someone that knows the UCD process and is proficient at a large variety of UCD methodologies? Is expertise measured by the consultant’s academic credentials, industrial experience, number of clients, or knowledge of a variety of industries and platforms?</p>
<p>What makes the foundation of an expert is all of those things; education, experience, and a solid knowledge of the processes, methodologies and tools. But what differentiates the consultant from the expert is not just being an expert at implementing UCD in perfect conditions, but the ability to implement UCD in the ‘not so perfect’ context of the client.</p>
<p>As experts we need to be able to assess the client’s current processes, phase of development, schedule, and budget, and then determine what activities and deliverables will provide the best returns within their context. But this isn’t where it should end. As a UX expert, you should be able to deliver not only tactical recommendations, but strategic ones as well. Those strategic recommendations are not just on the user experience of their system or product, but on the activities that can help to move the client towards a more efficient and productive implementation of UCD.</p>
<p>As true user experience experts, we need to propose and implement activities and deliverables for the best return in the context of the client, and work with the client to migrate to a process that will bring to fruition more of the strategic value of UCD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2010/05/04/what-is-an-expert-in-user-centred-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thoughts on the ergonomics of Apple&#039;s iPad</title>
		<link>http://www.thinkflowinteractive.com/2010/03/15/thoughts-on-the-ergonomics-of-apples-ipad/</link>
		<comments>http://www.thinkflowinteractive.com/2010/03/15/thoughts-on-the-ergonomics-of-apples-ipad/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 11:45:40 +0000</pubDate>
		<dc:creator>Karl Sabino</dc:creator>
				<category><![CDATA[User experience]]></category>
		<category><![CDATA[ergonomics]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=580</guid>
		<description><![CDATA[Personally I’m really quite excited about the iPad and it might well be the first Apple product that I have bought in something like 6 years -  but I’ve had a niggle since I first saw it in action and read about it, which I haven’t seen anyone else pick up on yet (but I [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Personally I’m really quite excited about the iPad and it might well be the first Apple product that I have bought in something like 6 years -  but I’ve had a niggle since I first saw it in action and read about it, which I haven’t seen anyone else pick up on yet (but I am SURE that someone has). That is, that a double handed interaction with a larger portable interface (or tablet pc) is inherently awkward.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">“What?” you say…</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">This, I say; that in order to use two handed interactions, you need to suddenly put the iPad down on something, and that to do so is just plain awkward and disruptive. Let’s review the options:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Your lap</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Anyone remember the days of the NTL set top box and it’s walled garden internet? So some may remember when internet through the TV was trialled 10 or some years ago, and some clients rushed to convert their websites converted for the walled garden so that they’d work on the TV (you had to use certain colours, no stripes, I think it was 640 x 480 resolution, HTML 3 (no frames), table based layouts only, and absolutely no javascript), and to interface with this wonderful garden of delights you got a keyboard to put on your lap.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">I didn’t need to conduct any usability trials to work out how this would go – do it now, put your keyboard on your lap and use it and see how comfy it is…. no don’t, I don’t want to get sued, it isn’t comfy.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">To see this in action check this video http://www.youtube.com/watch?v=SBPnB3noTa8&amp;feature=player_embedded# at: 20 – 35 seconds, creating bundles in keynote.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">A desk</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">So suddenly you’re craning over at something like an 80% angle to look at the screen (which is normally upright) in order to see what you’re doing and get some feedback on what you’re doing. Ow my neck!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">A stand / mount</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Okay so here’s your choice: either the keyboard is at the wrong angle, or the screen is, or the whole thing is at the wrong height, or more likely for most non-ergonomists all three… Pffft!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Your lap 2</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Legs up on your sofa, knees raised, head rested on a comfy cussion, iPad on your lap.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">AHA! The one comfortable position in which you can take advantage of the double handed interactions; just don’t forget you’re going to need some Velcro to stick your ipad to your trousers to keep it at just the right position.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">But wait, OH NO, now my wrists are at a 90 degree angle to my arms, ouch, ouch, ouchety-ouch.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">I’m not going to predict how well it will even perform under one handed operation, however <img src='http://www.thinkflowinteractive.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  even if it were only as light as the average magazine (like say Communications of the ACM, which I have here on my desk), holding it up with one hand and operating it with the other is going to be a strain even if the arm holding the ipad is supported.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Damn, I think I just talked myself out of buying one… maybe <img src='http://www.thinkflowinteractive.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
<p>Personally I’m really quite <strong>excited about the iPad</strong> and it might well be the first Apple product that I have bought in something like 6 years -  but I’ve had a niggle since I first saw it in action and read about it, which I haven’t seen anyone else pick up on yet (SURELY someone will). That is how <strong>inherently awkward double handed interactions </strong><strong>with large portable interfaces</strong> (or tablet PCs) are.</p>
<p>“What?” you say…</p>
<p>This, I say: that in order to use two handed interactions, you need to put the iPad down on something - sometimes rather suddenly mid interaction - and that to do so is just plain <strong>ergonomically unsound</strong>.</p>
<p>Let’s review some options for using the iPad:</p>
<h3>1. Your lap</h3>
<p>Some may remember the days of the NTL set top box and its walled garden internet when internet through the TV was trialled 10 or so years ago. Some clients rushed to get their websites converted for the walled garden so that they’d work on the TV. You had to use certain colours, no stripes, I think it was 640 x 480 resolution, HTML 3 (no frames), table based layouts only, and absolutely no javascript. To interface with this wonderful garden of delights you used a <strong>keyboard on your lap</strong>.</p>
<p>I didn’t need to conduct any usability trials to work out how this would go. Try it now, put your keyboard on your lap and see how comfy it is to use. It isn’t is it?</p>
<p>To see this in action check <a href="http://www.youtube.com/watch?v=SBPnB3noTa8&amp;feature=player_embedded# ">this video about how to use an Apple application</a> at 20 – 35 seconds. The narration suggests it's easy but watch what the narrator actually does with the tablet.</p>
<h3>2. A desk</h3>
<p>Place the iPad on a desk and suddenly you’re <strong>craning over at an 80% angle to look at the screen</strong> (which is normally upright) in order to see what you’re doing. "Ouch, my neck!"</p>
<h3>3. A stand / mount</h3>
<p>With the iPad on a stand here are your choices: either the keyboard is at the wrong angle, or the screen is, or the whole thing is at the wrong height, or more likely all three… That's <strong>an Ergonomics fail</strong>!</p>
<h3>4. Your lap II</h3>
<p>Legs up on your sofa, knees raised, head rested on a comfy cushion, iPad on your lap. AHA! The one comfortable position in which you can make your double handed interactions; just don’t forget some <strong>Velcro to stick your iPad to your trousers</strong> to keep it at just the right position.</p>
<p>But wait, OH NO, now my wrists are at a 90 degree angle to my arms. "Ouch, ouch, ouchety-ouch."</p>
<p>In conclusion, <strong>the ergonomics of the iPad is not looking good</strong>. I’m not going to predict how well it will even perform under one handed operation. Even if it were only as light as the average magazine, holding it up with one hand and operating it with the other is going to be a strain even if the arm holding the iPad is supported.</p>
<p>Damn, I may have just talked myself out of buying one… maybe... <img src='http://www.thinkflowinteractive.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2010/03/15/thoughts-on-the-ergonomics-of-apples-ipad/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ergonomics award for Flow&#039;s Frankie Pagnacco</title>
		<link>http://www.thinkflowinteractive.com/2010/02/17/ergonomics-award-for-flows-frankie-pagnacco/</link>
		<comments>http://www.thinkflowinteractive.com/2010/02/17/ergonomics-award-for-flows-frankie-pagnacco/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:27:06 +0000</pubDate>
		<dc:creator>David Whittle</dc:creator>
				<category><![CDATA[User experience]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=568</guid>
		<description><![CDATA[We’re very proud to announce that the Ergonomics Society has awarded User Experience Consultant Frankie Pagnacco their Ulf Aberg Award for her Masters project. Frankie completed the project on sensemaking in the control of Rapid Urban Transit systems in 2008, as part of her MSc in Human-Computer Interaction with Ergonomics, at University College London's Interaction Centre.
The [...]]]></description>
			<content:encoded><![CDATA[<p>We’re very proud to announce that the <a href="http://www.ergonomics.org.uk">Ergonomics Society</a> has awarded User Experience Consultant <a title="Frankie Pagnacco" href="http://www.flowinteractive.com/frankie">Frankie Pagnacco</a> their <a href="http://www.ergonomics.org.uk/page.php?s=5&amp;p=41">Ulf Aberg Award</a> for her Masters project. Frankie completed the project on <strong>sensemaking in the control of Rapid Urban Transit systems</strong> in 2008, as part of her MSc in Human-Computer Interaction with Ergonomics, at University College London's <a href="http://www.uclic.ucl.ac.uk/">Interaction Centre</a>.</p>
<p>The dissertation looked at how control room staff at London Underground’s Victoria Line made sense of the information they received about on-the-ground events through cues from their equipment and from each other. Using field observations, the study uncovered the situations that gave rise to sensemaking, the strategies adopted to ease and speed up sensemaking and the bottlenecks in information-seeking.</p>
<p>The Ulf Aberg award, given annually, recognises outstanding Masters projects in Ergonomics. Projects are assessed on the quality of the research, expertise, originality, clarity and interpretation of results.</p>
<p>Ulf Aberg, after whom the award is named, began his career in 1961 and spent over a decade working with Ericsson and later with the National Defence Research Institute. Aberg co-authored the first Swedish textbook on ergonomics and was the first foreign member of the Ergonomics Society and the founding chairman of the Nordic Ergonomics Society.</p>
<p>Congratulations to Frankie!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2010/02/17/ergonomics-award-for-flows-frankie-pagnacco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I don’t love my iPhone</title>
		<link>http://www.thinkflowinteractive.com/2009/10/11/i-don%e2%80%99t-love-my-iphone/</link>
		<comments>http://www.thinkflowinteractive.com/2009/10/11/i-don%e2%80%99t-love-my-iphone/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 17:32:20 +0000</pubDate>
		<dc:creator>Jude Rattle</dc:creator>
				<category><![CDATA[User experience]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=520</guid>
		<description><![CDATA[This may sound controversial but I admit it, I don’t love my iPhone. I realise I could get into trouble for admitting this publicly but I’m prepared to accept that, to get these thoughts off my chest. I was considering going to a self-help group, especially as I am surrounded by lovers of the phone, [...]]]></description>
			<content:encoded><![CDATA[<p>This may sound controversial but I admit it, I don’t love my iPhone. I realise I could get into trouble for admitting this publicly but I’m prepared to accept that, to get these thoughts off my chest. I was considering going to a self-help group, especially as I am surrounded by lovers of the phone, but instead I am sharing my thoughts on our blog. And I do expect arguments to the contrary.</p>
<p>There are a number of reasons I don’t love my phone (and a few reasons it’s not so bad):</p>
<h3><strong>1) </strong><strong>I can’t walk down the street writing a text message </strong></h3>
<p>Ok, I like writing text messages and I like to send a quick message every now and again. I am also female and I like to multitask. With my old phone (Nokia N95) I used to be able to walk down the street, not looking at my phone and feel the buttons and know what I was pressing and write a message. With my nice smooth-screened iphone I have no clue where the buttons are and lampposts keep jumping out at me so the quality of the experience and my efficiency has decreased.</p>
<h3><strong>2) </strong><strong> It feels like I’m putting unnecessary stress and strain on my thumbs while I try to hover to write text</strong></h3>
<p>Maybe it’s just me (as a 2 thumbed writer of text) but when I type any text into the iphone I find that my thumbs are kind of hovering over the keypad and I take more strain on them. If I’ve been taking lots of notes or writing longer messages I feel my thumbs starting to get tired. I can’t seem to find a nice resting point on the phone without activating a key.</p>
<h3><strong>3) </strong><strong>I feel like I have to be a robot and hold the phone just at the right angle or it keeps switching between the different views</strong></h3>
<p>Now I don’t tend to hold my phone particularly straight when I’m using it, but as a traditional girl I prefer my phone to be upright (in portrait view) rather than sideways (landscape). However, on my iPhone, if I’m just casually looking it, reading something perhaps, then the screen has a tendency to just switch without asking to landscape view. All I do is casually hold it at a comfortable angle in my hand. Now, if I was a robot, then everything would be at neat 90 and 180 degree angles, and I wouldn’t have this problem. But I’m not a robot. (Someone told me how to get it back to portrait, but it doesn’t seem to work all the time).</p>
<h3>4) I have to keep the phone switched on for my alarm clock to go off in the morning</h3>
<p>I’m the type of person who likes to go to sleep with their phone switched off and charging overnight. Now, I know that the iPhone isn’t capable of this, although I have no idea why. However, back to my alarm - if I switch my phone off it doesn’t wake up automatically and switch itself on and then wake me up. Very rude if you ask me. So now, if I’m to use my alarm I am forced to keep the phone switched on. I know silent exists, so I shouldn’t be disturbed in the middle of the night by incoming calls or texts, but if the phone is there, and I wake up in the middle of the night I might sneak a quick peek to see if I’ve received a text overnight, so, I prefer to have it switched off. And I don’t want to lose precious battery life if my phone doesn’t need to be charged. I also liked the way my old phone would tell me how many hours I had to sleep, something my iPhone doesn’t do either.</p>
<h3>5) It takes longer to send text messages</h3>
<p>One of my ex Flow colleagues Martin once did a study looking at how fast people could send text messages on different devices. There was a difference between the speed that they perceived they were typing the message and the speed that they actually did type the text message. I haven’t measured myself, so maybe it’s true for me too (although I think not if you know me and have seen me text).</p>
<p>T9 was great. Nice and easy if you’d learnt it, with an option to scroll through the words that might come up as possible combinations. Worked fine. Now I have a qwerty keypad and no choice to revert to the old numeric keypad T9 that I love. I was hunting around for the option to switch this on on my iPhone but there doesn’t seem to be one – of course I didn’t get a manual (as it relies on me being motivated to go and seek one online) so I haven’t been able to check that. Now, I can touch type on a large keypad so I’m pretty aware of where the buttons are on a keypad but having to use them with my thumbs causes no end of problems. I’ve got quite large fingers and thumbs for a girl, but still I’m constantly pressing the wrong key, switching to capitals when I didn’t want to, trying to work out how to not accept the word suggestion it offers baffles me. Though I do like the way that the recommended words account for the fact you probably pressed the wrong keys.</p>
<h3>6) I don’t know how many text messages I’m sending</h3>
<p>Now, for those of you who aren’t aware, not all phone tariffs have unlimited texts. Therefore there is a big difference in price between a text that is 160 characters long and one that is 161 characters long. My iPhone seems to disregard this, and doesn’t tell me how many characters I’m using. Is the assumption that we all have bottomless pockets or that the number of text messages flying across the world should increase? A simple indication of the number of texts I’m creating would be a real bonus.</p>
<h3>7) The battery life is bad – I refuse to keep it connected to an energy source all day</h3>
<p>Ok, if you don’t use the phone then it’s fine. But as it is, there to be lots of other things on the iPhone aside from the phone – and it’s designed for these to be used better than the simple phone functions (as far as I can tell). It seems a real shame that there isn’t a low energy mode that will conserve power, or I can’t switch the thing off while I’m powering up overnight.</p>
<h2>Things I love about it</h2>
<h3>1) It’s nice to have all texts viewed as a conversation</h3>
<p>This is a really nice touch. I’d like to have the ability to order the text conversations alphabetically by person though, so I can easily find a previous one with a certain person, but then I’d have to be able to short link to a letter in the alphabet but as there isn’t a keypad, I can’t seem to do this – hmm…</p>
<h3>2) It’s  nice to be able to view my voicemails and play them back</h3>
<p>A while back at Flow we were designing a new voicemail system, and people we spoke to said they found great value in voicemails from loved ones, children who lived far from home and relatives who’d passed away, so the idea that the messages live on your phone and you can replay when you like – even on the tube – is a great one.</p>
<p>I’m sure there are more things that I love, but if I was to include 7 here that would seem unfair to my rant.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2009/10/11/i-don%e2%80%99t-love-my-iphone/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Highlights of UX Camp London, part two</title>
		<link>http://www.thinkflowinteractive.com/2009/09/23/highlights-of-ux-camp-london-part-two/</link>
		<comments>http://www.thinkflowinteractive.com/2009/09/23/highlights-of-ux-camp-london-part-two/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 10:52:16 +0000</pubDate>
		<dc:creator>David Whittle</dc:creator>
				<category><![CDATA[User experience]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=500</guid>
		<description><![CDATA[This is the second in a series of posts about UX Camp London. The first one can be found here.
Back to the Roots: If email is the past, is Google Wave the future?
Ex-Flowster Johanna Kollmann, now doing great things at Vodafone, shared her experience of using Google Wave with a tightly-packed audience. Her main argument [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second in a series of posts about <a href="http://uxcamplondon.org">UX Camp London</a>. The first one can be found <a href="http://www.thinkflowinteractive.com/2009/09/21/highlights-of-ux-camp-london-part-one/">here</a>.</p>
<h3>Back to the Roots: If email is the past, is Google Wave the future?</h3>
<p>Ex-Flowster Johanna Kollmann, now doing great things at Vodafone, shared her experience of using <a href="http://wave.google.com/">Google Wave</a> with a tightly-packed audience. Her main argument was that Wave is a great advance on email, offering us something much closer to natural, oral communication, but with the advantage that it can be stored and traced.</p>
<p>Now, there’s a discussion to be had about what constitutes “natural” communication, and whether what we consider to be natural is just the result of using technologies that we are more used to. But we didn’t manage to have that discussion on the day.</p>
<p>Instead, Johanna gave a demo of Wave, and then took some questions. Though much of the discussion focused on the details of the interaction design (which still seems to have a few kinks to iron out), several people said that they didn't “get” Wave. The problem seems to be that by combining the most useful features of email, instant messaging and virtual conferencing tools, Google may have created a product that, for all its advantages, confuses some people by not being immediately recognisable as one thing or another.</p>
<p>Ground-breaking new products can be baffling at first to people whose expectations are formed by older paradigms, but when we use them they begin to make sense, and we gradually accept them and change our behaviour accordingly (think Twitter, or for those with longer memories, the mobile phone). But on the other hand, some new products are insufficiently well-defined at the proposition level (that is, nobody can quite define what they are for), and our research shows that this inevitably has a direct negative impact on the experience of using them.</p>
<p>It remains to be seen which of these two possibilities applies to Google’s Wave, but I’m impatient to see which one it is.</p>
<p>Johanna’s Slides are <a href="http://johannakoll.posterous.com/back-to-the-roots-if-email-is-the-past-is-goo">on her blog, here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2009/09/23/highlights-of-ux-camp-london-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlights of UX Camp London, part one</title>
		<link>http://www.thinkflowinteractive.com/2009/09/21/highlights-of-ux-camp-london-part-one/</link>
		<comments>http://www.thinkflowinteractive.com/2009/09/21/highlights-of-ux-camp-london-part-one/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 09:21:21 +0000</pubDate>
		<dc:creator>David Whittle</dc:creator>
				<category><![CDATA[UX research]]></category>
		<category><![CDATA[User experience]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=494</guid>
		<description><![CDATA[London’s first UX Camp, a BarCamp-inspired unconference for the User Experience community, happened on August 22 at Gumtree’s offices in Richmond. Over the next few days I’ll be posting my rather belated reactions to some of the best sessions.
X-Ray Listening
Judy Rees, co-author of Clean Language  showed us how she teaches people to listen better, [...]]]></description>
			<content:encoded><![CDATA[<p>London’s first <a href="http://uxcamplondon.org/">UX Camp</a>, a <a href="http://www.barcamp.org/">BarCamp</a>-inspired unconference for the User Experience community, happened on August 22 at <a href="http://www.gumtree.com/">Gumtree</a>’s offices in Richmond. Over the next few days I’ll be posting my rather belated reactions to some of the best sessions.</p>
<h3>X-Ray Listening</h3>
<p>Judy Rees, co-author of <a href="http://www.amazon.co.uk/dp/1845901258">Clean Language</a>  showed us how she teaches people to listen better, using techniques developed in Cognitive Linguistics and Psychotherapy.</p>
<p>I won’t attempt to explain Judy’s method in detail here, as I’m not sure I can do it justice (and, ahem, because my notes aren’t that detailed), but in a nutshell it is a way of combining template questions with the respondent’s own words, to produce endlessly adaptable, open questions. So for example, a template question might be “Is there anything else about...”,  onto which the questioner adds a key word or phrase used by the respondent themselves. </p>
<p>After a brief introduction Judy took the group through an exercise. We broke up into pairs, identified some relevant topics for investigation, and took turns at asking questions and listening to each other’s answers. First we did this spontaneously, using our own choice of words, but the second time we used Judy’s Clean Language technique to frame our questions. </p>
<p>The results were striking: everyone said that they felt more comfortable and more ‘listened-to’ when answering the ‘clean’ questions, compared to the spontaneous ones. On the other side, the questioners said that the ‘clean language’ made it easier to formulate the questions on the fly, and elicited more detailed, more honest answers. </p>
<p>At Flow, we spend a lot of time talking to people, trying to ask the right questions, and trying to listen. Most of us find that scripts are too rigid, so we use semi-structured discussion guides to keep us on the right topic, but we formulate or questions spontaneously, using a variety of ad-hoc rules and best practices to get the best results. We are always looking for the best ways to make people feel comfortable, while still getting the freshest and most honest nuggets of information from them.</p>
<p>This brief introduction to Clean Language showed that it is a potentially useful technique for improving both the quality of interview data and the efficiency of the interview process, all the while making respondents feel more at ease. A win-win-win scenario, if I’m not mistaken. I look forward to finding out more about this, and trying the techniques out in a real interview. I’ll let you know how it goes.</p>
<p>The next article in the series is <a href="http://www.thinkflowinteractive.com/2009/09/23/highlights-of-ux-camp-london-part-two/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2009/09/21/highlights-of-ux-camp-london-part-one/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to ask &#8216;why&#8217; without asking &#8216;why&#8217;</title>
		<link>http://www.thinkflowinteractive.com/2009/09/01/how-to-ask-why/</link>
		<comments>http://www.thinkflowinteractive.com/2009/09/01/how-to-ask-why/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:40:23 +0000</pubDate>
		<dc:creator>Karl Sabino</dc:creator>
				<category><![CDATA[UX research]]></category>
		<category><![CDATA[User experience]]></category>

		<guid isPermaLink="false">http://www.thinkflowinteractive.com/?p=480</guid>
		<description><![CDATA[There is a school of thought within usability that asserts that during
facilitation, moderators should not speak to the participant as this interaction affects behaviour, and so invalidates the research.
It&#8217;s similar to the idea in ethnography that the very presence of an observer will lead to modifications and unnatural behaviour.
There is also the idea that people [...]]]></description>
			<content:encoded><![CDATA[<p>There is a school of thought within usability that asserts that during<br />
facilitation, moderators should not speak to the participant as this interaction affects behaviour, and so invalidates the research.</p>
<p>It&rsquo;s similar to the idea in ethnography that the very presence of an observer will lead to modifications and unnatural behaviour.</p>
<p>There is also the idea that people may not have conscious access to the real reason for their behaviour. In trying to explain their actions to the moderator they will introspect and provide an answer that they feel is rational, but is effectively made up.</p>
<p>Malcolm Gladwell sums this up something like this (I&rsquo;m paraphrasing here): <strong>Basically&mdash;we feel about a thing, then act</strong>.</p>
<p>And then, the moderator asks us why.</p>
<p>Faced with this question, we try to think up a plausible, rational-sounding explanation for our actions. And then&mdash;here&rsquo;s the thing&mdash;<strong>we alter our future behaviour</strong> to match that rationalised  thinking.</p>
<p>Wilson and Schooler investigated this phenomenon in depth, concluding: &ldquo;We come up with a plausible-sounding reason for why we might like or dislike something, and then we adjust our true preference to be in line with that plausible-sounding reason.&rdquo; </p>
<p>So if we had never been asked <strong>why</strong> we did something, we might continue doing things differently.</p>
<p>However, without entering into conversation with a participant we can only say what happened; and with no insight as to &lsquo;why&rsquo; we can&rsquo;t make decisions and can&rsquo;t improve.</p>
<p><strong>The problem then is that we need to know &lsquo;why&rsquo; but can&rsquo;t ask &lsquo;why&rsquo;.</strong></p>
<p>Here&rsquo;s a few methods that we use at Flow:</p>
<p>Sometimes more open interviewing will tell you what you need. If you need to know why a participant clicked on that link (or didn&rsquo;t), questions such as &ldquo;Tell me about the kinds of things you have looked for in the past on a site like this?&rdquo; can tell you about the keywords or visual elements that a participant is searching for.</p>
<p>&ldquo;What are you interested in finding out at the moment on a site like this?&rdquo; can tell you what it is they haven&rsquo;t found yet.</p>
<p>Ann Light continues in this vein: &ldquo;An undesirable, but common, way of interrupting evocation [the flow of recall, in this instance] is to invite the interviewee into a judgemental mode. To avoid this, there is no use of questions starting &lsquo;Why... ?&rsquo; Instead, carefully manipulated &lsquo;How... ?&rsquo; and &lsquo;What... ?&rsquo; questions cover the same ground: &lsquo;How did you know that X?&rsquo; &lsquo;What were you thinking at the moment when X?&rsquo; This does not interrupt the recounting process. So &lsquo;tell me how it was that you came to be looking for this site that day&rsquo; does the work of &lsquo;why were you looking... ?&rsquo;&rdquo;</p>
<p>Of course together with the different ways of asking why, the facilitator needs also to combine high degrees of empathy and observation. Interpreting what the participant does and says, and ultimately understanding those things will enable us to make better decisions about what to do next.</p>
<h3>References</h3>
<p>Wilson and Schooler (1991) Thinking too much: introspection can reduce the quality of preferences and decisions, <i>Journal of Personality and Social Psychology</i> 60 (2), pp181-192<br />
Light, A (2006) Adding Method to Meaning: a technique for exploring<br />
peoples&rsquo; experience with digital products, <i>Behaviour &amp; Information Technology</i> 25 (2), pp175-187</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkflowinteractive.com/2009/09/01/how-to-ask-why/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
