<?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; browsers (UA)</title>
	<atom:link href="http://www.nicksmith.co.uk/blog/category/browsers/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>Autism, the Internet (and Antelopes)</title>
		<link>http://www.nicksmith.co.uk/blog/2009/10/01/autism-the-internet-and-antelopes/</link>
		<comments>http://www.nicksmith.co.uk/blog/2009/10/01/autism-the-internet-and-antelopes/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:50:21 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[cognitive]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=225</guid>
		<description><![CDATA[<p>The second talk for <a href="http://standards-next.org/">Standards.Next</a>. Jamie Knight (<a href="http://www.imetlion.com">iMetLion.com<img src="http://www.nicksmith.co.uk/blog/wp-content/img/imetlion.jpg" alt="" class="img-right" /></a>) is a special kind of web person, he does design and development, and he does both well. See <a href="http://jkg3.com/Journal/150/standardsnext-cognitive-accessibility">Jamie&#8217;s presentation notes and slides</a> &#8211; I&#8217;m afraid to say I&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The second talk for <a href="http://standards-next.org/">Standards.Next</a>. Jamie Knight (<a href="http://www.imetlion.com">iMetLion.com<img src="http://www.nicksmith.co.uk/blog/wp-content/img/imetlion.jpg" alt="" class="img-right" /></a>) is a special kind of web person, he does design and development, and he does both well. See <a href="http://jkg3.com/Journal/150/standardsnext-cognitive-accessibility">Jamie&#8217;s presentation notes and slides</a> &#8211; I&#8217;m afraid to say I can&#8217;t remember what the Antelope reference was about, however I&#8217;m sure the Lion would approve :)</p>
<p>He started off by explaining from personal experience, how autism affects the way people use the web. Autism is about processing. It&#8217;s just a different way of thinking. Most people with autism are affected by changes in sensory input. For example, Jamie sometimes can&#8217;t read when there&#8217;s a background sound. So having an audio file play when your site loads is not only irritating it&#8217;s inaccessible<em>.<br />
</em></p>
<p>Language processing can also be a challenge. When people talk very quickly he often can&#8217;t keep up. For example, when web videos cut quickly from scene to scene he finds he gets left behind, he has to rewatch them over and over. This can be stressful.</p>
<p>Following a theme from the <a href="http://www.nicksmith.co.uk/blog/2009/09/28/accessibility-beyond-code/">previous presentation</a>, Jamie expressed an issue with literal commands. His experience is, early in his life when asked to wash his hands &#8216;in the toilet&#8217;, that&#8217;s literally what he did. Subtleties in life and on the web can cause problems. For example, when adding friends in Facebook, the function performed by the site can be different depending on the context. On some pages the functionality is to simply add people who are already registered, on other pages you&#8217;re expected to enter their email addresses.</p>
<p>After this initial section the presentation changed format. Seeing as it seemed to have worked in the past, Jamie then struck up an interview dialogue with <a href="http://www.iheni.com/">Henny</a>. She posed questions along with the rest of the audience. The next bit follows that format (with a stream of consciousness thrown in).</p>
<p><strong>Q. You said with video you have to rewind. This would be awful when streaming video (e.g. iPlayer), how can this be made more comfortable?</strong></p>
<p>A. Captioning and transcripts. The BBC now has a nice live text captioning system using HTML5. However, sometimes he uses a screen reader when he gets stressed, Jamie explained. In fact, to help him process information he built his own screen reader using a Mac, the inbuilt <a href="http://www.apple.com/accessibility/voiceover/">Voice<span>Over</span></a> and some Apple<span>Script</span>. His reader uses Microformats and embedded semantics. He built it because he uses non-sighted navigation quite often to understand a page, but can find this difficult because the visual and code order of the page are often different. This means unmodified Voice<span>Over</span> can be difficult to understand. Using Apple<span>Script</span> he gets the website to read in the order he wants. <a href="http://www.apple.com/macosx/">Snow Leopard</a> now has intelligent select so Voice<span>Over</span> has caught up with what he needs.</p>
<p><strong>Q. Is his screen reader source available?</strong></p>
<p>A. Err&#8230; Yes but it&#8217;s hacky and built specifically for him.</p>
<p>Jamie is keen to break down assumptions on assistive technology, it&#8217;s not just blind people who use screen readers. With this in mind, his opinion is that web designers should not use the title attribute. He&#8217;s noticed an obsession with using nice long titles. Often web designers use title and <acronym title="alternative">ALT</acronym> text plus the usual copy all at the same time. Jamie hears all of them. An example of this is the Amazon website. It&#8217;s really accessible with all of these attributes, perhaps too accessible.</p>
<p>The discussion moves to VoiceOver and any specific features that make it easier for Jamie to use:</p>
<ul>
<li>Detection, one to one representation of movement on the keyboard and movement on the screen, this is new with the Mac gestural track pad.</li>
</ul>
<p>Of note, screen readers can be too fast for Jamie. Also there are some that try to sound clear and others that go for a human voice. So which does he choose? His answer was enlightening, he chooses a human sound if the page is written in a human voice, this helps his understanding. Concatenative speech engines sound better but are less responsive. Most developers are not even aware that there&#8217;s more than one voice. One problem with Voice<span>Over</span> is it can take too long to read keywords.</p>
<p><strong>Q. Did he create his own presentation design?</strong></p>
<p>Yes. ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2009/10/01/autism-the-internet-and-antelopes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Homage to the Nokia n95</title>
		<link>http://www.nicksmith.co.uk/blog/2009/06/07/homage-to-the-nokia/</link>
		<comments>http://www.nicksmith.co.uk/blog/2009/06/07/homage-to-the-nokia/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 16:59:00 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=114</guid>
		<description><![CDATA[The phone isn't perfect and there's lots of other software I haven't mentioned, but I thought I should acknowledge this phone's 15 months service to me before I upgrade.]]></description>
			<content:encoded><![CDATA[<p>This next week will see a lot of hype surrounding the expected new <a href="http://www.apple.com/uk/iphone/">iPhone</a> and yesterday&#8217;s launch of the <a href="http://www.palm.com/us/products/phones/pre/">Palm Pre</a>. Although I&#8217;m just as excited as you, I thought I should take a brief moment to pay respect to the phone that&#8217;s seen me through thus far in my smart-phone usage &#8211; the <a href="http://www.nokia.co.uk/A4515025">Nokia N95 (8GB)</a>.</p>
<p>With its Symbian OS, I&#8217;ve always recommended it with the warning that it&#8217;s a bit of a geeks phone. Downloading applications from the net, they don&#8217;t go through the same vetting that takes place with the <a href="http://www.apple.com/iphone/appstore/">Apple App Store</a>. Some can be a little less stable than others and in some instances they conflict. Feature-wise it&#8217;s a solid phone if you&#8217;re prepared to perform the odd restart and fault find.</p>
<p>I&#8217;ve always thought it&#8217;s the utilitarian answer to the iPhone. Where Apple customers are until now unable to copy and paste, you can with an N95, but the button is somewhat hidden. Patches, fixes and apps exist for the Nokia where the system is not as locked down. What&#8217;s great about the N95 is that, where the need arises, someone&#8217;s usually solved a functionality problem in advance. The answer is hardly ever &#8216;we don&#8217;t support that&#8217;.</p>
<p>So before I get swept away in Apple and Palm hype, I thought I&#8217;d log my favourite apps. Here goes:</p>
<ul id="symbian-progs">
<li class="fring"><a href="http://www.fring.com/">Fring</a>. One of my favourite apps for functionality. It links with <a href="http://www.skype.com">Skype</a> and you can have what looks like a normal phone call through WiFi (free if you&#8217;re calling someone on their computer). I regularly talk to people in Australia on this and after a few hitches (generally with the net speed at the other end) it now works perfectly. It also works with other social networking sites.</li>
<li class="gmail"><a href="http://www.google.com/mobile/default/app.html">Gmail</a>. An amazingly fully featured app from Google. It keeps a local copy of your email but syncs with their server. You&#8217;ll never lose a message and it has better functionality than the iPhone app. I&#8217;m able to search, a feature iPhone users have only had through their <a title="Gmail web version for iPhone" href="http://googleblog.blogspot.com/2009/04/enhanced-gmail-and-calendar-web-app-for.html">web version</a> up until now.</li>
<li class="youtube"><a href="http://www.google.com/mobile/default/youtube.html">YouTube</a>. Another Google usability triumph. Although it doesn&#8217;t always seem to be as up-to-date as the web version and clicking on browser web links don&#8217;t open the app automatically, it does have one killer feature: it&#8217;s the only app I have that (without hacking) streams video over the 3G network. Really useful.</li>
<li class="gmaps"><a href="http://www.google.com/mobile/default/maps.html">Google Maps</a>. Simply amazing. This app takes advantage of the inbuilt GPS receiver in the phone. With this I&#8217;m never lost, I can always find directions to a destination from my location to within a few metres. Coupled with <a href="http://www.google.co.uk/latitude/intro.html">Google Latitude</a>, it&#8217;s a great tool for keeping up with people across London. I can also access <a href="http://maps.google.co.uk/help/maps/streetview/">Google Street View</a> from my phone, I can&#8217;t count the number of times this has been really useful.</li>
<li class="wirelessirc"><a href="http://mobileways.de/products/wirelessirc/wirelessirc/">WirelessIRC</a>. Despite the name red-herring, I actually use this to access <a href="http://twitter.com/">Twitter</a>. Unlike most other Twitter apps, it runs happily in the background. Whenever I want to update myself on other&#8217;s activities I can immediately view, rather than take the time to launch an app &gt; connect to the network &gt; download tweets etc etc. I can easily copy and paste text to re-tweet (RT) and using Nokia&#8217;s inbuilt functionality, I can copy and paste posted URLs to my web browser. (NOTE: On the N95, the copy and paste functions are found under the key that looks like a pencil on the bottom left below the screen).</li>
<li class="iplayer"><a href="http://www.bbc.co.uk/iplayer/">BBC iPlayer</a> (1.5). Although newer versions exist, they seem to have been blocked from working on the N95. Don&#8217;t despair, you can still download the app from sources across the web. BBC iPlayer is a fantastic boost to the multimedia capabilities of this phone. As long as you&#8217;re not worried about the jump between the listings app and the in-built RealPlayer to stream programmes, you&#8217;re never going to miss a programme again. Shame it only works on WiFi (unless hacked) and doesn&#8217;t support downloads.</li>
<li class="opera"><a href="http://www.opera.com/mini/">Opera Mini</a>. A web browsing experience comparable with a PC. I use this mainly to access <a href="http://www.google.com/reader">Google Reader</a>. The Mini browser comes with the ability to create &#8216;bookmarklets&#8217;, something that when mixed with <a title="Opera Mini Bookmarklets" href="http://o.yeswap.com/">a little Javascript</a>, allows me to post interesting links to <a href="http://delicious.com/">Delicious</a>. All of this functionality is a life-saver on long train rides (or even the cramped commute to work).</li>
<li class="webprogs">Web development apps such as <a href="http://www.sic-software.com/modules.php?name=Content&amp;pa=showpage&amp;pid=58">SIC! FTP</a> and <a href="http://code.google.com/p/s60htmled/">s60HTMLed</a>. This combination means I can effectively edit web pages from anywhere. s60HTMLed is a great application but takes some setting up. You need to download Python for S60, the &#8216;appuifw2&#8242; extension and in my case I had to <a href="https://www.symbiansigned.com/app/page">Symbian Sign</a> the web editor.</li>
<li class="shozu"><a href="http://www.shozu.com/portal/index.do">Shozu</a>. A multipurpose photo up-loader that allows me to tag and describe pictures that I upload to <a href="http://www.flickr.com">Flickr</a>.</li>
<li class="snaptweet"><a href="http://snaptweet.com">Snaptweet</a>. A service that scans my Flickr account and adds pictures with the &#8216;snaptweet&#8217; tag to my Twitter stream.</li>
<li class="goosync"><a href="http://www.goosync.com/">GooSync</a>. Synchronise your inbuilt calendar with <a href="http://www.google.com/calendar">Google Calendar</a>. Simple and effective.</li>
<li class="browser">Last but not least, the other inbuilt features like the WebKit browser (yes, the iPhone isn&#8217;t the only one that comes with this); 5Mpixel camera; and accelerometer for quick transition between landscape and portrait display. (NOTE: to set the display, go to Menu &gt; Tools &gt; Setting &gt; General &gt; Personalisation &gt; Display &gt; Rotate screen &#8216;Automatic&#8217;).</li>
</ul>
<p>My advice for N95 users is to every-so-often, backup everything and look for system updates. I think an amount of this functionality will not work, or would be more buggy with older software. Where lots of phone manufacturers forget about updates only months after release, Nokia have been consistent in their support so you may as well take advantage of this goodwill. The phone isn&#8217;t perfect and there&#8217;s lots of other software I haven&#8217;t mentioned, but I thought I should acknowledge this phone&#8217;s 15 months service to me before I upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2009/06/07/homage-to-the-nokia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 million user website</title>
		<link>http://www.nicksmith.co.uk/blog/2008/09/30/6-million-user-website/</link>
		<comments>http://www.nicksmith.co.uk/blog/2008/09/30/6-million-user-website/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 22:51:02 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[@media]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/2008/09/30/6-million-user-website/</guid>
		<description><![CDATA[<p>Several years ago I remember taking part in an online survey somewhere on the BBC website. It was geared towards understanding what I, as a user, wanted to see in future developments. I made the effort to stop and take&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Several years ago I remember taking part in an online survey somewhere on the BBC website. It was geared towards understanding what I, as a user, wanted to see in future developments. I made the effort to stop and take part because I believed there was something worthwhile in developing their web presence, I also believed they were willing to listen and respond. It seems I was right.</p>
<p>Apart from the <a href="http://www.bbc.co.uk/blogs/bbcinternet/2008/02/p2p_next.html">BBC internet blog</a> and <a href="http://backstage.bbc.co.uk/">backstage</a> etc. <a href="http://www.vivabit.com/atmedia2008/london/">@media 2008</a> had the fortune of hearing a whistle-stop tour of the redevelopment of the <a href="http://www.bbc.co.uk/">BBC homepage</a>. This site has haunted many web designers since it&#8217;s launch with comments from colleagues of &#8220;Why can&#8217;t we do&#8230; {insert name of feature here}&#8230; like the BBC homepage?&#8221;. It became a shining example of what can be achieved.</p>
<p>Tom Cartwright and Claire Roberts <a title="presented the BBC homepage" href="http://www.vivabit.com/atmedia2008/london/sessions/#forexample">presented</a> their short piece on the development of a site that: took them three months to build; had to cater for 6 million users per month; couldn&#8217;t contain loops in the code; couldn&#8217;t process XML; had to be accessible; where 5% of users (that&#8217;s 300,000) didn&#8217;t use Javascript. This is web development at the sharp end.</p>
<p>A point of interest is that they managed to get 60 image requests down to just 3 using <a href="http://www.alistapart.com/articles/sprites/">sprites</a>. This had the affect of reducing the number of <a href="http://developer.yahoo.com/performance/rules.html#num_http">HTTP requests</a>, a big saving on a highly trafficked site.</p>
<p>The size of this project is reflected in the fact that the development team recognised a need to drop <a href="http://jquery.com/">JQuery</a> as a Javascript framework and develop their own. Tom described Glow (<a href="http://www.bbc.co.uk/glow">www.bbc.co.uk/glow</a>), a new framework that supports <a href="http://www.apple.com/safari/">Safari</a> 1.3 (apparently unlike JQuery). We were told that Glow would be available as open source software towards the end of the year, but judging by the password it looks like this still hasn&#8217;t been finalised. They also mentioned that their next project will look towards a pan-BBC identity system for users. The idea is that they&#8217;d have implicit and explicit personalisation and that, once logged into one BBC site, your credentials would follow as you traverse the sites. In support of this the BBC joined the <a href="http://openid.net/">OpenID</a> federation, looking at becoming a consumer.</p>
<p>For insights into the future of the BBC homepage see <a title="BBC homepage beta" href="http://www.bbc.co.uk/home/beta/">www.bbc.co.uk/home/beta/</a>. They recommended Steve Souders&#8217; <a href="http://oreilly.com/catalog/9780596529307/">High Performance Web Sites</a> (he really knows optimisation).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2008/09/30/6-million-user-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluoride-Free</title>
		<link>http://www.nicksmith.co.uk/blog/2008/02/06/fluoride-free/</link>
		<comments>http://www.nicksmith.co.uk/blog/2008/02/06/fluoride-free/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 11:20:52 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/2008/02/06/fluoride-free/</guid>
		<description><![CDATA[<p>After reading about <a href="http://www.alistapart.com/articles/beyonddoctype">Microsoft&#8217;s proposal</a> for a new meta tag and the <a href="http://www.alistapart.com/comments/beyonddoctype/">pages</a> (and <a href="http://www.maxdesign.com.au/2008/01/24/1e8/">pages</a>) of debate that followed, I&#8217;ve been subconsciously trying to find a metaphor to use to express my gut feeling on the topic.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>After reading about <a href="http://www.alistapart.com/articles/beyonddoctype">Microsoft&#8217;s proposal</a> for a new meta tag and the <a href="http://www.alistapart.com/comments/beyonddoctype/">pages</a> (and <a href="http://www.maxdesign.com.au/2008/01/24/1e8/">pages</a>) of debate that followed, I&#8217;ve been subconsciously trying to find a metaphor to use to express my gut feeling on the topic. Considering myself fairly sensible, I&#8217;ve been hesitant to post anything about this because the debate has apparently been &#8216;<a href="http://www.zeldman.com/2008/01/22/in-defense-of-version-targeting/" title="Zeldman 'in defense of version targeting'">glowering</a>&#8216; at times and I&#8217;m cautious about bringing that negativity here (even though I don&#8217;t suppose I&#8217;m widely read). As eminent bloggers have seemingly said in unison, when the dust settles, a considered response will hopefully emerge from the web developer community.</p>
<p>Eureka! (Sort of). This week the <a href="http://www.channel4.com/news/articles/society/health/should+fluoride+be+added+to+water/1486352">fluoride story</a> broke in the UK, something that could change the way I live for a long time to come. I couldn&#8217;t help but see the similarities between these two issues and this prompted the following post (two birds, one stone) &#8211; stay with me here&#8230;</p>
<h2>Contentious</h2>
<ol>
<li><strong>Proposal One.</strong> Add a tiny meta tag into your code in order to tell <acronym title="Internet Explorer">IE</acronym> what iteration of the rendering engine you&#8217;d like to use. This is not because you&#8217;re doing anything wrong, in fact if you&#8217;re reading about it you&#8217;re more likely to be a standards aware web developer. It&#8217;s catering for the nonconformist (not conforming to accepted rules or standards<a href="#standards">*</a>). Microsoft has to deal with a lot of fault calls when it updates its browser and would like a cheaper easier option that covers everyone and reduces the size of its headache.</li>
<li><strong>Proposal Two.</strong> Let the government add a tiny amount of fluoride into your main water supply to help prevent tooth decay. This is not because you&#8217;re doing anything wrong, in fact if you&#8217;re reading about it you&#8217;re more likely to be an individual who&#8217;s aware of their dental health. It&#8217;s catering for the unaware, those who glug fizzy drinks and forget to brush. British health services have to deal with a lot of the after effects from years of tooth decay. They would like a cheaper and easier option that covers everyone and reduces the size of their headache.</li>
</ol>
<p>Whether or not you agree with either of these proposals seems less bound with the facts of the situation (or their portrayal) and more reliant on your philosophy of life. Should the conscientious, the responsible make sacrifices to cater for the rest? Should I make small sacrifices with my (as I believe) health or code, to allow for those that can&#8217;t look after their own?</p>
<p>The arguments in favour of both are quite compelling. Put simply, implementing these fundamental changes means that in one fell swoop the majority of problems disappear. Web developers no longer need to worry so much about their sites &#8216;breaking&#8217; in future versions of IE, similarly parents no longer need to worry whether their children are brushing their teeth properly. We&#8217;re all now protected due to this change in our environment. Also, it keeps the managers happy. Numerous posts hint to problems (again, see <a href="http://www.zeldman.com/2008/01/22/in-defense-of-version-targeting/">Zeldman&#8217;s article</a>) faced by the IE team when trying to justify their apparent divergence from the development path of previous versions of the product (all thanks to &#8216;web standards&#8217;). Given Microsoft&#8217;s position in the market and the flak the company seems to get when it releases updates, the &#8216;standards&#8217; argument is supposedly wearing thin with the management. Similarly, the NHS has limited resources and <a href="http://news.bbc.co.uk/1/hi/health/7189448.stm">not enough dentists</a>.</p>
<p>Fluoridation is a small addition to the structure of your daily life, if the experts are to be believed it won&#8217;t lead to conditions that compromise your health (although <a href="http://www.informationliberation.com/?id=14949">some disagree</a>). In fact, if you compare the cost of fluoridation to the bill incurred correcting dental decay, it&#8217;ll be better for society in the long term (I guess). It will get us out of the current situation where dentists and <acronym title="General Practitioners (Doctors)">GPs</acronym> waste time and money trying to fix what should have been prevented in the first place. It will free up resources to improve public health in other areas.</p>
<p>Meta tags really are tiny pieces of code that there&#8217;s no point getting upset over. The burden incurred implementing this new tag in future sites should be minimal. If we can help Microsoft produce a better browser by relenting to their proposal, then surely that&#8217;ll produce a better web for all.</p>
<h2>So where&#8217;s the problem?</h2>
<p>I&#8217;m happy that plans are being made and people less fortunate than myself (I currently have no fillings and the time/patience to code properly) are on the verge of being helped. But, when these large organisations make such plans seemingly in my best interests, they sometimes (arrogantly) miss the point in the implementation. Standing behind bloggers such as <a href="http://adactio.com/journal/1402/">Jeremy Keith</a> and hopefully adding to the calls, I think both of these proposals need to be <strong>opt-in</strong>.</p>
<p>In the case of fluoride, it can be provided in salt as has happened in <a href="http://news.bbc.co.uk/1/hi/health/7226655.stm">other countries</a>; with the meta tag, let people find out about it only when their sites break (at least that way they&#8217;ll understand there&#8217;s a problem). Doing it any other way would cheapen life for all (which is funny because these descisions will have come from the economics originally). At least now dentists and Microsoft technical support will have an easy answer, but let people explicitly agree to be included.</p>
<p>Another option is to medicate the Microsoft offices water supply &#8211; instead of fluoride put aspirin in their water, that&#8217;ll cure their collective headache in the mean time.   ;)</p>
<p><a title="standards" name="standards"></a>* However, I don&#8217;t want to get sucked into a debate about how to define what &#8216;rules and standards&#8217; means. Molly&#8217;s already <a href="http://www.molly.com/2008/01/31/from-web-standards-diva-to-web-standards-devo/" title="From Web Standards Diva to Web Standards Devo">doing a good job</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2008/02/06/fluoride-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft help with IE6 and IE7 niggles</title>
		<link>http://www.nicksmith.co.uk/blog/2007/03/21/microsoft-help-with-ie6-and-ie7-niggles/</link>
		<comments>http://www.nicksmith.co.uk/blog/2007/03/21/microsoft-help-with-ie6-and-ie7-niggles/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 14:58:32 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development tools]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=25</guid>
		<description><![CDATA[<p>Microsoft <a href="http://blogs.msdn.com/ie/archive/2007/03/20/ie6-vpc-refresh-now-available.aspx">Virtual PC has been refreshed</a>.  Good, because it&#8217;s been a God-send for Internet Explorer 6 testing. If you don&#8217;t know what that means, check out the <a href="http://www.nicksmith.co.uk/blog/?p=8" title="background on Virtual PC with IE6">background on this</a>.Also, MS have&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft <a href="http://blogs.msdn.com/ie/archive/2007/03/20/ie6-vpc-refresh-now-available.aspx">Virtual PC has been refreshed</a>.  Good, because it&#8217;s been a God-send for Internet Explorer 6 testing. If you don&#8217;t know what that means, check out the <a href="http://www.nicksmith.co.uk/blog/?p=8" title="background on Virtual PC with IE6">background on this</a>.Also, MS have gone as far as creating a <a href="http://blogs.msdn.com/ie/archive/2007/03/20/deployment-guide-now-available-to-help-businesses-deploy-ie7.aspx">deployment guide for IE7</a>, how nice of them. I haven&#8217;t read it, but I guess now there&#8217;s no excuse for the large organisations that held back on upgrading from looking at it once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2007/03/21/microsoft-help-with-ie6-and-ie7-niggles/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>Development tools</title>
		<link>http://www.nicksmith.co.uk/blog/2007/01/11/development-tools/</link>
		<comments>http://www.nicksmith.co.uk/blog/2007/01/11/development-tools/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 16:54:53 +0000</pubDate>
		<dc:creator>Nick Smith</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[browsers (UA)]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development tools]]></category>

		<guid isPermaLink="false">http://www.nicksmith.co.uk/blog/?p=8</guid>
		<description><![CDATA[<p>Virtual PC with Internet Explorer 6 (to run IE7 and 6 concurrently):<a href="http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx">http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx</a>Swift for Windows (KHTML rendering engine supposedly with the same tweeks as <a href="http://www.apple.com/macosx/features/safari/">Safari</a> on the Mac):<a href="http://www.dev411.com/blog/2006/08/12/swift-webkit-based-browser-for-windows">http://www.dev411.com/blog/2006/08/12/swift-webkit-based-browser-for-windows</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Virtual PC with Internet Explorer 6 (to run IE7 and 6 concurrently):<a href="http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx">http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx</a>Swift for Windows (KHTML rendering engine supposedly with the same tweeks as <a href="http://www.apple.com/macosx/features/safari/">Safari</a> on the Mac):<a href="http://www.dev411.com/blog/2006/08/12/swift-webkit-based-browser-for-windows">http://www.dev411.com/blog/2006/08/12/swift-webkit-based-browser-for-windows</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicksmith.co.uk/blog/2007/01/11/development-tools/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>
