<?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>Optimus Pete &#187; usability</title>
	<atom:link href="http://tech.petegraham.co.uk/category/usability/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.petegraham.co.uk</link>
	<description>yes i love technology</description>
	<lastBuildDate>Wed, 25 Aug 2010 10:06:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Away with Applications: The Death of Desktop</title>
		<link>http://tech.petegraham.co.uk/2007/05/15/away-with-applications-the-death-of-desktop/</link>
		<comments>http://tech.petegraham.co.uk/2007/05/15/away-with-applications-the-death-of-desktop/#comments</comments>
		<pubDate>Tue, 15 May 2007 15:09:39 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/05/15/away-with-applications-the-death-of-desktop/</guid>
		<description><![CDATA[There is a great talk that went up on Google Videos earlier this month called Away with Applications: The Death of Deskop. In it the speaker, Aza Raskin points out that no work is carried out actually using the computers desktop. He also points out the failing of desktop applications, that you frequently need to [...]]]></description>
			<content:encoded><![CDATA[<p>There is a great talk that went up on Google Videos earlier this month called <a target="_blank" href="http://video.google.com/videoplay?docid=-6856727143023456694">Away with Applications: The Death of Deskop</a>. In it the speaker, Aza Raskin points out that no work is carried out actually using the computers desktop. He also points out the failing of desktop applications, that you frequently need to switch between applications, moving content, to achieve even relatively simple tasks.</p>
<p>I think his points are particularly relevant as we move into an age where many traditional desktop apps are being converted to web applications. I see an increasing trend in web applications of people trying to recreate desktop applications like interfaces in a browser-based setting. Aza urges us to rethink what we know about computer interfaces and to come up with exciting and innovative alternatives.</p>
<p>Traditional applications have had more and more functionality added to them to an extent that they have become <em>“a portmanteau of all possible features”</em>, again it is worrying that many of today’s successful web apps could suffer the same fate. The speaker encourages open APIs and Mash-ups as an alternative and a may to combine applications without having to switch between multiple programs/services.</p>
<p>One of the most interesting parts of the talk for me is when the speaker demos some systems that he&#8217;s been developing himself, one is a command-line interface for launching applications that uses almost real language commands and auto-complete. The other is an interesting zoomable desktop, which is much more work orientated than the traditional model, it also centres around the concept of <em>“content as content”</em>.</p>
<p>At nearly an hour and a half the video is quite long but I found it extremely interesting, the speaker also looks a bit like Rick Moranis of <em>“Honey I shrunk the kids”</em> fame, which has got to be a good thing.</p>
<p># Pete Graham</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/05/15/away-with-applications-the-death-of-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My volatile relationship with Javascript</title>
		<link>http://tech.petegraham.co.uk/2007/03/20/my-volatile-relationship-with-javascript/</link>
		<comments>http://tech.petegraham.co.uk/2007/03/20/my-volatile-relationship-with-javascript/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 17:55:00 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/03/20/my-volatile-relationship-with-javascript/</guid>
		<description><![CDATA[I started work in web development in 2004 at this point in time JavaScript was hugely unpopular in terms of web trends, this is probably because it was mostly used for annoying pop-ups, animations and whole list of other horrendous Internet crimes. I can recall having a King Herod style culling of all JavaScript from [...]]]></description>
			<content:encoded><![CDATA[<p>I started work in web development in 2004 at this point in time JavaScript was hugely unpopular in terms of web trends, this is probably because it was mostly used for annoying pop-ups, animations and whole list of other horrendous Internet crimes. I can recall having a King Herod style culling of all JavaScript from the <a target="_blank" href="http://www.tcat.ac.uk">TCAT website</a>, my first main project.</p>
<p>Recently due to the popularity of AJAX web applications JavaScript’s popularity seems to have exploded again! I’ve had to brush up on my JavaScript skills for some of the User Interface work on <a target="_blank" href="http://phuser.com">phuser.com</a>. Whenever I do JavaScript development I never feel as comfortable as I do with PHP or CSS. It’s definitely the weakest weapon in my web-dev arsenal.</p>
<p>I think it’s time to put my JavaScript prejudices behind me and get my hands dirty with some serious JS development. Now I’m not a JavaScript novice, I’ve got a few DHTML tricks up my sleeve I learnt back in the day. However I rarely write my own JavaScript, if I need a function I’ll look for one someone else has written.</p>
<p>When I’ve needed to learn about Javascript in the past I’ve always find it surprisingly hard to find good quality decent resources (compared to other Web technologies). I shall be posting links to any JavaScript articles/tutorials that I find particularly useful on this blog.</p>
<p><span style="font-weight: bold">Articles</span></p>
<ul>
<li><a target="_blank" href="http://adactio.com/atmedia2005/"> Using JavaScript for good, not evil</a>: Good short intro to unobtrusive JavaScript</li>
<li><a target="_blank" href="http://alistapart.com/articles/behavioralseparation"> Behavoiral Separation</a>: Covers the gallery example of the previous article but more indept code explaination</li>
<li><a href="http://www.howtocreate.co.uk/tutorials/javascript/dombasics"> DOM nodes and tree</a>: Unsurprisingly this provides a good introduction to the DOM (Document Object Model)</li>
</ul>
<p># Pete Graham</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/03/20/my-volatile-relationship-with-javascript/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Paradox of Choice: Less is More</title>
		<link>http://tech.petegraham.co.uk/2007/03/08/the-paradox-of-choice-less-is-more/</link>
		<comments>http://tech.petegraham.co.uk/2007/03/08/the-paradox-of-choice-less-is-more/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:32:16 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/03/08/the-paradox-of-choice-less-is-more/</guid>
		<description><![CDATA[There&#8217;s a superb talk over on Google Videos of Barry Schwartz speaking about &#8220;The Paradox of Choice&#8221;. He covers how we are faced with far too many choices on a daily basis in modern life and how often increased choice leads to greater dissatisfaction. The talk is filled with some compelling evidence and some amusing [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a superb talk over on Google Videos of <a target="_blank" href="http://video.google.com/videoplay?docid=6127548813950043200&#038;q=type%3Agoogle">Barry Schwartz speaking about &#8220;The Paradox of Choice&#8221;</a>. He covers how we are faced with far too many choices on a daily basis in modern life and how often increased choice leads to greater dissatisfaction. The talk is filled with some compelling evidence and some amusing anecdotes. Towards the end of the talk Barry relates the Paradox of Choice to user interface design. He’s written a <a target="_blank" href="http://www.amazon.com/Paradox-Choice-Why-More-Less/dp/0060005688">whole book</a> on the subject that I’m very interested in reading now. I can definitely identify with where old Bazzer is coming from to quote some of my favourite Tool lyrics &#8220;over stimulation numbs me&#8221;.</p>
<p>It is a long talk at 1 hour 4 minutes but well worth watching, you can always check your emails in the boring bits <img src='http://tech.petegraham.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . The quality of the video is very good, much better than most of the videos on YouTube. Here are some of the other talks I&#8217;m planning on checking out:</p>
<ul>
<li><a target="_blank" href="http://video.google.com/videoplay?docid=3897010229726822034&#038;q=debugging+backwards">Debugging Backwards in Time</a></li>
<li><a target="_blank" href="http://video.google.com/videoplay?docid=5159636580663884360&#038;q=type%3Agoogle">How To Break Web Software &#8211; A look at security vulnerabilities in web software</a></li>
<li><a target="_blank" href="http://video.google.com/videoplay?docid=-7230144396191025011&#038;q=type%3Agoogle">Scrum et al.</a></li>
<li><a target="_blank" href="http://video.google.com/videoplay?docid=-7704388615049492068&#038;q=type%3Agoogle">Computers versus Common Sense</a></li>
</ul>
<p>Let me know if you find any especially good tech talks over on Google Video or anywhere else.</p>
<p># Pete Graham</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/03/08/the-paradox-of-choice-less-is-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 100% Easy-2-Read Standard (if you can find it)</title>
		<link>http://tech.petegraham.co.uk/2007/02/06/the-100-easy-2-read-standard-if-you-can-find-it/</link>
		<comments>http://tech.petegraham.co.uk/2007/02/06/the-100-easy-2-read-standard-if-you-can-find-it/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 19:09:00 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/02/06/the-100-easy-2-read-standard-if-you-can-find-it/</guid>
		<description><![CDATA[I read a great Article on how to design websites so they&#8217;re easy to read and aesthetically pleasing yesterday on informationarchitects.jp. I was going to do a short post linking to the article and a few of their others I found especially good, however the article seems to have disappeared from their site! They obviously [...]]]></description>
			<content:encoded><![CDATA[<p>I read a great Article on how to design websites so they&#8217;re easy to read and aesthetically pleasing yesterday on <a target="_blank" href="http://www.informationarchitects.jp/">informationarchitects.jp</a>. I was going to do a short post linking to the article and a few of their others I found especially good, however the article seems to have disappeared from their site! They obviously haven&#8217;t heard <a target="_blank" href="http://www.w3.org/Provider/Style/URI">cool URI&#8217;s don&#8217;t change</a>. Thankfully I managed to grab myself a copy from the Google cache and have stuck it up <a href="http://tech.petegraham.co.uk/the-100-easy-2-read-standard/">here</a> for your viewing pleasure. Enjoy!</p>
<p>When I have time to start tweaking the CSS for this site I think I&#8217;ll increase the font sizes and alter a few of the colours. Currently the fonts haven&#8217;t been changed from the original <a href="http://www.themeporter.com/2007/01/01/binary-news-wordpress-theme/">Binary News theme</a> I used for the base of the design.<br />
# Pete Graham</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/02/06/the-100-easy-2-read-standard-if-you-can-find-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

