<?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>Glen Scott - Keeping it simple &#187; usability</title>
	<atom:link href="http://www.glenscott.co.uk/blog/category/usability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glenscott.co.uk/blog</link>
	<description>Thoughts on software development and other geeky pursuits.</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Steve Krug on Usability Testing</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/09/steve-krug-on-usability-testing/</link>
		<comments>http://www.glenscott.co.uk/blog/2009/02/09/steve-krug-on-usability-testing/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 10:50:19 +0000</pubDate>
		<dc:creator>Glen</dc:creator>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=300</guid>
		<description><![CDATA[Good introduction to usability testing on a budget: Download free chapters on user testing from Steve&#8217;s book, Don&#8217;t Make Me Think.]]></description>
			<content:encoded><![CDATA[<p>Good introduction to usability testing on a budget:</p>
<p><embed src="http://blip.tv/play/Ad_LKQA" type="application/x-shockwave-flash" width="480" height="400" allowscriptaccess="never"></embed></p>
<ul>
<li>Download <a href="http://www.sensible.com/secondedition/index.html">free chapters on user testing</a> from Steve&#8217;s book, <em>Don&#8217;t Make Me Think</em>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.glenscott.co.uk/blog/2009/02/09/steve-krug-on-usability-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The problem with complex error messages</title>
		<link>http://www.glenscott.co.uk/blog/2008/12/07/the-problem-with-complex-error-messages/</link>
		<comments>http://www.glenscott.co.uk/blog/2008/12/07/the-problem-with-complex-error-messages/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 22:26:39 +0000</pubDate>
		<dc:creator>Glen</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[bestpractice]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[exceptionhandling]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=264</guid>
		<description><![CDATA[Whilst I found myself agreeing with most of Jeff Atwood&#8217;s post The Problem With Logging, I strongly disagree with his third point: If it&#8217;s worth saving to a logfile, it&#8217;s worth showing in the user interface. This is the paradox: if the information you&#8217;re logging is at all valuable, it deserves to be surfaced in [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst I found myself agreeing with most of Jeff Atwood&#8217;s post <a href="http://www.codinghorror.com/blog/archives/001192.html">The Problem With Logging</a>, I strongly disagree with his third point:</p>
<blockquote><p>If it&#8217;s worth saving to a logfile, it&#8217;s worth showing in the user interface. This is the paradox: if the information you&#8217;re logging is at all valuable, it deserves to be surfaced in the application itself, not buried in an anonymous logfile somewhere. Even if it&#8217;s just for administrators. Logfiles are all too often where useful data goes to die, alone, unloved and ignored.</p></blockquote>
<p>This fails to take into consideration the two very distinct types of error messages that an application should have:  <strong>administrator focused</strong> and <strong>user focused</strong>.  Both of these error messages can be triggered by the same error condition.  A problem occurs when you display administrator focused messages to the user:  anyone that has come across largely meaningless error codes rather than a friendly human-readable language has experienced this less-than-valuable approach to logging.</p>
<p><img src="http://homepage.mac.com/bradster/iarchitect/images/vbsys1.gif" alt="useless error mesage" style="margin: 10px" /></p>
<p><a href="http://www.useit.com/alertbox/20010624.html">Good error messages</a> are essential to any application, and so are adminstrator focused messages, but let&#8217;s remember these are two very distinct features and need to be separated as necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenscott.co.uk/blog/2008/12/07/the-problem-with-complex-error-messages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

