<?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; accessibility</title>
	<atom:link href="/blog/tag/accessibility/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>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>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>Some random TGIF blogging</title>
		<link>http://coda.co.za/blog/2003/09/26/some-random-tgif-blogging</link>
		<comments>http://coda.co.za/blog/2003/09/26/some-random-tgif-blogging#comments</comments>
		<pubDate>Fri, 26 Sep 2003 12:43:02 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[criticism]]></category>
		<category><![CDATA[digicam.coza]]></category>
		<category><![CDATA[monopoly]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[pub crawl]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2003/09/26/some-random-tgif-blogging</guid>
		<description><![CDATA[First up: happy birthday to the man with the broken blog. Ian, hope you have a wicked one. Looking forward to getting raucously plastered together sometime soon.I knew there had to be a reason for the box of Monopoly, "the best-selling board game in the world", in our flat: Monopoly Board Pub Crawl. OBJECTIVE: Consume [...]]]></description>
			<content:encoded><![CDATA[<p>First up: happy birthday to the man with the broken blog. <a href="http://foolstop.za.net">Ian</a>, hope you have a wicked one. Looking forward to getting <a href="http://www.everything2.com/index.pl?lastnode_id=386565&amp;node_id=594580" title="Mixed drinks you come up with when you're drunk @ Everything2.com">raucously plastered</a> together sometime soon.I knew there had to be a reason for the box of <a href="http://www.monopoly.com">Monopoly</a>, "<span class="quote">the best-selling board game in the world</span>", in our flat: <a href="http://members.aol.com/whitelegg/monopoly/go.htm">Monopoly Board Pub Crawl</a>. OBJECTIVE: Consume an alcoholic drink at each real location that appears on the Monopoly board (London Edition) in a single day.<br />
<span class="update">UPDATE: <a href="http://www.hasbro.com/monopoly/pl/page.treasurechest/dn/default.cfm" title="The more money you have, the easier it is to own it all">print your own</a> Monopoly money.</span></p>
<p>View a before/during/after <a href="http://www.washingtonpost.com/wp-srv/nation/specials/isabel/frame_main.html" onclick="blogPopup(this.href,'isabel','740','453'); return false;">flash photo gallery</a> of Hurricane Isabel, designed and produced by <a href="http://washingtonpost.com" title="nation, world, technology and Washington area news and headlines">washingtonpost.com</a>.<br />
I've uploaded some more photos over at digicam.coza: <a href="http://digicam.co.za/gallery/categories.php?cat_id=67">03.09.22 - notting hill gate station</a> - one of my favourite (aesthetically speaking) underground stations so far.<br />
Gaby has uploaded a ton of <a href="http://www.manutd.za.net/pictures/2003adventure/page1/index.htm">great photos</a> from her recent adventures through Europe. My 10 favourites: <a href="http://www.manutd.za.net/pictures/2003adventure/page1/pages/03-11_jpg.htm">1</a>, <a href="http://www.manutd.za.net/pictures/2003adventure/page1/pages/03-14_jpg.htm">2</a>, <a href="http://www.manutd.za.net/pictures/2003adventure/page1/pages/03-17_jpg.htm">3</a>, <a href="http://www.manutd.za.net/pictures/2003adventure/page2/pages/04-16_jpg.htm">4</a>, <a href="http://www.manutd.za.net/pictures/2003adventure/page2/pages/06-02_jpg.htm">5</a>, <a href="http://www.manutd.za.net/pictures/2003adventure/page4/pages/07-10_jpg.htm">6</a>, <a href="http://www.manutd.za.net/pictures/2003adventure/page4/pages/09-02_jpg.htm">7</a>, <a href="http://www.manutd.za.net/pictures/2003adventure/page5/pages/11-05_jpg.htm">8</a>, <a href="http://www.manutd.za.net/pictures/2003adventure/page6/pages/13-10_jpg.htm">9</a>, <a href="http://www.manutd.za.net/pictures/2003adventure/page7/pages/16-05_jpg.htm">10</a> - which have inspired me to get my ass into gear and do some hardcore backpacking in the near future.</p>
<p>matthewgood.net is now <a href="http://www.nationofcool.com">nationofcool.com</a>, and features some nice updates including free <a href="http://www.nationofcool.com/downloads.php">mp3 downloads</a>: acoustic versions of <em>Near Fantastica</em> and <em>Lullaby for the New World Order</em>, soundtrack/instrumental version of <em>Weapon</em> and live version of <em>Avalanche</em>.</p>
<p>Sarcasm is just another service I offer:</p>
<blockquote><p>"<a href="http://www.batsa.co.za/oneweb/sites/BAT_53VKER.nsf?open" title="British American Tobacco">Welcome to the BAT.ZA web site</a>. We pride ourselves that we're South Africa's largest cigarette manufacturer, but are unfortunately so ignorant and technologically backward, that we've decided to deny you access to our site based on your browser - which we've so cleverly identified using obsolete detection scripts from the early 90's. Thanks for visiting, now kindly fuck off.</p></blockquote>
<blockquote><p>(P.S. If you do try visit our website in our of the browsers we have forced you to use, you may like to try contact us with some site feedback. Please be warned though that our contact form does not work. It alerts blank messages when you hit the 'Submit' button.)"</p></blockquote>
<p>And lastly, I've improved on my blog <a href="http://www.webaim.org" title="WebAIM - Web Accessibility in Mind">accessibility</a> by defining <a href="http://diveintoaccessibility.org/day_15_defining_keyboard_shortcuts.html" title="Dive Into Accessibility: 30 days to a more accessible web site">keyboard shortcuts</a> using the <code>accesskey</code> attribute in my menu links (see underlined character) and search form. On Windows/Linux, you can press ALT + an access key; on Macintosh, you can press Control + an access key. You might need to refresh this page first if my stylesheet is already cached.</p>
<img src="/blog/?ak_action=api_record_view&id=466&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2003/09/26/some-random-tgif-blogging/feed</wfw:commentRss>
		<slash:comments>4</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>Don&#8217;t use &#8220;click here&#8221; for links</title>
		<link>http://coda.co.za/blog/2003/03/19/dont-use-click-here-for-links</link>
		<comments>http://coda.co.za/blog/2003/03/19/dont-use-click-here-for-links#comments</comments>
		<pubDate>Wed, 19 Mar 2003 11:18:57 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[click here]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[readibility]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2003/03/19/dont-use-click-here-for-links</guid>
		<description><![CDATA[If you're a web developer/designer/copywriter or have any involvement in web sites, continue reading. If your name is Tam, press Alt+F4. ;)
Scattering "click here" throughout your pages breaks the flow of the text, and makes pages harder to read. Reading text on computers is already more difficult than reading print; integrating links with the flow [...]]]></description>
			<content:encoded><![CDATA[<p>If you're a web developer/designer/copywriter or have any involvement in web sites, continue reading. If your name is Tam, press Alt+F4. ;)</p>
<blockquote><p>Scattering "click here" throughout your pages breaks the flow of the text, and makes pages harder to read. Reading text on computers is already more difficult than reading print; integrating links with the flow of text increases readability.</p>
<p><strong>Therefore</strong>, create link text that reads well.</p>
<p>Readable links gain importance when a page is presented in another medium. For example, when a page is printed or read offline, "click here" makes no sense, since clicking doesn't work. Making link text readable improves <a href="http://www.rdrop.com/~half/Creations/Writings/Web.patterns/offline.readability.html" title="Create pages that not only are easy to read offline, but have just as much information as the online version">Offline Readability</a>.</p></blockquote>
<p>Thanks to <a href="http://www.rdrop.com/~half/Personal/Life/ContactInformation.html">Mark L. Irons</a> for making this point about one of my biggest pet peeves atm so clear.</p>
<img src="/blog/?ak_action=api_record_view&id=339&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2003/03/19/dont-use-click-here-for-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An introduction to web accessibility</title>
		<link>http://coda.co.za/blog/2002/11/12/an-introduction-to-web-accessibility</link>
		<comments>http://coda.co.za/blog/2002/11/12/an-introduction-to-web-accessibility#comments</comments>
		<pubDate>Tue, 12 Nov 2002 18:31:47 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2002/11/12/an-introduction-to-web-accessibility</guid>
		<description><![CDATA[Introduction to web accessibility by Steve Vosloo, of independent user experience consultancy Usability Junction.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://cooltech.iafrica.com/features/183928.htm" title="cooltech.iafrica.com">Introduction to web accessibility</a> by Steve Vosloo, of independent user experience consultancy <a href="http://www.usabilityjunction.com" title="Optimising the user experience">Usability Junction</a>.</p>
<img src="/blog/?ak_action=api_record_view&id=243&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2002/11/12/an-introduction-to-web-accessibility/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver MX catching on</title>
		<link>http://coda.co.za/blog/2002/05/15/dreamweaver-mx-catching-on</link>
		<comments>http://coda.co.za/blog/2002/05/15/dreamweaver-mx-catching-on#comments</comments>
		<pubDate>Wed, 15 May 2002 10:13:32 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[macromedia]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coda.co.za/blog/2002/05/15/dreamweaver-mx-catching-on</guid>
		<description><![CDATA[Well I'm glad to see that Dreamweaver MX is up to scratch.
 To meet the rising needs of CSS-conscious designers, Macromedia Dreamweaver MX includes many new and improved CSS-related features. With these new features, you can plan for future updates, build websites that are more compatible with World Wide Web Consortium (W3C) standards, and comply [...]]]></description>
			<content:encoded><![CDATA[<p>Well I'm glad to see that <a href="http://www.macromedia.com/desdev/mx/dreamweaver/articles/css_practices.html" target="_blank" title="Best practices with CSS in Dreamweaver MX">Dreamweaver MX</a> is up to scratch.</p>
<blockquote><p> To meet the rising needs of CSS-conscious designers, Macromedia Dreamweaver MX includes many new and improved CSS-related features. With these new features, you can plan for future updates, build websites that are more compatible with World Wide Web Consortium (W3C) standards, and comply with new accessibility laws.</p></blockquote>
<p>Check out the <a href="http://www.macromedia.com/desdev/mx/dreamweaver/articles/css_practices.html" target="_blank" title="Best practices with CSS in Dreamweaver MX">article</a> for more info.</p>
<img src="/blog/?ak_action=api_record_view&id=62&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://coda.co.za/blog/2002/05/15/dreamweaver-mx-catching-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

