<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"  xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Adactio: Journal</title>
		<description>The online journal of Jeremy Keith, an author and web developer living and working in Brighton, England.</description>
		<language>en</language>
		<link>http://adactio.com/journal/</link>
		<managingEditor>jeremy@adactio.com (Jeremy Keith)</managingEditor>
		<webMaster>jeremy@adactio.com (Jeremy Keith)</webMaster>
		<image>
			<title>Adactio: Journal</title>
			<link>http://adactio.com/journal/</link>
			<url>http://adactio.com/images/rssbutton.gif</url>
			<width>88</width>
			<height>19</height>
		</image>
		<atom:link href="http://adactio.com/journal/rss" rel="self" type="application/rss+xml" />
		<item>
			<title>Battle for the planet of the APIs</title>
			<link>http://adactio.com/journal/6291/</link>
			<description>
<![CDATA[
<p>Back in 2006, I gave a talk <a href="http://2006.dconstruct.org/">at dConstruct</a> called <a href="http://adactio.com/articles/1181/"><cite>The Joy Of API</cite></a>. It basically involved me geeking out for 45 minutes about how much fun you could have with APIs. This was the era of the mashup—taking data from different sources and scrunching them together to make something new and interesting. It was a good time to be a geek.</p>

<p>Anil Dash did an excellent job of describing that time period in his post <a href="http://dashes.com/anil/2012/12/the-web-we-lost.html"><cite>The Web We Lost</cite></a>. It’s well worth a read—and <a href="http://dashes.com/anil/2013/04/harvard.html">his talk at The Berkman Istitute</a> is <a href="http://huffduffer.com/adactio/107339">well worth a listen</a>. He described what the situation was like with APIs:</p>

<blockquote>
  <p>Five years ago, if you wanted to show content from one site or app on your own site or app, you could use a simple, documented format to do so, without requiring a business-development deal or contractual agreement between the sites. Thus, user experiences weren’t subject to the vagaries of the political battles between different companies, but instead were consistently based on the extensible architecture of the web itself.</p>
</blockquote>

<p>Times have changed. These days, instead of seeing themselves as part of a wider web, online services see themselves as standalone entities.</p>

<p>So what happened?</p>

<p>Facebook happened.</p>

<p>I don’t mean that Facebook is the root of all evil. If anything, Facebook—a service that started out being based on exclusivity—has become <em>more</em> open over time. That’s the cause of many of its scandals; the mismatch in mental models that Facebook users have built up about how their data will be used versus Facebook’s plans to make that data <em>more</em> available.</p>

<p>No, I’m talking about Facebook as a role model; the template upon which new startups shape themselves.</p>

<p>In the web’s early days, AOL offered an alternative. “You don’t need that wild, chaotic lawless web”, it proclaimed. “We’ve got everything you need right here within our walled garden.”</p>

<p>Of course it didn’t work out for AOL. That proposition just didn’t scale, just like Yahoo’s initial model of maintaining a directory of websites just didn’t scale. The web grew so fast (and was so damn interesting) that no single company could possibly hope to compete with it. So companies stopped trying to compete with it. Instead they, quite rightly, saw themselves as being <em>part</em> of the web. That meant that they didn’t try to do everything. Instead, you built a service that did one thing really well—<a href="http://flickr.com/">sharing photos</a>, <a href="http://delicious.com/">managing links</a>, <a href="http://blogger.com/">blogging</a>—and if you needed to provide your users with some extra functionality, you used the best service available for that, usually through someone else’s API …just as you provided your API to them.</p>

<p>Then Facebook began to grow and grow. I remember the first time someone was showing me Facebook—it was <a href="http://tantek.com/">Tantek</a> of all people—I remember asking “But what is it <em>for</em>?” After all, <a href="http://flickr.com/">Flickr</a> was <em>for</em> photos, <a href="http://delicious.com/">Delicious</a> was <em>for</em> links, <a href="http://dopplr.com/">Dopplr</a> was <em>for</em> travel. Facebook was for …everything …and nothing.</p>

<p>I just didn’t get it. It seemed crazy that a social network could grow so big just by offering …well, a big social network.</p>

<p>But it did grow. And grow. And grow. And suddenly the AOL business model didn’t seem so crazy anymore. It seemed ahead of its time.</p>

<p>Once Facebook had proven that it <em>was</em> possible to be the one-stop-shop for your user’s every need, that became the model to emulate. Startups stopped seeing themselves as just one part of a bigger web. Now they wanted to be the only service that their users would ever need …just like Facebook.</p>

<p>Seen from that perspective, the open flow of information via APIs—allowing data to flow porously between services—no longer seemed like such a good idea.</p>

<p>Not only have APIs been shut down—see, for example, <a href="http://googleblog.blogspot.co.uk/2012/01/renewing-old-resolutions-for-new-year.html">Google’s shutdown of their Social Graph API</a>—but even the simplest forms of representing structured data have been slashed and burned.</p>

<p>Twitter and Flickr used to markup their user profile pages with microformats. Your profile page would be marked up with hCard and if you had a link back to your own site, it include a <code>rel=”me”</code> attribute. Not any more.</p>

<p>Then there’s RSS.</p>

<p>During the Q&amp;A of that 2006 dConstruct talk, somebody asked me about where they should start with providing an API; what’s the baseline? I pointed out that if they were already providing RSS feeds, they already had a kind of simple, read-only API.</p>

<p>Because there’s a standardised format—a list of items, each with a timestamp, a title, a description (maybe), and a link—once you can parse one RSS feed, you can parse them all. It’s kind of remarkable how many mashups can be created simply by using RSS. I remember at <a href="http://adactio.com/journal/1308/">the first London Hackday</a>, one of <a href="http://adactio.com/journal/1310/">my favourite mashups</a> simply took an RSS feed of the weather forecast for London and combined it with the RSS feed of upcoming ISS flypasts. The result: a Twitter bot that only tweeted when the International Space Station was overhead <em>and</em> the sky was clear. Brilliant!</p>

<p>Back then, anywhere you found a web page that listed a series of items, you’d expect to find a corresponding RSS feed: blog posts, uploaded photos, status updates, anything really.</p>

<p>That has changed.</p>

<p>Twitter used to provide an RSS feed that corresponded to <a href="https://twitter.com/adactio">my HTML timeline</a>. Then they changed the URL of the RSS feed to make it part of the API (and therefore subject to the terms of use of the API). Then they removed RSS feeds entirely.</p>

<p>On the <a href="http://saltercane.com/">Salter Cane</a> site, I want to display <a href="http://saltercane.com/#twitter">our band’s latest tweets</a>. I used to be able to do that by just grabbing the corresponding RSS feed. Now I’d have to use the API, which is a <em>lot</em> more complex, involving all sorts of authentication gubbins. Even then, according to the terms of use, I wouldn’t be able to display <em>my</em> tweets the way I want to. Yes, how I want to display my own data on my own site is now dictated by Twitter.</p>

<p><a href="http://brodiesnotes.blogspot.co.uk/2013/06/twitter-has-killed-off-rss-feeds-thats.html">Thanks to Jo Brodie</a> I found an alternative service called <a href="http://www.twitter-rss.com/">Twitter RSS</a> that gives me the RSS feed I need, ‘though it’s probably only a matter of time before that gets shuts down by Twitter.</p>

<p>Jo’s feelings about Twitter’s anti-RSS policy mirror my own:</p>

<blockquote>
  <p>I feel a pang of disappointment at the fact that it was really quite easy to use if you knew little about coding, and now it might be a bit harder to do what you easily did before.</p>
</blockquote>

<p>That’s the thing. It’s not like RSS is a great format—it isn’t. But it’s just good enough and just versatile enough to enable non-programmers to make something cool. In that respect, it’s kind of like HTML.</p>

<p><a href="https://dev.twitter.com/docs/api/1.1/overview#JSON_support_only">The official line from Twitter</a> is that RSS is “infrequently used today.” That’s the same justification that Google has given for <a href="http://googleblog.blogspot.co.uk/2013/03/a-second-spring-of-cleaning.html">shutting down Google Reader</a>. It reminds of the joke about the shopkeeper responding to a request for something with “Oh, we don’t stock that—there’s no call for it. It’s funny though, you’re the fifth person to ask today.”</p>

<p>RSS is used a <em>lot</em> …but much of the usage is invisible:</p>

<blockquote>
  <p>RSS is plumbing. It’s used all over the place but you don’t notice it.</p>
</blockquote>

<p>That’s from Brent Simmons, who penned <a href="http://inessential.com/2013/03/14/why_i_love_rss_and_you_do_too">a love letter to RSS</a>:</p>

<blockquote>
  <p>If you subscribe to any podcasts, you use RSS. Flipboard and Twitter are RSS readers, even if it’s not obvious and they do other things besides.</p>
</blockquote>

<p>He points out the many strengths of RSS, including its decentralisation:</p>

<blockquote>
  <p>It’s anti-monopolist. By design it creates a level playing field.</p>
</blockquote>

<p>How foolish of us, therefore, that we ended up using Google Reader exclusively to power all our RSS consumption. We took something that was inherently decentralised and we locked it up into one provider. And now that provider is going to screw us over.</p>

<p>I hope we won’t make that mistake again. Because, believe me, RSS is far from dead just because Google and Twitter are threatened by it.</p>

<p>In a post called <a href="http://snarkmarket.com/2013/8093"><cite>The True Web</cite></a>, Robin Sloan reiterates the strength of RSS:</p>

<blockquote>
  <p>It will dip and diminish, but will RSS ever go away? Nah. One of RSS’s weaknesses in its early days—its chaotic decentralized weirdness—has become, in its dotage, a surprising strength. RSS doesn’t route through a single leviathan’s servers. It lacks a kill switch.</p>
</blockquote>

<p>I can understand why that power could be seen as a threat if what you are trying to do is force your users to consume their own data only the way that you see fit (and all in the name of “user experience”, I’m sure).</p>

<p>Returning to Anil’s description of the web we lost:</p>

<blockquote>
  <p>We get a generation of entrepreneurs encouraged to make more narrow-minded, web-hostile products like these because it continues to make a small number of wealthy people even more wealthy, instead of letting lots of people build innovative new opportunities for themselves on top of the web itself.</p>
</blockquote>

<p>I think that the presence or absence of an RSS feed (whether I actually use it or not) is a good litmus test for how a service treats my data.</p>

<ul>
<li>Instagram doesn’t provide an RSS feed of <a href="http://instagram.com/adactio">my uploaded photos</a>.</li>
<li>Twitter doesn’t provide an RSS feed of <a href="https://twitter.com/adactio">my tweets</a>.</li>
<li>Facebook doesn’t provide an RSS feed of <a href="https://www.facebook.com/pages/Salter-Cane/8813150820">my band’s updates</a></li>
</ul>

<p>It might be that RSS is the canary in the coal mine for my data on the web.</p>

<p>If those services don’t trust me enough to give me an RSS feed, why should I trust them with my data?</p>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/api">api</a>
<a rel="tag" href="http://adactio.com/journal/tags/rss">rss</a>
<a rel="tag" href="http://adactio.com/journal/tags/web">web</a>
<a rel="tag" href="http://adactio.com/journal/tags/technology">technology</a>
<a rel="tag" href="http://adactio.com/journal/tags/culture">culture</a>
<a rel="tag" href="http://adactio.com/journal/tags/startup">startup</a>
<a rel="tag" href="http://adactio.com/journal/tags/data">data</a>
<a rel="tag" href="http://adactio.com/journal/tags/information">information</a>
<a rel="tag" href="http://adactio.com/journal/tags/business">business</a>
<a rel="tag" href="http://adactio.com/journal/tags/twitter">twitter</a>
<a rel="tag" href="http://adactio.com/journal/tags/facebook">facebook</a>
<a rel="tag" href="http://adactio.com/journal/tags/google">google</a>
<a rel="tag" href="http://adactio.com/journal/tags/open">open</a>
</p>
]]>
			</description>
			<pubDate>Mon, 17 Jun 2013 21:41:07 GMT</pubDate>
			<guid>http://adactio.com/journal/6291/</guid>
			<category>api</category>
			<category>rss</category>
			<category>web</category>
			<category>technology</category>
			<category>culture</category>
			<category>startup</category>
			<category>data</category>
			<category>information</category>
			<category>business</category>
			<category>twitter</category>
			<category>facebook</category>
			<category>google</category>
			<category>open</category>
		</item>
		<item>
			<title>By any other name</title>
			<link>http://adactio.com/journal/6246/</link>
			<description>
<![CDATA[
<p>I&#8217;m not a fan of <a href="http://adactio.com/journal/1714/">false dichotomies</a>. Chief among them on the web is the dichotomy between documents and applications, or more broadly, &#8220;websites vs. web apps&#8221;:</p>

<blockquote>
  <p>Remember when we were all publishing documents on the web, but then there was that all-changing event and then we all started making web apps instead? No? Me neither. In fact, I have yet to hear a definition of what exactly constitutes a web app.</p>
</blockquote>

<p>I&#8217;ve heard plenty of <em>descriptions</em> of web apps; there are many, many facets that could be used to <em>describe</em> a web app &#8230;but no hard&#8217;n&#8217;fast definitions.</p>

<p>One pithy observation is that &#8220;a website has an RSS feed; a web app has an API.&#8221; I like that. It&#8217;s cute. But it&#8217;s also entirely inaccurate. And it doesn&#8217;t actually help nail down what a web app actually <em>is</em>.</p>

<p>Like obscenity and brunch, web apps can be described but not defined.</p>

<p>I think that <a href="http://jakearchibald.com/">Jake</a> gets close by <a href="http://alistapart.com/article/application-cache-is-a-douchebag">describing sites</a> as either &#8220;get stuff&#8221; (look stuff up) or &#8220;do stuff&#8221;. But even that distinction isn&#8217;t clear. Many sites morph from one into the other. Is Wikipedia a website up until the point that I start editing an article? Are Twitter and Pinterest websites while I&#8217;m browsing through them but then flip into being web apps the moment that I post something?</p>

<p>I think there&#8217;s a much more fundamental question here than simply &#8220;what&#8217;s the difference between a website and a web app?&#8221; That more fundamental question is&#8230;</p>

<p>Why?</p>

<p>Why do you want to make that distinction? What benefit do you gain by arbitrarily dividing the entire web into two classes?</p>

<p>I think this same fundamental question applies to the usage of the term &#8220;HTML5&#8221;. That term almost never means the fifth iteration of HTML. Instead it&#8217;s used to describe everything from CSS to WebGL. It fails as a descriptive term for the same reason that &#8220;web app&#8221; does: it fails to communicate the meaning intended by the person using the term. You might say &#8220;HTML5&#8221; and mean &#8220;requires JavaScript to work&#8221;, but I might hear &#8220;HTML5&#8221; and think you mean &#8220;has a short doctype.&#8221; I think the technical term for a word like this is &#8220;buzzword&#8221;: a word that is commonly used but without any shared understanding or agreement.</p>

<p>In the case of &#8220;web app&#8221;, I&#8217;m genuinely curious to find out why so many designers, developers, and product owners are so keen to use the label. Perhaps it&#8217;s simply fashion. Perhaps &#8220;website&#8221; just sounds old-fashioned, and &#8220;web app&#8221; lends your product a more up-to-date, zingy feeling on par with the native apps available from the carefully-curated walled gardens of app stores.</p>

<p>In <a href="https://speakerdeck.com/jackfranklin/port80-practical-javascripting">his recent talk</a> at <a href="http://port80events.co.uk/">Port 80</a>, <a href="http://jackfranklin.co.uk/">Jack Franklin</a> points to one of the dangers of the web app/site artificial split:</p>

<blockquote>
  <p>We&#8217;re all building sites that people visit, do something, and leave. Differentiating websites vs. web apps is no good to anyone. A lot of people ignore new JavaScript tools, methods or approaches because those are just for &#8220;web apps.&#8221;</p>
</blockquote>

<p>That&#8217;s a good point. A lot of tools, frameworks, and libraries pitch themselves as being intended for web apps even though they might be equally useful for good ol&#8217;-fashioned websites.</p>

<p>In my experience, there&#8217;s an all-too-common reason why designers, developers, and product owners are eager to self-identify as the builders of web apps. It gives them a &#8220;get out of jail free&#8221; card. All the best practices that they&#8217;d apply to websites get thrown by the wayside. Progressive enhancement? Accessibility? Semantic markup? &#8220;Oh, we&#8217;d love to that, but this is a <em>web app</em>, you see&#8230; that just doesn&#8217;t apply to us.&#8221;</p>

<p>I&#8217;m getting pretty fed up with it. I find myself grinding my teeth when I hear the term &#8220;web app&#8221; used without qualification.</p>

<p>We need a more inclusive term that covers both sites and apps on the web. I propose we use the word &#8220;thang.&#8221;</p>

<p>&#8220;Check out this web thang I&#8217;m working on.&#8221;</p>

<p>&#8220;Have you seen this great web thang?&#8221;</p>

<p>&#8220;What&#8217;s that?&#8221; &#8220;It&#8217;s a web thang.&#8221;</p>

<p>Now all I need is for someone to make a browser plugin (along the lines of the <a href="https://github.com/BenWard/cloud-to-moon">cloud-to-moon</a> and <a href="http://www.flickr.com/photos/flyingdogstudios/8560376410">cloud-to-butt</a> plugins) to convert every instance of &#8220;website&#8221; or &#8220;web app&#8221; to &#8220;web thang.&#8221;</p>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/website">website</a>
<a rel="tag" href="http://adactio.com/journal/tags/webapp">webapp</a>
<a rel="tag" href="http://adactio.com/journal/tags/webthang">webthang</a>
<a rel="tag" href="http://adactio.com/journal/tags/language">language</a>
<a rel="tag" href="http://adactio.com/journal/tags/terminology">terminology</a>
</p>
]]>
			</description>
			<pubDate>Tue, 14 May 2013 17:42:42 GMT</pubDate>
			<guid>http://adactio.com/journal/6246/</guid>
			<category>website</category>
			<category>webapp</category>
			<category>webthang</category>
			<category>language</category>
			<category>terminology</category>
		</item>
		<item>
			<title>Cheap&#8217;n&#8217;cheerful</title>
			<link>http://adactio.com/journal/6243/</link>
			<description>
<![CDATA[
<p>I occasionally get sent some devices for the <a href="http://clearleft.com/testlab">Clearleft device lab</a> (which reminds me: thank you to whoever at Blackberry sent over the &#8220;Dev Alpha B&#8221; Blackberry 10).</p>

<p>Last week, an interesting little device showed up.</p>

<p><a href="http://www.flickr.com/photos/adactio/8735708550/"><img src="http://farm8.staticflickr.com/7324/8735708550_524766a122_n.jpg" alt="Cheap Android device"></a></p>

<p>I had no idea who sent it. Was it a gaming device ordered by <a href="http://maban.co.uk">Anna</a>?</p>

<p>The packaging was all in Chinese. Perhaps some foreign hackers were attempting to infiltrate our network through some clever social engineering.</p>

<p>It turns out that <a href="http://clagnut.com/">Rich</a> had ordered it, having heard about it from <a href="http://anti-mega.com/antimega/">Chris Heathcote</a> who mentioned the device during his <a href="http://2013.uxlondon.com/">UX London</a> talk.</p>

<p>It&#8217;s an <a href="http://www.jpad.cc/products.asp?selectclassid=017011&amp;id=1229">S18 Mini Pad</a>. You can <a href="http://www.amazon.co.uk/JXD-Android-G-sensor-4-3inch-Supports/dp/B00AHU544K/">pick one up for about £30</a>. For that price, as Chris pointed out, you could just use it as an alarm clock (and it does indeed have an alarm clock app). But it&#8217;s also a touchscreen device with WiFi and a web browser &#8230;a really good web browser: it comes with Chrome. It&#8217;s an Android 4 device.</p>

<p>It has all sorts of issues. The touchscreen is pretty crap, for example. But considering the price, it&#8217;s really quite remarkable.</p>

<p>We&#8217;ve got to the point where all the individual pieces&#8212;WiFi, touchscreen, web browser, operating system&#8212;can be thrown together into one device that can be sold for around the thirty quid mark. And this is without any phone company subsidies.</p>

<p>Crap as it is, this device really excites me. A cheap mobile web-enabled device &#8230;I find that so much more thrilling than any Apple keynote.</p>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/devices">devices</a>
<a rel="tag" href="http://adactio.com/journal/tags/access">access</a>
<a rel="tag" href="http://adactio.com/journal/tags/mobile">mobile</a>
</p>
]]>
			</description>
			<pubDate>Mon, 13 May 2013 18:19:59 GMT</pubDate>
			<guid>http://adactio.com/journal/6243/</guid>
			<category>devices</category>
			<category>access</category>
			<category>mobile</category>
		</item>
		<item>
			<title>dConstruct bulletin</title>
			<link>http://adactio.com/journal/6242/</link>
			<description>
<![CDATA[
<p>I have some <a href="http://2013.dconstruct.org/">dConstruct</a> news for you. First and foremost, mark your calendar:</p>

<p><strong>Tickets for dConstruct go on sale at 11am on Tuesday, May 21st</strong>.</p>

<p>That&#8217;s just eight days from now. In some previous years, tickets went very quickly. I don&#8217;t think we&#8217;ll see a repeat of those heady days of selling out within 24 hours this year, but it&#8217;s still worth grabbing your ticket nice and early. At £135+VAT, it&#8217;s a steal (as usual).</p>

<p>If you want to be all set next Tuesday, the Eventbrite page for tickets will be <a href="http://dconstruct2013.eventbrite.com">dconstruct2013.eventbrite.com</a>. Speak, friend, and enter.</p>

<p>If you&#8217;re wavering about whether or not to come this year, dispel your doubts. Just look at <a href="http://adactio.com/journal/5763/">how much people enjoyed last year&#8217;s dConstruct</a>&#8212;it was <a href="http://adactio.com/journal/5719/">truly awesome</a>, as you can <a href="http://archive.dconstruct.org/2012">hear for yourself on the dConstruct archive</a>. <a href="http://2013.dconstruct.org/conference/">This year&#8217;s line-up</a> continues the tradition of blowing minds with brilliance.</p>

<p>On the subject of <a href="http://2013.dconstruct.org/conference/">this year&#8217;s line-up</a>, it is now complete with the addition of <a href="http://2013.dconstruct.org/conference/simone/">Simone Rebaudengo</a> who will share his tells of neurotic network-enabled toasters. He was a huge hit at <a href="http://2013.uxlondon.com/speakers/simone/">this year&#8217;s UX London</a> and it became clear to me that I <em>had</em> to have him for dConstruct. I mean, the theme is &#8220;Communicating With Machines&#8221;, for crying out loud!</p>

<p>I&#8217;ve also been rounding up the finest and brightest teachers for full-day workshops that will precede the conference. The workshop tickets also go on sale next Tuesday. A workshop costs £395+VAT and that includes a complementary ticket to the conference day as well. Your choices are:</p>

<ul>
<li><a href="http://2013.dconstruct.org/workshops/seb/">Seb: CreativeJS</a>,</li>
<li><a href="http://2013.dconstruct.org/workshops/aaron/">Aaron: Planning Adaptive Interfaces</a>, and</li>
<li><a href="http://2013.dconstruct.org/workshops/luke/">Luke: Designing Mobile to Multi-Device Experiences</a>.</li>
</ul>

<p>(Speaking of workshops, if you fancy a full day of responsive design with me, I&#8217;m doing a workshop on <a href="http://2013.ampersandconf.com/workshops.php#wrk2">a workshop right before Ampersand in June</a> and you can grab a 20% discount before the end of this month&#8212;&#8216;twould be lovely if you could join me.)</p>

<p>In case you can&#8217;t tell, I&#8217;m getting very excited indeed about <a href="http://2013.dconstruct.org/">this year&#8217;s dConstruct</a>. It&#8217;s going to be a lot of fun! Hope to see you there.</p>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/dconstruct">dconstruct</a>
<a rel="tag" href="http://adactio.com/journal/tags/conference">conference</a>
<a rel="tag" href="http://adactio.com/journal/tags/brighton">brighton</a>
<a rel="tag" href="http://adactio.com/journal/tags/dconstruct2013">dconstruct2013</a>
</p>
]]>
			</description>
			<pubDate>Mon, 13 May 2013 16:16:12 GMT</pubDate>
			<guid>http://adactio.com/journal/6242/</guid>
			<category>dconstruct</category>
			<category>conference</category>
			<category>brighton</category>
			<category>dconstruct2013</category>
		</item>
		<item>
			<title>Mobilism hot topics panel</title>
			<link>http://adactio.com/journal/6236/</link>
			<description>
<![CDATA[
<p><a href="http://mobilism.nl/2013/programme">The programme for this year’s Mobilism conference in Amsterdam</a> looks hot, hot, hot! It will wrap up with that hottest of hot things: a hot topics panel. Hot!</p>

<p>By the way, there are still <a href="http://mobilism.nl/2013/tickets">tickets available</a>. I suggest you grab one if you haven’t already. It’s a great gathering but for some reason it’s not selling as well this year, which means <a href="http://www.quirksmode.org/blog/archives/2013/04/all_aboard_for_1.html">this could be your last chance to attend</a>.</p>

<p>I’ve really, really enjoyed the previous two Mobilisms, and I always get a kick out of moderating panels so I’m pretty chuffed about getting the chance to host a panel for the third year running.</p>

<p>The first year, the panel was made up of Mobile browser vendors (excluding Apple, of course). Last year, it was more of a mixed bag of vendors and developers. This year &#8230;well, we’ll see. I’ll assemble the panel over the course of the conference’s two days. I plan to choose the sassiest and most outspoken of speakers—the last thing you want on a panel is a collection of meek, media-trained company shills.</p>

<p>Mind you, <a href="http://torgo.com/blog/">Dan</a> has managed to buy his way onto the panel through some kind of sponsorship deal, but I’m hoping he’ll be able to contribute something useful about Firefox OS.</p>

<p>Apart from that one preordained panelist, everything else is up in the air. To help me decide who to invite onto the panel, it would be really nice to have an idea of what kind of topics people want to have us discuss. Basically, what’s hot and what’s not.</p>

<p>So &#8230;got a burning question about mobile, the web, or the “mobile web” (whatever that means)? I want to hear it.</p>

<p>If you could leave a comment with your question, ‘twould be much appreciated.</p>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/mobilism">mobilism</a>
<a rel="tag" href="http://adactio.com/journal/tags/conference">conference</a>
<a rel="tag" href="http://adactio.com/journal/tags/amsterdam">amsterdam</a>
<a rel="tag" href="http://adactio.com/journal/tags/panel">panel</a>
<a rel="tag" href="http://adactio.com/journal/tags/mobile">mobile</a>
</p>
]]>
			</description>
			<pubDate>Thu, 09 May 2013 12:51:39 GMT</pubDate>
			<guid>http://adactio.com/journal/6236/</guid>
			<category>mobilism</category>
			<category>conference</category>
			<category>amsterdam</category>
			<category>panel</category>
			<category>mobile</category>
		</item>
		<item>
			<title>Inspiration calling</title>
			<link>http://adactio.com/journal/6232/</link>
			<description>
<![CDATA[
<p>Someone sent an email to <a href="http://clearleft.com/">Clearleft</a> recently pointing out what they thought was a certain similarity between our website and the website for a company called <a href="http://kentwebhost.co.uk/">Kent Web Host</a>.</p>

<p><a href="http://www.flickr.com/photos/adactio/8719586981/"><img src="http://farm8.staticflickr.com/7425/8719586981_e7f316d5d2_n.jpg"></a>
<a href="http://www.flickr.com/photos/adactio/8720710854/"><img src="http://farm8.staticflickr.com/7308/8720710854_4384374b16_n.jpg" alt="Kent Web Host"></a></p>

<p>I can’t see it myself. But I can’t guarantee that we weren’t somehow unconsciously influenced by these guys.</p>

<p>Just to set the record straight, <a href="http://huffduffer.com/adactio/111649">I gave them a call</a>.</p>

<p><object type="application/x-shockwave-flash" data="http://huffduffer.com/flash/player.swf?soundFile=http://adactio.s3.amazonaws.com/audio/KentWebHost.mp3" width="290" height="24"><param name="movie" value="http://huffduffer.com/flash/player.swf?soundFile=http://adactio.s3.amazonaws.com/audio/KentWebHost.mp3" /><param name="wmode" value="transparent" /><a href="http://huffduffer.com/adactio/111649">Chatting with Kent Web Host on Huffduffer</a></object></p>

<p><strong>Update</strong>: a few points of clarification:</p>

<ul>
<li>Garry from Kent Web Host is totally cool with me publishing our conversation.</li>
<li>I’m not publishing this out of any spirit of schadenfreude. I’m publishing it because it was a fun conversation and Garry handled the situation like a true gent.</li>
<li>Garry is a really nice guy. If you want to say unkind things about him on Twitter when you’re linking to this, don’t: you don’t know what you’re talking about.</li>
</ul>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/clearleft">clearleft</a>
<a rel="tag" href="http://adactio.com/journal/tags/phone">phone</a>
<a rel="tag" href="http://adactio.com/journal/tags/inspiration">inspiration</a>
<a rel="tag" href="http://adactio.com/journal/tags/influence">influence</a>
<a rel="tag" href="http://adactio.com/journal/tags/design">design</a>
<a rel="tag" href="http://adactio.com/journal/tags/audio">audio</a>
</p>
]]>
			</description>
			<pubDate>Wed, 08 May 2013 15:04:59 GMT</pubDate>
			<guid>http://adactio.com/journal/6232/</guid>
			<category>clearleft</category>
			<category>phone</category>
			<category>inspiration</category>
			<category>influence</category>
			<category>design</category>
			<category>audio</category>
		</item>
		<item>
			<title>dConstruct 2013</title>
			<link>http://adactio.com/journal/6218/</link>
			<description>
<![CDATA[
<p><a href="http://2012.dconstruct.org/">Last year’s dConstruct</a> was amazing. I know I’m biased, but you don’t have to believe me: <a href="http://adactio.com/journal/5763/">everyone agreed it was an amazing conference</a>.</p>

<p>Personally, I had the time of my life. Literally. The one-two punch of <a href="http://brightonsf.adactio.com/">Brighton SF</a> and dConstruct was <a href="http://adactio.com/journal/5719/">one of the best couple of days I’ve ever had in my life</a>.</p>

<p>But the day after dConstruct 2012 I remember waking up and thinking “ah, shit …how am I ever going to top that?”</p>

<p>Well, clearly, I can’t. But I can still do my damnest to put together a fantastic line-up for <a href="http://2013.dconstruct.org/">dConstruct 2013</a> …<a href="http://2013.dconstruct.org/conference/">so that’s what I’ve done</a>:</p>

<ul>
<li>The funny and geeky <a href="http://2013.dconstruct.org/conference/adam/">Adam Buxton</a>,</li>
<li>The cyborg anthropologist <a href="http://2013.dconstruct.org/conference/amber/">Amber Case</a>,</li>
<li>Hacker and tinkerer <a href="http://2013.dconstruct.org/conference/dan/">Dan Williams</a>,</li>
<li>Security cyberpunk <a href="http://2013.dconstruct.org/conference/keren/">Keren Elazari</a>,</li>
<li>The future-friendly <a href="http://2013.dconstruct.org/conference/luke/">Luke Wroblewski</a>,</li>
<li>My favourite writer on the web, <a href="http://2013.dconstruct.org/conference/maciej/">Maciej Cegłowski</a>,</li>
<li>The queen of CSS, <a href="http://2013.dconstruct.org/conference/nicole/">Nicole Sullivan</a>, and</li>
<li>Friend to the robots, <a href="http://2013.dconstruct.org/conference/sarah/">Sarah Angliss</a>.</li>
</ul>

<p>I think you’ll agree that’s not your typical conference line up. It’s going to be great! And it’s going to be a lot of fun. Trust me.</p>

<p>Trust is something I feel I’ve earned after last year’s tour-de-force. Last year’s line-up was pretty unusual too, but it worked superbly. Now I’ve got to make sure that I don’t squander the trust I earned.</p>

<p>So if you came to dConstruct last year, I don’t need to tell you why you should come back this year.</p>

<p>If you didn’t make it to last year’s dConstruct, you can make up for it this year. You don’t want to miss out two years in a row now, do you?</p>

<p>Tickets will go on sale in a few weeks time. I’ll announce the exact date soon. I’ll also be updating the information about <a href="http://2013.dconstruct.org/workshops/">the workshops</a> we’ll be running this year.</p>

<p>And if you’re planning to come to Brighton for dConstruct, make sure to stick around for the weekend. The Brighton Digital Festival is happening again this September. That means a Maker Faire, meetups, hack events, and art shows all around town.</p>

<p>See you on the first Friday of September!</p>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/dconstruct">dconstruct</a>
<a rel="tag" href="http://adactio.com/journal/tags/conference">conference</a>
<a rel="tag" href="http://adactio.com/journal/tags/brighton">brighton</a>
<a rel="tag" href="http://adactio.com/journal/tags/dconstruct2013">dconstruct2013</a>
</p>
]]>
			</description>
			<pubDate>Thu, 02 May 2013 15:07:16 GMT</pubDate>
			<guid>http://adactio.com/journal/6218/</guid>
			<category>dconstruct</category>
			<category>conference</category>
			<category>brighton</category>
			<category>dconstruct2013</category>
		</item>
		<item>
			<title>Anniversary</title>
			<link>http://adactio.com/journal/6215/</link>
			<description>
<![CDATA[
<p>A funny thing happened when I was in Berlin two weekends ago. I was walking down the street that my AirBnB apartment was on when I heard someone say “Jeremy Keith?” It turned out it was <a href="https://twitter.com/klick_ass">Andre Jay Meissner</a>, one of the founders of the excellent <a href="http://opendevicelab.com/">Open Device Lab</a> website. We had emailed but never met before. Small world!</p>

<p>The <a href="https://twitter.com/ODLNuremberg">Twitter account</a> for the open device lab in Nuremburg <a href="https://twitter.com/ODLNuremberg/status/329142570049482752">pointed out</a> that it’s been one year since I wrote <a href="http://adactio.com/journal/5433/">a blog post</a> about the open device lab I set up:</p>

<blockquote class="twitter-tweet"><p>Exactly one year ago @<a href="https://twitter.com/adactio">adactio</a> started the <a href="https://twitter.com/search/%23ODL">#ODL</a> movement with his blog <a href="http://t.co/yWbDeyx3Yl" title="http://adactio.com/journal/5433/">adactio.com/journal/5433/</a> – wow, what a huge impact! Thanks for that! (y)</p>— Open Device Lab NBG (@ODLNuremberg) <a href="https://twitter.com/ODLNuremberg/status/329142570049482752">April 30, 2013</a></blockquote>

<p>Much as I’d love to take credit for the idea of an open device lab, it simply isn’t true. Jason and Lyza had been working on setting up <a href="http://mobileportland.com/device-lab">the open device lab in Portland</a> for quite a while when I flung open the doors of <a href="http://clearleft.com/testlab">the Clearleft test lab</a>. But I will take credit for the “Ah, fuck it!” attitude that I introduced to the idea of sharing test devices with the community. Partly because I had seen how long it was taking the Portland device lab to get off the ground while they did everything by the book, I decided to just <a href="http://adactio.com/journal/5446/">wait for the worst to happen instead of planning for it</a>:</p>

<blockquote>
  <p>There are potential pitfalls to opening up a testing suite like this. What about the insurance? What about theft? What about breakage? But the thing about potential pitfalls is that they’re just that: potential. I’m treating all of them as YAGNI issues. I’ll address any problems if and when they occur rather than planning for worst-case scenarios.</p>
</blockquote>

<p>It proved to be a great policy. So far, nothing has gone wrong. And it also served as an example to other people thinking about opening up device labs at their companies: “don’t sweat it; I didn’t!”</p>

<p>But as far as anniversaries go, the one-year birthday of the <a href="http://clearleft.com/testlab/">Clearleft device lab</a> is <em>not</em> the most significant event of April 30th. Today is the <a href="http://info.cern.ch/">twentieth anniversary</a> of the publication of one of the most important documents in technological history: <a href="https://cds.cern.ch/record/1164399">the document that officially put the World Wide Web into the public domain</a>.</p>

<p>Open device labs are a small, small part of working on the web but I like to think that they represent <a href="http://adactio.com/journal/6027/">the same kind of spirit of openness and sharing</a> that Tim Berners-Lee and his colleagues demonstrated at CERN:</p>

<blockquote>
  <p>I really, really like the way that communal device labs have taken off. It’s like a physical manifestation of the sharing and openness that has imbued the practice of web design and development right from the start. <a href="http://the-pastry-box-project.net/bruce-lawson/2012-july-13/">View source</a>, <a href="http://www.webdesign-l.com/">mailing lists</a>, <a href="http://css-tricks.com/">blog posts</a>, <a href="http://stackoverflow.com/">Stack Overflow</a>, and <a href="http://github.com/">Github</a> are made of bits; device labs are made of atoms. But they are all open for you to use and contribute to.</p>
</blockquote>

<p>At <a href="http://2013.uxlondon.com/">UX London</a> I had dinner with a Swiss entrepreneur who was showing off his proprietary native app on his phone and proudly declaring that he had been granted a patent. He seemed like a nice chap, but his attitude kind of made my skin crawl. It seemed so antithetical to the spirit of sharing and openness that I’m used to from the web.</p>

<p>James Gleick once described the web as <a href="http://www.around.com/halloffame.html">the patent that never was</a>:</p>

<blockquote>
  <p>Tim Berners-Lee invented the Web and the Web browser — that is, the world as we now know it — pretty much single-handedly, starting in about 1989, when he was working as a software engineer at CERN, the particle-physics laboratory in Geneva. He didn&#8217;t patent it, or any part of it. On the contrary, he has labored tirelessly to keep cyberspace open and nonproprietary.</p>
</blockquote>

<p>We are all reaping the benefits of Sir Tim’s kindness and generosity.</p>

<blockquote class="twitter-tweet"><p>It&#8217;s not so much that Tim Berners Lee invented WWW, it&#8217;s that he gave it to the world as a gift. Supreme kindness as well as innovation.</p>— Chris T-T (@christt) <a href="https://twitter.com/christt/status/228960496236244992">July 27, 2012</a></blockquote>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/web">web</a>
<a rel="tag" href="http://adactio.com/journal/tags/history">history</a>
<a rel="tag" href="http://adactio.com/journal/tags/www">www</a>
<a rel="tag" href="http://adactio.com/journal/tags/cern">cern</a>
<a rel="tag" href="http://adactio.com/journal/tags/devices">devices</a>
<a rel="tag" href="http://adactio.com/journal/tags/testing">testing</a>
<a rel="tag" href="http://adactio.com/journal/tags/opendevicelab">opendevicelab</a>
<a rel="tag" href="http://adactio.com/journal/tags/testlab">testlab</a>
<a rel="tag" href="http://adactio.com/journal/tags/sharing">sharing</a>
<a rel="tag" href="http://adactio.com/journal/tags/patents">patents</a>
</p>
]]>
			</description>
			<pubDate>Tue, 30 Apr 2013 11:51:28 GMT</pubDate>
			<guid>http://adactio.com/journal/6215/</guid>
			<category>web</category>
			<category>history</category>
			<category>www</category>
			<category>cern</category>
			<category>devices</category>
			<category>testing</category>
			<category>opendevicelab</category>
			<category>testlab</category>
			<category>sharing</category>
			<category>patents</category>
		</item>
		<item>
			<title>A dao revisited</title>
			<link>http://adactio.com/journal/6196/</link>
			<description>
<![CDATA[
<p>Pretty much every time I give a talk—be it on progressive enhancement, responsive design, or web development in general—I almost always make reference to John’s <a href="http://www.alistapart.com/articles/dao"><cite>A Dao Of Web Design</cite></a>. Invariably, I ask for a show of hands: “Who’s read this article?” I ask. I try not to get too dispirited when only a few hands go up. Instead I encourage everyone—in the strongest possible terms—to seek it out and read it.</p>

<p>It’s not just that I consider <cite>A Dao Of Web Design</cite> to be part of <a href="http://readlists.com/3b1c5439/">the canon of great writing and thinking</a> for web designers and developers. I’m also continually amazed by its longevity. Thirteen years is a very, very long time on the web, and yet just last week <a href="http://www.uie.com/articles/embracing_medium/">Richard referenced John’s article</a> when he was describing how best to approach designing for the web today.</p>

<p>The only other article I can think that matches its importance is Ethan’s unveiling of <a href="http://alistapart.com/article/responsive-web-design"><cite>Responsive Web Design</cite></a> three years ago, also on A List Apart. It’s no coincidence that Ethan’s article references John’s article from a decade before. Both pieces are essentially making the same rallying cry: stop fighting the flexible nature of the web. Embrace it.</p>

<p>I think that finally, <em>finally</em> we’re beginning to do just that.</p>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/dao">dao</a>
<a rel="tag" href="http://adactio.com/journal/tags/web">web</a>
<a rel="tag" href="http://adactio.com/journal/tags/design">design</a>
<a rel="tag" href="http://adactio.com/journal/tags/development">development</a>
<a rel="tag" href="http://adactio.com/journal/tags/responsive">responsive</a>
<a rel="tag" href="http://adactio.com/journal/tags/writing">writing</a>
</p>
]]>
			</description>
			<pubDate>Wed, 17 Apr 2013 14:50:57 GMT</pubDate>
			<guid>http://adactio.com/journal/6196/</guid>
			<category>dao</category>
			<category>web</category>
			<category>design</category>
			<category>development</category>
			<category>responsive</category>
			<category>writing</category>
		</item>
		<item>
			<title>Responsive workshopping</title>
			<link>http://adactio.com/journal/6194/</link>
			<description>
<![CDATA[
<p>I spent most of last week up in Greenwich for <a href="http://2013.uxlondon.com/">this year&#8217;s UX London</a>. &#8216;Twas a most excellent event. The move to <a href="http://www.trinitylaban.ac.uk/">the new venue</a> gave the whole event a much more fun vibe and the format of a morning of talks followed by an afternoon of workshops was perfect.</p>

<p><a href="http://clearleft.com/is/andy-budd">Andy</a> did a great job curating the line-up. It had a bit of a <a href="http://2013.dconstruct.org/">dConstruct</a>-y feel, and not just because we had old friends like <a href="http://2013.uxlondon.com/speakers/marty/">Marty</a>, <a href="http://2013.uxlondon.com/speakers/peter/">Peter</a>, and <a href="http://2013.uxlondon.com/speakers/hannah/">Hannah</a> back: <a href="http://2013.uxlondon.com/speakers/genevieve/">Genevieve Bell</a>, <a href="http://2013.uxlondon.com/speakers/simone/">Simone Rebaudengo</a> and <a href="http://2013.uxlondon.com/speakers/richardseymour/">Richard Seymour</a> all broke our brains in different wonderful ways.</p>

<p>Hats off to <a href="http://clearleft.com/is/kate-bulpitt">Kate</a> who worked her ass off to make sure that everything ran smoothly. Seriously, you wouldn&#8217;t believe the amount of work she did. The change of venue and format for this year resulted in at least twice as much work as usual.</p>

<p>In the middle of UX London&#8217;s three days, I ran a workshop called <a href="http://2013.uxlondon.com/speakers/jeremy/#workshop">Responsive UX</a>. As I told the audience that morning when I was pitching the workshop, I got the title by taking the term &#8220;responsive design&#8221; and doing a find-and-replace on the word &#8220;design&#8221; with the phrase &#8220;UX&#8221;. After all, what&#8217;s the difference? <a href="http://uxpassion.wordpress.com/2013/04/15/peter-merholz-what-is-a-ux-designer-ux-london-2013/">Right, Peter</a>?</p>

<p>Seriously though, this workshop was a little different in that I wasn&#8217;t covering any HTML or CSS or JavaScript. It was much more about planning for the unknown and good ol&#8217;-fashioned content priority and hierarchy.</p>

<p>I wasn&#8217;t entirely pleased with how it went. It was a workshop of two halves. The first half had far too much of me talking (and ranting), probably preaching to the choir. But I felt I had to lay the groundwork first. The second half&#8212;when everybody got hands on with paper-based exercises&#8212;was much better.</p>

<p>I learned my lesson: show, don&#8217;t tell. I&#8217;ll be doing <a href="http://2013.ampersandconf.com/workshops.php">a full day responsive workshop at Ampersand in June</a>. I plan to make sure that there&#8217;s less of me talking and more making and collaborating. Also, because it&#8217;s a full day, I&#8217;ll be able to get down to the nitty-gritty of markup and style sheets.</p>

<p>And don&#8217;t forget; if you want me to come to your company sometime and do a workshop there, <a href="http://workshopsfortheweb.com/responsiveenhancement/">no problemo</a>.</p>

<p>Some people at the workshop asked about me publishing my slides. The slides by themselves really don&#8217;t contain much information but <a href="https://speakerdeck.com/adactio">I&#8217;ve published them on Speakerdeck</a> anyway. But what&#8217;s more valuable are the URLs to articles and resources I mentioned along the way. So here&#8217;s the structure of the workshop together with links to examples and further reading&#8230;</p>

<h3><a href="https://speakerdeck.com/adactio/responsive-workshop-introduction">Introduction</a></h3>

<ul>
<li><a href="http://www.scientificamerican.com/article.cfm?id=long-live-the-web&amp;print=true">Long Live the Web</a> by Tim Berners-Lee</li>
<li><a href="http://alistapart.com/article/dao">A Dao of Web Design</a> by John Allsopp</li>
<li><a href="http://alistapart.com/article/responsive-web-design">Responsive Web Design</a> by Ethan Marcotte</li>
<li><a href="http://www.markboulton.co.uk/journal/a-richer-canvas">A Richer Canvas</a> by Mark Boulton</li>
<li><a href="http://trentwalton.com/2011/05/10/fit-to-scale/">Fit to Scale</a> by Trent Walton</li>
</ul>

<h3><a href="https://speakerdeck.com/adactio/responsive-workshop-myths">Myths</a></h3>

<ul>
<li><a href="http://www.stpaulsschool.org.uk/">St. Paul&#8217;s School</a></li>
<li><a href="http://huffduffer.com/">Huffduffer</a></li>
<li><a href="http://maptal.es/">Map Tales</a></li>
<li><a href="http://mark-kirby.co.uk/2011/the-mobile-context/">The Mobile Context</a> by Mark Kirby</li>
<li><a href="http://www.the-haystack.com/2011/01/07/there-is-no-mobile-web/">There is no Mobile Web</a> by Stephen Hay</li>
<li><a href="http://www.flickr.com/photos/merlin/sets/72157622077100537/">Noise-to-Noise Ratio</a> by Merlin Mann</li>
</ul>

<h3><a href="https://speakerdeck.com/adactio/responsive-workshop-progressive-enhancement">Progressive Enhancement</a></h3>

<ul>
<li><a href="http://blog.andyhume.net/responsive-by-default/">Responsive By Default</a> by Andy Hume</li>
<li><a href="http://dowebsitesneedtolookexactlythesameineverybrowser.com/">Do websites need to look exactly the same in every browser?</a> by Dan Cederholm</li>
</ul>

<h3><a href="https://speakerdeck.com/adactio/responsive-workshop-planning">Planning</a></h3>

<ul>
<li><a href="http://www.abookapart.com/products/mobile-first">Mobile First</a> by Luke Wroblewski</li>
<li><a href="http://adactio.com/journal/4523/">Content First</a></li>
<li><a href="http://ajnyc.wordpress.com/2012/12/06/apis-first/">APIs First</a></li>
<li><a href="http://en.wikipedia.org/wiki/Don't_repeat_yourself">The <abbr title="Don't Repeat Yourself">DRY</abbr> Principle</a></li>
<li><a href="http://warpspire.com/posts/url-design/">URL Design</a> by Kyle Kneath</li>
</ul>

<h3><a href="https://speakerdeck.com/adactio/responsive-workshop-conditional-loading">Conditional Loading</a></h3>

<ul>
<li><a href="http://2012.dconstruct.org/">dConstruct 2012</a></li>
<li><a href="http://adactio.com/articles/5043/">Conditional Loading for Responsive Designs</a></li>
</ul>

<h3><a href="https://speakerdeck.com/adactio/responsive-workshop-visual-design">Visual Design</a></h3>

<ul>
<li><a href="http://www.stuffandnonsense.co.uk/blog/about/time_to_stop_showing_clients_static_design_visuals/">Time to stop showing clients static design visuals</a> by Andy Clarke</li>
<li><a href="http://styletil.es/">Style Tiles</a> by Samantha Warren</li>
<li><a href="http://danielmall.com/articles/rif-element-collages/">Element Collages</a> by Dan Mall</li>
<li><a href="https://www.readmatter.com/">Matter</a></li>
<li><a href="http://patternprimer.adactio.com/">Pattern Primer example</a></li>
<li><a href="https://github.com/adactio/Pattern-Primer">Pattern Primer source</a></li>
</ul>

<h3><a href="https://speakerdeck.com/adactio/responsive-workshop-navigation">Navigation</a></h3>

<ul>
<li><a href="http://clearleft.com/">Clearleft</a> (navigation first)</li>
<li><a href="http://thesession.org/">The Session</a> (content first, navigation second)</li>
<li><a href="http://www.fixmystreet.com/">Fix My Street</a> (<code>display: table</code>)</li>
<li><a href="http://hackfarm.org/">Hack Farm</a> (progressive disclosure)</li>
<li><a href="http://wellcomelibrary.org/">Wellcome Library</a> (off-canvas)</li>
<li><a href="http://yaronschoen.com/">Yaron Shoen</a> (separate URL)</li>
</ul>

<hr />
<p>
Tagged with
<a rel="tag" href="http://adactio.com/journal/tags/responsive">responsive</a>
<a rel="tag" href="http://adactio.com/journal/tags/workshop">workshop</a>
<a rel="tag" href="http://adactio.com/journal/tags/uxlondon">uxlondon</a>
</p>
]]>
			</description>
			<pubDate>Wed, 17 Apr 2013 11:21:59 GMT</pubDate>
			<guid>http://adactio.com/journal/6194/</guid>
			<category>responsive</category>
			<category>workshop</category>
			<category>uxlondon</category>
		</item>

   </channel>
</rss>