 <?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; Events</title>
	<atom:link href="http://www.broken-links.com/category/events/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>Web Directions @media 2010</title>
		<link>http://www.broken-links.com/2010/06/21/web-directions-media-2010/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web-directions-media-2010</link>
		<comments>http://www.broken-links.com/2010/06/21/web-directions-media-2010/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 13:50:11 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[@media]]></category>
		<category><![CDATA[atmedia]]></category>
		<category><![CDATA[conference]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=883</guid>
		<description><![CDATA[Usually when I attend @media (that is, on two previous occasions) I write a follow-up blog post on what I saw there. Well I attended this year, and I’ve written the post, but it’s on the blog of my employer, Preloaded: HTML5, Mobile, and UCD: what we saw at @media.]]></description>
			<content:encoded><![CDATA[<p>Usually when I attend <a href="http://atmedia.webdirections.org/">@media</a> (that is, on two previous occasions) I write a follow-up blog post on what I saw there. Well I attended this year, and I’ve written the post, but it’s on the blog of my employer, Preloaded: <a href="http://preloaded.com/blog/2010/06/14/what-we-saw-atmedia/">HTML5, Mobile, and UCD: what we saw at @media</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2010/06/21/web-directions-media-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE8’s WebSlices — another practical Microformat</title>
		<link>http://www.broken-links.com/2008/06/30/ie8s-webslices-another-practical-microformat/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ie8s-webslices-another-practical-microformat</link>
		<comments>http://www.broken-links.com/2008/06/30/ie8s-webslices-another-practical-microformat/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 22:37:19 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[hslice]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=176</guid>
		<description><![CDATA[One of the new features already announced for IE8 is <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/webslices.mspx">WebSlices</a>; essentially, the ability to subscribe to any part of a web page, even if it doesn't have an RSS feed. It sounds somewhat similar to Firefox's <a href="http://wiki.mozilla.org/Microsummaries">Microsummaries</a> feature*, although it's a) easier to implement, b) more flexible, and c) not buried in the browser where no-one could ever find it.]]></description>
			<content:encoded><![CDATA[<p>One of the new features already announced for IE8 is <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/webslices.mspx">WebSlices</a>; essentially, the ability to subscribe to any part of a web page, even if it doesn’t have an RSS feed. It sounds somewhat similar to Firefox’s <a href="http://wiki.mozilla.org/Microsummaries">Microsummaries</a> feature*, although it’s a) easier to implement, b) more flexible, and c) not buried in the browser where no-one could ever find it.</p>
<p><span id="more-176"></span></p>
<p>Microsummaries work by creating an XML file which is polled on a regular basis by the user agent to check for updates; WebSlices work on the same principal, although they leverage the power of <a href="http://microformats.org/">Microformats</a> instead. A very simple WebSlice could be marked up like so:</p>
<pre>&lt;div class="hslice" id="myid"&gt;
&lt;h2 class="entry-title"&gt;Title&lt;/h2&gt;
&lt;p class="entry-content"&gt;Lorem ipsum dolor&lt;/p&gt;
&lt;/div&gt;</pre>
<p>If that code was embedded in a page and you were using IE8, the notifier would light up and alert you to the presence of the WebSlice, allowing you to subscribe (see image below). Every hour (or time period specified) the browser would check that code to see if it had been updated, and alert you accordingly. Pretty slick.</p>
<p><img src="/wp-content/uploads/2008/06/webslice.png" alt="WebSlice UI" /></p>
<p>The <code>entry-title</code> and <code>entry-content</code> classes are taken from the <a href="http://microformats.org/wiki/hatom">hAtom</a> Microformat, which is also a good move on the IE team’s part, as it shows they are taking notice of movements in semantic markup. It also means hSlice can be implemented into other Microformat tools; Daniel Glazman has already put together <a href="http://www.glazman.org/weblog/dotclear/index.php?post/2008/03/21/Webchunks-012-%3A-Webslices-for-any-web-site">a Firefox/Greasemonkey add-on</a>.</p>
<p>You can read more about WebSlices and learn how to implement them on your site by downloading the <a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=ie8whitepapers&#038;ReleaseId=567">White Paper</a>. IE comes in for a lot of stick from the web dev community — myself included — but I’m happy to say I think they’ve got this one right.</p>
<p>* I should mention that this also sounds pretty similar to Apple’s <a href="http://www.apple.com/macosx/features/safari.html">Web Clip</a> function, although I haven’t had the opportunity to try that out yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/06/30/ie8s-webslices-another-practical-microformat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What I saw at @media 2008</title>
		<link>http://www.broken-links.com/2008/06/04/what-i-saw-at-media-2008/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-i-saw-at-media-2008</link>
		<comments>http://www.broken-links.com/2008/06/04/what-i-saw-at-media-2008/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 23:32:26 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[atmedia]]></category>
		<category><![CDATA[atmedia2008]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=171</guid>
		<description><![CDATA[As is customary (or as customary as ‘twice’ can be), here is a quick round-up of the sessions I attended at @media this year, with links to slides where available (which, as I type this, is pretty much unavailable). Sessions which I found particularly interesting should be covered in more detail later, and I’ll update [...]]]></description>
			<content:encoded><![CDATA[<p>As is customary (or as customary as ‘twice’ can be), here is a quick round-up of the sessions I attended at <a href="http://www.vivabit.com/atmedia2008/london/">@media</a> this year, with links to slides where available (which, as I type this, is pretty much unavailable).</p>
<p>Sessions which I found particularly interesting should be covered in more detail later, and I’ll update here as I find more presentations.</p>
<p><span id="more-171"></span></p>
<h3><a href="http://veen.com/data-design.pdf" title="PDF: Designing our way through data" type="application/pdf">Designing our way through data</a> (<a href="http://www.veen.com/jeff/">Jeff Veen</a>)</h3>
<p>How good design can make sense of data (and how bad design can complicate it too much), and using user feedback to make data findable.</p>
<h3>For example: BBC and Edenbee (Tom Cartwright &amp; Clare Roberts, and <a href="http://www.jeckecko.net/blog/">James Box</a>)</h3>
<p>On the challenges posed by redesigning on of the <a href="http://bbc.co.uk/home/beta">most visible homepages</a> in the world, and on how to build a <a href="http://www.edenbee.com/">social community</a>.</p>
<h3><a href="http://lachy.id.au/dev/presentation/hands-on-html5/">Getting your hands dirty with HTML5</a> (James Graham &amp; <a href="http://lachy.id.au/">Lachlan Hunt</a>)</h3>
<p>Introducing the new structural elements (which I will definitely write more about later), and what HTML5 you can use right now.</p>
<h3>Underpants over my trousers (<a href="http://malarkey.co.uk/">Andy Clarke</a>)</h3>
<p>What inspiration we can take from the narrative devices of comics? Andy Clarke is always an entertaining speaker, and this was no exception — although I’d seen some of it before.</p>
<h3><a href="http://superfluousbanter.org/presentations/2008/">Details make the difference</a> (<a href="http://superfluousbanter.org/">Dan Rubin</a>)</h3>
<p>One of the best and most practical of the sessions I saw; tips on how to make compelling designs and details.</p>
<h3><a href="http://nate.koechley.com/blog/2008/06/11/slides-professional-frontend-engineering/">Professional front end engineering</a> (<a href="http://nate.koechley.com/blog/">Nate Koechley</a>)</h3>
<p>A call for professionalism in the web development community. Very interesting, although recapped some of the points from <a href="http://nate.koechley.com/blog/2007/06/12/high-performance-web-sites/">last year’s talk</a>.</p>
<h3>Building on the shoulders of giants (<a href="http://snook.ca/jonathan/">Jonathan Snook</a>)</h3>
<p>How to make practical use of frameworks, libraries and APIs in your work. Revealed some new tools which I will check out.</p>
<h3>For example: The Guardian and Dopplr (<a href="http://marc.baffl.co.uk/">Marc Pacheco</a> and <a href="http://www.hackdiary.com/">Matt Biddulph</a>)</h3>
<p>Similar to the earlier ‘For example’ session; a look at the practicalities of building a <a href="http://www.guardian.co.uk/">large content portal</a> and a <a href="http://www.dopplr.com/">social community</a>. The latter displayed how to take advantage of the many APIs that exist.</p>
<h3><a href="http://www.paciellogroup.com/blog/misc/ARIA/atmedia2008/">WAI-ARIA – it’s easy</a> (<a href="http://www.paciellogroup.com/blog/">Steve Faulkner</a>)</h3>
<p>I didn’t know what <a href="http://www.w3.org/WAI/intro/aria">WAI-ARIA</a> was before this session, but this was a comprehensive and practical introduction.</p>
<h3><a href="http://www.w3.org/2008/Talks/05-atmedia-ishida/slides.pdf" title="PDF: Global design: characters, language, and more" type="application/pdf">Global design: characters, language, and more</a> (<a href="http://rishida.net/">Richard Ishida</a>)</h3>
<p>Another very practical session, which I really wish I’d taken more notes on. Why character encoding matters and how you can use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/06/04/what-i-saw-at-media-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>London WSG ‘Findability’ meeting</title>
		<link>http://www.broken-links.com/2008/05/30/london-wsg-findability-meeting/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=london-wsg-findability-meeting</link>
		<comments>http://www.broken-links.com/2008/05/30/london-wsg-findability-meeting/#comments</comments>
		<pubDate>Fri, 30 May 2008 22:57:33 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[findability]]></category>
		<category><![CDATA[london web week]]></category>
		<category><![CDATA[london wsg]]></category>
		<category><![CDATA[wsg]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=170</guid>
		<description><![CDATA[While I gather my thoughts on @media, a quick mention of the <a href="http://muffinresearch.co.uk/wsg/">London <abbr title="Web Standards Group">WSG</abbr></a> meeting on Wednesday night, which was on the topic of <a href="http://www.alistapart.com/articles/findabilityorphan">Findability</a>.]]></description>
			<content:encoded><![CDATA[<p>While I gather my thoughts on @media, a quick mention of the <a href="http://muffinresearch.co.uk/wsg/">London <abbr title="Web Standards Group">WSG</abbr></a> meeting on Wednesday night, which was on the topic of <a href="http://www.alistapart.com/articles/findabilityorphan">Findability</a>.</p>
<p>There were three presentations; the first, by <a href="http://cyril.doussin.name/thoughts/">Cyril Doussin</a>, introduced the subject and explained the core concepts behind it; the ways in which users find your content (or product) and how you can make it easier for them.</p>
<p>Next, <a href="http://muffinresearch.co.uk/">Stuart Colville</a> showed practical ways to make the content on your site more findable, from design through to mark-up, style and behaviour. He raised the interesting point that tagging is better than categorising, as categories tend to be fixed whereas content changes over time as information evolves; time for me to start using WordPress’ tagging function.</p>
<p>Finally, <a href="http://nascentguruism.com/">Steve Marshall</a> showed off Yahoo!‘s latest project, <a href="http://fireeagle.yahoo.net/">Fire Eagle</a> (currently invitation only; I was handed one at @media today), which is a service that lets you update your physical location across multiple sites and services. It’s pretty impressive in theory, but the fact that I can only currently update from the desktop means I am limited to home or work, mostly.</p>
<p>The whole evening was nicely balanced to appeal to a broad range of skills and knowledge, and had the right mix of theory, practice, and showing off. I’m aiming to get more involved in organising future events, and I hope to be part of more quality events like this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/05/30/london-wsg-findability-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>London Web Week flying update</title>
		<link>http://www.broken-links.com/2008/05/30/london-web-week-flying-update/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=london-web-week-flying-update</link>
		<comments>http://www.broken-links.com/2008/05/30/london-web-week-flying-update/#comments</comments>
		<pubDate>Fri, 30 May 2008 09:18:24 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[atmedia]]></category>
		<category><![CDATA[atmedia2008]]></category>
		<category><![CDATA[london web week]]></category>
		<category><![CDATA[london wsg]]></category>
		<category><![CDATA[wsg]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=169</guid>
		<description><![CDATA[I intended to write about the WSG meeting and the first day of @media, but <del>drinking</del> <del>socialising</del> networking has occupied my spare time.]]></description>
			<content:encoded><![CDATA[<p>I intended to write about the <a href="http://muffinresearch.co.uk/wsg/">WSG meeting</a> and the first day of <a href="http://vivabit.com/atmedia2008/london">@media</a>, but <del>drinking</del> <del>socialising</del> networking has occupied my spare time. Still, I got to hear some salacious gossip about well-known characters in the web community, so it was worth it for that alone.</p>
<p>Some interesting stuff about HTML 5 to discuss shortly. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/05/30/london-web-week-flying-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Microformats vEvent that wasn’t</title>
		<link>http://www.broken-links.com/2008/05/28/the-microformats-vevent-that-wasnt/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-microformats-vevent-that-wasnt</link>
		<comments>http://www.broken-links.com/2008/05/28/the-microformats-vevent-that-wasnt/#comments</comments>
		<pubDate>Wed, 28 May 2008 09:16:59 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[london web week]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=168</guid>
		<description><![CDATA[Having missed the opening party, my introduction to London Web Week was last night's Microformats vEvent. Unfortunately it wasn't a good introduction, for two reasons.]]></description>
			<content:encoded><![CDATA[<p>Having missed the opening party, my introduction to <a href="http://www.londonwebweek.co.uk/">London Web Week</a> was last night’s <a href="http://microformats.eventwax.com/vevent">Microformats vEvent</a>. Unfortunately it wasn’t a good introduction, for two reasons;</p>
<p>First (and foremost), it wasn’t really about <a href="http://microformats.org/">Microformats</a>. The first speaker talked about <abbr title="Resource Description Framework attributes">RDFa</abbr> and <abbr title="Gleaning Resource Descriptions from Dialects of Languages">GRDDL</abbr>, the second about RDFa and <abbr title="Friend of a Friend">FOAF</abbr>.</p>
<p>Second, the presumption was that we had an extremely high level of technical knowledge; a presumption that wasn’t true, in my case at least. I’m fairly new to Microformats but I have a pretty good idea of what they’re about; both talks went over my head anyway. And my poor wife, who’s learning about them for the first time, had no idea what was going on.</p>
<p>The description of the event said:</p>
<blockquote><p>
We hope that no matter your experience level, you’ll find the evening informative, enjoyable and inspiring.
</p></blockquote>
<p>I didn’t. In fact, it may well have been counter-productive for me; it took a subject I’m excited about, and made it sound complicated and boring.</p>
<p>I’m sure that some people would have got a lot out of it — the man next to me who’s studying for his pHD in artificial intelligence certainly seemed to enjoy it — but I think the organisers should have been more honest about the technical knowledge required, and saved some attendees a bit of time.</p>
<p>I did get <a href="http://www.friendsofed.com/book.html?isbn=9781590598146">a book</a> for asking a question, however, so it wasn’t a total loss.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/05/28/the-microformats-vevent-that-wasnt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>London Web Week</title>
		<link>http://www.broken-links.com/2008/05/22/london-web-week/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=london-web-week</link>
		<comments>http://www.broken-links.com/2008/05/22/london-web-week/#comments</comments>
		<pubDate>Thu, 22 May 2008 21:46:10 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[london web week]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=164</guid>
		<description><![CDATA[GTA IV has been occupying my spare time recently, with extra-curricular web work taking a back seat (pun intended). But next week should put paid to that, as London Web Week takes place &#8211; and I'll be attending a lot of it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rockstargames.com/IV/">GTA IV</a> has been occupying my spare time recently, with extra-curricular web work taking a back seat (pun intended). But next week should put paid to that, as <a href="http://www.londonwebweek.co.uk/">London Web Week</a> takes place – and <a href="http://upcoming.yahoo.com/user/85424/">I’ll be attending a lot of it</a>.</p>
<p>So far I’ve reserved places at the opening party, the <a href="http://microformats.eventwax.com/vevent">Microformats</a> and <a href="http://muffinresearch.co.uk/wsg/">Findability</a> events, and the two-day <a href="http://www.vivabit.com/atmedia2008/london/">@Media</a> conference; I may well make the closing party on Sunday as well. I wanted to attend <a href="http://barcamp.org/BarCampLondon4">Bar Camp</a> but tickets went faster than hot cakes and I missed my chance.</p>
<p>Other than @Media, which <a href="http://www.broken-links.com/2007/06/10/what-i-saw-at-media/">I enjoyed greatly last year</a> and no doubt will do so again, I’m really looking forward to the Microformats event. I’ve recently started implementing <a href="http://microformats.org/wiki/hatom">hAtom</a> and <a href="http://microformats.org/wiki/hcalendar">hCalendar</a> on sites I’ve been producing and am finding it hugely interesting.</p>
<p>The WSG’s Findability event I’m anticipating less, but then I thought the same about last year’s Microformats talk and regretted not attending, so this time I don’t want to make a similar mistake.</p>
<p>I’ve no doubt this will provide me with plenty to write about in the coming weeks and months, and it’s exciting to have so much happening on your doorstep. If you’re planning to attend and want to say hello, let me know; it’ll be nice to put a face to a name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/05/22/london-web-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I saw at FoWD 2008</title>
		<link>http://www.broken-links.com/2008/04/20/what-i-saw-at-fowd-2008/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-i-saw-at-fowd-2008</link>
		<comments>http://www.broken-links.com/2008/04/20/what-i-saw-at-fowd-2008/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 22:59:51 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fowd]]></category>
		<category><![CDATA[fowd2008]]></category>
		<category><![CDATA[future of web design]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=159</guid>
		<description><![CDATA[As promised, slightly more detailed notes on the sessions at FoWD (further links to presentations to follow). In chronological order: Finding Inspiration for Design (Patrick McNeil) I missed the beginning of this, but it seemed to be pretty sage, if not rather commonsense, advice (don’t just use websites for web design inspiration), as well as [...]]]></description>
			<content:encoded><![CDATA[<p>As promised, slightly more detailed notes on the sessions at FoWD (further links to presentations to follow). In chronological order:</p>
<h3><a href="http://www.slideshare.net/carsonified/inspiration-design-trends-patrick-mc-neil">Finding Inspiration for Design</a> (<a href="http://www.pmcneil.com/">Patrick McNeil</a>)</h3>
<p>I missed the beginning of this, but it seemed to be pretty sage, if not rather commonsense, advice (don’t just use websites for web design inspiration), as well as some notes on current trends and tips on future ones; soft colours, more use of horizontal space, more video.</p>
<h3><a href="http://www.slideshare.net/carsonified/user-experience-v-brand-experience-steve-pearce-andy-clarke">User Experience vs Brand Experience</a> (Steve Pearce and <a href="http://malarkey.co.uk/">Andy Clarke</a>)</h3>
<p>Set up as a confrontation, but in fact both speakers were at pains to point out that both should be thought of together. Andy Clarke adds: don’t be afraid to fail, we learn from our mistakes.</p>
<p><span id="more-159"></span></p>
<h3>Sponsors Presentation: Silverlight</h3>
<p>Oh dear. While the demo showed off Silverlight pretty well, the presenter didn’t. Already at a disadvantage by talking Microsoft in a room with a majority of Apple-heads, his nervous speech was uninspiring and he was almost yanked off stage.</p>
<h3><a href="http://www.slideshare.net/carsonified/designing-the-user-experience-curve-andybudd/">Designing the User Experience Curve</a> (<a href="http://andybudd.com/">Andy Budd</a>)</h3>
<p>How to ensure that the customer gets the information or experience they want from a website. Revealed: <a href="http://www.silverbackapp.com/">Silverback</a> is a usability testing tool.</p>
<h3>Photoshop Battle</h3>
<p>Low point of the day for me. A panel of some of the top designers in the field swig beer on stage while teaching us nothing about Photoshop or their working habits. Pointless tittering smuggery.</p>
<h3><a href="http://elliotjaystocks.com/blog/archive/2008/fowd-london-2008-wrap-up/">Print is the New Web</a> (<a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a>)</h3>
<p>How to gain inspiration from print; not only in terms of typography, but layout too. Didn’t break new ground, but interesting and really nicely presented.</p>
<h3><a href="http://www.hicksdesign.co.uk/journal/design-to-deployment">From Design to Deployment</a> (<a href="http://hicksdesign.co.uk/">Jon Hicks</a>)</h3>
<p>A polished presentation as always, but better for designers learning to be better coders than <span lang="la">vice versa</span>. How to set up your file structure, use grid layout, code across browsers.</p>
<h3>Sponsors Presentation: AIR/Flex</h3>
<p>Better than the Microsoft one, but still failed to captivate. What the new products can do, and how to add them to your regular work flow.</p>
<h3><a href="http://litmusapp.com/blog/fowd-slides">Unconventional Ways to Promote your Site</a> (<a href="http://litmusapp.com/">Paul Farnell</a>)</h3>
<p>Give away free stuff, get involved with message boards, blogs, chat forums, social networking sites; not <em>that</em> unconventional, surely? Pretty good for a first-time speaker, anyway.</p>
<h3><a href="http://www.slideshare.net/carsonified/iteration-you-daniel-burka-367496">Evolving the User Experience</a> (<a href="http://deltatangobravo.com/">Daniel Burka</a>)</h3>
<p>Better your site incrementally; listen to and learn from your users. Thought-provoking stuff, much of which is completely impractical for most coal-face web designers (I hope that phrase catches on).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/04/20/what-i-saw-at-fowd-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Impressions of FOWD 2008</title>
		<link>http://www.broken-links.com/2008/04/18/impressions-of-fowd-2008/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=impressions-of-fowd-2008</link>
		<comments>http://www.broken-links.com/2008/04/18/impressions-of-fowd-2008/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 07:20:13 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fowd]]></category>
		<category><![CDATA[future of web design]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/?p=158</guid>
		<description><![CDATA[Yesterday I attended the Future Of Web Design London event in Kensington (along with my lovely wife). Unfortunately I’ve been suffering from some stinking virus for the past couple of days, which left me uncomfortable, occasionally in pain, and irritated. Please bear in mind that this may have coloured my perception of the event somewhat; [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I attended the <a href="http://www.futureofwebdesign.com/">Future Of Web Design</a> London event in Kensington (along with my lovely wife). Unfortunately I’ve been suffering from some stinking virus for the past couple of days, which left me uncomfortable, occasionally in pain, and irritated. Please bear in mind that this may have coloured my perception of the event somewhat; also, please accept my apologies if you were at the event and start to suffer the same symptoms in a few days.</p>
<p>I’ll write short reviews of the individual sessions at a later date, but my general opinion is that it was just OK; it dealt more in current design trends than future, almost all of which you probably already know if you keep up to date with sites like <a href="http://www.alistapart.com/">A List Apart</a> or some of the better blogs. Although that’s not to say it was a complete waste of time; few of the speakers were less than interesting, and there are always new techniques to learn or existing techniques to reinforce.</p>
<p>Some of the speakers suffered from not having worked (or, at least, not for a long time) in a regular agency position (if I may coin a phrase, coal-face web development), and their advice was therefore useful on a theoretical basis only. Sure, it would be great if we could make mistakes in public and make constant revisions to our websites, but who pays for that? The client almost certainly won’t. We think ourselves lucky to have some clients who are savvy enough to make annual revisions to their sites! And while I’d love to just “get better clients”, that’s just not how the real world works for those of us who don’t work at start-ups or own our own agencies.</p>
<p>In summary, then, compared to last year’s <a href="http://www.vivabit.com/atmedia2007/europe/">@media</a>, which <a href="http://www.broken-links.com/2007/06/10/what-i-saw-at-media/">I found genuinely inspiring</a>, this was ‘only’ interesting. I’ll give careful consideration as to whether or not I attend again next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/04/18/impressions-of-fowd-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Future of Web Design 2008</title>
		<link>http://www.broken-links.com/2008/02/25/future-of-web-design-2008/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=future-of-web-design-2008</link>
		<comments>http://www.broken-links.com/2008/02/25/future-of-web-design-2008/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 16:35:37 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.broken-links.com/2008/02/25/future-of-web-design-2008/</guid>
		<description><![CDATA[My exceptionally supportive bosses have offered to buy me a Conference Pass for Future of Web Design 2008 on April 17, so if anyone reading this is attending and feels like meeting up, do get in touch.]]></description>
			<content:encoded><![CDATA[<p>My exceptionally supportive bosses have offered to buy me a Conference Pass for <a href="http://www.futureofwebdesign.com/">Future of Web Design 2008</a> on April 17, so if anyone reading this is attending and feels like meeting up, do get in touch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broken-links.com/2008/02/25/future-of-web-design-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
