<?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>Nick Smith &#187; layout</title>
	<atom:link href="http://www.nicksmith.co.uk/blog/category/layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nicksmith.co.uk/blog</link>
	<description>Spotlight on random items from the web</description>
	<lastBuildDate>Sun, 25 Jul 2010 21:46:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Accessibility Beyond Code</title>
		<link>http://www.nicksmith.co.uk/blog/2009/09/28/accessibility-beyond-code/</link>
		<comments>http://www.nicksmith.co.uk/blog/2009/09/28/accessibility-beyond-code/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 07:43:23 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[cognitive]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=208</guid>
		<description><![CDATA[<p>I was happy to catch the <a href="http://standards-next.org/">Standards.Next</a> event on Saturday 19 September at <a href="http://www.city.ac.uk/">City University</a>. After a brief hiccup getting the projector to work, the seminar started with Antonia Hyde&#8217;s presentation.</p>
<p>Antonia (<a href="http://hiantonia.wordpress.com">hiantonia.wordpress.com</a>) has been working in&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I was happy to catch the <a href="http://standards-next.org/">Standards.Next</a> event on Saturday 19 September at <a href="http://www.city.ac.uk/">City University</a>. After a brief hiccup getting the projector to work, the seminar started with Antonia Hyde&#8217;s presentation.</p>
<p>Antonia (<a href="http://hiantonia.wordpress.com">hiantonia.wordpress.com</a>) has been working in accessibility for 10 years. She&#8217;s a web designer and consultant. See Antonia&#8217;s <a title="Accessibility Beyond Code notes" href="http://hiantonia.wordpress.com/2009/09/25/standards-next/">notes</a> at her blog or see her <a href="http://www.slideshare.net/hi.antonia/accessibility-beyond-code-2072146">slides</a>.</p>
<p>Her belief is that people are not defined by their disability, partly because they could have many. There are lots of ways to go online, not just one fit. Learning disabled people have increasing control of their lives, and expect to be able to use the web. On the web people like to take their time and not feel judged by their disability. However, many people are locked out of websites. Design is often the key to whether a site is accessible.</p>
<p>Antonia played her first video interview. It features Martin, a man with autism, using the <a href="http://www.ebay.co.uk">eBay</a> site as Antonia sits beside. Generally he likes it. He likes the wealth of information displayed and the clean layout. He could comfortably associate items with the descriptions. For him the interface fails when he sees the first &#8216;buy it now&#8217; icon.</p>
<div class="img-justify" style="margin-bottom: 1em"><img src="http://www.nicksmith.co.uk/blog/wp-content/img/ebay_cognitive_img.gif" alt="View of the buy it now button." width="340" height="70" /></div>
<p>He clicks on it, gets confused when nothing happens (it&#8217;s not a link) and this stalls his flow. Once he was through to the product page he understood what parts of the page were actionable.</p>
<p>Websites sometimes use context as part of their interface, this causes issues for those who fail to pick up on such subtleties. That&#8217;s a cognitive accessibilty problem.</p>
<p>Next Antonia asks Martin to visit the <a href="http://www.amazon.co.uk">Amazon</a> website. He likes it, it&#8217;s nice and bright with lots of colours plus using search is OK. But Antonia asks &#8216;How would you buy an arsenal shirt?&#8217; He selects a size, this brings up another window with sizes to select. It puts an orange border around the selection, he notices that the information on the right side of the page changes. He knows where the checkout is because the icon looks like a shopping cart. Beyond this he gets frustrated. He thinks the link to account is the &#8216;go to shopping&#8217; button. He&#8217;s right, it&#8217;s hard to find. How to logout? He finds this difficult as well. He either wants to close the browser window or use the back button. In the end he had to be told where the sign-out button was.</p>
<p>Generally the Amazon site doesn&#8217;t have enough good or meaningful icons, in Martin&#8217;s case he only understood the shopping cart. Signposting was not relevant. There was bad typography and poor contrast between elements. Buttons were not defined enough, this denied Martin access to parts of the site.</p>
<p>But won&#8217;t catering for people with cognitive disabilities cause more design &#8216;noise&#8217; on a website?<br />
<img src="http://www.nicksmith.co.uk/blog/wp-content/img/escalator-266x300.jpg" height="300" width="266" alt="Don't run on the escalator." class="img-right" /><br />
When designing for cognitive accessibility, making everything literal is key. In the same way as designing for someone with a physical disability, making your site accessible can often benefit everyone. Antonia displayed a poster meant to convey the message not to run on the tube. The poster was less than clear. Making it literal, e.g. with a big red cross over the runner, could&#8217;ve improved the explanation for all.</p>
<h2>Design advice</h2>
<ul>
<li> Use a hierarchy of visual language, e.g. headings that decrease in size.</li>
<li>Group elements of a similar type or function. Sometimes less is more. Anecdotally, Antonia surveyed eight people and only one knew what &#8216;i&#8217; meant when signifying information, the rest understood &#8216;?&#8217;. Sometimes it&#8217;s good to have one link that takes us through to a page that groups things together.</li>
<li>Sometimes different sized icons are useful. Apple&#8217;s Interface Manual uses different colours for different contexts.</li>
<li>Hovering states are really useful.</li>
<li>Colour coding is also really useful, despite designers sometimes thinking it will ruin their design.</li>
<li>Giving users alternative ways to change text size is important. They often can&#8217;t remember (for good reason) where to do it in the browser. Education can be the key here, often people don&#8217;t know the difference between a browser and a website. Discoverability for preferences is an issue. Just being able to get back to the view window is important, sometimes this becomes a major challenge.</li>
<li>Use adequate spacing. For example, the BBC homepage is complicated but good because things are grouped with adequate gutters. Putting things into modules makes them look bigger.</li>
</ul>
<h2>Is this my responsibility?</h2>
<p>It&#8217;s not just down to developers. It&#8217;s everyones responsibility, including the browser makers. Cohesion and consistency when working as a team is important. Martin was a confident user, but most people think their inability to use a web interface is their own fault.</p>
<h2>Where to go from here?</h2>
<p>Where can we get more information?</p>
<ul>
<li><a href="http://www.changepeople.co.uk/">Changepeople.co.uk</a> are working on a manual for this kind of accessibility.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2009/09/28/accessibility-beyond-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>@media 2009</title>
		<link>http://www.nicksmith.co.uk/blog/2009/07/24/media2009/</link>
		<comments>http://www.nicksmith.co.uk/blog/2009/07/24/media2009/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 13:28:47 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[@media]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=149</guid>
		<description><![CDATA[<p>I volunteered for this year&#8217;s conference so I was there from 6am packing bags then later answering questions and just generally helping out where needed. I did manage to attend a few <a href="http://www.vivabit.com/atmedia2009/schedule/">sessions</a> so what follows is a brief&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I volunteered for this year&#8217;s conference so I was there from 6am packing bags then later answering questions and just generally helping out where needed. I did manage to attend a few <a href="http://www.vivabit.com/atmedia2009/schedule/">sessions</a> so what follows is a brief review of my notes. <abbr title="by the way" /></p>
<p><abbr title="by the way">- BTW</abbr> thanks to <a href="http://htmldog.com/">Patrick Griffiths</a> for giving me the opportunity to help out. I&#8217;ve much enjoyed @media and hope <a href="http://www.vivabit.com/viva">Web Directions will continue the good work</a>. Also, Hi to <a href="http://twitter.com/rikhepworth">Rik Hepworth</a> &#8211; thanks for lunch (and your very <a href="http://blogs.blackmarble.co.uk/blogs/rhepworth/archive/2009/06/25/media-2009-day-1-morning.aspx">detailed blog posts</a>)!</p>
<h2>Walls Come Tumbling Down (<a href="http://www.vivabit.com/atmedia2009/speakers/#andyc">Andy Clarke</a>)</h2>
<p>I didn&#8217;t manage to catch all of this presentation as it was the first of the day. No problem, as the <a title="Walls Come Tumbling Down slides and transcript" href="http://www.forabeautifulweb.com/blog/about/walls_come_tumbling_down_presentation_slides_and_transcript/">Walls Come Tumbling Down slides and transcript</a> are already online. Andy&#8217;s rigourous stance on professionalism and payment were back in this presentation. Quite topical during the econonic downturn. In his words &#8220;we own our skills and it&#8217;s up to us to protect them, not give them away&#8221;. He attacked the use of statics in the web design process, they allow the client to falsly assume a website will be pixel perfect across all browsers. Clients then expect this without expecting to pay for it. In his latest project working for <a href="http://forabeautifulweb.com/blog/about/the_new_internationalist_home_page_challenge/">New Internationalist</a> he was able to create 30 template iterations within two weeks, all in the browser. Quite phenomenal. His point was that you&#8217;re designing an interactive system, not a page.</p>
<h2>The Process Toolbox (<a href="http://www.vivabit.com/atmedia2009/speakers/#simonc">Simon Collison</a>)</h2>
<p>Starting at the end, Simon finished his presentation stating that this is just the way his business has developed their processes, he made the point that anyone could&#8217;ve stood and spoken about their practices. In fact, he called for a platform to share business ideas. Something that I agree we&#8217;re lacking as I don&#8217;t think it comes naturally to many web designers.</p>
<p>His presentation is online in <a title="The Process Toolbox PDF" href="http://www.colly.com/atmedia2009/toolbox.pdf">PDF format</a> and there&#8217;s even a <a title="Process Toolbox blog post" href="http://www.colly.com/comments/media2009_the_process_toolbox/">blog post</a>. A beautiful set of slides and a very clear structure, the notes I took were as follows (it&#8217;s a good idea to read the slides for this to make sense):</p>
<ol>
<li>Project (foster online community; stakeholder workshops; bring in the audience; user personas)</li>
<li>Collaboration (dialogue; develop skillset; struggling with egos)</li>
<li>Audience Grouping &amp; Methodology</li>
<li>Project Methodology</li>
<li>Roadmap (simplicity; content audit; strategy; features vs. requirements)</li>
<li>Inspiring Creativity (Flickr pools; organic collaboration process; sit with people)</li>
<li>Conventions (scratch CSS; ultimate packages; quality control; audience hierarchies; audience grouping model)</li>
<li>Prototyping</li>
<li>Single Focussed Design Path</li>
<li>Conclusion</li>
</ol>
<h2>Icons for Interaction (<a href="http://www.vivabit.com/atmedia2009/speakers/#jonh">Jon Hicks</a>)</h2>
<p>Another good looking presentation with lots of examples. Thankfully Jon collected a lot of these on <a title="Icon Design Talk on Delicious" href="http://delicious.com/jonhicks/icondesigntalk">Delicious</a>. He talked about Favicons (and their pronunciation?) including the Apple iPhone specific 57 by 57px sized <a title="apple touch icon" href="http://allinthehead.com/retro/319/how-to-set-an-apple-touch-icon-for-any-site">apple-touch-icon</a>. He trumpeted McDonald&#8217;s work on nutritional logos (<a title="McDonald's nutritional icons, PDF" href="http://www.tekom.de/upload/alg/tcworld_507.pdf">see the PDF</a>). He also gave us some sites we might find useful like: <a href="http://informationgift.com/ud/faviconic/">Favicon support chart</a>; <a title="IconFinder.net" href="http://www.iconfinder.net/">IconFinder.net</a>; <a href="http://www.famfamfam.com/">FamFamFam</a>; <a href="http://www.inkscape.org/">Inkscape</a>, an open source vector graphics programme; <a href="http://animatedpng.com/">AnimatedPNG.com</a>, there&#8217;s an editor there.</p>
<p>A lot of what I found interesting were the off script comments. Like the statement that some browsers still come with the ability to resize text only (not images, so be careful thinking you can exclusively use pixels for layout).</p>
<h2>Font Embedding and Typography (<a href="http://www.vivabit.com/atmedia2009/speakers/#markb">Mark Boulton</a>)</h2>
<p>A really interesting talk, so much so that I didn&#8217;t take many notes! Mark is a very passionate and intelligent speaker. I intend to get his book (<a href="http://www.fivesimplesteps.co.uk">Designing for the Web</a>). Using the following diagram he explained the interplay between the different considerations of typography.</p>
<div class="img-justify"><img src="http://www.nicksmith.co.uk/blog/wp-content/img/markboulton_webdesign.gif" alt="Diagram showing interplay between layout, colour, content, hierarchy, font, rhythm, language, typesetting and the grid." /></div>
<p>Mark made the analogy that if content is the wine then typography is the wine glass. It shapes the content but doesn&#8217;t detract from the main event. In fact he advised that good designers have a collection of half a dozen &#8216;voiceless&#8217; fonts that they modify for each project. Either way, with @font-face and other type inclusion methods coming, he predicts the next few years are going to be painful.</p>
<h2>The Web Platform Just As It Is (<a href="http://www.vivabit.com/atmedia2009/speakers/#chrisw">Chris Wilson</a>)</h2>
<p>The first presentation I manged to attend on the second day (due to duties). The most interesting bits I took from this talk were about Internet Explorer, despite Chris making it very clear he&#8217;s no longer part of that team. For example, with the introduction of IE7, it took 18 months to convert 50% of users from <acronym title="Internet Explorer 6">IE6</acronym>. This is slow compared to Firefox and Safari&#8217;s approx two months. In his estimation we have about 2 to 3 years before IE6 is small enough not to worry about (2012 then? *cringe*).</p>
<h2>HTML5 for the Markup Agnostic (<a href="http://www.vivabit.com/atmedia2009/speakers/#mollyh">Molly Holzschlag</a>)</h2>
<p>The most entertaining session of the two days. Molly had to deal with several technical difficulties, but persevered and ended up poking fun at the HTML5 crew whilst also educating. I can see why she did it, HTML5 is still a <a href="http://html5.digitalbazaar.com/a-new-way-forward/">point of great contention</a>. See Bruce Lawson dressed as the <a href="http://www.flickr.com/photos/davidemery/3664016514/">HTML5 cowboy</a>, answering some difficult questions and doing a good job in the public relations effort. I&#8217;ve personally steered clear of the &#8216;bloody battles&#8217;, as Molly puts it, so was pretty open to hearing. No opinion yet, that&#8217;ll come when I start converting my sites over. Although I can see where they&#8217;re coming from but I&#8217;m not completely convinced yet. More on this in a later post.</p>
<h2>New Approaches to a Modern, Accessible Web (<a href="http://www.vivabit.com/atmedia2009/speakers/#robinc">Robin Christopherson</a>)</h2>
<p>Always exciting and eventful to watch Robin speak. The last time I saw him was at <a href="http://www.vivabit.com/atmedia2006/">@media2006</a> where technical difficulties hampered his presentation. Like a lot of web designers I think I&#8217;m not exposed to people using assistive technologies on the web nearly enough. So watching a clearly intelligent man get bamboozled by a screen reader combined with <acronym title="Microsoft">MS</acronym> Windows and the web browser of your choice is an education in itself.</p>
<p>Robin demonstrated the pitfalls of badly thought out <a href="http://en.wikipedia.org/wiki/CAPTCHA#Accessibility">audible CAPTCHA</a>. Sometimes the words spoken are unintelligable, this is especially problematic if the user has a cognitive disability. There are several ways around this. He singled out <a href="http://g3ict.com/fellows_login/not_a_g3ict_fellow_">G3ICT</a> as having good CAPTCHA. Apparently they use <a href="http://recaptcha.net/">reCAPTCHA</a>. He demonstrated <a href="http://www.solona.net/">Solona</a>, &#8216;a service that provides CAPTCHA solution assistance for [the] visually impaired&#8217;.</p>
<p>Other items from Robin&#8217;s blitz through the accessible web were: Christian Heillman&#8217;s <a href="http://www.wait-till-i.com/2008/06/12/making-youtube-easier-and-more-accessible/">accesible YouTube player</a>; <a href="http://www.nvda-project.org/">NVDA</a> &#8211; a <strong>free</strong> screen reader (from Australia); <a href="http://labs.opera.com/news/2009/03/05/">Opera FingerTouch</a>; and Google&#8217;s insertion of links to their &#8216;Web 1&#8242; (<a title="accessible Google Mail" href="http://mail.google.com/support/bin/answer.py?hl=en&amp;answer=64950">accessible</a>) version of each of their products. Put a link to a reduced version of your web application as the first thing to find at the top of your page.</p>
<p>So that&#8217;s the end of my notes. Feel free to add more in the comments, I don&#8217;t claim that this is exhaustive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2009/07/24/media2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boundless Inspiration</title>
		<link>http://www.nicksmith.co.uk/blog/2007/09/25/boundless-inspiration/</link>
		<comments>http://www.nicksmith.co.uk/blog/2007/09/25/boundless-inspiration/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 14:38:21 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=53</guid>
		<description><![CDATA[<p>I was reading a booklet called <a href="http://www.independent.co.uk/poise/">Poise</a> from a recent <a href="http://www.independent.co.uk">Indy</a>. In it, there&#8217;s a quote from Michael Rodber designer of the EuroStar trains. He says,</p>
<p><q>Design is not like fine art, where there are no boundaries. The</q>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I was reading a booklet called <a href="http://www.independent.co.uk/poise/">Poise</a> from a recent <a href="http://www.independent.co.uk">Indy</a>. In it, there&#8217;s a quote from Michael Rodber designer of the EuroStar trains. He says,</p>
<p><q>Design is not like fine art, where there are no boundaries. The challenge for a designer is that there are going to be certain boundaries and you have to work within them. Firstly, you define the boundaries and then you define how you can exploit them. Within the boundaries, you look for opportunities and it&#8217;s that process of identifying the opportunities that can make or break a good design.</q></p>
<p>This piqued my interest and I started thinking how it might be applied to web design. Even in these days of millions of colours and oodles of display configurations the boundaries are there, they just may not be as apparent (in fact, trying to accommodate portability within your design may present a boundary in itself).</p>
<p>So I started a list of general (maybe obvious) boundaries that I think exist:</p>
<ul>
<li>Viewport size, accommodating the multitude.</li>
<li>Colour variance on different displays (despite millions of colours).</li>
<li>The medium is 2D.</li>
<li>Web is geared towards using text. Text must be horizontal.</li>
<li>Page download size (even in a broadband world, it must be considered).</li>
<li>Usability and Accessibility. e.g. the clarity of text and the design/interface.</li>
<li>The Grid.</li>
<li>Browser implementations (limitations).</li>
</ul>
<p>These are some of the &#8216;boundaries&#8217; that I think about when I start to design a site. I get satisfaction out of trying to &#8216;exploit&#8217; these challenges and hopefully becoming a better designer. However, in order to utilise them they&#8217;ve got to be identified and understood, so this may be the beginning of a useful (cathartic) exercise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2007/09/25/boundless-inspiration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blueprint your CSS</title>
		<link>http://www.nicksmith.co.uk/blog/2007/08/08/blueprint-your-css/</link>
		<comments>http://www.nicksmith.co.uk/blog/2007/08/08/blueprint-your-css/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 08:19:18 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[creativity]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=45</guid>
		<description><![CDATA[<p>Still a work in progress, <a href="http://bjorkoy.com/blueprint/">Blueprint</a> is a CSS framework that&#8217;s for the experienced designer who doesn&#8217;t want to always be reinventing the wheel, or the newbie who needs a helping hand to achieve great results. There&#8217;s been a&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Still a work in progress, <a href="http://bjorkoy.com/blueprint/">Blueprint</a> is a CSS framework that&#8217;s for the experienced designer who doesn&#8217;t want to always be reinventing the wheel, or the newbie who needs a helping hand to achieve great results. There&#8217;s been a buzz about it lately, including Khoi Vinh&#8217;s <a href="http://www.subtraction.com/archives/2007/0807_the_framewor.php" title="interview with Olav Frihagen Bjørkøy">interview with the developer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2007/08/08/blueprint-your-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trafik</title>
		<link>http://www.nicksmith.co.uk/blog/2007/06/27/trafik/</link>
		<comments>http://www.nicksmith.co.uk/blog/2007/06/27/trafik/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 10:57:48 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=33</guid>
		<description><![CDATA[<p>Mix rich colour, programming and a cool graphic design flair and you get <a href="http://www.lavitrinedetrafik.fr">Trafik</a>. Currently a <a href="http://www.apple.com/pro/profiles/trafik/" title="Trafik at Apple">feature at apple</a>. Gorgeous.</p>
]]></description>
			<content:encoded><![CDATA[<p>Mix rich colour, programming and a cool graphic design flair and you get <a href="http://www.lavitrinedetrafik.fr">Trafik</a>. Currently a <a href="http://www.apple.com/pro/profiles/trafik/" title="Trafik at Apple">feature at apple</a>. Gorgeous.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2007/06/27/trafik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3</title>
		<link>http://www.nicksmith.co.uk/blog/2007/01/23/css3/</link>
		<comments>http://www.nicksmith.co.uk/blog/2007/01/23/css3/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 23:56:41 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=12</guid>
		<description><![CDATA[<p>Information on what Opera is currently working on to implement CSS3 in future versions of the browser, also a description of what each of the new selectors does:<a href="http://my.opera.com/dstorey/blog/show.dml/701902">http://my.opera.com/dstorey/blog/show.dml/701902</a><a href="http://www.456bereastreet.com/archive/200601/css_3_selectors_explained/">http://www.456bereastreet.com/archive/200601/css_3_selectors_explained/</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Information on what Opera is currently working on to implement CSS3 in future versions of the browser, also a description of what each of the new selectors does:<a href="http://my.opera.com/dstorey/blog/show.dml/701902">http://my.opera.com/dstorey/blog/show.dml/701902</a><a href="http://www.456bereastreet.com/archive/200601/css_3_selectors_explained/">http://www.456bereastreet.com/archive/200601/css_3_selectors_explained/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2007/01/23/css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone, iWant one&#8230;</title>
		<link>http://www.nicksmith.co.uk/blog/2007/01/11/iphone-iwant-one/</link>
		<comments>http://www.nicksmith.co.uk/blog/2007/01/11/iphone-iwant-one/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 17:32:06 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=9</guid>
		<description><![CDATA[<p>Lots of people are posting about the <a href="http://www.apple.com/iphone/">Apple iPhone</a>, quite right really, it&#8217;s damn good. The only thing that could potentially frustrate me about it is the apparent lack of <a href="http://www.t9.com/">T9 text input</a> that I&#8217;ve used on all&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Lots of people are posting about the <a href="http://www.apple.com/iphone/">Apple iPhone</a>, quite right really, it&#8217;s damn good. The only thing that could potentially frustrate me about it is the apparent lack of <a href="http://www.t9.com/">T9 text input</a> that I&#8217;ve used on all my recent phones (well Steve Jobs didn&#8217;t mention it in his demo).I&#8217;ve become accustomed to texting with one hand, as I&#8217;m usually doing it when on the move, it leaves my other hand free to open doors, carry items and be generally more useful. Then again, when I get to try one I may find the QWERTY software keyboard changes the way I text, but at the moment I can&#8217;t see that happening. So, seeing Steve having to cradle it with one hand and point with the other doesn&#8217;t make it look as easy as my SonyEricsson W810i when performing probably my most regularly used function.Anyhoo, some useful posts and discussion about the features of this great gadget plus some insight into how it may (or may not) change the web:
<ul>
<li>A general collection of points made about the latest Apple gadget:<a href="http://adactio.com/journal/1233">http://adactio.com/journal/1233</a></li>
<li>Good question about the usability of the multi-touch screen:<a href="http://www.456bereastreet.com/archive/200701/apple_iphone_is_cool_but_where_is_my_keypad/">http://www.456bereastreet.com/archive/200701/apple_iphone_is_cool_but_where_is_my_keypad/</a></li>
<li>iPhone applications:<a href="http://www.43folders.com/2007/01/10/iphone-applications/">http://www.43folders.com/2007/01/10/iphone-applications/</a></li>
<li>Cameron Moll on why it&#8217;s not revolutionary:<a href="http://cameronmoll.com/archives/2007/01/why_iphone_wont_revolutionize/">http://cameronmoll.com/archives/2007/01/why_iphone_wont_revolutionize/</a></li>
<li>Resolution Dependent layouts:<a href="http://www.simplebits.com/notebook/2007/01/10/iphone.html">http://www.simplebits.com/notebook/2007/01/10/iphone.html</a></li>
<li>The death of the mobile web? Only if others catch on:<a href="http://mezzoblue.com/archives/2007/01/09/imobile/">http://mezzoblue.com/archives/2007/01/09/imobile/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2007/01/11/iphone-iwant-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ammo for the inevitable liquid vs. fixed layout discussion</title>
		<link>http://www.nicksmith.co.uk/blog/2007/01/11/ammo-for-the-inevitable-liquid-vs-fixed-layout-discussion/</link>
		<comments>http://www.nicksmith.co.uk/blog/2007/01/11/ammo-for-the-inevitable-liquid-vs-fixed-layout-discussion/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 01:42:59 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=7</guid>
		<description><![CDATA[<p>This post is a wealth of information and analysis, very useful comment from Jeremy Keith: <a href="http://adactio.com/journal/1232">http://adactio.com/journal/1232</a>Oh, and very interesting, some research on browser size: <a href="http://www.baekdal.com/reports/actual-browser-sizes/">http://www.baekdal.com/reports/actual-browser-sizes/</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This post is a wealth of information and analysis, very useful comment from Jeremy Keith: <a href="http://adactio.com/journal/1232">http://adactio.com/journal/1232</a>Oh, and very interesting, some research on browser size: <a href="http://www.baekdal.com/reports/actual-browser-sizes/">http://www.baekdal.com/reports/actual-browser-sizes/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2007/01/11/ammo-for-the-inevitable-liquid-vs-fixed-layout-discussion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
