<?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>Userxp &#187; Interaction design</title>
	<atom:link href="http://www.userxp.co.uk/category/interaction-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.userxp.co.uk</link>
	<description>User experience design</description>
	<lastBuildDate>Tue, 02 Mar 2010 14:08:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>The problem with displaying passwords</title>
		<link>http://www.userxp.co.uk/2010/03/the-problem-with-displaying-passwords/</link>
		<comments>http://www.userxp.co.uk/2010/03/the-problem-with-displaying-passwords/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 11:59:26 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=262</guid>
		<description><![CDATA[Last year Jakob Nielsen created a bit of a stir in the web community with his article stop password masking.   In the article he quite rightly points out that only displaying a list of bullets as the user types in their password creates uncertainy about whether the password has been entered correctly and results in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-283" style="border: 0pt none; margin: 8px;" title="Login with hidden password entry" src="http://www.userxp.co.uk/wp-content/login.gif" alt="Login fields with hidden password controls" width="150" height="145" />Last year Jakob Nielsen created a bit of a stir in the web community with his article <a href="http://www.useit.com/alertbox/passwords.html" target="_self">stop password masking</a>.   In the article he quite rightly points out that only displaying a list of bullets as the user types in their password creates uncertainy about whether the password has been entered correctly and results in failed logins.  He calls for the use of clear text when entering passwords so users can see if they have mistyped a password.</p>
<p>This caused a lot of controversy as it places the usability of the users interaction before security considerations and challenges an established convention.  However, as he points out, many people are accessing sites in situations where they are not over looked and making it more difficult to enter passwords may causes users to choose simpleless secure passwords. This is particularly true with mobile devices where users often enter shorter passwords to make it easier as they have a numeric keypad.  He also argues that obscuring the password does little to protect the password anyway since if someone wants to work out your password they could always look at the keyboard.  However, if the password is on screen it is certainly easier to see from a distance if for example you are working in a open plan office.</p>
<p>His objection may be correct, many people will be entering a password in a situation where they are not overlooked and making it difficult for these users just because some people are does not necessarily make sense.  However, failing to mask password characters may have wider implications.  As the site does not mask the password it may create the perception that the user does not need to safe guard this information resulting in more careless behaviour.</p>
<p>Jakob is aware displaying the password may not be ideal in all situations and suggests that a control could be provided allowing users to select to hide their password.  This approach is currently used within windows network settings and some WiFi software.  In a recent <a href="http://www.alistapart.com/articles/the-problem-with-passwords/" target="_self">article on list apart</a> Lyle Mullican explores this approach in more detail.  However, theapproach places the responsibility for managing whether the password is displayed with the user and adds complexity.  It is also a modal control (the user selects either to display asterisks or actual characters) which can cause usability issues.  For instance, the user may start typing the password without realizing it is being displayed revealing it to those around them.</p>
<div id="attachment_286" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-286" title="ISP password entry" src="http://www.userxp.co.uk/wp-content/hiderevealpassword.jpg" alt="IE ISP password dialogue" width="300" height="217" /><p class="wp-caption-text">IE 8 password entry dialogue allows the user to select whether the password is shown.</p></div>
<p>Chris Coyier in his article <a href="http://css-tricks.com/better-password-inputs-iphone-style/" target="_self">Better Password Inputs, iPhone Style</a> suggests doing something similar to what is done on the ipod touch/ iphone interface where only the last letter is displayed on screen. This is fine for a mobile device where the user can take steps to ensure no one is looking at the screen while they input the details but may be an issue when displayed on a monitor.  Users may also fail to notice mistakes when they press another key immediately after they mistyped.</p>
<p>An alternative approach which addresses many of the issues is to hide the password by default but provide a button that when held down reveals the password.  Although the user doesn&#8217;t receive immediate feedback they have the option to check their password before submitting and the user could hold the button down while typing if required.  This approach highlights the importance of keeping the password secret and only shows it when the user expressly indicates it is safe to do so.  It also removes the chance of users accidentally revealing their password.  This is not necessarily an ideal solution in every case and there will be instances where it is best to display the password in full by default.  However, assuming thew user is entering a password in a private office or passing all responsibility for safe guarding secrecy to the user are not ideal whatever the usability issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2010/03/the-problem-with-displaying-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternatives to CAPTCHAing users</title>
		<link>http://www.userxp.co.uk/2009/05/alternatives-to-captchaing-users/</link>
		<comments>http://www.userxp.co.uk/2009/05/alternatives-to-captchaing-users/#comments</comments>
		<pubDate>Mon, 18 May 2009 11:00:00 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=227</guid>
		<description><![CDATA[CAPTCHA is a method designed to prevent automated programs from submitting information to a website.  It can help prevent these malicious programs registering with sites, posting spam comments or getting up to other undesirable activity.  CAPTCHA stands for Complete Automated Public Turing test to tell Computers and Humans Apart.  It works by requiring the user [...]]]></description>
			<content:encoded><![CDATA[<p>CAPTCHA is a method designed to prevent automated programs from submitting information to a website.  It can help prevent these malicious programs registering with sites, posting spam comments or getting up to other undesirable activity.  CAPTCHA stands for Complete Automated Public Turing test to tell Computers and Humans Apart.  It works by requiring the user to enter a code displayed within an image.  Images are usually distorted to prevent programs from using image recognition software from recognising the codes.  This can also make it difficult for users to accurately work out what characters are displayed.  For example, the following completely illegible CAPCHA image appeared on flickr.</p>
<p><a href="http://www.userxp.co.uk/wp-content/flickrcapcha.jpg"><img style="border-right-width: 0px; margin: 8px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="flickrcapcha" src="http://www.userxp.co.uk/wp-content/flickrcapcha-thumb.jpg" border="0" alt="flickrcapcha" width="240" height="93" /></a></p>
<p>The reason for these images becoming more and more difficult to decipher is that the programs used to place spam become more sophisticated in order to overcome the obstacles placed in there way.  Gmail, yahoo and hotmail have all had their CAPTCHA images broken by spammers and although it is fairly easy to present a image in a different way it does mean they have to be fairly obscure.</p>
<p><a href="http://blogs.zdnet.com/security/?p=1418">Gmail, yahoo and hotmail’s CAPTCHA broken by spammers</a></p>
<p>This method is fairly widely used on the internet but places the emphasis on the user to prove they are not a computer program.  There are alternatives to this approach for instance akismet looks at content submitted to a web site and assesses it against various criteria to determine whether it is likely to be spam.  Flagged content can then be reviewed by the administrator.  Similarly anti-spam programs can be used to filter out spam sent from contact forms rather than making it more difficult for customers to contact you.</p>
<p>Honey pots are another method that can be used on forms to help prevent submissions from malicious programs.  This involves placing extra fields within a form that will be invisible to your users.  As the programs do not view pages in the same way as users they tend to complete these fields meaning you can reject these submissions. Ned Batchelder’s article <a href="http://nedbatchelder.com/text/stopbots.html">Stopping spambots with hashes and honeypots</a> covers the use of honey pots to prevent spam in more detail.  It also indicates how to make things even more difficult for automated spam programs by randomising field names and using the submitters IP address to prevent automatic submissions from groups of machines.</p>
<p>These methods can do a lot to help minimise misuse of your site by malicious programs.  However, to some extent it will depend on the value of your site to spammers.  Gmail, yahoo and hotmail have seen their CAPTCHA images broken as it is worth the effort in order to get large numbers of programs automatically registering email accounts and sending spam.  Honey pots on there own will be easier to overcome if there is good reason to do so, although Ned Batchelder’s full method is likely to be more difficult.  You can reduce the value of overcoming your defences by doing things such as using no follow links in comments on your site so they will not improve search engine rating.</p>
<p>The main thing is not to use CAPTCHA indiscriminately on forms.  There may be some situations where it is useful particularly if the returns for beating your defences are significant.  However, in the majority of cases you are creating a barrier for the people using your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2009/05/alternatives-to-captchaing-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most product returns aren&#8217;t due to problems</title>
		<link>http://www.userxp.co.uk/2008/06/most-product-returns-arent-due-to-problems/</link>
		<comments>http://www.userxp.co.uk/2008/06/most-product-returns-arent-due-to-problems/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 14:35:24 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[electronic products]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://www.userxp.org/blog/?p=75</guid>
		<description><![CDATA[According to a study by Accenture in the US, reported by the PC World site, only 5% of electroninc products returned to retailers were due to them malfunctioning.  The study suggested that 27 percent of returns were due to buyers remorse, however a massive 68 were due to the products failing to meet there expectations.  This [...]]]></description>
			<content:encoded><![CDATA[<p>According to a study by Accenture in the US, reported by the PC World site, only 5% of electroninc products returned to retailers were due to them malfunctioning.  The study suggested that 27 percent of returns were due to buyers remorse, however a massive 68 were due to the products failing to meet there expectations.  This was either due to the customer thinking it was defective when it wasn&#8217;t or not behaving as expected.  With return rates at between 11 and 20 percent this represents a massive number of items returned as they do not provide a satisfactory user experience.   This may also be partly due to the way electronic products are bought.  Often the customer purchases online or in store without first interacting with the product. This may result in users being less forgiving if they experience difficulty as they have already paid for the product.</p>
<p><a title="Article on the PC World site on the Accenture study" href="http://www.pcworld.com/article/id,146576-c,pcreliabilityservice/article.html" target="_self">Most Returned Products Work Fine, Study Says</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2008/06/most-product-returns-arent-due-to-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dilbert 2.0</title>
		<link>http://www.userxp.co.uk/2008/04/dilbert-20/</link>
		<comments>http://www.userxp.co.uk/2008/04/dilbert-20/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 13:34:03 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[user generated content]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.userxp.org/blog/?p=44</guid>
		<description><![CDATA[Recently dilbert.com has updated their site introducing a new design, structure and functionality.  The site makes use of some very innovative user generated content, such as mash ups an area where users can suggest new punchlines and vote for the best ones. User generated content can have several advantages, it involves users in the site, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently <a title="The Official Dilbert Website featuring Scott Adams Dilbert strips, animation, mashups and more starring Dilbert, Dogbert, Wally, The Pointy Haired Boss, Alice, Asok, Dogbert's New Ruling Class and more." href="http://www.dilbert.com">dilbert.com</a> has updated their site introducing a new design, structure and functionality.  The site makes use of some very innovative user generated content, such as mash ups an area where users can suggest new punchlines and vote for the best ones.</p>
<p>User generated content can have several advantages, it involves users in the site, means content is frequently changing and can encourage users to promote the site to others.  However, it also has a down side in that it can provide the opportunity for those dissatisfied with your brand, site or actions to speak out.</p>
<p>Chevy discovered the negatives of user generated content when they tried to get people to create their own adverts for the Tahoe using video clips and music they had created. People used the clips to bash Chevy and the fuel economy of there vehicles. Although not as extreme, users could be seen using the mash up functionality to criticize the site this week.</p>
<p><img style="border: 0pt none; margin: 8px;" src="http://www.userxp.co.uk/wp-content/sitefeedbacksmall.jpg" border="0" alt="Feedback on the dilbert site" hspace="8" vspace="8" align="middle" /></p>
<p>A user has used the cartoon above to post the message &#8220;Who cares about mash ups? All we want is a simple fast web site to read Dilbert! This new site sucks. Bring back the old web site!!&#8221;.</p>
<p>It isn&#8217;t uncommon for site redesigns to have some negative responses even if improvements are for the better. Regular users get use to where content is and the design and are put off by change. This is one of the reasons why it is important to manage change, informing users what&#8217;s happening, introducing ways to feedback and when possible making incremental changes.</p>
<p>This comment also highlights an important point, just because there is extra web 2.0 features does not mean users are willing to put up with poor performance on key functionality. Why it was decided to display the cartoons on the home page within a flash area is incomprehencible when an image would do much the same job more efficiently. The use of the &#8216;beta&#8217; will also do little to appease users when they had a perfectly good site before.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2008/04/dilbert-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag cloud search</title>
		<link>http://www.userxp.co.uk/2008/02/tag-cloud-search/</link>
		<comments>http://www.userxp.co.uk/2008/02/tag-cloud-search/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 14:17:21 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tag cloud]]></category>

		<guid isPermaLink="false">http://www.userxp.org/blog/?p=33</guid>
		<description><![CDATA[Web search engine Quintura has introduced a tag cloud to its search results allowing users to see associated terms. Interesting this allows the user to excude terms that are not relevant to their search easily quickly reducing the number of results and increasing the relevance. The search seems to be a bit hit and miss [...]]]></description>
			<content:encoded><![CDATA[<p>Web search engine <a title="Quintura search engine" href="http://www.quintura.com/">Quintura</a> has introduced a tag cloud to its search results allowing users to see associated terms.  Interesting this allows the user to excude terms that are not relevant to their search easily quickly reducing the number of results and increasing the relevance.</p>
<p><img style="border: 0pt none; margin: 8px;" src="http://www.userxp.co.uk/wp-content/quintura.jpg" border="0" alt="Quintra site search" hspace="8" vspace="8" align="middle" /></p>
<p>The search seems to be a bit hit and miss currently. Sometimes when I excluded words I thought had nothing to do with my search sites I thought highly relevant disappeared.  However, the functionality is interesting and allows the user to easy search by excluding irrelivant content filtering results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2008/02/tag-cloud-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interface description documentation</title>
		<link>http://www.userxp.co.uk/2008/01/interface-description-documentation/</link>
		<comments>http://www.userxp.co.uk/2008/01/interface-description-documentation/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 14:15:49 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[usecase]]></category>
		<category><![CDATA[wireframe]]></category>

		<guid isPermaLink="false">http://www.userxp.org/blog/?p=21</guid>
		<description><![CDATA[While browsing the archives at thinkvitamin.com I came across an article by Robert Hoekman Jr called Deliverables That Work: Design Description Documents.  In it he suggests combining use cases and wireframes or screenshot to make single design document.  I generally provided detailed notes about the behaviour of the interface as part of my wireframes, however [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0pt none; margin-left: 8px; margin-right: 8px;" src="http://www.userxp.co.uk/wp-content/wireframe.jpg" border="0" alt="Wireframe" hspace="8" align="left" />While browsing the archives at <a title="Thinkvitamin webdesign articles" href="http://www.thinkvitamin.com">thinkvitamin.com</a> I came across an article by <span><span style="color: #34350a;">Robert Hoekman Jr</span></span> called <a title="Permanent Link: Deliverables That Work: Design Description Documents" href="http://www.thinkvitamin.com/features/design/deliverables-that-work-design-description-documents">Deliverables That Work: Design Description Documents</a>.  In it he suggests combining use cases and wireframes or screenshot to make single design document.  I generally provided detailed notes about the behaviour of the interface as part of my wireframes, however I like his suggest of using usecases.</p>
<p>One of the advantages of usecases is that they detail the exceptions to the normal flow.  this is something that sometimes is missed when creating wireframes and results in the developer having to decide what to do as they come across issues.</p>
<p>The only issue I can see with this suggestion is that some times use cases can use multiple screens.  In these instances I would suggest integrating the use case with a flow diagram and linking from the diagram to the appropriate pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2008/01/interface-description-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple customisation feature</title>
		<link>http://www.userxp.co.uk/2008/01/apple-customisation-feature/</link>
		<comments>http://www.userxp.co.uk/2008/01/apple-customisation-feature/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 17:13:00 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[upselling]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.userxp.org/blog/?p=19</guid>
		<description><![CDATA[While playing around on the apple site I spotted a great little piece of functionality on the page used to configure a computer, the &#8216;most popular configorations&#8217; control. I have long been a fan of the shopping experience within the apple store and particular like the page used to select options associated with a new [...]]]></description>
			<content:encoded><![CDATA[<p>While playing around on the apple site I spotted a great little piece of functionality on the page used to configure a computer, the &#8216;most popular configorations&#8217; control.  I have long been a fan of the shopping experience within the apple store and particular like the page used to select options associated with a new computer (apart from the purchase process of the iphone which doesn&#8217;t integrate tariff selection).</p>
<p>The page allows the user to edit options regarding harddrive size, amount of memory etc.  The options are initially set to a default configuration so if the user does not want to make changes can simply add the product to their basket.   Users that want more memory or a bigger hard drive can simply select a different option using a radio button which clearly communicates the impact on price.  What the &#8216;most popular configorations&#8217; control does is allow the user to switch between the basic setup and the one most frequently selected by users.  This changes multiple options in a single click providing a short cut, as well as suggesting a configuration that has been suitable for others.</p>
<p>It is fairly easy to see how this technique could be used on other sites where the user is required to configure products or packages.  For example, when selecting the channels I want in my digital TV package I could be given links that select all the options applicable to someone that likes comedy or crime dramas.</p>
<p><img style="border: 1px solid black; margin: 8px;" src="http://www.userxp.co.uk/wp-content/applecustom.jpg" border="1" alt="Apple configuration page" hspace="8" vspace="8" align="middle" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2008/01/apple-customisation-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digging digg</title>
		<link>http://www.userxp.co.uk/2007/12/digging-digg/</link>
		<comments>http://www.userxp.co.uk/2007/12/digging-digg/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 13:11:10 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[user generated content]]></category>

		<guid isPermaLink="false">http://www.userxp.org/blog/?p=13</guid>
		<description><![CDATA[For those that don&#8217;t know, digg is a news site that relies on its users to locate stories and determine which items end up on the front page. One of the things I love about digg is the simplicity of the interaction and the way it encourages users to get involved. A common misconception with [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-left: 8px; margin-right: 8px;" src="http://www.userxp.co.uk/wp-content/digg.jpg" alt="Digg" hspace="8" align="left" />For those that don&#8217;t know, <a title="digg social news site" href="http://www.digg.com">digg</a> is a news site that relies on its users to locate stories and determine which items end up on the front page.  One of the things I love about digg is the simplicity of the interaction and the way it encourages users to get involved.</p>
<p>A common misconception with user generated content is that if you add commenting, reviews, etc. to a site suddenly everyone will be sharing their opinions day and night.  In reality only a small proportion of users regularly write review or create original content.</p>
<p>Even on digg there is a relatively small group of users that regularly submit stories.  However, the simplicity of the voting system encourages a wider audience to get involved.  Voting for a story requires a single click once a story has enough votes it is placed on the front page.  This is not to say that the mechanism behind the voting process is simple.  It uses a highly complex algorithm to try and prevent users manipulating the site.  However, from the user&#8217;s point of view all they need to do is click &#8216;digg it&#8217; if they like the story.</p>
<p>The site: <a title="digg social news site" href="http://www.digg.com">digg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2007/12/digging-digg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customers the Key to On-line Promotion</title>
		<link>http://www.userxp.co.uk/2004/03/customers-the-key-to-on-line-promotion/</link>
		<comments>http://www.userxp.co.uk/2004/03/customers-the-key-to-on-line-promotion/#comments</comments>
		<pubDate>Tue, 02 Mar 2004 08:31:52 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[customer]]></category>
		<category><![CDATA[user centric design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.userxp.org/blog/?p=46</guid>
		<description><![CDATA[Making the case for a customer centric approach towards promotion. Too frequently within the on-line environment the target audience for campaigns and promotional sites is ignored. Often on-line promotions are little more than a translation of something developed for another medium. In the worst cases a campaign is transferred directly. This ignores much of the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Making the case for a customer centric approach towards promotion.</strong></p>
<p>Too frequently within the on-line environment the target audience for campaigns and promotional sites is ignored.</p>
<p>Often on-line promotions are little more than a translation of something developed for another medium. In the worst cases a campaign is transferred directly. This ignores much of the research and consideration that went into the original campaign and transfers the limitations of one media to another. It ignores the strengths of the Internet and highlights its limitations.</p>
<p>Customers interact with television or print in a different manner to the Internet. Television allows little interaction beyond selecting which channel to watch. The Internet allows users to provide information and respond to messages to gain more appropriate solutions and meet goals. It provides customers with a chance to deal with a company early in the relationship. Ignoring this results in solutions that fail to fully capitalise on the medium.</p>
<p>Interaction provides an opportunity to reinforce brand pillars, but brings with it risks that are often ignored. If it is poorly thought out, inconsistent, misleading or error prone it will affect users&#8217; perception of the brand. A site wishing to promote a car as a pleasurable, comfortable experience will fail if it does not exhibit these qualities.</p>
<p>The reason greater consideration is not given to the target audience may be reluctance to spend money on a medium that was hyped then failed to live up to expectations. However, the on-line population continues to grow and offers opportunities not present in other mediums.</p>
<p>Promotion on the Internet often fails to learn from marketing in other mediums. Market research of customers needs, attitudes and behaviour has been used for years. There are still examples of companies buying banner or promotional space without considering the audience and whether there may be a more effective alternative. Market research provides a good basis, however, it usually does not go far enough, ignoring the interactive nature of the medium.</p>
<p>Internet promotion needs to take into account context, when it is encountered and what the user is doing. The use of splash screens is a key example. The user has already made the decision to visit a site yet before they can achieve anything they must view an animation promoting the company. This is the equivalent of your local green grocer refusing to serve you until they have told you they are the biggest and most profitable grocers in the area.</p>
<p>The use of sponsored items on search engines is a good example of how promotion can be effectively integrated with the user&#8217;s goals. The sponsors relate directly to the topic for which the user has searched producing benefits for both parties. This is not the only way this can be achieved. Rich media banners can provide immediate value to the customer and even traditional banners can support users&#8217; goals if presented in a timely manner.</p>
<p>Any promotional offering on the web needs to consider the full life cycle of the users interaction. Very often drive to site and how best to maintain interaction with the brand are considered independently. Many promotional sites seek short-term solutions, relying on a single interaction to promote the benefits of a brand. They seek to generate awareness as quickly as possible rather than initiating a relationship.</p>
<p>If the Internet is to truly meet its full potential as a marketing tool it needs to be approached as a unique space but draw on previous learning within marketing, human factors and software development. It needs to take account of the target audience their goals, abilities and the tasks they wish to perform in context. In short a customer centric approach.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2004/03/customers-the-key-to-on-line-promotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

