<?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>blog - coda.coza &#187; usability</title>
	<atom:link href="/blog/tag/usability/feed" rel="self" type="application/rss+xml" />
	<link>http://coda.co.za/blog</link>
	<description>dress up. leave a false name. be legendary.</description>
	<lastBuildDate>Thu, 23 Jun 2011 05:01:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Thoughts on mnmlsm</title>
		<link>http://coda.co.za/blog/2008/06/23/thoughts-on-mnmlsm</link>
		<comments>http://coda.co.za/blog/2008/06/23/thoughts-on-mnmlsm#comments</comments>
		<pubDate>Sun, 22 Jun 2008 22:41:32 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[evangelism]]></category>
		<category><![CDATA[KISS]]></category>
		<category><![CDATA[minimalism]]></category>
		<category><![CDATA[mnmlsm]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user-centered]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/?p=939</guid>
		<description><![CDATA[In Mark Pilgrim's recent post on Minimalism, he rationalises the simplifying of his blog design by completely removing all superflous and redundant functionality from his pages in favour of the tools natively supported by the web browser itself (a modern one, at least). His list includes:

No page titles in favour of the browser window's title [...]]]></description>
			<content:encoded><![CDATA[<p>In Mark Pilgrim's recent post on <a href="http://diveintomark.org/archives/2008/06/21/minimalism">Minimalism</a>, he rationalises the simplifying of his blog design by completely removing all superflous and redundant functionality from his pages in favour of the tools natively supported by the web browser itself (a modern one, at least). His list includes:</p>
<ul>
<li>No page titles in favour of the browser window's title bar</li>
<li><a href="http://www.petefreitag.com/item/384.cfm">Feed Autodiscovery</a> in favour of RSS/Atom feed buttons and links</li>
<li><a href="http://diveintoaccessibility.org/day_9_providing_additional_navigation_aids.html">Navigation aids</a> in favour of previous/next links</li>
<li><a href="http://www.opensearch.org">OpenSearch</a> in favour of a search form</li>
</ul>
<p>Another classic example of redundant functionality is the "print this page" link that you'll still easily find littering the web. Bonus annoyance points for launching a popup window. The intention behind this madness is to provide the user with a print-friendly version of the page content. But with today's <a href="http://www.getfirefox.com">modern</a> <a href="http://www.opera.com/products/desktop/">web</a> <a href="http://www.apple.com/safari/">browsers</a>, the best practice is of course to support CSS media types for multiple devices. A <a href="http://www.webcredible.co.uk/user-friendly-resources/css/print-stylesheet.shtml">print style sheet</a> is very easy to create, test and implement. And if you don't like multiple style sheets, you can <a href="http://meiert.com/en/blog/20070221/print-style-sheets-the-basics-for-no-excuses/">include your print rules</a> in your global file to reduce server requests.</p>
<p>Some more quick examples of redundant functionality:</p>
<ul>
<li>controls to adjust text sizes</li>
<li>"make this your home page" links</li>
<li>"launch external links in a new window" option</li>
<li>displaying the current date and time</li>
</ul>
<p>Duplicating browser functionality in-page dumbs down the experience into a cross-browser compliancy mess. The practice of shifting user control from the page to the browser is very tempting for a number of reasons:</p>
<ol>
<li>The consistency of the user experience is improved across the web. This is huge. Users don't need to waste time hunting for a search form, pagination, feed links or print controls if they know where to find these in one standard place within their browser. Both Firefox 2+ and IE7+ support <a href="http://en.wikipedia.org/wiki/OpenSearch">OpenSearch</a> - imagine how much more improved the implementations could be in the context of this post.</li>
<li>Users become instinctively more familiar with the powerful possibilities provided by their web browser, and potentially their PC's applications in general.</li>
<li>By reducing the amount of JavaScript on the page (which is responsible for reproducing most of the functionality), you're reducing the potential for scripting-related issues to occur.</li>
<li>It frees up valuable screen space for more appropriate and useful content.</li>
</ol>
<p>Although still a work in progress, Mark's approach is drastic and for most practical purposes, unrealistic. I love that it's progressive and places focus on the content (a topic I've been meaning to blog about for quite a while) - it's almost a glimpse into the web of the future. But it suffers with no <a href="http://en.wikipedia.org/wiki/Backward_compatibility">backward compatibility</a>. He also mentions that some of his decisions aren't user-centered but rather personal-related, as bizarre and self-defeating as that sounds. On his new <a href="http://diveintomark.org/archives">archives page</a>:</p>
<blockquote><p>If you like it too, that’s nice, but I don’t care about your opinion nearly as much as you might think.</p></blockquote>
<p>His commenting system currently only supports OpenID users, so as an Anonymous user, I left the following thought (I can't remember where I first read this, and I can't find it elsewhere either, so no credit unfortunately):</p>
<blockquote><p>Less is more. Until more is less.</p></blockquote>
<p>I've integrated this one liner into my creative thought process, which I hope is obvious on this site. There's a fine line between <em>overdesigning</em>, or providing so much to the point that the experience becomes overwhelming, and <em>underdesigning</em>, or simplifying to the point that the most basic design concepts (heirarchy, navigation, accessibility) are compromised. Finding a balance isn't a complicated or challenging task, it just requires insight and carefully considered planning.</p>
<p>Second-guessing <em>every</em> detail is a good place to start if you have an existing site. Question what value it serves to your users, if at all, and if that value justifies its position on the page. I think the biggest mistake we make is to add stuff to our designs that we see elsewhere, without considering it in our own unique context. Just because John has a feed icon the size of a house in his sidebar, doesn't necessarily translate to more subscribers. In my eyes it screams of desperation.</p>
<p>My blog sidebar is a perfect example of where I've applied this thinking: I have plenty of vertical white space to litter and decorate it with all kinds of non-essential content, banners and buttons, but I know that will detract from the overall experience so I choose not to. I only show what I think it relevant to the content on that particular page and useful to the reader.</p>
<p>My footer is also designed to be as simple as possible. Many site footers brag about the W3C web standards-compliancy of their HTML markup or style sheets. Tech-related footers brag about the time it took for the page to render on their server. I used to think this was all useful or fun myself, but that was when it still mattered. If that information is really worth sharing, include it on a separate "about" page.</p>
<p>I'd even be willing to argue the usefulness of the popular "back to top" link, but I suspect it has a newfound place on mobile devices or is required by assistive technologies, in which case it should only be visible in those instances.</p>
<p>The web, however you prefer to tag or version it, is forever evolving and maturing. But the adoption of new ideas will unfortunately always rely on usage patterns evolving with it.</p>
<p>It's unfair to argue that it's the sole responsibility of any user to familiarise themselves with the necessary skills and tools required to become a comfortably proficient web user in the first place. And as the current online trends reveal, some unfortunate and regretful decisions by those of us building the web over the years have already suppressed the perfect user experience. For now, at least.</p>
<p>(Side-note: I have a particular site in mind that partly prompted this post, but I'll leave that for a follow-up.)</p>
<img src="/blog/?ak_action=api_record_view&id=939&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2008/06/23/thoughts-on-mnmlsm/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Top Ten Web Design Mistakes of 2005</title>
		<link>http://coda.co.za/blog/2005/10/04/top-ten-web-design-mistakes-of-2005</link>
		<comments>http://coda.co.za/blog/2005/10/04/top-ten-web-design-mistakes-of-2005#comments</comments>
		<pubDate>Tue, 04 Oct 2005 04:15:45 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[check list]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2005/10/04/top-ten-web-design-mistakes-of-2005</guid>
		<description><![CDATA[Jakob Nielsen's Alertbox, October 3, 2005:
Top Ten Web Design Mistakes of 2005
The oldies continue to be goodies - or rather, baddies - in the list of design stupidities that irked users the most in 2005.
There's value in reminding ourselves of past findings and raising their priority on the agenda of things to be fixed. Because [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.useit.com/jakob/">Jakob Nielsen</a>'s Alertbox, October 3, 2005:<br />
<strong><a href="http://www.useit.com/alertbox/designmistakes.html">Top Ten Web Design Mistakes of 2005</a></strong></p>
<blockquote><p>The oldies continue to be goodies - or rather, baddies - in the list of design stupidities that irked users the most in 2005.</p>
<p>There's value in reminding ourselves of past findings and raising their priority on the agenda of things to be fixed. Because these mistakes continue to be so common, it makes sense that people continue to complain about them the most.</p></blockquote>
<p>Number 10, <strong>Inadequate Photo Enlargement</strong>, really gets on my tits! Number 9 follows close behind: <strong>Frozen Layouts with Fixed Page Widths</strong>. Or more specifically, a fixed width layout that was designed to fit an 800x600 viewport but forces a horizontal scrollbar anyway.</p>
<p>A good usability check list.</p>
<img src="/blog/?ak_action=api_record_view&id=687&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2005/10/04/top-ten-web-design-mistakes-of-2005/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Joel on Software on the iPod</title>
		<link>http://coda.co.za/blog/2005/07/27/joel-on-software-on-the-ipod</link>
		<comments>http://coda.co.za/blog/2005/07/27/joel-on-software-on-the-ipod#comments</comments>
		<pubDate>Wed, 27 Jul 2005 13:19:58 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2005/07/27/joel-on-software-on-the-ipod</guid>
		<description><![CDATA[Joel on Software on the iPod:
Or look at the iPod. You can't change the battery. So when the battery dies, too bad. Get a new iPod. Actually, Apple will replace it if you send it back to the factory, but that costs $65.95. Wowza.
Why can't you change the battery?
My theory is that it's because Apple [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joelonsoftware.com/articles/HighNotes.html" title="Hitting the High Notes">Joel on Software on the iPod</a>:</p>
<blockquote><p>Or look at the iPod. <em>You can't change the battery</em>. So when the battery dies, <em>too bad. Get a new iPod</em>. Actually, Apple will replace it if you send it back to the factory, but that costs $65.95. Wowza.</p>
<p>Why can't you change the battery?</p>
<p>My theory is that it's because Apple didn't want to mar the otherwise perfectly smooth, seamless surface of their beautiful, sexy iPod with one of those ghastly battery covers you see on other cheapo consumer crap, with the little latches that are always breaking and the seams that fill up with pocket lint and all that general yuckiness. The iPod is the most seamless piece of consumer electronics I have ever seen. It's beautiful. It <em>feels</em> beautiful, like a smooth river stone. One battery latch can blow the whole river stone effect.</p>
<p>Apple made a decision based on <em>style</em>, in fact, iPod is full of decisions that are based on style. And style is not something that 100 programmers at Microsoft or 200 industrial designers at the inaptly-named Creative are going to be able to achieve, because they don't have <a href="http://www.designmuseum.org/design/index.php?id=63">Jonathan Ive</a>, and there aren't a heck of a lot of Jonathan Ives floating around.</p>
<p>I'm sorry, I can't stop talking about the iPod. That beautiful thumbwheel with its little clicky sounds ...  Apple spent <em>extra money</em> putting a speaker <em>in the iPod itself</em> so that the thumbwheel clicky sounds would come from the thumbwheel. They could have saved pennies ... <em>pennies!</em> by playing the clicky sounds through the headphones. But the thumbwheel makes you feel like you're in control. People like to feel in control. <em>It makes people happy to feel in control.</em> The fact that the thumbwheel responds smoothly, fluently, and <em>audibly</em> to your commands makes you <em>happy</em>. Not like the other 6,000 pocket-sized consumer electronics bit of junk which take so long booting up that when you hit the on/off switch you have to wait a minute to find out if anything happened. Are you in control? Who knows? When was the last time you had a cell phone that went on the instant you pressed the on button?</p></blockquote>
<img src="/blog/?ak_action=api_record_view&id=672&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2005/07/27/joel-on-software-on-the-ipod/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Were they even thinking?</title>
		<link>http://coda.co.za/blog/2005/01/10/were-they-even-thinking</link>
		<comments>http://coda.co.za/blog/2005/01/10/were-they-even-thinking#comments</comments>
		<pubDate>Mon, 10 Jan 2005 07:03:13 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amoebacorp]]></category>
		<category><![CDATA[criticism]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2005/01/10/were-they-even-thinking</guid>
		<description><![CDATA[There's good design. There's bad design. Then there's the "holy crap! what the hell were they thinking?" kind.
Listed on netdiver's Best of the Year 2004 page, AmoebaCorp: Graphic Design and Visual Communications Company in Toronto. I only clicked on their listing because I've always liked the name. Say it with me, "amoeba"..."amoeba"..."a-m-o-e-b-a-a-a-a"... ok! Moving on...
Unique, [...]]]></description>
			<content:encoded><![CDATA[<p>There's good design. There's bad design. Then there's the "<span class="quote">holy crap! what the hell were they thinking?</span>" kind.</p>
<p>Listed on netdiver's <a href="http://netdiver.net/newsarchive/boty04.php" title="'These sites are a tribute to the immense talent of designers across many media and disciplines'">Best of the Year 2004</a> page, <a href="http://www.amoebacorp.com">AmoebaCorp</a>: Graphic Design and Visual Communications Company in Toronto. I only clicked on their listing because I've always liked the name. Say it with me, "<span class="quote">amoeba</span>"..."<span class="quote">amoeba</span>"..."<span class="quote">a-m-o-e-b-a-a-a-a</span>"... ok! Moving on...</p>
<p>Unique, innovative, stellar concept and craftmanship - is not how I would categorize them. I've never encountered a website with such a frustrating and pointless site-wide navigation system. You'll probably check it out now. It will resize and reposition your web browser window. That might annoy you. After making a silly decision on their splash screen - you choose the Flash option (yes, <a href="http://www.macromedia.com/software/player_census/flashplayer/version_penetration.html" title="Macromedia Flash Player Version Penetration">Flash 7</a>) because it's more prominent and "<span class="quote">rock and roll</span>" - it will launch in a popup window. That might annoy you. The popup window might be blocked by your browser. That <em>will</em> annoy you.</p>
<p>So you're finally <em>in</em> the site? Great - <strong>let's play a game!</strong><br />
Before we start, I suggest you disable the sound in the top right corner by clicking on the <strong>N</strong>. It doesn't really disable the sound, it just gets rid of the music. I guarantee, after the novelty of those bleeps and distorted frog croaks wears off, it will drive you insane.</p>
<p>+10 points if you can figure out how the navigation works; -10 points if you develop a headache trying. +10 points if you can navigate to the "contact" page on first attempt; -10 points if you land up somewhere else or get stuck in some other section for over a minute.</p>
<p>In retrospect, this example is probably better classified as a "<span class="quote">were they even thinking?</span>" kind of design.</p>
<img src="/blog/?ak_action=api_record_view&id=632&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2005/01/10/were-they-even-thinking/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Introducing Musica Digital</title>
		<link>http://coda.co.za/blog/2005/01/05/introducing-musica-digital</link>
		<comments>http://coda.co.za/blog/2005/01/05/introducing-musica-digital#comments</comments>
		<pubDate>Wed, 05 Jan 2005 04:34:35 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[criticism]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[musica]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2005/01/05/introducing-musica-digital</guid>
		<description><![CDATA[I'll keep it constructive.
Introducing Musica Digital, South Africa's first digital music store, which I discovered via Paul's own review.
First impressions last, and this was mine - a poorly designed page reading:
The site you have tried to enter requires Internet Explorer 6 (or better) with Windows Media Player 7 (or better) on Windows XP, 2000, Me [...]]]></description>
			<content:encoded><![CDATA[<p>I'll keep it constructive.<br />
Introducing <a href="http://www.musica.co.za/digital/">Musica Digital</a>, South Africa's first digital music store, which I discovered via <a href="http://stormfront.typepad.com/journal/2004/12/south_africans_.html" title="Crikey - Musica digital store">Paul</a>'s own review.</p>
<p>First impressions last, and this was mine - a poorly designed page reading:</p>
<blockquote><p>The site you have tried to enter requires Internet Explorer 6 (or better) with Windows Media Player 7 (or better) on Windows XP, 2000, Me or 98. Click <a href="javascript:window.open('http://sib1.od2.com/common/drdownload/doctor-detect.asp','drdownload', windowprops3);window.location.reload();">Here</a> to use our Doctor Download application to help you check your configuration alternatively <a href="mailto:drdownload@od2.com">Email Dr Download</a>.</p></blockquote>
<p>Right then. So <a href="/archive/20030908/13:26:07/" title="M-Not On Demand">we already know</a> about the dangers of taking this Microsoft-centric approach; I won't go into that again. But what's this "Doctor Download" stuff? Can I trust it? I clicked on the ignorantly-named "Here" link and received a popup window with the following:</p>
<blockquote><p><strong>We're Sorry!</strong> There has been a problem that means you can't continue. The problem code is: 200501050143446657...</p></blockquote>
<p>Truly helpful. Next, I decided to dig around behind the scenes using IE 6, their single browser of choice. Musica use frames (ack) to disguise <a href="http://sib1.od2.com/common/Framework.aspx?shid=0633002E">the real URL</a> of the site. It turns out that the entire service is provided and hosted by <a href="http://www.ondemanddistribution.com">OD2: On Demand Distribution</a>, who manage a diverse set of on-line <a href="http://www.ondemanddistribution.com/eng/outlets/outlets.asp">retailers</a> (I counted over 40). All of which are built with the same Microsoft-only requirements. In fact, they haven't even done a very good job of explaining the relationship between themselves and Musica on the site. If you browse the <a href="http://sib1.od2.com/common/Framework.aspx?shid=0633002E"><acronym title="Frequently Asked Questions">FAQ</acronym></a>, under the "<span class="quote">Who are we</span>" section:</p>
<blockquote><p>We are On Demand Distribution Plc, registered in England, No. 3935034</p></blockquote>
<p>In other words, "<span class="quote">we're not Musica</span>". Isn't there something called client trust? Isn't it most important on this largely insecure, <a href="http://en.wikipedia.org/wiki/Phishing" title="Phishing @ Wikipedia">phishing</a>-rife commerce medium we call the Internet? Questions Musica should be asking themselves. No mention is made by OD2 in their FAQ about their affiliation with Musica, so who are you really dealing with?</p>
<p>I should mention, as a side-note, that using frames will prevent their users from <span style="text-decoration: line-through">bookmarking</span> favouriting a page - their favourite Artist, for example. Unless they're advanced enough (I wouldn't count on it) to know that right-clicking a link to that Artist and selecting "Add to Favourites.." is the only way they'll be able to shortcut to that page in future.</p>
<p>Another interesting observation: one of their <a href="http://sib1.od2.com/common/Framework.aspx?shid=0633002E">PC Requirements</a> is that you don't have any Popup Blockers installed. They claim that their site doesn't work without popups. Now that's rich.</p>
<p>I've e-mailed Musica (or is that OD2?) for an explanation on why their site is targetted at a Microsoft-only audience.</p>
<p>Favourite song of the moment: <a href="http://www.btmusic.com" title="Brian Transeau">BT</a> - Circles.</p>
<p>UPDATE [06/01]: <a href="http://allafrica.com" title="African news and information for a global audience">allAfrica.com</a> feature a December article on the store: '<a href="http://allafrica.com/stories/200412160276.html">Musica Joins Download Revolution</a>', and mention how "This legal downloading of music might boost the already booming MP3 market". MP3, you say? The Musica Store only offers 128kbps WMA downloads.</p>
<p><span class="update">Further reading:</span></p>
<ul>
<li>'<a href="http://biz.yahoo.com/prnews/041213/sfm022_1.html">Loudeye Powers Its First Music Download Store in South Africa</a>', via Yahoo! Financial News - 13 December, 2004</li>
<li>'<a href="http://www.mg.co.za/content/l3.asp?cg=Leisure-Online&amp;ao=176559">SA gets large-scale music download site</a>', via Mail and Guardian - 13 December, 2004</li>
<li>'<a href="http://www.news24.com/News24/Entertainment/Local/0,6119,2-1225-1242_1635766,00.html">SA: Download music for R10</a>', via News24.com - 14 December, 2004</li>
</ul>
<img src="/blog/?ak_action=api_record_view&id=630&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2005/01/05/introducing-musica-digital/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Usability News 6.2</title>
		<link>http://coda.co.za/blog/2004/07/17/usability-news-62</link>
		<comments>http://coda.co.za/blog/2004/07/17/usability-news-62#comments</comments>
		<pubDate>Sat, 17 Jul 2004 04:58:18 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2004/07/17/usability-news-62</guid>
		<description><![CDATA[Usability News 6.2 issue is out - worth a read if your work is web-related.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.usabilitynews.org">Usability News 6.2</a> issue is out - worth a read if your work is web-related.</p>
<img src="/blog/?ak_action=api_record_view&id=582&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2004/07/17/usability-news-62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new Firefox theme</title>
		<link>http://coda.co.za/blog/2004/06/14/a-new-firefox-theme</link>
		<comments>http://coda.co.za/blog/2004/06/14/a-new-firefox-theme#comments</comments>
		<pubDate>Mon, 14 Jun 2004 13:58:03 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[criticism]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2004/06/14/a-new-firefox-theme</guid>
		<description><![CDATA[
I started a new Firefox theme this weekend. It remains to be seen how far I'll get. The Firefox project is approaching a milestone 1.0 release and it would be nice to have it done by then. In the meantime, check out Charamel - quite nice, if you don't mind those colours.
Amazon.com interestingly don't let [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/blog/wp-content/uploads/2008/03/blade.gif" alt="Untitled Mozilla Theme" /></p>
<p>I started a new <a title="The Browser, Reloaded" href="http://www.mozilla.org/products/firefox/">Firefox</a> theme this weekend. It remains to be seen how far I'll get. The Firefox project is approaching a milestone 1.0 release and it would be nice to have it done by then. In the meantime, check out <a title="Charamel is a theme for Mozilla Firefox &amp; Mozilla Thunderbird" href="http://members.shaw.ca/lucx/">Charamel</a> - quite nice, if you don't mind those colours.</p>
<p><a href="http://www.amazon.com">Amazon.com</a> interestingly don't let you bookmark a search result. For example, returning to a search result URL - <a href="http://www.amazon.com/exec/obidos/search-handle-form/103-6278745-5746238">http://www.amazon.com/exec/obidos/search-handle-form/103-6278745-5746238</a> - displays a page claiming that there appears to be a bug in the web browser you are currently using. It would be nice if they could design their search application to accept query strings for bookmarking purposes, and if that's too much trouble, at least not blame the user's browser for their shortcomings.</p>
<img src="/blog/?ak_action=api_record_view&id=560&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2004/06/14/a-new-firefox-theme/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>The What, Why, and How of User-Centered Design</title>
		<link>http://coda.co.za/blog/2003/08/29/the-what-why-and-how-of-user-centered-design</link>
		<comments>http://coda.co.za/blog/2003/08/29/the-what-why-and-how-of-user-centered-design#comments</comments>
		<pubDate>Fri, 29 Aug 2003 15:40:03 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2003/08/29/the-what-why-and-how-of-user-centered-design</guid>
		<description><![CDATA[Usability 101: the What, Why, and How of User-Centered Design.
This is the article to give to your boss or anyone else who doesn't have much time, but needs to know the basic usability facts.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.useit.com/alertbox/20030825.html" title="Jakob Nielsen's Alertbox, August 25, 2003">Usability 101</a>: the What, Why, and How of User-Centered Design.</p>
<blockquote><p>This is the article to give to your boss or anyone else who doesn't have much time, but needs to know the basic usability facts.</p></blockquote>
<img src="/blog/?ak_action=api_record_view&id=446&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2003/08/29/the-what-why-and-how-of-user-centered-design/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Launch popup windows properly</title>
		<link>http://coda.co.za/blog/2003/08/20/launch-popup-windows-properly</link>
		<comments>http://coda.co.za/blog/2003/08/20/launch-popup-windows-properly#comments</comments>
		<pubDate>Wed, 20 Aug 2003 18:35:12 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[criticism]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[popup windows]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2003/08/20/launch-popup-windows-properly</guid>
		<description><![CDATA[No real news to report, other than that this evening we're going to check out a couple of flat shares in the area, for potential permanent accommodation. Hopefully by next week, our living conditions will be (at least) habitable.
Surfing some websites, I stumbled upon the site for Agency Republic via ventilate.ca. This website is a [...]]]></description>
			<content:encoded><![CDATA[<p>No real news to report, other than that this evening we're going to check out a couple of flat shares in the area, for potential permanent accommodation. Hopefully by next week, our living conditions will be (at least) habitable.</p>
<p>Surfing some websites, I stumbled upon the site for <a href="http://www.agencyrepublic.com">Agency Republic</a> via <a href="http://www.ventilate.ca" title="ventilating all that is Canadian and all that is not">ventilate.ca</a>. This website is a prime example of why popup windows, married with a web browser that has built-in <a href="http://www.deftone.com/blogzilla/archives/ad_blocking.html" title="Blogzilla - a blog about Mozilla: Ad Blocking">ad blocking</a> capability, are becoming increasingly useless in terms of reaching a maximum audience.</p>
<p>I have popup windows disabled in <a href="http://www.mozilla.org/releases/#1.4" title="Mozilla 1.4 - Released June 30, 2003">my browser</a>. When I visit a site that tries to launch a popup window, I receive an alert in the status bar - clicking on this alert gives me the option to add this site to a list which in future will be allowed to launch unrequested popups.</p>
<p>The problem with the <em>Agency Republic</em> site however, is that they redirect across three domain names in the process to launch the site in a popup. ie. <a href="http://www.agencyrepublic.com">agencyrepublic.com</a> redirects to <a href="http://www.agencyrepublic.com.futuresite.register.com">agencyrepublic.com.futuresite.register.com</a> which in turn links to <a href="http://www.arepublic.com">arepublic.com</a> - all within a frameset. Which made it virtually impossible for me to view the site without viewing the source of the pages to find the <acronym title="Uniform Resource Locator">URL</acronym>s.</p>
<p>How annoying. If you need to create a popup window, at least <a href="http://www.youngpup.net/?request=/articles/how-to-create-popups.xml" title="How to Create Pop-Up Windows">do it properly</a>.</p>
<p>More games to make your day at work even less productive: <a href="http://mahnkiman.tweekmonster.org/stuff/TheLegoTreasureHunt.swf">The Lego Treasure Hunt</a> by Martin Sears, and <a href="http://www.operationslaps.com" title="hand to hand combat facility">Operation Slaps</a> by <a href="http://www.nowwashyourhands.com" title="UK Design Company">NWYH</a>.</p>
<img src="/blog/?ak_action=api_record_view&id=432&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2003/08/20/launch-popup-windows-properly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recognize a Weblog tool by its permalinks</title>
		<link>http://coda.co.za/blog/2003/08/12/how-to-recognize-a-weblog-tool-by-its-permalinks</link>
		<comments>http://coda.co.za/blog/2003/08/12/how-to-recognize-a-weblog-tool-by-its-permalinks#comments</comments>
		<pubDate>Tue, 12 Aug 2003 20:27:56 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[weblog]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2003/08/12/how-to-recognize-a-weblog-tool-by-its-permalinks</guid>
		<description><![CDATA[I was ranting about Blogger's permalink URIs a while ago. Relating to that, I just picked up on this post: 'How to recognize a Weblog tool by its permalinks' over at mpt, which in turn is inspired by Julian Missig. But as always, nobody says is better than the Mozilla UI man himself. Worth reading [...]]]></description>
			<content:encoded><![CDATA[<p>I was ranting about Blogger's permalink URIs <a href="/archive/20030604/03:33:24/">a while ago</a>. Relating to that, I just picked up on this post: '<a href="http://mpt.phrasewise.com/2003/07/26#a534">How to recognize a Weblog tool by its permalinks</a>' over at <a href="http://mpt.phrasewise.com">mpt</a>, which in turn is inspired by <a href="http://missig.org/julian/blog/">Julian Missig</a>. But as always, nobody says is better than the Mozilla UI man himself. Worth reading if by a small chance this kind of thing interests you. If that doesn't, <a href="http://homepage.mac.com/gapodaca/digital/digital.html" title="Greg's Digital Portfolio">this</a> most certainly will.</p>
<p>Update your virus definitions: <a href="http://securityresponse.symantec.com/avcenter/venc/data/w32.blaster.worm.html" title="Symantec Security Response">W32.Blaster.Worm</a> has arrived.</p>
<img src="/blog/?ak_action=api_record_view&id=426&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2003/08/12/how-to-recognize-a-weblog-tool-by-its-permalinks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

