<?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; mnmlsm</title>
	<atom:link href="/blog/tag/mnmlsm/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>
	</channel>
</rss>

