<?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>codehesive.com : interaction design, user experience, gaming &#38; miscellany</title>
	<atom:link href="http://www.codehesive.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codehesive.com</link>
	<description>★ interaction design, user experience, localisation, gaming &#38; miscellany</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:10:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>PHP, MySQL and Unicode: correctly display all characters?</title>
		<link>http://www.codehesive.com/index.php/archive/php-mysql-and-unicode-correctly-display-all-characters/</link>
		<comments>http://www.codehesive.com/index.php/archive/php-mysql-and-unicode-correctly-display-all-characters/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 13:09:46 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[   Web Design + Development]]></category>
		<category><![CDATA[  Web - General]]></category>
		<category><![CDATA[Localisation]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=807</guid>
		<description><![CDATA[This is a post born from spending hours trying to squash bugs and zap gremlins. In an attempt to streamline content re-versioning in different languages, I had create a work flow that went like this: Create Google spreadsheet for easy collaborative editing Pull down a Microsoft Excel version of the Google spreadsheet (alas, not CSV [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.codehesive.com/wp-content/uploads/2012/01/5045051604_d4dfa6e033_z.jpg" alt="" title="Bulgarian street" width="640" height="414" class="aligncenter size-full wp-image-808" /></p>
<p>This is a post born from spending hours trying to squash bugs and zap gremlins.</p>
<p>In an attempt to streamline content re-versioning in different languages, I had create a work flow that went like this:</p>
<ol>
<li>Create Google spreadsheet for easy collaborative editing</li>
<li>Pull down a Microsoft Excel version of the Google spreadsheet (alas, not CSV as the Google-generated CSV wasn&#8217;t playing ball with MySQL)</li>
<li>Import this into MySQL</li>
<li>Generate static HTML with translations inserted where appropriate for each language</li>
</ol>
<p>The process was fine, but somewhere within all these steps something was going awry. Latin characters with accents weren&#8217;t showing up properly and apostrophes were rendering in all different ways &#8212; �, `â, ? &#8212; anything except what I needed. Furthermore, Cyrillic, Chinese and Arabic weren&#8217;t even displaying at all.</p>
<p>I tried many things in PHP &#8212; <code><a href="http://php.net/manual/en/function.preg-replace.php">preg_replace</a></code>, <code><a href="http://php.net/manual/en/function.utf8-encode.php">utf8_encode</a></code>, <code><a href="http://php.net/manual/en/function.mb-convert-encoding.php">mb_convert_encoding</a></code>, <code><a href="http://php.net/manual/fr/function.htmlentities.php"></a></code> and even <code><a href="http://www.php.net/manual/en/function.iconv.php">iconv</a></code> &#8212; but all to no avail.</p>
<p>Finally, I spotted a snippet on the <a href="http://dev.mysql.com/doc/refman/5.0/en/charset-unicode.html">MySQL</a> site from 2006, written by Lorenz Pressler:</p>
<blockquote><p>
after mysql_connect() , and mysql_select_db() add this lines:<br />
mysql_query(&#8220;SET NAMES utf8&#8243;);
</p></blockquote>
<p>&#8230;and that was all I needed. In fact I didn&#8217;t even need to convert anything into UTF-8 in PHP. Once MySQL was outputting UTF-8 correctly, everything was fine. The database was encoded in UTF-8, so I assumed too much in thinking that meant it would automatically output it in that way.</p>
<p>So, if ever you have problems with MySQL and UTF characters not displaying, try <code>SET NAMES</code> and hopefully that&#8217;l fix the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/php-mysql-and-unicode-correctly-display-all-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple, iOS and how screenshots help build experiences</title>
		<link>http://www.codehesive.com/index.php/archive/apple-ios-and-how-screenshots-help-build-experiences/</link>
		<comments>http://www.codehesive.com/index.php/archive/apple-ios-and-how-screenshots-help-build-experiences/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 21:45:08 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Steam]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=756</guid>
		<description><![CDATA[I&#8217;m an Android user. My HTC Hero is looking a bit worse for wear these days and I&#8217;ll probably upgrade it soon. The iPhone is a great phone and all, but rarely do I feel Apple envy: except for when I was try to take screenshots on my Android for a previous blog post. In [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m an Android user. My HTC Hero is looking a bit worse for wear these days and I&#8217;ll probably upgrade it soon. The iPhone is a great phone and all, but rarely do I feel Apple envy: except for when I was try to take screenshots on my Android for a <a href="http://www.codehesive.com/index.php/archive/what-taylor-swift-and-kanye-west-can-tell-us-about-mobile-user-experience/">previous blog post</a>. In fact, I resurrected my old iPod touch from the depths of my &#8216;gadget box&#8217;  &#8212; and it performed the task splendidly.</p>
<p>Apart from this being inconvenient, it struck me that being able to take screenshots &#8212; and more importantly <em>sharing them</em> &#8212; really adds a lot to the experience of a device. </p>
<p><a href="http://damnyouautocorrect.com/">Damn You Autocorrect!</a> is a perfect example of this: people collecting examples of the iPhone&#8217;s quirky autocorrect and sharing them.</p>
<p>On Facebook many of my friends share screenshots. I often do as well when I see something worth sharing. For instance, last week I saw this bizarre image on the Malaysian Airways website and put it up on Facebook:</p>
<p><a href="http://temptations.malaysiaairlines.com/"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_malaysian1-e1322509879547.jpeg" alt="" title="&quot;Malaysian Airlines" width="640" height="385" class="alignright size-full wp-image-763" /></a><em>Oh, men! Yes we&#8217;re so trying, but you women still love us!</em><br />
</p>
<p>Had I not been on my desktop, I would not have been able to share this given the capabilities of my Android phone.<br />
<span id="more-756"></span><br />
But many friends with iPhones do post screenshots from their phones.</p>
<p>One friend, <a href="http://twitter.com/bendog">@bendog</a>, was recently listening to &#8216;Common People&#8217; by Pulp. He wanted to make a comment on Facebook about the song, so he took a screenshot on his iPhone and uploaded it to Facebook:<br />
<a href="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_pulp.jpeg"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_pulp.jpeg" alt="" title="Common People" width="240" height="360" class="aligncenter size-full wp-image-760" /></a></p>
<p>
Another friend, <a href="http://twitter.com/Louiseontwitr">@Louiseontwitr</a>, was looking for a Google Shopping app. But a funny thing happened: iTunes took her straightforward and innocent search and suggested something fairly inappropriate. So she took a screenshot on her iPhone and uploaded it to Facebook:<br />
<a href="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_doodle.jpeg"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_doodle.jpeg" alt="" title="Doodle Chopper" width="240" height="360" class="aligncenter size-full wp-image-765" /></a><br />
<br />
And I&#8217;ve seen plenty of weather-related screenshots from friends in London with iPhones (this one in particular from <a href="http://twitter.com/indeox">@indeox</a>):<br />
<a href="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_weather.jpg"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_weather.jpg" alt="" title="Wow, nice weather in London" width="240" height="360" class="aligncenter size-full wp-image-772" /></a></p>
<p>On iOS, screenshots are a piece of cake.</p>
<p>Apparently newer versions of Android make <a href="http://phandroid.com/2011/03/01/android-2-3-3-makes-screen-shots-a-root-free-affair/">taking screenshots possible</a>: but for other users of older Android devices the only way to take a screenshot is by rooting the phone or <a href="http://www.addictivetips.com/mobile/how-to-take-screenshots-of-android-device/">following this ridiculous process</a>.</p>
<p>iPads too can take screenshots &#8212; but how about Android tablets? It&#8217;s not much better. And how about the iPad&#8217;s latest competitor, Amazon&#8217;s <a href="http://www.amazon.com/Kindle-Fire-Amazon-Tablet/dp/B0051VVOB2">Kindle Fire</a>? Well you can just follow <a href="http://www.pigsgourdsandwikis.com/2011/11/taking-screenshots-with-kindle-fire.html">these 21 simple steps</a>. Yes, TWENTY ONE. On iOS? Hold the power button and sleep buttons. Done.</p>
<p>Android users could snigger at iPhone users for a while when they didn&#8217;t have copy and paste: but to me the screenshot ability is just as essential to any piece of hardware.</p>
<p>Just like a camera captures your experience in the real world, a screenshot does the same for any digital experience.</p>
<p>This problem is just as bad on game consoles. I&#8217;ve long played games on PCs, but have only just recently switched to the Playstation 3. One huge thing I miss is the ability to take screenshots. </p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_bf2.jpg"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_bf2.jpg" alt="" title="Battlefield 2" width="640" height="480" class="aligncenter size-full wp-image-782" /></a><em>For me, killing two people in Battlefield 2 at once was worth a screenshot, even if I died seconds afterwards</em></p>
<p></p>
<p><a href="http://store.steampowered.com/news/5047/">Steam</a> understands how important screenshots are to sharing experiences. So much so they give all users 1GB of free cloud storage purely for storage and sharing of screenshots. (And beyond just screenshots, video capture for gaming is another great way to share game experiences).</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_steam.jpg"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/iphone_steam.jpg" alt="" title="Steam" width="640" height="435" class="aligncenter size-full wp-image-784" /></a></p>
<p>Newer Android phones such as the <a href="http://cshared.com/how-to-take-screen-shot-on-galaxy-s2/">Galaxy S2</a> can take screenshots: hopefully all new Android models will soon follow suit. But there are so many other phones and consoles that just lack this functionality: Windows 7 mobiles, Blackberries, Sony PSP and PS3, Xbox 360, Nintendo 3DS and Wii. On some its possible, but not without connecting it to a PC in some way.</p>
<p>App and games publishers should be livid at these platforms not having this feature. Sharing screenshots is sharing your experience of a piece of hardware and/or software. It&#8217;s a critical feature that Apple nailed long ago.</p>
<p>Furthermore, it&#8217;s brand exposure: everyone knows the unique chrome of the iOS because iPhone users so often share screenshots from their phone. Android, Blackberry, webOS, Windows Mobile&#8230; sure you&#8217;ve seen these phones, but you&#8217;ve never seen screenshots shared around. However your knowledge of the aesthetics of iOS is no doubt far greater than any other one of these in part of the simple fact you can share screenshots from Apple devices. </p>
<p>My next phone &#8212; Apple, HTC, Samsung or other &#8212; will definitely have to have this feature. But until then, at least I can rely on my old trusty iPod.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/apple-ios-and-how-screenshots-help-build-experiences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eurostar: a bit of irony and some great customer service</title>
		<link>http://www.codehesive.com/index.php/archive/eurostar-a-bit-of-irony-and-some-great-customer-service/</link>
		<comments>http://www.codehesive.com/index.php/archive/eurostar-a-bit-of-irony-and-some-great-customer-service/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 12:32:43 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[   Web Design + Development]]></category>
		<category><![CDATA[  Web - General]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=745</guid>
		<description><![CDATA[Looking into booking Eurostar tickets for next year and I encountered this: The old chestnut of Flash banners overlaying any object on the page. But the irony here is that the Flash banner is advertising Eurostar&#8217;s flash sale. Oops. Actually, I choose to blame UKBA &#8212; if it wasn&#8217;t for the strike next week, the [...]]]></description>
			<content:encoded><![CDATA[<p>Looking into booking <a href="http://eurostar.com">Eurostar</a> tickets for next year and I encountered this:</p>
<p><img src="http://www.codehesive.com/wp-content/uploads/2011/11/eurostar1.png" alt="" title="eurostar" width="640" height="420" class="aligncenter size-full wp-image-753" /></p>
<p>The old chestnut of Flash banners overlaying any object on the page. But the irony here is that the Flash banner is advertising Eurostar&#8217;s flash sale. Oops.</p>
<p>Actually, I choose to blame <a href="http://www.ukba.homeoffice.gov.uk/">UKBA</a> &#8212;  if it wasn&#8217;t for the strike next week, the info box here wouldn&#8217;t be pushing the banner down.</p>
<p>But kudos to Eurostar&#8230;</p>
<p><a href="https://twitter.com/#!/joffley/status/140394275077754880"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/twitter_euro11.png" alt="" title="Twitter conversation with Eurostar" width="641" height="414" class="aligncenter size-full wp-image-749" /></a></p>
<p>Stellar social media service!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/eurostar-a-bit-of-irony-and-some-great-customer-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Taylor Swift and Kanye West can tell us about mobile user experience</title>
		<link>http://www.codehesive.com/index.php/archive/what-taylor-swift-and-kanye-west-can-tell-us-about-mobile-user-experience/</link>
		<comments>http://www.codehesive.com/index.php/archive/what-taylor-swift-and-kanye-west-can-tell-us-about-mobile-user-experience/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 22:26:11 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[   Web Design + Development]]></category>
		<category><![CDATA[  Web - General]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Interface design]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=703</guid>
		<description><![CDATA[How often have you opened a link on your mobile and been prompted to download a mobile app? It first happened to me on the IMDb. I remember my reaction &#8212; &#8220;yeah, IMDb app, great idea &#8212; I&#8217;ll use that all the time!&#8221;. I downloaded it and then I never used it again. But this [...]]]></description>
			<content:encoded><![CDATA[<p>How often have you opened a link on your mobile and been prompted to download a mobile app?</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/11/015.jpg"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/015.jpg" alt="ABC News" title="ABC News" width="600" height="400" class="aligncenter size-full wp-image-705" /></a></p>
<p>It first happened to me on the <a href="http://www.imdb.com">IMDb</a>. I remember my reaction &#8212; &#8220;yeah, IMDb app, great idea &#8212; I&#8217;ll use that all the time!&#8221;. I downloaded it and then I never used it again.</p>
<p>But this post isn&#8217;t about how pointless website apps can be if you have a perfectly good mobile website (<a href="http://www.alistapart.com/articles/responsive-web-design/">Responsive design, anyone?</a>)</p>
<p>Actually, it&#8217;s about a Kanye West-style attitude towards user experience on mobile websites.</p>
<p><span id="more-703"></span></p>
<p>Remember the 2009 MTV awards when <a href="http://www.youtube.com/watch?v=1z8gCZ7zpsQ&#038;t=0m45s">Kanye West grabbed the microphone off Taylor Swift</a>?</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/11/kanye.jpg"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/kanye.jpg" alt="Kanye West UX" title="Kanye West UX" width="600" height="465" class="aligncenter size-full wp-image-710" /></a><br />
(<a href="http://www.google.co.uk/search?q=imma+gonna+let+you+finish">And of course there&#8217;s also a gold mine of memes to go along with this.</a>)</p>
<p>Kanye West was universally lambasted for this. Not only was it a bit weird, it was just plain rude. Although, to be fair, it did move the word &#8220;<a href="http://www.urbandictionary.com/define.php?term=I'mma">i&#8217;mma</a>&#8221; into widespread use &#8212; for better or worse.</p>
<p>Going back to mobile UX, of course there&#8217;s nothing wrong with telling your mobile users you have an app. But how that&#8217;s communicated is often the problem. </p>
<p>Let&#8217;s consider Taylor Swift our content and Kanye West the promotion for an app.</p>
<p><img src="http://www.codehesive.com/wp-content/uploads/2011/11/comparison.jpg" alt="Comparison: app promotion versus content" title="Comparison: app promotion versus content" width="640" height="286" class="aligncenter size-full wp-image-728" /></p>
<p>Now consider some real world examples, starting with <a href="http://amazon.co.uk">Amazon.co.uk</a> &#8212; a good experience:</p>
<p><img src="http://www.codehesive.com/wp-content/uploads/2011/11/kayne.jpg" alt="Amazon mobile screenshot" title="Amazon mobile screenshot" width="640" height="480" class="aligncenter size-full wp-image-727" /></p>
<p>Amazon have made their app prominent, yet not obtrusive. In fact the Kindle promo is probably the only potentially obtrusive feature of this design.</p>
<p>But let&#8217;s look at a bad experience &#8212; from the usually brilliant <a href="http://guardian.co.uk">Guardian</a> website:</p>
<p><img src="http://www.codehesive.com/wp-content/uploads/2011/11/kayne2.jpg" alt="Guardian mobile app" title="Guardian mobile app" width="640" height="480" class="aligncenter size-full wp-image-729" /></p>
<p>The worst thing about this pop up is that it&#8217;s also sale&#8217;s pitch. I totally understand The Guardian trying to make money off their app, but surely there&#8217;s a better strategy for this? I don&#8217;t feel like I&#8217;m being sold anything useful here: I&#8217;m just being harassed.</p>
<p>But the worst thing about this? We&#8217;ve been here before.</p>
<p><a href="http://en.wikipedia.org/wiki/File:Pop-up_ads.jpg"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/popup_wiki.jpg" alt="Popups!" title="Popups!" width="640" height="354" class="aligncenter size-full wp-image-735" /></a></p>
<p>So please be a bit less Kanye, and think more about Taylor: it&#8217;s what your users would want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/what-taylor-swift-and-kanye-west-can-tell-us-about-mobile-user-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gmail Zombie Feedback pop up: personal annoyance or nagware?</title>
		<link>http://www.codehesive.com/index.php/archive/gmail-zombie-feedback-popup-personal-annoyance-or-nagware/</link>
		<comments>http://www.codehesive.com/index.php/archive/gmail-zombie-feedback-popup-personal-annoyance-or-nagware/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 08:52:18 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[   Web Design + Development]]></category>
		<category><![CDATA[  Web - General]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Interface design]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=685</guid>
		<description><![CDATA[Gmail launched a new look a few weeks ago. In my mind it was nothing particuarly revolutionary, just a general tightening of the design. Still, in essence, the same old Gmail. Since this launch, I&#8217;ve noticed that Google is keen to hear my feedback on the new design. Really keen. At first I just hit [...]]]></description>
			<content:encoded><![CDATA[<p>Gmail launched a new look a few weeks ago. In my mind it was nothing particuarly revolutionary, just a general tightening of the design. Still, in essence, the same old Gmail.</p>
<p>Since this launch, I&#8217;ve noticed that Google is keen to hear my feedback on the new design. </p>
<p>Really keen. </p>
<p>At first I just hit the close button. The second, third and possibly fourth time I did the same. Possibly the fifth time it appeared, I actually gave them feedback, telling them not to worry &#8212; the new design was fine, but please stop pestering me with the pop up.</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/11/nag.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/nag.png" alt="Gmail feedback" title="Gmail feedback" width="600" height="327" class="aligncenter size-full wp-image-686" /></a></p>
<p>Yet it kept coming back. It&#8217;s like a zombie: it won&#8217;t die unless you shoot it in the head. But the problem is, I don&#8217;t know where the head is.</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/11/resident_gmail1.jpg"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/resident_gmail1.jpg" alt="Resident Gmail" title="Resident Gmail" width="600" height="450" class="aligncenter size-full wp-image-699" /></a><br />
<span id="more-685"></span><br />
Last Sunday, I knew I was going to be on my computer most the day doing work. First thing that greeted me when I checked my email? Of course, the pop up. So between now and then I&#8217;ve been taking screenshots every time it&#8217;s appeared. Between now and then, I&#8217;ve restarted Chrome and my computer several times, logged in and out of Google, submitted more feedback begging for them to stop bugging me and even took the damn tour of their new Gmail in a vain effort to get this black box out of my inbox. And it&#8217;s the same situation on my work computer: at least a few times a day, my little black box friend will rear its ugly little head.</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/11/zombie_popup.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/zombie_popup.png" alt="It just won&#039;t go away: Gmail feedback" title="It just won&#039;t go away: Gmail feedback" width="286" height="837" class="aligncenter size-full wp-image-687" /></a></p>
<p>I&#8217;ve feedback to Google twice about this, and heck I&#8217;ve even tried <a href="http://twitter.com/#!/joffley/status/134184890311774209">tweeting Gmail</a>. What can possibly stop this menace?</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/11/Contact-Us-Google-Help.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/Contact-Us-Google-Help.png" alt="Contact-Us - Google" title="Contact-Us - Google" width="600" height="200" class="aligncenter size-full wp-image-691" /></a></p>
<p>Now, this is where I&#8217;m interested to see whether this is just a personal overreaction to a tiny detail. I&#8217;m a bit obsessive about details. I have zero unread emails in my inbox, and it sends a cold shiver down my spine when I see people with even a few unread emails not attended too. Perhaps this pop up is annoying me because it&#8217;s interfering with my carefully groomed email environment?</p>
<p>Or maybe it&#8217;s more that when a user sees an &#8216;x&#8217; icon on anything, it&#8217;s an expectation that once you have clicked on that &#8216;x&#8217;, whatever dialogue is attached will disappear, forever, unless the user takes action that justifies its return.</p>
<p>And I haven&#8217;t done anything to justify its return. Why are Google doing this? Is the code to keep it hidden broken, or is a strategy to painfully wring as much feedback out as possible?</p>
<p>And is this annoying anyone else as much as me?</p>
<p><strong>Update, 17th November 2011:</strong> Well, seems I&#8217;m not the only one who&#8217;s been bugged by this:  <a href="http://www.google.co.uk/search?gcx=w&#038;sourceid=chrome&#038;ie=UTF-8&#038;q=google+new+look+feedback+popup">http://www.google.co.uk/search?gcx=w&#038;sourceid=chrome&#038;ie=UTF-8&#038;q=google+new+look+feedback+popup</a></p>
<p>But, that said, I haven&#8217;t seen the pop up for a few days. Hooray!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/gmail-zombie-feedback-popup-personal-annoyance-or-nagware/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flags and languages: Redux (Part II)</title>
		<link>http://www.codehesive.com/index.php/archive/flags-and-languages-redux-part-ii/</link>
		<comments>http://www.codehesive.com/index.php/archive/flags-and-languages-redux-part-ii/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 10:40:26 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[   Web Design + Development]]></category>
		<category><![CDATA[  Web - General]]></category>
		<category><![CDATA[Localisation]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=679</guid>
		<description><![CDATA[Back in June I wrote about the eternal issue of using flags to represent languages and why this is a fundamentally flawed idea. Entitled &#8216;Flags and languages: Redux (Part I)&#8217;, I&#8217;d obviously planned writing a Part II that would deal with the entire issue in some detail. Well, I tried, and it&#8217;s quite amazing how [...]]]></description>
			<content:encoded><![CDATA[<p>Back in June I wrote about the eternal issue of using flags to represent languages and why this is a <a href="http://www.codehesive.com/index.php/archive/flags-and-languages-redux-part-i/">fundamentally flawed idea</a>.</p>
<p>Entitled &#8216;Flags and languages: Redux (Part I)&#8217;, I&#8217;d obviously planned writing a Part II that would deal with the entire issue in some detail.</p>
<p>Well, I tried, and it&#8217;s quite amazing how complex the issues involved are &#8212; which for me is just more proof as to why using flags as languages is a really bad idea.</p>
<p>I quickly realised there was far more than a simple blog post involved. So Part II is actually a whole new blog: <a href="http://flagsarenotlanguages.com/blog/">Flags are not languages</a>.</p>
<p><a href="http://flagsarenotlanguages.com/blog/"><img src="http://www.codehesive.com/wp-content/uploads/2011/11/preview.png" alt="Flags are not languages" title="Flags are not languages" width="640" height="104" class="aligncenter size-full wp-image-680" /></a></p>
<p>Hopefully this blog will help in someway to curtail these bad design practices, as well as exploring and promoting best practice for displaying and presenting different language content.</p>
<p>So next time someone suggests plonking a Spanish flag on the link for Spanish (or German, French, Arabic etc.) &#8212; hopefully you can just send them this link and they can understand <a href="http://flagsarenotlanguages.com/blog/">why using flags for languages</a> is wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/flags-and-languages-redux-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>London 2.8 Hours Later: the closest to a zombie apocalypse you&#8217;ll probably want to get</title>
		<link>http://www.codehesive.com/index.php/archive/london-2-8-hours-later-the-closest-to-a-zombie-apocalypse-youll-probably-want-to-get/</link>
		<comments>http://www.codehesive.com/index.php/archive/london-2-8-hours-later-the-closest-to-a-zombie-apocalypse-youll-probably-want-to-get/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 13:20:49 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=654</guid>
		<description><![CDATA[Last night I participated in the third and final London installment of 2.8 Hours Later: a &#8216;zombie chase game&#8217; where you and fellow survivors must move around parts of a city, interacting with characters, finding locations and most importantly &#8212; running from zombies. The Hen Party zombies: everyone&#8217;s favourites! If touched by a zombie, you [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I participated in the third and final London installment of <a href="http://2.8hourslater.com/">2.8 Hours Later</a>: a &#8216;zombie chase game&#8217; where you and fellow survivors must move around parts of a city, interacting with characters, finding locations and most importantly &#8212; <em>running</em> from zombies.</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/10/henparty.jpg"><img src="http://www.codehesive.com/wp-content/uploads/2011/10/henparty.jpg" alt="Hen Party Zombies" title="Hen Party Zombies" width="640" height="360" class="aligncenter size-full wp-image-659" /></a><br />
<em>The Hen Party zombies: everyone&#8217;s favourites!</em></p>
<p>If touched by a zombie, you must stop and be &#8216;marked&#8217; with a pen as infected. I survived most of the game, but succumbed during the finale of the evening. My reward: getting made up in full zombie gore after finding the final checkpoint.</p>
<p>I don&#8217;t want to give too much away about how the game works, but I have possibly never been so terrified in my life. When I say <em>running</em> from zombies, this isn&#8217;t just the odd sprint: your heart is in your mouth and your lungs are burning. I&#8217;m a bit of a zombie purist and prefer the Romero-style shuffling as opposed to the ones that run, but for sheer terror you can&#8217;t beat zombies that can keep right up with you.</p>
<p>The event was quite an experience. The true genius of the concept is that you are let loose with other survivors right into the public sphere: avoiding zombies is one thing, but on a Saturday night in Southwark before Halloween working out the difference between fellow survivors, the general public, the odd vagrant and of course the zombies is quite a challenge.</p>
<p>Throughout the night you switch between game mode and public mode: in game mode, if you see a zombie, your basal instincts kick in: you run, shove, push to get away &#8212; and probably run faster then you&#8217;ve ever run before. But minutes later you revert back to normal behaviour: like checking both ways before crossing the road. </p>
<p>While moments of sheer terror were very short, a very tense (yet ultimately fun) atmosphere of suspense was in the air: partially because of this duality of thinking and having to switch between different mentalities very quickly, but also because you don&#8217;t know when that change is going to take place. Every corner, wall and bush was a potential ambush location for a cunning zombie.</p>
<p>By far the most positive part of the game was the camaraderie between the survivors. Everyone was playing the game together, slightly terrified yet all helping each other and having a great time overall.</p>
<p>Next year <a href="http://2.8hourslater.com/">2.8 Hours Later</a> is planning to run again in more cities across the UK: if you want to do something different and be absolutely terrified, definitely give it a shot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/london-2-8-hours-later-the-closest-to-a-zombie-apocalypse-youll-probably-want-to-get/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FIFA 12 reviewed (if FIFA 12 was actually a game about FIFA)</title>
		<link>http://www.codehesive.com/index.php/archive/fifa-12-reviewed-if-fifa-12-was-actually-a-game-about-fifa/</link>
		<comments>http://www.codehesive.com/index.php/archive/fifa-12-reviewed-if-fifa-12-was-actually-a-game-about-fifa/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 09:46:59 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Football]]></category>
		<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=540</guid>
		<description><![CDATA[em.fifa{display:block; padding-top:4px !important;padding-bottom:8px !important;} Everyone&#8217;s talking about the new FIFA 12&#8230; but what if FIFA 12 was actually just about FIFA? Imagine that together with some of the controversy that&#8217;s surrounded FIFA over the past twelve months&#8230; Game review: FIFA 12 &#8212; the real FIFA! Jack Warner, Sepp Blatter and Mohamed bin Hammam feature on [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">em.fifa{display:block; padding-top:4px !important;padding-bottom:8px !important;}</style>
<p>Everyone&#8217;s talking about the new <a href="http://en.wikipedia.org/wiki/FIFA_12">FIFA 12</a>&#8230; but what if FIFA 12 was actually just about FIFA?</p>
<p>Imagine that together with some of the controversy that&#8217;s surrounded FIFA over the past twelve months&#8230;</p>
<h2>Game review: FIFA 12 &#8212; the real FIFA!</h2>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/cover.jpg"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/cover.jpg" alt="" title="FIFA 12" width="600" height="690" class="aligncenter size-full wp-image-622" /></a><em class="fifa">Jack Warner, Sepp Blatter and Mohamed bin Hammam feature on the cover: but will they be friends by the end of the game?</em></p>
<p><span id="more-540"></span></p>
<h2>Introduction: a brand new way of playing</h2>
<p>I&#8217;ve only been playing FIFA 12 for a few hours, but it&#8217;s already really obvious the new format is a bold move: ditching all footballing gameplay in order to make the game a simulation about what actually happens at FIFA headquarters. Over the past year there&#8217;s been a presidential election and the awarding of two World Cups, so there&#8217;s been plenty going on to help shape the game&#8217;s new direction.</p>
<p>Let&#8217;s look at the new game modes one by one.<br />
<a href="http://www.codehesive.com/wp-content/uploads/2011/09/fifa01.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/fifa01.png" alt="" title="FIFA 12" width="640" height="480" class="aligncenter size-full wp-image-631" /></a><em class="fifa">The graphics may have suffered slightly, but the diverse range of gameplay certainly makes up for it!</em><br />
</p>
<h2>FIFA World Cup Bid</h2>
<p>Every football fan&#8217;s dream is to have the FIFA World Cup happen in their own home country.  In FIFA 12, you can help build your country&#8217;s bid for either the 2018 or 2022 World Cup.</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/fifa02.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/fifa02.png" alt="" title="FIFA 12" width="640" height="480" class="aligncenter size-full wp-image-630" /></a><em class="fifa">Let&#8217;s try and get England the 2018 World Cup. It&#8217;s an impressive bid team! Surely a great chance?</em><br />
</p>
<p>Lobbying to get your country the World Cup sees you jet-setting around the world meeting with different representatives from world football, trying to convince them your country will put on the best World Cup possible. But is it as simple as that?</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/fifa03.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/fifa03.png" alt="" title="FIFA 12" width="640" height="480" class="aligncenter size-full wp-image-629" /></a><em class="fifa">Oh dear, it seems <a href="http://www.telegraph.co.uk/sport/football/international/8504841/Lord-Triesman-alleges-Fifa-corruption-in-World-Cup-bidding-process-at-Commons-committee-hearing.html">Jack Warner</a> wants a bit more for his vote.</em></p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/fifa04.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/fifa04.png" alt="" title="FIFA 12" width="640" height="480" class="aligncenter size-full wp-image-628" /></a><em class="fifa">You&#8217;re not going to win the Brazilian vote that easily! <a href="http://news.bbc.co.uk/sport1/hi/football/9481563.stm">Ricardo Teixeira</a> is quite the tough cookie.</em></p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/fifa05.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/fifa05.png" alt="" title="FIFA 12" width="640" height="480" class="aligncenter size-full wp-image-627" /></a><em class="fifa">Russia wins! But you were promised more votes than that! Perhaps you didn&#8217;t give enough gifts out&#8230;</em></p>
<h2>FIFA Presidency</h2>
<p>I think every football fan has dreamt about being FIFA President. What crazy initiatives could you bring in? Goal line technology? The world would be your oyster!</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/fifa08.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/fifa08.png" alt="" title="FIFA 12" width="640" height="480" class="aligncenter size-full wp-image-624" /></a><em class="fifa">Who will you run as? <a href="http://sportsillustrated.cnn.com/2011/writers/grant_wahl/04/01/fifa.candidacy/index.html">Grant Wahl</a> is the underdog, Sepp Blatter the incumbant&#8230; maybe Mohamed bin Hammam will have a good chance?</em></p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/fifa06.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/fifa06.png" alt="" title="FIFA 12" width="640" height="480" class="aligncenter size-full wp-image-626" /></a><em class="fifa">You&#8217;ve got to watch your back &#8212; <a href="http://www.guardian.co.uk/football/2011/may/25/fifa-bribery-inquiry-hammam-warner">Chuck Blazer</a> has reported you to the FIFA Ethics committee!</em></p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/fifa07.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/fifa07.png" alt="" title="FIFA 12" width="640" height="480" class="aligncenter size-full wp-image-625" /></a><em class="fifa">Hmmm, who will you vote for?</em></p>
<p>While the campaign for presidency is quite fun, the major let down is the actual voting: I&#8217;ve played the game a few times and it always ends up only being Sepp Blatter up for election!</p>
<h2>Vote &#8220;negotiation&#8221;</h2>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/fifa09.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/fifa09.png" alt="" title="fifa09" width="640" height="480" class="aligncenter size-full wp-image-623" /></a></p>
<p>This game mode isn&#8217;t as long as the others, and is a bit disappointing: it seems you just try and fleece as much money out of potential World Cup bidders as possible. Perhaps a Sims-like interface where you can build your own mansion with all your money would make it a bit more interesting?</p>
<h2>Conclusion</h2>
<p>Would the bold new format of FIFA 12 work? Probably not&#8230; I give it 1/5.</p>
<h2>Back to reality</h2>
<p>While the real FIFA 12 is no doubt a great game, it concerns me that so many people are playing a game that bears the same name as an organisation shrouded in controversy and murky politics that&#8217;s desperately in need of reform.</p>
<p><a href="http://news.bbc.co.uk/sport1/hi/football/14702238.stm">Sepp Blatter</a> has promised that reform: but as someone elected as a sole candidate, how much can we really expect?</p>
<p>I really hope that by the time FIFA 13 is released, FIFA has cleaned up its act. But think about the inevitable future game franchises for Russia 2018 and Qatar 2022: they will be sad reminders of the current FIFA&#8217;s legacy &#8212; not to mention the actual tournaments themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/fifa-12-reviewed-if-fifa-12-was-actually-a-game-about-fifa/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Spotify and Facebook: No more guilty pleasures</title>
		<link>http://www.codehesive.com/index.php/archive/spotify-and-facebook-no-more-guilty-pleasures/</link>
		<comments>http://www.codehesive.com/index.php/archive/spotify-and-facebook-no-more-guilty-pleasures/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 21:47:42 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[  Web - General]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Spotify]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=600</guid>
		<description><![CDATA[The full implications of Spotify and Facebook&#8217;s love-in became quite apparent today. The first point of controversy: you now need a Facebook account to create a new Spotify account. I&#8217;ve already got a Spotify account and a Facebook account so this didn&#8217;t really bother me, even though I think it&#8217;s a strange and exclusive move [...]]]></description>
			<content:encoded><![CDATA[<p>The full implications of Spotify and Facebook&#8217;s love-in became quite apparent today. The first point of controversy: you now need a <a href="http://getsatisfaction.com/spotify/topics/can_you_sign_up_for_spotify_without_facebook">Facebook account to create a new Spotify account</a>. I&#8217;ve already got a Spotify account and a Facebook account so this didn&#8217;t really bother me, even though I think it&#8217;s a strange and exclusive move (as in, excluding non-Facebook users).</p>
<p>But when I got home this evening and logged into Spotify, it dawned on me that Spotify and Facebook <em>really, really</em> want me to combine my accounts:</p>
<p><a href="http://www.codehesive.com/wp-content/uploads/2011/09/spotify.png"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/spotify.png" alt="Spotify Loves Social" title="Spotify Loves Social" width="598" height="434" class="aligncenter size-full wp-image-601" /></a></p>
<p><span id="more-600"></span></p>
<p>(Update, 27th September: this morning this same dialogue now comes with a &#8216;No thanks&#8217; button. Phew.)</p>
<p>There&#8217;s a few things that worry me here. First: the single button: &#8216;Get started&#8217;. Where&#8217;s the opt-out? Or is this the point of no return? Well, to be fair, there is a cancel dialogue on the next screen when Spotify asks to connect to Facebook. But I get the impression it&#8217;s going to get harder and harder to avoid the inevitable &#8216;merging&#8217; of Facebook and Spotify.</p>
<p>Secondly: the idea of Spotify suggesting songs based on what most of my Facebook friends listen to scares me (I&#8217;ve blogged about social media and the subject of <a href="http://www.codehesive.com/index.php/archive/user-experience-and-the-touchy-subject-of-personal-taste/">personal taste</a> before). Certain friends, however, I&#8217;d be really interested in keeping tabs on; but haven&#8217;t we been here before with the likes of Last.fm? </p>
<p>Third: there&#8217;s a signal versus noise problem here. For starters it&#8217;d be virtually impossible to keep track of all the music my friends are listening to. Secondly, how would I know if there&#8217;s something I really would enjoy listening? That brings us back to what made social media great in the first place: sharing. Human curation. <a href="http://twitter.com/#!/agirlcalledtom">A good friend of mine</a>  recently shared <a href="http://www.youtube.com/embed/GI6CfKcMhjY">The Lonely Island&#8217;s</a> latest single with me:</p>
<p><iframe width="640" height="360" src="http://www.youtube.com/embed/GI6CfKcMhjY" frameborder="0" allowfullscreen></iframe></p>
<p>She knows me and knows my sense of humour. I loved the song and shared it on Facebook. Would I have listened to it if it had been a fleeting link on a Facebook update screen? Probably not. Showing what all my friends are listening too is a cool feature and all, but it will never beat person to person recommendations. </p>
<p>I read a great blog about this by <a href="http://www.bewareofthesorrell.com/2011/09/twitter-steps-forward-facebook-steps.html">Mark Sorrell</a> today which really nails this music sharing business:</p>
<blockquote><p>
There are two more nefarious and subtle elements to the lack of new connections on Facebook. Firstly: sharing is boring. If I share music, by listening to music on Spotify, you see me listening to that music and you decide to also listen to that music. We sit there, both listening to that music. We were listening to different music. Now we’re listening to the same music.
</p></blockquote>
<p>He also goes on to my final point: privacy and the right to listen to eighties power ballads without ridicule.</p>
<blockquote><p>
One of the best things about the internet was how it let you be weird in private. It let you look at anything you wanted, anything at all, no matter how strange, unsavory, socially unacceptable or simply at odds with your carefully curated public image. The world had been a place of mass-production and mass consumption. There are four cars, which one do you want? There are twelve bands, which one do you want to listen to? Be normal, you have to be normal, we can only do normal.
</p></blockquote>
<p>(<a href="http://www.bewareofthesorrell.com/2011/09/twitter-steps-forward-facebook-steps.html">The rest of Mark&#8217;s blog is really worth reading, especially about the &#8216;social panoptican&#8217;</a>.)</p>
<p>I&#8217;m sure Facebook is going to do some cool things with music and Spotify. But generally I&#8217;m worried Facebook is aggregating so much of our online life automatically that so much of what made it great in the first place is going to be lost. The serendipity is under threat: I may not talk to a few of my Facebook friends much, but I love the random links that appear on my timeline from some of them. And that&#8217;s still one of Twitter&#8217;s massive strengths: it&#8217;s fun, chaotic and with such an unfiltered stream from so many contacts (many strangers), there&#8217;s never a shortage of bizarre, interesting and fun links to enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/spotify-and-facebook-no-more-guilty-pleasures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook design changes: user experience and the user environment</title>
		<link>http://www.codehesive.com/index.php/archive/facebook-design-changes-user-experience-and-the-user-environment/</link>
		<comments>http://www.codehesive.com/index.php/archive/facebook-design-changes-user-experience-and-the-user-environment/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 16:57:27 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[   Web Design + Development]]></category>
		<category><![CDATA[  Web - General]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Interface design]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.codehesive.com/?p=581</guid>
		<description><![CDATA[So, Facebook rolled out some new design changes today. From the moment I heard about it, I think everyone knew that it&#8217;d be big yet ultimately dull news. As one friend put in a succinct Facebook update: That time of the year has come again &#8211; Facebook layout changes Side effects will include a barrage [...]]]></description>
			<content:encoded><![CDATA[<p>So, Facebook rolled out some new design changes today. From the moment I heard about it, I think everyone knew that it&#8217;d be big yet ultimately dull news.</p>
<p>As one friend put in a succinct Facebook update:</p>
<blockquote><p>
That time of the year has come again &#8211; Facebook layout changes</p>
<p>Side effects will include a barrage of posts from people who claim it has caused them distress, anxiety, agitation, blurred vision, hair loss, insomnia, diarrhoea and erectile dysfunction.
</p></blockquote>
<p>Users hate change. Redesigns at best are met with softly spoken praise; at worst with fury and backlash. </p>
<p>As a designer I always try to stifle my inner-user when dealing with a new design. I try to understand and appreciate the thought behind it, knowing only too well how much time, thought and discussion has been put into every minute detail.</p>
<p>But what also really fascinates me is after using a new design of a site, seeing what others think of it, and trying to reconcile their thoughts with not only my own opinion of the design, but what I think was the strategy behind the design itself.<br />
<span id="more-581"></span><br />
Throughout the day I saw a few interesting reaction to the new design on Twitter (especially after <a href="http://twitter.com/#!/search/%23NewFacebook">#newfacebook</a> started trending):</p>
<p><a href="http://twitter.com/#!/Amaliada/status/116406345682526208"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/baratunde.gif" alt="Change your language to English (UK) and it goes back. I hated the news feed, too." title="Change your language to English (UK) and it goes back. I hated the news feed, too." width="615" height="370" class="aligncenter size-full wp-image-586" /></a></p>
<p><a href="http://twitter.com/#!/search/changeisdumbmmmkay">#changeisdumbmmmkay</a> seems to be quite an apt hashtag joke in this scenario. And I think this is the crux of the problem with this redesign: of course it&#8217;s the change, but more than that it&#8217;s the reason behind the change. <em>What is the reason?</em></p>
<p>Facebook might not have the most perfect interface in the world, and whether or not they are <a href="http://www.bbc.co.uk/news/technology-13760244">losing users</a>, guess what: <em>it works</em>. It works well enough for Facebook to become without a doubt the most important website on the planet (well, at least in the Western world).</p>
<p>Look at the advice given from Twitter user <a href="http://www.twitter.com/Amaliada">Amaliada</a>: change the language to get the previous design back. </p>
<p>The old design worked well enough for users to attempt to <em>hack the settings</em> on a new and unfamiliar product rollout in order to restore the old familiar one. That&#8217;s the sure reaction of a bad user experience.</p>
<p>I never thought I&#8217;d be posting the status update of a user called &#8216;DopeBeiberArmy&#8217; but this next tweet is another insightful look into the despair of users being constantly cajoled from familiar to unfamiliar. (Warning: the update below links to animated Justin Beiber backgrounds &#8212; you&#8217;ve been warned).</p>
<p><a href="http://twitter.com/#!/DopeBieberArmy/status/116540219880259584"><img src="http://www.codehesive.com/wp-content/uploads/2011/09/beiber.gif" alt="I can&#039;t be bothered to learn how to use the #newfacebook because they&#039;re just going to change it in a month anyway." title="I can&#039;t be bothered to learn how to use the #newfacebook because they&#039;re just going to change it in a month anyway." width="615" height="370" class="aligncenter size-full wp-image-585" /></a></p>
<p>&#8216;Release early, release often&#8217; is a well-known mantra. Facebook often sticks to this approach. But these large scale design changes I think are ultimately going to do far more harm than good. </p>
<p>Social media sites suck users in more than any other type of online medium. Users spend many, many hours inside social networks. It becomes akin to a digital home in some respects. It&#8217;s a familiar environment shaped ultimately by user&#8217;s choices: their contacts, links, filters, etc. And I think that environmental aspect needs to better understood and respected.</p>
<p>User &#8216;experiences&#8217; are often fleeting. But when a user starts to feel comfortable and very familiar with a system, that&#8217;s when I think we need to start considering is as <em>user environment</em>. And when that environment is a vital connection to our friends and family, then tampering with that should not be taken lightly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codehesive.com/index.php/archive/facebook-design-changes-user-experience-and-the-user-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

