<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ineffable</title>
	
	<link>http://www.cennydd.co.uk</link>
	<description>Cennydd Bowles on user experience, design, technology and doing things differently.</description>
	<lastBuildDate>Wed, 14 Oct 2009 13:13:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/cennydd" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Why designers should care about HTML5</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/dOuUeiLYJdU/</link>
		<comments>http://www.cennydd.co.uk/2009/why-designers-should-care-about-html/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:06:38 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1258</guid>
		<description><![CDATA[Concurrently published on the quite excellent HTML5Doctor site.
After a while on the fringes of our collective consciousness, HTML5 is finally getting the attention it deserves. The development community (as typified by the SuperFriends) has come together to debate practical elements of the spec, argue over the inclusion of controversial elements, and assess the timeframe over [...]]]></description>
			<content:encoded><![CDATA[<p><em>Concurrently published on the quite excellent <a href="http://html5doctor.com/why-designers-should-care-about-html5/">HTML5Doctor</a> site.</em></p>
<p>After a while on the fringes of our collective consciousness, <abbr title="Hypertext Markup Language 5">HTML5</abbr> is finally getting the attention it deserves. The development community (as typified by the <a href="http://www.zeldman.com/superfriends/">SuperFriends</a>) has come together to debate practical elements of the spec, argue over the inclusion of controversial elements, and assess the timeframe over which we can unleash HTML5 in the wild.</p>
<p>However those of us more accustomed to the world of Post-Its, sketches, and .psds – the designers – haven’t been so vocal. Perhaps we&#8217;ve been distracted by the bright lights of <a href="http://www.css3.info/">CSS3</a> and those surface thrills we’ve longed for. (Rounded corners! Gradients! Transparency!) Or, alternatively, we&#8217;ve been in the thrall of <code>@font-face</code> and looking forward to the coming age of passable web typography.</p>
<p>Understandable. But it’s time designers got excited about HTML5 too.</p>
<p>Partly, it’s just good practice. Whatever your flavour of design &ndash; visual, web, interaction, user experience &ndash; knowing the native technology makes you better at your job. Just as composers should understand the capabilities of the orchestra&#8217;s instruments, designers need to understand the language of the web.</p>
<p>But there’s more to HTML5 than simply keeping our skills sharp. It could make a big difference to the way we design for the web.</p>
<h2>Semantic elements</h2>
<p>Information architects (and, by extension, user experience designers) should be excited by the new HTML5 elements – <code>&lt;nav&gt;</code>, <code>&lt;header&gt;</code>, <code>&lt;aside&gt;</code> and so on. While they won’t immediately revolutionise today’s web, they’re an investment for the future. Doing useful stuff with information is the central theme of <abbr title="information architecture">IA</abbr>, and therefore its practitioners should be at the forefront of the new experiences that machine-readable semantics will offer. HTML5 allows us to mark text up in a more meaningful way than a sea of <code>&lt;div&gt;</code>s, meaning we’ll soon see applications appearing at a sub-page level. We’ve started to scratch the surface – think about the <a href="https://addons.mozilla.org/en-US/firefox/addon/4106">Operator toolbar</a> or customisable UIs à la <a href="http://www.google.com/ig">iGoogle</a> – but we’ll need detailed design thinking to work out how to bring the benefits of semantic richness to the end user.</p>
<h2>APIs and other extensions</h2>
<p>While it’s clear that <a href="http://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html">some of the HTML5 APIs are far from perfect</a> right now, when they&#8217;re refined they will offer us intriguing new opportunities and challenges.</p>
<p>Designers of location-based services should of course find the <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> invaluable. The <a href="http://blog.whatwg.org/the-road-to-html-5-contenteditable">contentEditable attribute</a> gives us further power to make the web truly read/write without resorting to JavaScript and custom interfaces. New input types (eg <code>type=”search”</code>) can provide extra visual cues about input function, although of course this depends on the solutions chosen by the browser manufacturers.</p>
<p>Until now, it’s been easy to consider our domain as bounded by the viewport and the web server. But HTML5 is another step toward seamlessness: the merging of desktop, offline and online. For instance, the drag and drop API could see the line between online and desktop experience blur further. Local storage could allow for a web-like experience in areas of poor connectivity. This convergence is clearly a good thing, but we must also design how to expose those hidden seams at the user’s request. Users should stay in control of how their locations are published and what data is synchronised to their machine.</p>
<h2>&lt;video&gt;, &lt;audio&gt;, &lt;canvas&gt;</h2>
<p>There is of course something of a reported schism between the standards world and the Flash world. Some see the advent of these new media elements (particularly <code>&lt;canvas&gt;</code>) as heralding the death of Adobe’s poster child. </p>
<p>I don&#8217;t think this is either likely or desirable. Neither technology is perfect. Flash is, of course, proprietary and thus subject to the whims of a third party that stands between browser and user. <code>&lt;canvas&gt;</code> has <a href="http://esw.w3.org/topic/HTML/AddedElementCanvas">known accessibility problems</a>. But the two can live in harmony, if we play to their respective strengths. Some current Flash applications might be better suited to <code>&lt;canvas&gt;</code>, particularly those based around dynamic visualisation: graphs, animations, infographics. Some applications will benefit from the powerful capabilities of Flash: games, heavily interactive widgets.</p>
<p>This aside, there’s clearly a user experience benefit in not having to rely on an external plugin to play rich media elements, and it will be interesting to see the uptake of the <code>&lt;video&gt;</code> and <code>&lt;audio&gt;</code> elements. Although it will initially be down to browser makers to define the interface elements involved, we will need to figure out how to integrate them into everyday web experiences. The good news is that they can be styled in the same way as any other HTML element. If your visual aesthetic relies on slanted images with box shadows, it&#8217;s trivial to apply this to video too.</p>
<p>That said, we can&#8217;t ignore the elephant in the room: <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-June/020620.html">the thorny codec issue</a>. I&#8217;m sure we&#8217;d all agree that the sooner it&#8217;s resolved, the better.</p>
<h2>What can designers do?</h2>
<p>Only the most patient and detail-oriented designer will relish the idea of reading the spec in full and arguing the finer points on the <a href="http://www.whatwg.org/mailing-list">WHATWG list</a>. That’s just not the way designers roll.</p>
<p>But as a community it’s important that we start talking about HTML5. If you&#8217;re new to HTML, now&#8217;s a great time to learn. <a href="http://html5doctor.com/">HTML5Doctor</a> and <a href="http://www.alistapart.com/articles/previewofhtml5/">A preview of HTML5</a> give useful guidance on the differences between HTML5 and its predecessors. Above all, designers should get chatting with their developer friends: there can’t be many left who no longer have an opinion on this technology. How do they see their practices changing? What can we do today to prepare our sites for the advent of HTML5? How can we build on its strong points to make the web a better place?</p>
<p>We don&#8217;t yet know what we&#8217;ll accomplish with HTML5, but then it&#8217;s not often that the vocabulary of the web changes this deeply. However, one thing is clear: if we prepare now, we have a great chance to bring innovation to our users&#8217; online lives.</p>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/dOuUeiLYJdU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/why-designers-should-care-about-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/why-designers-should-care-about-html/</feedburner:origLink></item>
		<item>
		<title>Q&amp;A: getting into user experience</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/zpyRigKaq_c/</link>
		<comments>http://www.cennydd.co.uk/2009/getting-into-user-experience/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 22:48:20 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1356</guid>
		<description><![CDATA[For the past few years I’ve given an annual talk at UCL to students of the HCI with Ergonomics M.Sc. It&#8217;s always a pleasure to share my questionable world view with impressionable minds, and I look forward to the sessions in much the same way as one secretly enjoys a visit from a drunken uncle.
In [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few years I’ve given an annual talk at <abbr title="University College London">UCL</abbr> to students of the <a href="http://www.uclic.ucl.ac.uk/courses/masters/"><abbr title="Human-Computer Interaction">HCI</abbr> with Ergonomics M.Sc</a>. It&#8217;s always a pleasure to share my questionable world view with impressionable minds, and I look forward to the sessions in much the same way as one secretly enjoys a visit from a drunken uncle.</p>
<p>In an effort to make this year&#8217;s session a little more interactive, I pulled out an old Knowledge Management set piece: </p>
<ol>
<li>Distribute post-its</li>
<li>Ask everyone to write one question they wish they knew the answer to (preferably about the topic at hand).</li>
<li>Stick the post-its on the walls. (It&#8217;s surprising how much people group them, despite your invitation to use any of the three free walls)</li>
<li>Ask everyone to read each post-it.</li>
<li>If they too want to find out the answer to a question, tell them to mark the post-it with a question mark. If they think they have an answer, mark it with a tick.</li>
</ol>
<p>It&#8217;s not that surprising to find that a room of similarly qualified students share similar concerns. What&#8217;s more interesting is that many of them can also help to answer each other&#8217;s questions.</p>
<p>The purpose of this exercise is of course to show that networking and collaborating is valuable, and not just a case of awkward conversation and limp handshakes. However, having made this slightly facile point, I realised that most of the posted questions were damn smart and deserved to be shared more broadly. So here are a few that were particularly interesting, and some proposed answers from myself. I&#8217;ll throw a few more up later this week.</p>
<p>Please contribute in the comments if you have any opinions, particularly if they differ from my own.</p>
<p><strong>Is the graphic design of a site more important than usability when initially attracting users to the site?</strong><br />
I say yes. Research shows users <a href="http://www.websiteoptimization.com/speed/tweak/blink/">form an opinion on the credibility of a site</a> within milliseconds of visiting it. To form a valid opinion on usability takes use, which may not happen if those impressions are negative. However, the line between the two is of course blurred, and a site can successfully convey usability through layout, visual design and information hierarchy. There are plenty of other factors that have an impact too: load times, content and proposition spring to mind.</p>
<p><strong>How many hours do you work a week?</strong><br />
Define “work”. I’m paid for 37 hours, and most of that is spent on billable client work. But add in commuting, writing articles and conference talks, mentoring, and reading about my field and it would exceed 60. Yes, I’m aware that&#8217;s a little unhealthy. Good thing I enjoy it.</p>
<p><strong>What’s the most useless skill you think we’ll learn from this course?</strong><br />
Probably rifling through academic papers to find an authoritative source that proves or disproves a detailed HCI argument. Truth is, not many people in industry will care. It&#8217;s more important to judge the the problem at hand and make the right design decisions based on context. HCI theory can give a strong advantage here, but you&#8217;ll need to state your case with something more real: usually how your client will make more money by following your advice.</p>
<p><strong>How much do you get paid?</strong><br />
Not telling. But here are some approximate London figures: £25,000 is fair for a graduate-level position, rising to £35–40,000 with a couple of years of experience. Senior people should be looking at £60,000 and up (seven years and above, probably managerial responsibility). Freelance rates typically range between £275-£400/day.</p>
<p><strong>What are the best design tools in HCI?</strong><br />
Thinking, conversation, sketching, software. In that order.</p>
<p><strong>Can you be a good UX designer and a good programmer at the same time?</strong><br />
You can be <em>good</em> at both, yes. But who wants to be just good? Deep specialists tend to better than jacks-of-all-trades, and only extremely rare superheroes can be world class at both. I do, however, strongly recommend that all designers learn to code to a reasonable standard, and that all developers learn the fundamentals of design. Speaking each other&#8217;s language is the easiest way to ensure good designer-developer relationships, and one of the easiest ways to become substantially better at your job in a short time.</p>
<p><strong>Do you need to draw well / be arty to be a user experience designer?</strong><br />
Some drawing talent helps, but sketching well is a skill that can be learned and that comes with practice. Its main value is when communicating with clients – a well-crafted sketch can simply convey more information than a poor one. However, it&#8217;s more important to develop a designer&#8217;s mindset. As <a href="http://jasonsantamaria.com/articles/pretty-sketchy/">Jason Santa Maria says</a>, &#8220;sketchbooks are not about being a good artist, they&#8217;re about being a good thinker.&#8221;</p>
<p>To finish, two questions I don&#8217;t feel fully equipped to answer. How would you answer them?</p>
<ul>
<li>What’s the most interesting HCI related job out there?</li>
<li>How do I get into the user’s head?</li>
</ul>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/zpyRigKaq_c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/getting-into-user-experience/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/getting-into-user-experience/</feedburner:origLink></item>
		<item>
		<title>The behaviour you design for</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/TKq8TthJesg/</link>
		<comments>http://www.cennydd.co.uk/2009/behaviour-you-design-for/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 15:19:19 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1213</guid>
		<description><![CDATA[
I&#8217;m working on a site that&#8217;s grown from no deal to big deal. Earlier design oversights have created user coping strategies so ingrained that I mustn&#8217;t disrupt them with my new design work.
Another reminder that you get the behaviour you design for.
Photo: Tim Bradshaw
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1248 aligncenter" title="Burnt out car" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/08/17665315_e6a30a9776.jpg" alt="Burnt out car" width="375" height="500" /></p>
<p>I&#8217;m working on a site that&#8217;s grown from no deal to big deal. Earlier design oversights have created user coping strategies so ingrained that I mustn&#8217;t disrupt them with my new design work.</p>
<p>Another reminder that you get the behaviour you design for.</p>
<p><em>Photo: <a href="http://www.flickr.com/photos/timbradshaw/">Tim Bradshaw</a></em></p>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/TKq8TthJesg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/behaviour-you-design-for/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/behaviour-you-design-for/</feedburner:origLink></item>
		<item>
		<title>EuroIA 09 in review</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/1vZJEFXtPCI/</link>
		<comments>http://www.cennydd.co.uk/2009/euroia-09-in-review/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 11:27:21 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1311</guid>
		<description><![CDATA[It&#8217;s important to accrue tactics to cope with the disruption of travelling. Quick currency conversions, self-conscious squints at unfamiliar coins, departure lounge distractions (ask Alain de Botton). In Scandinavia, I’ve learned to open clearly with “Hello” to announce myself as a foreigner, since the local salutation “Hej” is a homophone with informal English equivalents.
Copenhagen, site [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s important to accrue tactics to cope with the disruption of travelling. Quick currency conversions, self-conscious squints at unfamiliar coins, departure lounge distractions (<a href="http://www.timesonline.co.uk/tol/travel/news/article6801165.ece">ask Alain de Botton</a>). In Scandinavia, I’ve learned to open clearly with “Hello” to announce myself as a foreigner, since the local salutation “Hej” is a homophone with informal English equivalents.</p>
<p>Copenhagen, site of <a href="http://www.euroia.org/">EuroIA 2009</a>, and Malmö, where my evening sofa awaited, share more than greetings, efficiency and cost of living. They are joined by the 7.8km <a href="http://en.wikipedia.org/wiki/Oresund_Bridge">Öresund Bridge</a>, a zoetrope giving glimpses of distant wind turbines in the water.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6804238&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="375" src="http://vimeo.com/moogaloop.swf?clip_id=6804238&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This sense of mutual destiny – two nations connected by a single structure – feels entirely European. EuroIA was similarly interwoven with shared experiences of linguistically awkward networking and untold cultural unity. The sessions ranged from poor to intriguing (I’m still no fan of the blind review process) but there was something of a BarCamp atmosphere of willing each other to succeed. EuroIA is a gathering of the underdogs, feisty and proud, and it doesn’t have to be the way they write it in the States.</p>
<p>I particularly enjoyed <a href="http://www.joelamantia.com/">Joe Lamantia</a>&#8217;s peek into the architecture of fun, <a href="http://www.linkedin.com/in/daumal">Sylvie Daumal</a>&#8217;s struggle for acceptance in a hostile environment, and <a href="http://andrearesmini.com/">Andrea Resmini</a>&#8217;s intricate analysis of how <abbr title="information architecture">IA</abbr> can bridge the real and digital worlds. Perhaps it was a shame that these sessions were book-ended by an American keynote and closer. Their sessions were undoubtedly interesting, but I hope to see a European presence in these elevated slots next year.</p>
<p>My talk <em>The Future Of Wayfinding</em> seemed to be well received. Since I’m repeating it shortly I’m not yet posting the slides, but here is a list of <a href="http://www.cennydd.co.uk/speaking/wayfindingcredits/">credits and source material</a> for anyone interested. The topic fitted well with the conference theme of <em>Beyond Structure</em>. Topics such as the Semantic Web, ubiquitous computing and what I can only clumsily label &#8216;unhierarchy&#8217; were prevalent, and I fully expect them to be reflected in next spring’s US circuit.</p>
<p>Next year we visit Paris, capital of a country almost entirely oblivious to user experience work. It seems we Europeans really do pull together in the face of a challenge.</p>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/1vZJEFXtPCI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/euroia-09-in-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/euroia-09-in-review/</feedburner:origLink></item>
		<item>
		<title>Wayfinding through technology</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/ZvldMs7lnds/</link>
		<comments>http://www.cennydd.co.uk/2009/wayfinding-through-technology/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:22:34 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1297</guid>
		<description><![CDATA[I’ve written a new article for Johnny Holland magazine, and it’s out now. It’s a short essay on the topic of my upcoming EuroIA talk, looking at how technology can improve our geographical models and help us get around.

The timing’s pertinent, given the recent public and professional surge in interest in augmented reality. However, it’s [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve written a <a href="http://johnnyholland.org/2009/09/15/wayfinding-through-technology/">new article for Johnny Holland magazine</a>, and it’s out now. It’s a short essay on the topic of my upcoming <a href="http://www.euroia.org">EuroIA</a> talk, looking at how technology can improve our geographical models and help us get around.</p>
<p><img class="aligncenter size-full wp-image-1298" title="BA advert - &quot;Get on and see where it goes&quot;" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/09/ba-tram-ad.jpg" alt="BA advert - &quot;Get on and see where it goes&quot;" width="500" height="274" /></p>
<p>The timing’s pertinent, given the recent public and professional surge in interest in augmented reality. However, it’s a double-edged sword. Hopefully the article will be of interest to a few people, but I do fear that we’re already slipping into a trough of disillusionment with <abbr title="augmented reality">AR</abbr>. As with any early-stage technology, the infatuation isn’t really being backed up by practice – the applications are patchy or unreleased right now. I don’t wish to fan the flames of hype, so in a way, I would have preferred to write an article when the practical applications have matured slightly.</p>
<p>Nevertheless, I hope you enjoy it. It’s the first of a few writing projects I have up my sleeve for the next few months.</p>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/ZvldMs7lnds" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/wayfinding-through-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/wayfinding-through-technology/</feedburner:origLink></item>
		<item>
		<title>Designing by fire</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/uqieabuAZTA/</link>
		<comments>http://www.cennydd.co.uk/2009/designing-by-fire/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 19:08:20 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[conferences]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1292</guid>
		<description><![CDATA[Another speaking gig, and it’s a cracker: my esteemed colleague James Box and I will be presenting The music of interaction design at the Design By Fire conference in Utrecht on 20 October. It’s already looking like a sharp lineup, with Robert Hoekman Jr. and Matt Jones bookending the day. Early bird tickets are now [...]]]></description>
			<content:encoded><![CDATA[<p>Another speaking gig, and it’s a cracker: my esteemed colleague <a href="http://clearleft.com/is/jamesbox/">James Box</a> and I will be presenting <em>The music of interaction design</em> at the <a href="http://www.designbyfire.nl/2009/index.html">Design By Fire</a> conference in Utrecht on 20 October. It’s already looking like a sharp lineup, with Robert Hoekman Jr. and Matt Jones bookending the day. <a href="http://www.designbyfire.nl/2009/tickets/index.html">Early bird tickets are now available</a> until the end of the month.</p>
<p>Expect a journey through design theory, music theory and cognitive psychology, interspersed with plenty of math rock and montages such as this:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/zKH3iemEd-A&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/zKH3iemEd-A&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/uqieabuAZTA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/designing-by-fire/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/designing-by-fire/</feedburner:origLink></item>
		<item>
		<title>dConstruct 09 in review</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/fQpPMvoJPtY/</link>
		<comments>http://www.cennydd.co.uk/2009/dconstruct-09-in-review/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 19:42:16 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1269</guid>
		<description><![CDATA[After you build forty or fifty websites there really isn’t any magic in it.
dConstruct’s comfortable niche as the thinking person’s web conference was quickly disrupted by Adam Greenfield’s early remarks. Decrying web and UX design is a risky strategy in a room made largely of web designers and developers, yet it was a thought entirely [...]]]></description>
			<content:encoded><![CDATA[<p><q>After you build forty or fifty websites there really isn’t any magic in it.</q></p>
<p><a href="http://2009.dconstruct.org">dConstruct</a>’s comfortable niche as the thinking person’s web conference was quickly disrupted by <strong>Adam Greenfield</strong>’s early remarks. Decrying web and UX design is a risky strategy in a room made largely of web designers and developers, yet it was a thought entirely consistent with our theme of <em>Designing For Tomorrow</em>. The phrase wrapped topics that have been of recent interest to us Clearlefties: ubicomp, gestural interfaces, networked devices and what lies beyond our familiar digital horizons.</p>
<p style="text-align: center;"><img class="size-full wp-image-1276 aligncenter" title="Adam Greenfield" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/09/greenfield.jpg" alt="Adam Greenfield" width="500" height="333" /></p>
<p>Adam led us into a world where information is omnipresent and persistent, where actions stick to identities and the presentation of self is a largely forgotten luxury. A world where objects become services, shared not owned, implies a post-capitalist swing perhaps alluded to by recent economic events. As a recent and voracious reader of <a href="http://www.amazon.co.uk/Everyware-Dawning-Age-Ubiquitous-Computing/dp/0321384016">Everyware</a>, I was thrilled by Adam’s talk. I’m sure the imminent podcast will reward careful re-evaluation.</p>
<p><strong>Mike Migurksi</strong> provided a practical counterpoint with a case history of <a href="http://stamen.com/">Stamen</a>’s information design work, with subsequent colour commentary by <strong>Ben Cerveny</strong>. Ben’s dense, rapid idea stream was perhaps a step too far after such an analytical opening; although Stamen’s work is undeniably excellent, many felt a gap between the metaphysics and the design output, and some of Ben’s more elaborate statements seemed hard to grasp.</p>
<p><strong>Brian Fling</strong> explored the mobile field with characteristic flair and pace. Focusing on the future lives of the post-millenials native to the digital age, Brian proposed that history will judge the mobile (and the iPhone in particular) as the flying car we have been waiting for. We are living through a second industrial revolution, based on the portable, personal power of bringing people closer through technology.</p>
<p><img class="alignleft size-full wp-image-1279" style="margin-right: 10px;" title="domeroof" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/09/domeroof.jpg" alt="domeroof" width="180" height="240" />Next up, an elaborate <a href="http://en.wikipedia.org/wiki/Gaia_hypothesis">Gaia theory</a> of sci-fi and interaction from <strong>Nathan Shedroff</strong> and <strong>Chris Noessel</strong>. In an entertaining presentation, the over-used Minority Report example was only (multi)touched upon once, and <a href="http://www.youtube.com/watch?v=dFUlAQZB9Ng">Jurassic Park’s ridiculous UNIX scene</a> was rightly used for cheap laughs. Of particular interest was the pair’s evidence that anthropomorphism can exist at non-visual levels (consider R2D2&#8217;s bleeps and Amazon 1-click servant), although, like Ben before, some other claims seemed rather hazier.</p>
<p><strong>Robin Hunicke</strong>, known for her work on “the Maslow’s Hierarchy game known as The Sims”, unfortunately alienated her audience with a spoiler (albeit well meaning) for <a href="http://www.sonypictures.com/classics/moon/trailer.html">a film still on general release</a>, and struggled to recover favour. Her West Coast bubbliness sat awkwardly at odds with her academic subject matter, which was coincidentally recapped by <strong>August De Los Reyes</strong>. Any Microsoft speaker knows he has an uphill battle to win over a sceptical audience; fortunately August’s self-deprecating humour was an instant hit. We imbue objects with intelligence (slide rules, other technological tools), so why not emotion too? Heartbroken families insist on the repair, not replacement, of their <a href="http://www.iroboteurope.co.uk/">Roombas</a> – can we conjure similarly powerful dynamics in the systems we create? August closed with <a href="http://www.youtube.com/watch?v=nq3EeZz-W3A">Office Labs’ concept video</a>, a surprisingly rousing vision that raised hairs on necks across the Dome.</p>
<p><img class="size-full wp-image-1277 alignright" style="margin-left: 10px;" title="dconstruct-robot" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/09/dconstruct-robot.jpg" alt="dconstruct-robot" width="240" height="180" />The stage was set for a wonderful denouement from <strong>Russell Davies</strong>, who produced a performance straight from the traditions of British music hall. Russell predicted that digital buildings will give us “Blade Runner brought to you by the makers of Cillit Bang”, and that as technology matures the only way we will escape cliché is to <em>redomain</em>, appropriating ideas from other fields. Russell provided a marvellous reminder that, despite the intelligent contributions of the day, as an industry we are prone to hubris. We’d be daft to disregard the marvellous infrastructure our media predecessors have created.</p>
<p>At its best, the fifth dConstruct was simply outstanding. In its rare low points, it disappointed. As such, it’s at a crossroads. The trend has certainly been cerebral, and this year’s theme certainly encouraged abstract exploration. Early feedback says our audience is happy with this, and that the differentiation from other conferences is an important part of dConstruct&#8217;s appeal. Yet there’s always a danger of vanishing into pretension, and the conference must of course appeal to 700+ attendees.</p>
<p>I&#8217;m sure Clearleft won’t be taking any snap decisions. dConstruct has become part of the fabric of our company and hopefully the annual schedule, and, in line with our chosen theme for the year, we’ll be thinking carefully about what happens next. I&#8217;d love to hear your thoughts on the day and your preferred direction for dConstruct 2010.</p>
<p><em>Photos: <a href="http://www.flickr.com/photos/mbiddulph/">Matt Biddulph</a>, <a href="http://www.flickr.com/photos/friispray/">FriiSpray</a>, <a href="http://www.flickr.com/photos/tomjenkins/">Tom Jenkins</a>.</em></p>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/fQpPMvoJPtY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/dconstruct-09-in-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/dconstruct-09-in-review/</feedburner:origLink></item>
		<item>
		<title>Sweating the small stuff</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/FunZ4YMULOE/</link>
		<comments>http://www.cennydd.co.uk/2009/sweating-the-small-stuff/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 18:40:58 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1229</guid>
		<description><![CDATA[Outrage. Ikea recently switched corporate typeface, moving from Futura to Verdana across all their marketing, including their printed catalogue and ads.

To typography enthusiasts, this is like Mozart announcing a kazoo concerto. Futura is a type classic, skilfully designed by a master craftsman and demonstrating real artistry. It&#8217;s excellent for distinctive identity and brand work – [...]]]></description>
			<content:encoded><![CDATA[<p>Outrage. Ikea recently switched corporate typeface, moving from Futura to Verdana across all their marketing, including their <a href="http://shortformblog.com/biz/verdana-is-not-a-font-we-repeat-ikea-verdana-is-not-a-font">printed catalogue and ads</a>.</p>
<p style="text-align: center;"><img class="size-full wp-image-1230  aligncenter" title="IKEAgrab-1-1" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/08/IKEAgrab-1-1.jpg" alt="IKEAgrab-1-1" width="500" height="241" /></p>
<p>To typography enthusiasts, this is like Mozart announcing a kazoo concerto. <a href="http://typedia.com/explore/typeface/futura/">Futura</a> is a type classic, skilfully designed by a <a href="http://typedia.com/explore/designer/paul-renner/">master craftsman</a> and demonstrating real artistry. It&#8217;s excellent for distinctive identity and brand work – so much so that Ikea had practically made it their own until now.</p>
<p><a href="http://typedia.com/explore/typeface/verdana/">Verdana</a> was created to act as body text on low resolution computer monitors. And it&#8217;s well designed for that purpose, but it doesn&#8217;t suit print work or any size above petite. At large sizes it looks plain <abbr title="fucking ugly">fugly</abbr>, with characters that appear juvenile at best. Use of Verdana in this way definitely constitutes bad typography.</p>
<p>The slight is all the greater coming from a company that has, to an extent, brought design into the lives of many people who previously believed it was the domain of turtlenecked pseuds.</p>
<p>Ikea&#8217;s reason was ostensibly to ensure consistent use of fonts across web and print platforms, and to <a href="http://www.idsgn.org/posts/ikea-says-goodbye-to-futura/">ensure global compatibility</a> across all languages. A strange choice, given that Verdana has <a href="http://twitter.com/iA/status/3580769248">notable deficiencies in its character set</a>. However, it&#8217;s possible that Ikea isn&#8217;t as naive as we think. My colleague <a href="http://paulrobertlloyd.com/">Paul Lloyd</a> hypothesises that the switch is a deliberate ploy to make the company appear less expensive. It&#8217;s an old strategy: cheapen the aesthetic and the perception of price goes down. Plausible, at least.</p>
<p>By all means we can point, laugh and lament the lack of design skill at the company. However, some of the outrage has been ridiculous, particularly since we can never truly know the reasons behind the choice. Hell, there&#8217;s even a <a href="http://www.petitiononline.com/IKEAVERD/petition.html">petition to reverse the change</a>.</p>
<p>I believe that if companies make bad design choices that&#8217;s their prerogative. If I worked for Ikea, I would have fought tooth and nail to dissuade them from this choice – but no, I won&#8217;t sign a petition. Let them eat cake, and if design is as important as we say it is, the market will prove their mistake.</p>
<p>Herein lies my bemusement at the design community&#8217;s reaction. Behind the indignation, does any of us really believe that this typographic gaffe will affect Ikea&#8217;s sales? Is it really as egregious an error as we make out? Or are we merely acting out the stereotype designers fight so hard to shake off: the aforementioned turtlenecked pseud complaining that their soup isn&#8217;t hot enough?</p>
<p>Typography matters. Used well, it can elevate communication in astonishing ways. But, as <a href="http://twitter.com/aegirthor/status/3579641931">Aegir points out</a>, there are bigger design challenges facing Ikea and indeed the global manufacturing industry than choice of corporate typeface.</p>
<p>Design is about sweating the big stuff; hopefully even changing the world. Often that involves the small stuff too, but focus solely on the trivia and it&#8217;s hard to avoid becoming trivial yourself.</p>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/FunZ4YMULOE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/sweating-the-small-stuff/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/sweating-the-small-stuff/</feedburner:origLink></item>
		<item>
		<title>Lessons from UXCampLondon</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/NovJWT08CkM/</link>
		<comments>http://www.cennydd.co.uk/2009/lessons-from-uxcamplondon/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:05:21 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1215</guid>
		<description><![CDATA[Since Saturday&#8217;s UXCampLondon I&#8217;ve been thinking about what I took from the experience.
One
The devil is in the details. With such a discerning audience, we had to offer something well run and as seamless as possible. We succeeded, thanks to accurate estimation of various factors including no shows, time between sessions, budgets, and the apparently inevitable [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Since Saturday&#8217;s <a href="http://www.uxcamplondon.org">UXCampLondon</a> I&#8217;ve been thinking about what I took from the experience.</p>
<h3 style="text-align: left;">One</h3>
<p style="text-align: left;">The devil is in the details. With such a discerning audience, we had to offer something well run and as seamless as possible. We succeeded, thanks to accurate estimation of various factors including no shows, time between sessions, budgets, and the apparently inevitable delay caused by a GPS-less taxi driver. This attention to detail was entirely down to the commitment of our wonderful volunteers, upon whom I relied to orchestrate the minutiae. Delegation was my preferred tactic, as noted by Johanna in her closing notes.</p>
<p style="text-align: center;"><img class="size-full wp-image-1219    aligncenter" title="Mt. Snack at UXCampLondon" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/08/3848583780_f70ac0e327.jpg" alt="Mt. Snack at UXCampLondon" width="500" height="333" /></p>
<h3 style="text-align: left;">Two</h3>
<p style="text-align: left;">You can&#8217;t live blog a conference you&#8217;re running.</p>
<p style="text-align: center;"><img class="size-full wp-image-1218  aligncenter" title="The Big Wall at UXCampLondon" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/08/3848008218_ea0cf6b7d5.jpg" alt="The Big Wall at UXCampLondon" width="500" height="375" /></p>
<h3 style="text-align: left;">Three</h3>
<p style="text-align: left;">There&#8217;s something about user experience designers. We took an early decision that UXCampLondon would be a one-dayer since the field is generally slightly older, more interested in spending a Sunday with their family than slumming it on an office floor. This upset a few purists (&#8221;It&#8217;s not a <a href="http://www.barcamp.org">BarCamp</a> if you don&#8217;t stay over!&#8221;) but was indisputably the right choice.</p>
<p style="text-align: left;">Many people commented that UXCampLondon had a unique atmosphere: enthusiastic, yet mature and urbane compared with the (admittedly enjoyable) rough bluster of most BarCamps. It further convinced me that user experience folk are <em>my people</em>: highly likeable but intelligent and well balanced; opinionated yet open to alternative views.</p>
<p style="text-align: center;"><img class="size-full wp-image-1217    aligncenter" title="Audience at UXCampLondon" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/08/3847661777_a2261a2312.jpg" alt="Audience at UXCampLondon" width="500" height="328" /></p>
<h3 style="text-align: left;">Four</h3>
<p style="text-align: left;">Free alcohol cures all ills.</p>
<p style="text-align: center;"><img class="size-full wp-image-1220  aligncenter" title="Richmond drinks at UXCampLondon" src="http://www.cennydd.co.uk/wordpress/wp-content/uploads/2009/08/3848649600_297e9d555b.jpg" alt="Richmond drinks at UXCampLondon" width="500" height="254" /></p>
<h3 style="text-align: left;">Five</h3>
<p style="text-align: left;">The best lessons are often hidden. In some ways, I didn&#8217;t get that much from UXCampLondon because my mind was always elsewhere and I attended few sessions. But that overlooks the other benefits I took from the day. In particularly, I got further proof of the growing strength of our community (look at the quality of <a href="http://www.uxcamplondon.org/schedule">some of these sessions</a>!), and further experience in handling difficult situations (we had plenty).</p>
<p style="text-align: left;">A couple of people have asked if I&#8217;m planning a sequel. It&#8217;s possible, but not for a while. I&#8217;m taking some time off, and I&#8217;m sure there are many other people well suited to running UXCampLondon2.</p>
<p style="text-align: left;">Thanks to <a href="http://www.uxcamplondon.org/about">our volunteers</a>, <a href="http://www.uxcamplondon.org/support">our supporters</a> and of course all the attendees for making UXCampLondon a success.</p>
<p style="text-align: left;"><em>Photos</em>: <a href="http://www.flickr.com/photos/doos/">Rob Enslin</a> and <a href="http://www.flickr.com/photos/adamcharnock/">Adam Charnock</a>.</p>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/NovJWT08CkM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/lessons-from-uxcamplondon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/lessons-from-uxcamplondon/</feedburner:origLink></item>
		<item>
		<title>A brief promotional message</title>
		<link>http://feedproxy.google.com/~r/cennydd/~3/Ub6gNlm5G3Q/</link>
		<comments>http://www.cennydd.co.uk/2009/a-brief-promotional-message/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 19:49:10 +0000</pubDate>
		<dc:creator>Cennydd Bowles</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.cennydd.co.uk/?p=1207</guid>
		<description><![CDATA[A curious seasonal habit of the web designer is the August Supplication, during which the internet reverberates with the sound of begging, back-scratching and unfettered harlotry.
South By Southwest voting.
I&#8217;m sure it&#8217;s a system that works excellently for the organisers. The pleas for votes market the conference, and those who plead well are likely to fill [...]]]></description>
			<content:encoded><![CDATA[<p>A curious seasonal habit of the web designer is the August Supplication, during which the internet reverberates with the sound of begging, back-scratching and unfettered harlotry.</p>
<p><a href="http://panelpicker.sxsw.com/ideas/index/interactive">South By Southwest voting</a>.</p>
<p>I&#8217;m sure it&#8217;s a system that works excellently for the organisers. The pleas for votes market the conference, and those who plead well are likely to fill a room easily. Most importantly, it reduces the numbers from 2,000 to something considerably more manageable.</p>
<p>On one hand, I&#8217;m unsure how a conference with such sprawling breadth can be relevant to many professionals. I&#8217;m also not convinced a global desert get-together at which the alcohol takes centre stage is a Good Thing during a recession.</p>
<p>On the other hand, like Glastonbury, perhaps everyone should go once. So let&#8217;s make this quick. I&#8217;d appreciate your backing for my two proposals:</p>
<ul>
<li><a href="http://panelpicker.sxsw.com/ideas/view/3261">Beauty In Web Design</a> (solo)</li>
<li><a href="http://panelpicker.sxsw.com/ideas/view/3473">Design Perfect Site Navigation</a> (panel member)</li>
</ul>
<p>While you&#8217;re at it, feel free to have a poke around at <a href="http://www.thenetawards.com/">The .net Awards</a>. Clearleft have been nominated for Agency Of The Year, and <a href="http://www.panda.org">our work for the WWF</a> has been put forward for Redesign Of The Year.</p>
<img src="http://feeds.feedburner.com/~r/cennydd/~4/Ub6gNlm5G3Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cennydd.co.uk/2009/a-brief-promotional-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cennydd.co.uk/2009/a-brief-promotional-message/</feedburner:origLink></item>
	</channel>
</rss>
