<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">

    <channel>
    
    <title>Ben Smithett</title>
    <link>http://www.bensmithett.com/</link>
    <description>Everything posted to Ben Smithett's blog and tumblelog</description>
    <dc:language>en</dc:language>
    <dc:creator>Ben Smithett</dc:creator>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2010-08-07T05:03:02+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/bensmithett" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="bensmithett" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>
      	      	On using responsive web design to create a mobile website      </title>
      <link>
      	        http://www.bensmithett.com/blog/on-using-responsive-web-design-to-create-a-mobile-website      </link>
      <guid>
      	              
      </guid>
      <description>
      <![CDATA[
      	<p><strong style="font-weight: bold;">Update: I wrote this article over a year ago when RWD was still fairly recent. I pretty much disagree with most of what I wrote here now, so don't take it too seriously :)</strong></p>                

<p>Back in May, Ethan Marcotte's A List Apart article <a href="http://www.alistapart.com/articles/responsive-web-design/">Responsive Web Design</a> offered an alternative to keeping mobile websites quarantined at seperate "m." domains. Instead, we can use CSS media queries, fluid grids and flexible images to create a website that uses CSS to create an experience tailored to the user's device without changing the underlying HTML.</p>

                <p>Since then, <a href="http://hicksdesign.co.uk/journal">Jon Hicks</a>, <a href="http://colly.com/">Colly</a> and <a href="http://stephencaver.com/">Stephen Caver</a> have put the idea into practice, creating some very cool examples of what can be done with this powerful technique.</p>

                <p>Then <a href="http://www.smashingmagazine.com/2010/07/19/how-to-use-CSS3-media-queries-to-create-a-mobile-version-of-your-website/">this post on Smashing Mag</a> touted responsive web design as the best way to quickly and easily "mobilize" your existing site. <a href="http://www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/">Jason Grigsby</a> and <a href="http://jeffcroft.com/blog/2010/aug/06/responsive-web-design-and-mobile-context/">Jeff Croft</a> responded.</p>

                <p>Jason and Jeff both make the point that simply restyling your desktop site to fit on a mobile screen ignores the context in which most mobile browsing happens. I agree.</p>

                <p>For me, mobile browsing to most sites is usually about trying to quickly find directions, phone numbers, opening hours and movie times. Sometimes, in the case of blogs or news sites, it's about loading that content as quickly as possible and viewing it on a site optimised for my phone's screen size. In the case of web app-type sites, it's about using those apps in a way that takes into account the fact I'm doing it on a tiny screen over a sketchy 3G connection using fat fingers and a tiny picture of a keyboard.</p>

                <p>That said, I think using responsive web design to style common HTML for the user's device is a great technique, but it shouldn't be our entire mobile strategy. We still need to take the mobile browsing context into account. As Ethan says in the original article, "...if the user goals for your mobile site are more limited in scope than its desktop equivalent, then serving different content to each might be the best approach."</p>

                <p>What happens if you're an edge case and need something that isn't front and centre on the mobile site? Like Rik <a href="http://jeffcroft.com/blog/2010/aug/06/responsive-web-design-and-mobile-context/#c166261">says</a> in the comments on Jeff's post, sometimes you need the stuff that got the chop in the mobile version. If you're anything like me, you go straight to the bottom of the page and click "View full site". That's when you get a site that's been styled for a 1024x768 monitor, and I think that's where responsive web design can play a powerful role.</p>

                <p>So, let's say we keep serving up an optimised "m." site to mobile visitors where we give 90% of them exactly what they're after. But should a user happen to want more, let them continue on to your full site which has been responsively designed to look great on any device.</p>

                <p>What do you think?</p><br />                              ]]></description> 
      <dc:subject />
      <dc:date>2010-08-07T06:03:02+00:00</dc:date>
    </item>

    <item>
      <title>
      	Heading down the East to see A Death In The Family tonight. I haven't really stopped listening to the Origins 10" since I bought it. Also, it's one of the coolest looking records in my collection.      	      </title>
      <link>
      	http://www.bensmithett.com/tumblelog/13              </link>
      <guid>
      	              
      </guid>
      <description>
      <![CDATA[
      	        <img src="http://www.bensmithett.com/uploads/aditf-origins-record.jpg" alt="Heading down the East to see A Death In The Family tonight. I haven't really stopped listening to the Origins 10" since I bought it. Also, it's one of the coolest looking records in my collection." title="" /><br />        Heading down the East to see A Death In The Family tonight. I haven't really stopped listening to the Origins 10" since I bought it. Also, it's one of the coolest looking records in my collection.<br />        <a href="http://www.myspace.com/adeathinthefamily">A Death In The Family's Myspace</a><br />      ]]></description> 
      <dc:subject />
      <dc:date>2010-07-17T00:29:43+00:00</dc:date>
    </item>

    <item>
      <title>
      	      	Hello, world      </title>
      <link>
      	        http://www.bensmithett.com/blog/hello-world      </link>
      <guid>
      	              
      </guid>
      <description>
      <![CDATA[
      	                <p>Hey look, I made a website!</p>
                
                <p>I plan to write here pretty regularly, and post stuff to the tumblelog even regularly-er. </p>
				                
                <p>So what's under the hood?</p>
                
                <p>Well, there's the omnipresent <a href="http://www.theleagueofmoveabletype.com/fonts/7-league-gothic">League Gothic</a>
                brought to you by <a href="http://www.theleagueofmoveabletype.com/">The League Of Moveable Type</a> and 
                <a href="http://www.fontsquirrel.com/">Font Squirrel's</a> awesome 
                <a href="http://www.fontsquirrel.com/fontface/generator">@font-face generator</a>. 
                There's some fancy schmancy CSS3 gradients and transforms (as long as you're looking at this in anything 
                other than IE). Of course the latest version of <a href="http://jquery.com/">jQuery</a> is in there working its magic, as well as the wonderful 
                <a href="http://flowplayer.org/tools/index.html">jQuery Tools</a>. And the whole thing is valid HTML5 (subject to the utter previewness of 
                <a href="http://html5.validator.nu/">this service</a>).</p>
                
                <p>The blog is set up so I can publish new posts quickly and easily, or if the mood strikes me and I have a little spare 
                time, I can get my blogazine on and customise the design of each post (a&nbsp;la <a href="http://jasonsantamaria.com/">Jason</a>, 
                <a href="http://dustincurtis.com/">Dustin</a> &amp; <a href="http://iampaddy.com/">Paddy</a>).</p>
                
                <p>The tumblelog is where I can post images, videos, links, short blog posts... basically a Tumblr/Posterous kind 
                of thing, but built to give me precise control over how I post and where else on the web those posts show up.</p>
                
                <p>This site is very much a work in progress. The homepage was designed with some pretty ambitious Last.fm, Flickr 
                &amp; Vimeo API trickery in mind that I haven't got around to yet, and although I don't need one at the moment 
                I'll eventually add a portfolio section.</p>
                
                <p>I couldn't think of a way to conclude my inaugural blog post, so without further ado...</p>
                
                <div class="blog-flash">
                
                	<p id="blog-flash-trex">
                    	<a href="http://www.youtube.com/watch?v=V595oWP5tSE">http://www.youtube.com/watch?v=V595oWP5tSE</a>
                    </p>
                
                </div>
                <script type="text/javascript">
					$(function(){
						var flashvars = {};
						var params = {
							allowFullScreen: "true",
							allowscriptaccess: "always"
						};
						var attributes = {};
		
						swfobject.embedSWF("http://www.youtube.com/v/V595oWP5tSE&amp;hl=en_US&amp;fs=1", "blog-flash-trex", "620", "489", "9.0.0", flashvars, params, attributes);
					});
				</script>
<br />                              ]]></description> 
      <dc:subject />
      <dc:date>2010-07-07T10:42:07+00:00</dc:date>
    </item>

    <item>
      <title>
      	Hanging out for this... Mogwai "Burning" trailer      	      </title>
      <link>
      	http://www.bensmithett.com/tumblelog/11              </link>
      <guid>
      	              
      </guid>
      <description>
      <![CDATA[
      	                Hanging out for this... Mogwai "Burning" trailer<br />        <a href="http://www.vimeo.com/10921995">Mogwai "Burning" trailer on Vimeo</a><br />      ]]></description> 
      <dc:subject />
      <dc:date>2010-07-05T08:02:46+00:00</dc:date>
    </item>

    <item>
      <title>
      	I drive past this every day, it always makes me imagine Optimus Prime in a short sleeved button-up shirt up in the manager's office sweating over this month's inventory while down on the factory floor Bumblebee &amp; Ironhide discuss unionising.      	      </title>
      <link>
      	http://www.bensmithett.com/tumblelog/10              </link>
      <guid>
      	              
      </guid>
      <description>
      <![CDATA[
      	        <img src="http://www.bensmithett.com/uploads/transformers-manufacturing-co1.jpg" alt="I drive past this every day, it always makes me imagine Optimus Prime in a short sleeved button-up shirt up in the manager's office sweating over this month's inventory while down on the factory floor Bumblebee & Ironhide discuss unionising." title="" /><br />        I drive past this every day, it always makes me imagine Optimus Prime in a short sleeved button-up shirt up in the manager's office sweating over this month's inventory while down on the factory floor Bumblebee & Ironhide discuss unionising.<br />              ]]></description> 
      <dc:subject />
      <dc:date>2010-07-04T07:30:47+00:00</dc:date>
    </item>

    
    </channel>
</rss>

