 <?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>Broken Links &#187; design</title>
	<atom:link href="http://www.broken-links.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.broken-links.com</link>
	<description>Thoughts on web development and technologies by Peter Gasston</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:10:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://www.broken-links.com/?pushpress=hub'/>
		<item>
		<title>The Uncanny Valley and Realism in UI Design</title>
		<link>http://www.broken-links.com/2010/01/25/the-uncanny-valley-and-realism-in-ui-design/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-uncanny-valley-and-realism-in-ui-design</link>
		<comments>http://www.broken-links.com/2010/01/25/the-uncanny-valley-and-realism-in-ui-design/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:54:01 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[IA & UX]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[prototyping]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=697</guid>
		<description><![CDATA[Last year I began exploring the idea of the uncanny valley as it applies to creating prototypes, using a panel from Understanding Comics as an illustration. Lukas Mathis at UX Magazine has had a similar idea, but explored it in much more depth and with greater clarity.]]></description>
			<content:encoded><![CDATA[<p>Last year I began exploring the idea of <a href="http://www.broken-links.com/2009/07/17/on-the-uncanny-valley-creating-prototypes/">the uncanny valley as it applies to creating prototypes</a>, using a panel from <em>Understanding Comics</em> as an illustration. Lukas Mathis at UX Magazine has had a similar idea, but <a href="http://uxmag.com/design/realism-in-ui-design">explored it in much more depth and with greater clarity</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2010/01/25/the-uncanny-valley-and-realism-in-ui-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Preloaded.com: The Front-end</title>
		<link>http://www.broken-links.com/2010/01/21/building-preloaded-com-the-front-end/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=building-preloaded-com-the-front-end</link>
		<comments>http://www.broken-links.com/2010/01/21/building-preloaded-com-the-front-end/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:53:37 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[glow]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=686</guid>
		<description><![CDATA[This post discusses the redesign project of my employer’s own website, Preloaded.com, and is cross-posted from there with permission.

At the beginning of the redesign project we agreed some design tenets: the new site should be a best-practice showcase and an opportunity to learn and use some of the latest web technologies; and it should employ existing services where practical.]]></description>
			<content:encoded><![CDATA[<p><em>This subject of this post is the redesign of my employer’s website, <a href="http://preloaded.com/">Preloaded.com</a>, and is cross-posted from the Preloaded blog with permission.</em></p>
<p>At the beginning of the redesign project we agreed some design tenets: the new site should be a best-practice showcase and an opportunity to  learn and use some of the latest web technologies; and it should employ existing services where practical.</p>
<p><span id="more-686"></span></p>
<p>To achieve the former we targeted users with the most modern web browsers, using the <a href="http://en.wikipedia.org/wiki/Progressive_enhancement">graceful (or progressive) enhancement</a> method to ensure that even with older technology, no-one would be left unable to read all of the site content.</p>
<p>The most obvious example of this is in the design of the buttons; users with a decent browser (e.g. Firefox or Safari) would see these with rounded corners — because these browsers are capable of producing them natively with the CSS3 <em>border-radius </em>declaration — while users of other browsers (e.g. Internet Explorer) would see them square:</p>
<p><img src="http://preloaded.com/site_media/uploads/blog/preloaded_frontend/comparison.jpg" alt="" width="475" height="243" /></p>
<p><em>Browser comparison. Top: Safari 4; Bottom: Internet Explorer 8</em></p>
<p>While all users see the same content, those with a modern browser are rewarded with a slightly improved experience. We used other variations of this method elsewhere throughout the site.</p>
<h2>Technology</h2>
<h3>Web Fonts</h3>
<p>In order to achieve brand consistency we had a font in mind which we were going to implement using the <a href="http://cufon.shoqolate.com/">Cufón</a> Javascript technique. During the process of adding this the font foundry clarified their licensing, excluding this font from online use in this way, so we had to scrap it and look for a different angle.</p>
<p>While we were trying out various alternatives using Flash and Javascript (we now know more about font licensing and implementation than we ever wanted to), a new solution presented itself. Using <a href="http://www.fontsquirrel.com/fontface/generator">Font Squirrel’s web font generator</a> and <a href="http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/">Paul Irish’s bulletproof syntax</a> we were able to use the browsers’ own built-in font support (with <em>@font-face</em>) and achieve our desired result for 95% of our users; the other 5% will see a standard system font, as per the graceful en­hance­ment method.</p>
<h3>Glow</h3>
<p><a href="http://www.bbc.co.uk/glow/">Glow</a> is a BBC-developed Javascript library, with a jQuery-like syntax but a focus on interface widgets, which makes it easy to create animations and UI elements for websites. Having already used it briefly on a project earlier in the year, we decided it would be a good fit for what we wanted — and something new to learn.</p>
<p>The image carousel on the homepage was made with Glow, as was the slide-down contact details on each page, and the lightbox overlay effect for screenshots on the case study pages.</p>
<p>The only drawback we found with Glow was a bug in their carousel rendering in IE8; this meant that we had to force <a href="http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx">compatibility view</a> for IE8 to display as IE7, but it’s something we’re hoping to change after the next Glow release.</p>
<h3>HTML5</h3>
<p>Under the bonnet we used some cutting-edge code to mark up our content. HTML5 is a very new specification and still somewhat in a state of flux, but we used it in two different ways:</p>
<p>First was to provide semantic structure to the pages with the new structural elements (the definitions of which are still being discussed, so may not be completely correct — <a href="http://html5doctor.com/">HTML5 Doctor</a> was an invaluable resource for this).</p>
<p>Second, and of more impact to the user, was using <em>sessionStorage</em> to take advantage of the opportunities for storing data in the user’s browser. We used this in conjunction with Glow to create the carousel and slide-down effects; if you have a modern browser these are created only once and held in the browser’s storage, whereas older browsers create them anew each time you visit the page — this leads to the site being somewhat snappier in modern browsers.</p>
<h2>Conclusion</h2>
<p>Working with brand new and cutting edge features meant spending time chasing down false leads and up blind alleys, but was a great way of learning and gave us invaluable experience to take into the sites we make for our clients in future.</p>
<p>There are still one or two changes which we’ll be rolling into the site in the coming months, but if you spot any problems — or just want to talk more in-depth about the methods and techniques we’ve used — don’t hesitate to leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2010/01/21/building-preloaded-com-the-front-end/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Links Round-Up: Firefox, Microsoft, Yahoo</title>
		<link>http://www.broken-links.com/2008/10/26/links-round-up-firefox-microsoft-yahoo/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=links-round-up-firefox-microsoft-yahoo</link>
		<comments>http://www.broken-links.com/2008/10/26/links-round-up-firefox-microsoft-yahoo/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:34:16 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[IA & UX]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[open web]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[visual design]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=273</guid>
		<description><![CDATA[The last month has seen me completely immersed in User Experience theory and Information Architecture for my new role, and it’s been a very hectic time. While that hasn’t stopped me from keeping an eye on developments on the web, it’s given me less time to write about them. Here’s a quick round-up of a [...]]]></description>
			<content:encoded><![CDATA[<p>The last month has seen me completely immersed in User Experience theory and Information Architecture for my new role, and it’s been a very hectic time. While that hasn’t stopped me from keeping an eye on developments on the web, it’s given me less time to write about them.</p>
<p>Here’s a quick round-up of a few links that have grabbed my interest over the past weeks; I’d like to write more about them, but time forbids.</p>
<p><span id="more-273"></span></p>
<h3><a href="http://www.webmonkey.com/blog/Yahoo_s_New_Application_Platform_Is_Heavy_On_Social_Features"><br />
Yahoo’s New Application Platform Is Heavy On Social Features</a></h3>
<p>The work that Yahoo (sorry, I refuse to use the exclamation mark) has been doing on open web standards and platforms recently has been fantastic, and the recently-announced Yahoo Open Strategy looks like a logical next step. I don’t agree with this article’s conclusion that this is Yahoo playing catch-up with Facebook, but otherwise it’s a good introduction.</p>
<h3><a href="http://www.webmonkey.com/blog/Windows_Toolkit_Gives_Oomph_to_Microformats">Windows Toolkit Gives Oomph to Microformats</a></h3>
<p>For a company that so often gives the impression (perhaps not always fairly) that it has no time for open standards, Microsoft’s support for <a href="http://microformats.org">Microformats</a> has been impressive. As well as the <a href="http://www.broken-links.com/2008/06/30/ie8s-webslices-another-practical-microformat/">hAtom-powered Slices feature in IE8</a>, the recently released <a href="http://visitmix.com/Lab/Oomph">Oomph toolkit</a> provides in-browser Microformats detection (similar to Firefox’s <a href="http://www.kaply.com/weblog/operator/">Operator</a>) and a set of standard CSS styles. Nice work.</p>
<h3><a href="http://blog.mozilla.com/faaborg/2008/10/24/firefox-themes-the-contention-between-visual-hierarchy-and-toolbar-customization/">Firefox Themes: The Contention Between Visual Hierarchy and Toolbar Customization</a></h3>
<p>A really interesting look at the theory behind the design of the Firefox 3 toolbar and icon set, as well as a general overview of visual hierarchy and interactive design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/10/26/links-round-up-firefox-microsoft-yahoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Comics and User Experience</title>
		<link>http://www.broken-links.com/2008/10/14/understanding-comics-and-user-experience/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=understanding-comics-and-user-experience</link>
		<comments>http://www.broken-links.com/2008/10/14/understanding-comics-and-user-experience/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 22:48:58 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[IA & UX]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[comics]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=262</guid>
		<description><![CDATA[I work as an Information Architect / Developer, and I'm a big fan of comics. For my IA work I refer frequently to the work of <a href="http://blog.jjg.net/">Jesse James Garrett</a>, especially his <a href="http://jjg.net/elements/">Elements of User Experience</a> book, and as a fan of comics I recently read (again) <a href="http://www.scottmccloud.com/store/books/uc.html">Scott McCloud's Understanding Comics</a>.

I'm not saying that to boast of my geek credentials, but to introduce something I never imagined I'd find: a connection between the two.]]></description>
			<content:encoded><![CDATA[<p>I work as an Information Architect / Developer, and I’m a big fan of comics. For my IA work I refer frequently to the work of <a href="http://blog.jjg.net/">Jesse James Garrett</a>, especially his <a href="http://jjg.net/elements/">Elements of User Experience</a> book, and as a fan of comics I recently read (again) <a href="http://www.scottmccloud.com/store/books/uc.html">Scott McCloud’s Understanding Comics</a>.</p>
<p>I’m not saying that to boast of my geek credentials, but to introduce something I never imagined I’d find: a connection between the two.</p>
<p><span id="more-262"></span></p>
<p>Garrett’s famous diagram introduced the concept of the five Elements which make User Experience on the web:</p>
<div><a href="http://jjg.net/elements/pdf/elements.pdf" title="PDF: Elements of User Experience" type="application/pdf"><img src="/wp-content/uploads/2008/10/elements.png" alt="Elements of User Experience diagram" title="Elements of User Experience" width="450" height="220" /></a></div>
<p>He later <a href="http://jjg.net/elements/pdf/elements_simpleplanes.pdf">distilled those five elements</a> to: Strategy; Scope; Structure; Skeleton; Surface.</p>
<p>McCloud’s book is an analysis of the visual language of comics, and he lists six elements which he says make up any work in any medium: Idea/Purpose; Form; Idiom; Structure; Craft; Surface.</p>
<div><a href="http://www.broken-links.com/wp-content/uploads/2008/10/understanding-comics.jpg" title="Click for larger image"><img src="/wp-content/uploads/2008/10/understanding-comics_small.jpg" alt="Panels from Understanding Comics" title="Understanding Comics" width="450" height="222" /></a></div>
<p>I think you can see where I’m going with this; although McCloud uses six steps to Garrett’s five, the mapping is still quite straightforward:</p>
<ol>
<li>User Needs / Site Objectives = Idea / Purpose</li>
<li>Content Requirements = Form &amp; Idiom</li>
<li>Information Architecture = Structure</li>
<li>Information Design = Craft</li>
<li>Visual Design = Surface</li>
</ol>
<p>Although I can’t be the first to draw the parallel, I think it’s quite nice. It adds extra validation to both concepts, and helps me to convince my friends and colleagues that reading comics isn’t a sign of arrested development.</p>
<p>I recommend both books very highly, of course.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/10/14/understanding-comics-and-user-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress begins to open up its redesign process</title>
		<link>http://www.broken-links.com/2008/10/02/wordpress-begins-to-open-up-its-redesign-process/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-begins-to-open-up-its-redesign-process</link>
		<comments>http://www.broken-links.com/2008/10/02/wordpress-begins-to-open-up-its-redesign-process/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 23:16:44 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=257</guid>
		<description><![CDATA[The ongoing documentation of Mark Boulton Design's redesign of the Drupal website is providing some great insight into the process; Leisa Reichelt's latest post, on the community wireframing project, is a prime example. Now - whether by happy serendipity or a desire to compete - Wordpress have begun to do likewise.]]></description>
			<content:encoded><![CDATA[<p>The ongoing documentation of Mark Boulton Design’s redesign of the Drupal website is providing some great insight into the process; Leisa Reichelt’s latest post, <a href="http://www.disambiguity.com/drupalorg-what-we-learned-from-the-community-wireframing-project/">on the community wireframing project</a>, is a prime example. Now — whether by happy serendipity or a desire to compete — WordPress have begun to do likewise.</p>
<p><span id="more-257"></span></p>
<p>The <a href="http://wordpress.org/development/2008/03/25-sneak-peek/">revamped UI for WordPress</a> was released in March of this year. It was created by the esteemed <a href="http://www.happycog.com/">Happy Cog Studios</a>, in a process which doesn’t seem to have been much reported on (at least, I can’t find anything) other than in <a href="http://www.happycog.com/design/wordpress/">their own portfolio</a>.</p>
<p>For the forthcoming release of 2.7, the in-house team at <a href="http://automattic.com/">Automattic</a> (the owners of WordPress) are preparing a slight refresh of the admin theme, which will focus on layout issues raised in user feedback. In the last few weeks they’ve begun releasing details of the plans; you can download copies of <a href="http://wordpress.org/development/2008/10/wordpress-27-wireframes/">the wireframe proposals</a>, for example.</p>
<p>One aspect of their process I find a little strange is <a href="http://wordpress.org/development/2008/09/wordpress-2-7-survey-no2/">asking users for opinions on layout decisions</a> — without providing demos. I mean, user feedback is good; but it’s hard to make an informed decision on usability unless you actually get to try it out. You might think that something is aesthetically pleasing or logically positioned based on visuals alone, but then change your mind completely when it comes to actually interacting with it. This user involvement is doubtless not harmful, but I’m not sure how useful it is either.</p>
<p>That aside, it’s nice to see another big open source project taking user experience seriously, and making the process transparent.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/10/02/wordpress-begins-to-open-up-its-redesign-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal notices, open practices</title>
		<link>http://www.broken-links.com/2008/09/11/personal-notices-open-practices/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=personal-notices-open-practices</link>
		<comments>http://www.broken-links.com/2008/09/11/personal-notices-open-practices/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 11:24:22 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Miscellanea]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=253</guid>
		<description><![CDATA[Today is my penultimate day in my current job; next week I’m going on a trip to Spain, and when I get back I’m starting my new job at the award-winning Preloaded agency. My focus will be shifting away from client-side development and onto information architecture; it’s a fantastic challenge for me, and I’m very [...]]]></description>
			<content:encoded><![CDATA[<p>Today is my penultimate day in my current job; next week I’m going on a trip to Spain, and when I get back I’m starting my new job at the award-winning <a href="http://preloaded.com/">Preloaded</a> agency. My focus will be shifting away from client-side development and onto information architecture; it’s a fantastic challenge for me, and I’m very excited about working on top brands for a top agency.</p>
<p>I’ve been slowly introducing IA into my role over the past three years, and so this is a logical step for me to take. I’ll be sad to leave my current agency, but delighted to be moving to somewhere I’ll be able to focus on what I think are the next hot topics on the web: <a href="http://alistapart.com/articles/findabilityorphan">findability</a> &amp; usability.</p>
<p><span id="more-253"></span></p>
<p>In a piece of happy serendipity, there’s a big user-centred design project underway at the moment with the redesign of the <a href="http://drupal.org/">Drupal</a> community site and, with it being open software, the whole process is being conducted transparently — which means a great opportunity to study and learn. <a href="http://www.disambiguity.com/">Leisa Reichelt</a> is leading the discovery and planning stages, and blogging every step; you can read the <a href="http://www.disambiguity.com/draft-drupalorg-experience-strategy/">draft Experience Strategy</a>, <a href="http://www.disambiguity.com/insiders-and-outsiders/">how Drupal users were defined</a>, and <a href="http://www.disambiguity.com/opening-the-floodgates/">how to get involved</a>. Definitely worth keeping an eye on.</p>
<p>I won’t be leaving web development behind completely; it’s my passion, I wouldn’t be able to. Especially now that we’re entering into very exciting times with the forthcoming release of IE8; not because of any new features, but because we’ll finally have a completely stable, cross-browser platform of CSS2.1 to develop on. The IE team are doing a sterling job of releasing information about the new browser; for example, discussing <a href="http://blogs.msdn.com/ie/archive/2008/09/03/developer-tools-in-internet-explorer-8-beta-2.aspx">developer tools</a> and <a href="http://blogs.msdn.com/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx">browser-specific CSS prefixes</a>. Let’s hope they don’t fall into the <a href="http://www.broken-links.com/2007/09/28/opacity-in-internet-explorer-8-development/">post-launch silence</a> that happened after the release of IE7.</p>
<p>So, interesting times to come. First, however: a holiday. Back later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/09/11/personal-notices-open-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome — on reflection</title>
		<link>http://www.broken-links.com/2008/09/04/google-chrome-on-reflection/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-chrome-on-reflection</link>
		<comments>http://www.broken-links.com/2008/09/04/google-chrome-on-reflection/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 21:52:05 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=247</guid>
		<description><![CDATA[So, it’s a couple of days since the launch of the first beta of Google’s new browser, Chrome, and the hyperbole has died down a little. After using it for a few days, I want to look in a little more detail at some of its features — more specifically, its interface and usability. Luckily, [...]]]></description>
			<content:encoded><![CDATA[<p>So, it’s a couple of days since the launch of the first beta of Google’s new browser, Chrome, and the <a href="http://www.webmonkey.com/blog/How_Chrome_Changed_the_Web_Overnight">hyperbole</a> has died down a little. After using it for a few days, I want to look in a little more detail at some of its features — more specifically, its interface and usability. Luckily, Google have provided <a href="http://dev.chromium.org/user-experience/">user experience documentation</a> (for Chromium, the open source project) to make this easier.</p>
<p><span id="more-247"></span></p>
<p>The stall is set out on the front page of the documentation, with two key statements:</p>
<blockquote>
<p>We think of Chromium as a tabbed window manager or shell for the web rather than a browser application. We avoid putting things into our UI in the same way you would hope that Apple and Microsoft would avoid putting things into the standard window frames of applications on their operating systems.</p>
</blockquote>
<blockquote>
<p>Chromium should feel lightweight (cognitively and physically) and fast.</p>
</blockquote>
<h3>Tabs</h3>
<p>Moving the <a href="http://dev.chromium.org/user-experience/tabs">tabs</a> above the address bar, and using a lighter shade of blue to match the bar, does well to give the impression that each tab is a separate entity; this is actually one of my favourite features of the user interface. However it’s not without its problems, as the post <a href="http://jboriss.wordpress.com/2008/09/04/10-reasons-firefox-won’t-be-worried-about-chrome/">10 reasons Firefox won’t be worried about Chrome</a> points out; when multiple tabs are opened, there’s no way to see what they relate to. I can’t see this happening too often, but it’s an issue nonetheless.</p>
<h3>Downloads</h3>
<p>My second favourite feature of the UI is the <a href="http://dev.chromium.org/user-experience/downloads">downloads</a> bar; unlike the default of Firefox, for example, it’s unobtrusive and well integrated, opening in a shelf along the bottom of the browser instead of a new window over the current tab. A large arrow appears briefly to show you where the downloads bar appears, and a faux-dropdown presents you with actions when you click on it.</p>
<h3>Status Bubble</h3>
<p>The least effective area of the UI, for me. After taking the decision to remove the status bar, the Chrome team had to come up with a way to display link destinations; their <a href="http://dev.chromium.org/user-experience/status-bubble">Status Bubble</a> is a good solution in principle, but in practice is too small and too discreet, and the light grey text on a pale blue background is hard to read on a bright screen.</p>
<h3>Over-all look and feel</h3>
<p>I think they’ve done a good job with the <a href="http://dev.chromium.org/user-experience/visual-design">visual design</a>. The stated aim was to make the browser area unobtrusive, and while that’s not been 100% successful, it has been partially achieved; Firefox’s grey chrome looks imposing next to Chrome’s pale equivalent. I like the way the options have been hidden away, removing the menu bar which has been around since the early days of Netscape.</p>
<p>It must be remembered that this is still a pre-release version of the browser, and I’ve no doubt that more changes will be implemented in future versions; even so, it’s obvious that a lot of time and care has been spent on getting the interface right. While a lot of these features are available in current browsers already, the UI team have done a good job in taking the best and combining them with some solid design principles.</p>
<p>Interesting factoids: The original design used the <a href="http://en.wikipedia.org/wiki/Golden_ratio">golden ratio</a>, and was inspired by <a href="http://en.wikipedia.org/wiki/Wipeout_(video_game)">The Designers Republic’s work on WipEout</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/09/04/google-chrome-on-reflection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mark Boulton to redesign Drupal website</title>
		<link>http://www.broken-links.com/2008/08/14/mark-boulton-to-redesign-drupal-website/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mark-boulton-to-redesign-drupal-website</link>
		<comments>http://www.broken-links.com/2008/08/14/mark-boulton-to-redesign-drupal-website/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 14:06:41 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=211</guid>
		<description><![CDATA[Mark Boulton Design have been selected to redesign drupal.org, the website of the Drupal CMS. I’m a big admirer of Mark’s writing about design and typography, and I think it’s exciting that a big open-source project is going in this direction. Now, if we could get him to design the Drupal user interface (as Veerle [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://drupal.org/node/295037">Mark Boulton Design have been selected to redesign drupal.org</a>, the website of the Drupal CMS. I’m a big admirer of <a href="http://www.markboulton.co.uk/">Mark’s writing about design and typography</a>, and I think it’s exciting that a big open-source project is going in this direction.</p>
<p>Now, if we could get him to design the Drupal user interface (<a href="http://www.derekallard.com/blog/post/expressionengine-20-official-screenshots/">as Veerle Pieters is doing with Expression Engine</a>), that would really be something.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/08/14/mark-boulton-to-redesign-drupal-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting examples of sitemaps</title>
		<link>http://www.broken-links.com/2008/08/13/interesting-examples-of-sitemaps/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=interesting-examples-of-sitemaps</link>
		<comments>http://www.broken-links.com/2008/08/13/interesting-examples-of-sitemaps/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 00:05:42 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Typography]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=203</guid>
		<description><![CDATA[I've been doing quite a lot of site mapping recently, and looking for a way to escape the standard boxy top-down view. In searching for examples of different ways to present the information, that are pleasing to look at but still immediately convey meaning, I found a number of interesting examples. Below are the pick of the results, along with a few that don't quite work, and some old standbys.]]></description>
			<content:encoded><![CDATA[<p>I’ve been doing quite a lot of site mapping recently, and looking for a way to escape the standard boxy top-down view. In searching for examples of different ways to present the information, that are pleasing to look at but still immediately convey meaning, I found a number of interesting examples.</p>
<p>Below are the pick of the results, along with a few that don’t quite work, and some old standbys. I wanted to include images to illustrate this, but in most cases the license didn’t allow.</p>
<p><span id="more-203"></span></p>
<p>First, the less successful attempts. I’ve used isometric views before, but <a href="http://flickr.com/photos/thuyvuong/2590774929/">this one feels a little too cramped and doesn’t allow any focus on the third-level pages</a>. Likewise, <a href="http://flickr.com/photos/thuyvuong/2590774939/">this one (from the same set) only really shows the relative sizes of sections, not how they connect to each other</a>.</p>
<p><a href="http://flickr.com/photos/barrettportfolio/2182294132/">The designer of this radial sitemap has had a very strong attempt at creating a new format</a>, but it’s not immediately obvious what all of the symbols represent, and you have to really work to find the order in here. With some tweaking, however, I think this could be made to work.</p>
<p>Of the examples that work, the first two are fairly traditional but work because of careful design; <a href="http://flickr.com/photos/thmvmnt/392319293">this first one has lovely balance and uses colour well</a>, while this second one uses typography to show hierarchy and a simple band of grey to demonstrate grouping (<strong>Update:</strong> unfortunately, this image has been removed).</p>
<p>My favourite, for really being different while still making a lot of sense, is <a href="http://flickr.com/photos/netfuel/2652025252/">this one of a personal home page / portfolio, which incorporates not just pages but feeds, widgets and tags</a>. There’s a lot of information, but it’s very clear; this brings order to the social web. It also reminds me of the tube map.</p>
<p>But <a href="http://flickr.com/photos/jimbola/2284121051/">for a more physical version of a sitemap, it’s hard to beat this one</a>.</p>
<p><strong>Update:</strong> Here’s another interesting <a href="http://flickr.com/photos/grapejuicegirl/2028004104/">one which shows plainly which action each link will perform</a>; sort of a hybrid sitemap and wireframe. Although there are perhaps too many arrows, which confuses the diagram slightly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/08/13/interesting-examples-of-sitemaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualising search relevance with Google charts</title>
		<link>http://www.broken-links.com/2008/08/08/visualizing-search-relevance-with-google-charts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=visualizing-search-relevance-with-google-charts</link>
		<comments>http://www.broken-links.com/2008/08/08/visualizing-search-relevance-with-google-charts/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 23:38:36 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[cmsmadesimple]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google charts]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=192</guid>
		<description><![CDATA[Some search engines, particularly on content management systems, give a percentage figure for the relevance of a result to your search term. When viewing a lot of results on a page, the figures can tend to run into one another and be hard to quickly distinguish. This was the case with a client site I'm building using CMS Made Simple at the moment, and the results page suffered from a lack of clarity. Thinking of a way to simplify the page, I remembered the old adage "a picture is worth a thousand words" and hit upon the idea of using Google's excellent Chart API to replace the figures.]]></description>
			<content:encoded><![CDATA[<p>Some search engines, particularly on content management systems, give a percentage figure for the relevance of a result to your search term. When viewing a lot of results on a page, the figures can tend to run into one another and be hard to quickly distinguish.</p>
<p>This was the case with a client site I’m building using <a href="http://www.cmsmadesimple.org/">CMS Made Simple</a> at the moment, and the results page suffered from a lack of clarity. Thinking of a way to simplify the page, I remembered the old adage “a picture is worth a thousand words” and hit upon the idea of using <a href="http://code.google.com/apis/chart/">Google’s Chart API</a> to replace the figures:</p>
<p><span id="more-192"></span></p>
<pre>&lt;img src="http://chart.apis.google.com/chart?cht=bhs&#038;chd=t:{$entry->weight}&#038;chs=32x16" alt="Bar chart showing {$entry->weight}%" title="{$entry->weight}%" /&gt;</pre>
<p>That made the resulting output very easy to understand at a glance:</p>
<p><a href="http://www.broken-links.com/wp-content/uploads/2008/08/relevance.png"><img src="http://www.broken-links.com/wp-content/uploads/2008/08/relevance.png" alt="Bar chart showing different values" title="Using the Google Charts API to show relevance" width="102" height="85" class="size-full wp-image-193" /></a></p>
<p>There’s nothing spectacular or groundbreaking about this technique, I just used it on a site I’m building and thought it would be nice to share. Plus, it gave me the chance to do a little promotion for CMSMS, which I use a lot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/08/08/visualizing-search-relevance-with-google-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
