<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3899965453457800010</id><updated>2011-10-23T17:20:20.217+01:00</updated><category term='mobile'/><category term='jquery'/><category term='iphone'/><category term='market share'/><category term='blackberry'/><category term='nokia'/><category term='html5'/><category term='javascript library'/><category term='symbian'/><category term='tablet'/><category term='rim'/><category term='mobile phone usage'/><category term='web-app'/><category term='css3'/><category term='target audience'/><category term='mobile phone'/><category term='statistics'/><category term='samsung'/><category term='cross-platform'/><category term='software development'/><category term='operating system'/><title type='text'>The Cabinet of Curiosities</title><subtitle type='html'>Experience design and development in Agile teams
- Nick Bailey</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nicholasbailey.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3899965453457800010/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nicholasbailey.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Nick</name><uri>http://www.blogger.com/profile/02323742978136185937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3899965453457800010.post-7269574579529897921</id><published>2011-05-19T10:29:00.009+01:00</published><updated>2011-05-19T16:54:41.215+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript library'/><category scheme='http://www.blogger.com/atom/ns#' term='css3'/><category scheme='http://www.blogger.com/atom/ns#' term='mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='cross-platform'/><category scheme='http://www.blogger.com/atom/ns#' term='jquery'/><category scheme='http://www.blogger.com/atom/ns#' term='tablet'/><category scheme='http://www.blogger.com/atom/ns#' term='html5'/><category scheme='http://www.blogger.com/atom/ns#' term='web-app'/><title type='text'>Watch this space: JQuery Mobile</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-GYLG6E9uOn4/TdUQW8DqyrI/AAAAAAAAAJY/UkJOfPxejOw/s1600/jQueryMobileDevices.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 305px; height: 400px;" src="http://1.bp.blogspot.com/-GYLG6E9uOn4/TdUQW8DqyrI/AAAAAAAAAJY/UkJOfPxejOw/s400/jQueryMobileDevices.png" alt="" id="BLOGGER_PHOTO_ID_5608406897224501938" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;br /&gt;JQuery Mobile is a web-based framework that can be used to create web-apps for all kinds of mobile devices.  It provides an optimised experience for touch-based smart-phones and tablets, whilst still allowing older devices to access the content.  It is supported by the JQuery community.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I've been tinkering with using the JQuery Mobile framework for a few months now.  It is currently in an alpha phase but is already very feature rich and follows nice principles of progressive enhancement, and graceful degradation.  In addition, I like how the framework uses WAI-ARIA attributes to attach styling and javascript to the DOM elements.  This is one way to encourage developers to bake in accessibility from the minute they start writing their first line of HTML.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:130%;"&gt;Other reasons why I like JQuery Mobile:&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;It's relatively quick and cheap to create a site that works on multiple mobile devices regardless of whether they have a particular OS (Android, iOS, Symbian, etc.), or a particular screen size (tablet, or small-large smart phone screen)...they just need a browser.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;It helps create a great experience for smart-phone users with newer browsers, but degrades reasonably well for older phones and other devices with less feature-rich browsers (such as the Amazon Kindle browser).&lt;br /&gt;&lt;/li&gt;&lt;li&gt;It supports page transitions, touch gestures such as swipe-left, and various navigation aids out of the box, and allows you to customise these easily.&lt;/li&gt;&lt;li&gt;It is easy to learn and use because it uses well established web-technologies (HTML, CSS, JavaScript) that you already know or can learn easily from millions of books, blogs, and your peers.&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:130%;"&gt;Some considerations:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;You can take a JQuery experience native using a framework like PhoneGap, &lt;span style="font-weight: bold;"&gt;but&lt;/span&gt;:&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;It is hard / impossible to get the exact native look and feel...you run the risk of falling into the 'uncanny-valley' of an experience that confuses the user by appearing to be native but not behaving quite as expected.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The above point, and the fact that Apple has deliberately tried to sabotage cross-platform development in the past means that you are more at risk from Apple's approval process than if you were writing in Objective-C.&lt;/li&gt;&lt;li&gt;JQuery Mobile is probably more suited to allowing a better experience for mobile browsing of content than it is to creating specific apps that use a lot of native features...some of these features can be accessed through PhoneGap, and some can't.&lt;/li&gt;&lt;li&gt;Similar to the point above, JQuery Mobile allows us to use the web as a platform rather than writing for each  platform individually...you wouldn't create a desktop app for your  website, but you might create a desktop app for a drawing program.  So there are still going to be lots of situations where you need write a native app.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Remember your team, and support team's skillsets - perhaps they can support an Android device written in Java better than client-side technologies (then again, the opposite may true especially with Objective-C).&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;- Nick Bailey&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3899965453457800010-7269574579529897921?l=nicholasbailey.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nicholasbailey.blogspot.com/feeds/7269574579529897921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3899965453457800010&amp;postID=7269574579529897921' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3899965453457800010/posts/default/7269574579529897921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3899965453457800010/posts/default/7269574579529897921'/><link rel='alternate' type='text/html' href='http://nicholasbailey.blogspot.com/2011/05/watch-this-space-jquery-mobile.html' title='Watch this space: JQuery Mobile'/><author><name>Nick</name><uri>http://www.blogger.com/profile/02323742978136185937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-GYLG6E9uOn4/TdUQW8DqyrI/AAAAAAAAAJY/UkJOfPxejOw/s72-c/jQueryMobileDevices.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3899965453457800010.post-7381668888126545338</id><published>2010-06-17T13:35:00.002+01:00</published><updated>2010-06-17T13:43:53.571+01:00</updated><title type='text'>Accessibility Tools</title><content type='html'>There are hundreds of accessibility tools available on the web.  They can help with checks for:&lt;br /&gt;- Required reading age for a piece of text (and suggestions for sentences to revise).&lt;br /&gt;- How your site looks to users with color-blindness.&lt;br /&gt;- Areas where contrast is too low for good readability.&lt;br /&gt;- Indicating areas of the site that need manually checking for issues - such as only conveying information in pictoral form.&lt;br /&gt;- Etc.&lt;br /&gt;&lt;br /&gt;Here's a link to whet your appetite:  &lt;a href="http://spyrestudios.com/website-accessibility-tools/"&gt;8 Tools to Analyze Your Website’s Level of Accessibility&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;- Nick Bailey&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3899965453457800010-7381668888126545338?l=nicholasbailey.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nicholasbailey.blogspot.com/feeds/7381668888126545338/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3899965453457800010&amp;postID=7381668888126545338' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3899965453457800010/posts/default/7381668888126545338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3899965453457800010/posts/default/7381668888126545338'/><link rel='alternate' type='text/html' href='http://nicholasbailey.blogspot.com/2010/06/accessibility-tools.html' title='Accessibility Tools'/><author><name>Nick</name><uri>http://www.blogger.com/profile/02323742978136185937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3899965453457800010.post-1650760696797445269</id><published>2010-06-04T12:29:00.003+01:00</published><updated>2010-06-04T12:36:31.343+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='statistics'/><category scheme='http://www.blogger.com/atom/ns#' term='target audience'/><category scheme='http://www.blogger.com/atom/ns#' term='software development'/><category scheme='http://www.blogger.com/atom/ns#' term='rim'/><category scheme='http://www.blogger.com/atom/ns#' term='operating system'/><category scheme='http://www.blogger.com/atom/ns#' term='iphone'/><category scheme='http://www.blogger.com/atom/ns#' term='market share'/><category scheme='http://www.blogger.com/atom/ns#' term='blackberry'/><category scheme='http://www.blogger.com/atom/ns#' term='nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='samsung'/><category scheme='http://www.blogger.com/atom/ns#' term='mobile phone usage'/><category scheme='http://www.blogger.com/atom/ns#' term='mobile phone'/><category scheme='http://www.blogger.com/atom/ns#' term='symbian'/><title type='text'>UK mobile phone market share</title><content type='html'>In mid May 2010, the UK mobile phone market is dominated by IPhones and Blackberries:&lt;br /&gt;&lt;br /&gt;1) IPhones = 50%&lt;br /&gt;2) Blackberries = 28% (RIM operating system)&lt;br /&gt;3) Nokias (and some Samsungs) = 8%   (Symbian operating system)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://gs.statcounter.com/#mobile_os-GB-monthly-200905-201006" style="text-decoration:none"&gt;» &lt;span style="text-decoration:underline;"&gt;Statcounter - UK mobile market&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div id="mobile_os-GB-monthly-200905-201006" width="600" height="400" style="width: 600px; height: 400px;"&gt;&lt;/div&gt;&lt;!-- You may change the values of width and height above to resize the chart --&gt;&lt;p&gt;Source: &lt;a href="http://gs.statcounter.com/#mobile_os-GB-monthly-200905-201006"&gt;StatCounter Global Stats - Mobile OS Market Share&lt;/a&gt;&lt;/p&gt;&lt;script type="text/javascript" src="http://www.statcounter.com/js/FusionCharts.js"&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://gs.statcounter.com/chart.php?mobile_os-GB-monthly-200905-201006"&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;- Nick Bailey&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3899965453457800010-1650760696797445269?l=nicholasbailey.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nicholasbailey.blogspot.com/feeds/1650760696797445269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3899965453457800010&amp;postID=1650760696797445269' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3899965453457800010/posts/default/1650760696797445269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3899965453457800010/posts/default/1650760696797445269'/><link rel='alternate' type='text/html' href='http://nicholasbailey.blogspot.com/2010/06/uk-mobile-phone-market-share.html' title='UK mobile phone market share'/><author><name>Nick</name><uri>http://www.blogger.com/profile/02323742978136185937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3899965453457800010.post-7227407393790352515</id><published>2010-06-01T15:01:00.016+01:00</published><updated>2010-06-01T15:46:06.108+01:00</updated><title type='text'>2010 Browser Stats and Trends</title><content type='html'>&lt;span style="font-weight: bold;"&gt;This article will cover:&lt;/span&gt;&lt;br /&gt;1) Global browser statistics (Feb/May 2010 depending on source)&lt;br /&gt;- Overview&lt;br /&gt; - Changes in market share&lt;br /&gt;2) How these statistics are collected (and who isn’t tracked)&lt;br /&gt;3) What this means for your website development project, now, and in the future.  Plus: should your project support IE6?&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1) Current global browser statistics&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;Overview:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;According to &lt;a href="http://gs.statcounter.com/"&gt;StatCounter&lt;/a&gt;:&lt;br /&gt;Top browsers in May 2010:&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_jIGOAPxJPEk/TAUUnoi759I/AAAAAAAAAH0/s9SYlTbdqCk/s1600/StatCounterGlobal.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 400px; height: 234px;" src="http://1.bp.blogspot.com/_jIGOAPxJPEk/TAUUnoi759I/AAAAAAAAAH0/s9SYlTbdqCk/s400/StatCounterGlobal.jpg" alt="" id="BLOGGER_PHOTO_ID_5477807192897480658" border="0" /&gt;&lt;/a&gt;IE total = 53%&lt;br /&gt;of which:&lt;br /&gt;- IE8 = 27%&lt;br /&gt;- IE7 = 16%&lt;br /&gt;- IE6 = 10%&lt;br /&gt;Firefox = 32%&lt;br /&gt;Chrome = 8%&lt;br /&gt;Safari = 4%&lt;br /&gt;Opera = 2%&lt;br /&gt;&lt;br /&gt;According to &lt;a href="http://www.w3counter.com/trends"&gt;w3counter&lt;/a&gt;:&lt;br /&gt;Top browsers in April 2010:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_jIGOAPxJPEk/TAUWXfwXx3I/AAAAAAAAAH8/nIxYTOgmwZM/s1600/w3counter.gif"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 400px; height: 120px;" src="http://4.bp.blogspot.com/_jIGOAPxJPEk/TAUWXfwXx3I/AAAAAAAAAH8/nIxYTOgmwZM/s400/w3counter.gif" alt="" id="BLOGGER_PHOTO_ID_5477809114683262834" border="0" /&gt;&lt;/a&gt;IE total = 49%&lt;br /&gt;of which:&lt;br /&gt;- IE8 = 25%&lt;br /&gt;- IE7 = 13%&lt;br /&gt;- IE6 = 8%&lt;br /&gt;Firefox = 32%&lt;br /&gt;Chrome = 7%&lt;br /&gt;Safari = 6%&lt;br /&gt;Opera = 2%&lt;br /&gt;&lt;br /&gt;According to &lt;a href="http://marketshare.hitslink.com/browser-market-share.aspx?qprid=0"&gt;NetMarketShare&lt;/a&gt;:&lt;br /&gt;Top browsers in April 2010:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_jIGOAPxJPEk/TAUWsq6GBXI/AAAAAAAAAIE/YySh1uiNqwk/s1600/netmarketshare.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 400px; height: 137px;" src="http://4.bp.blogspot.com/_jIGOAPxJPEk/TAUWsq6GBXI/AAAAAAAAAIE/YySh1uiNqwk/s400/netmarketshare.png" alt="" id="BLOGGER_PHOTO_ID_5477809478454084978" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Changes in market share:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;IE losing out to Chrome’s meteoric rise:&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_jIGOAPxJPEk/TAUXJTAHifI/AAAAAAAAAIM/69batbQ0690/s1600/StatCounterGlobal.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 400px; height: 234px;" src="http://4.bp.blogspot.com/_jIGOAPxJPEk/TAUXJTAHifI/AAAAAAAAAIM/69batbQ0690/s400/StatCounterGlobal.jpg" alt="" id="BLOGGER_PHOTO_ID_5477809970253105650" border="0" /&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;From April 09 – May 2010 IE has lost a 10% market share 62% down to 52%.  It looks like Chrome has been the main winner from this pocketing 6% extra market share over the same period.  Firefox and Safari have eaten most of the remainder collectively increasing their market share by 3%.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;IE users are upgrading:&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_jIGOAPxJPEk/TAUXqYyheEI/AAAAAAAAAIU/nc0rJfPFxUM/s1600/w3counter-IE-switchover.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 400px; height: 139px;" src="http://2.bp.blogspot.com/_jIGOAPxJPEk/TAUXqYyheEI/AAAAAAAAAIU/nc0rJfPFxUM/s400/w3counter-IE-switchover.png" alt="" id="BLOGGER_PHOTO_ID_5477810538742380610" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;The hidden chaos:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;On the surface this makes browser support seem fairly simple.  However, there is a lot more complexity when we start drilling down further into browser versions.  Notice in the graph below how users take some time to upgrade their browser version when a new version is released:&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_jIGOAPxJPEk/TAUX55NxUBI/AAAAAAAAAIc/UaSxux20BbA/s1600/StatCounter-intersecting-browser-versions.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 400px; height: 234px;" src="http://4.bp.blogspot.com/_jIGOAPxJPEk/TAUX55NxUBI/AAAAAAAAAIc/UaSxux20BbA/s400/StatCounter-intersecting-browser-versions.jpg" alt="" id="BLOGGER_PHOTO_ID_5477810805144637458" border="0" /&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;Want to know more detail?  Want to see different regions...e.g. United Kingdom stats?  How about resolution sizes?  What mobile phone browsers do people use, and on which operating systems?  All that is available using the dropdowns below the graph at &lt;a href="http://gs.statcounter.com/"&gt;StatCounter&lt;/a&gt;:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2) How these statistics are collected (and who isn’t tracked)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Using StatCounter as an example, there are two parts to the way users are tracked:&lt;br /&gt;1) Javascript tracking (sets up some global variables which are sent as part of an Ajax post to statcounter.com).&lt;br /&gt;2) Image tracking (for users without javascript) – by loading a 1x1 pixel image from the StatCounter website using the id that you set up with them. StatCounter records these image requests server side and collates them.  The user agent is known from the html header.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;This means that users who have javascript and images turned off (e.g. text-only browsers) don’t get tracked.  This is probably a very small proportion, but its still good to be aware of it.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://pastie.org/987290"&gt;Here's the StatCounter code&lt;/a&gt;&lt;br /&gt;&lt;script src="http://pastie.org/987290.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3) What this means for your website development project, now, and in the future.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;First of all a warning: Don't use global stats to inform your site design if possible.  It is far better to use &lt;span style="font-weight: bold;"&gt;*statistics specific to your site*&lt;/span&gt;.  If you don’t have these, you can try looking at your target audience.  For example, is your website primarily focused on the UK market?  Then use statistics specific to users in the UK:&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_jIGOAPxJPEk/TAUYRG-_H2I/AAAAAAAAAIk/tfe8B6MiN9w/s1600/UKStats.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 400px; height: 234px;" src="http://3.bp.blogspot.com/_jIGOAPxJPEk/TAUYRG-_H2I/AAAAAAAAAIk/tfe8B6MiN9w/s400/UKStats.png" alt="" id="BLOGGER_PHOTO_ID_5477811203977715554" border="0" /&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;Or if it’s for the market in china then make sure it displays really well in IE6 (59% in May 2010.  IE browsers account for 89% of the market share in China):&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_jIGOAPxJPEk/TAUYis8Xi1I/AAAAAAAAAIs/CofAzTxiUYs/s1600/ChinaStats.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 400px; height: 234px;" src="http://1.bp.blogspot.com/_jIGOAPxJPEk/TAUYis8Xi1I/AAAAAAAAAIs/CofAzTxiUYs/s400/ChinaStats.png" alt="" id="BLOGGER_PHOTO_ID_5477811506225056594" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Currently:&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;On current client projects, I actively support, test on, and bug fix for the following browsers:&lt;br /&gt;&lt;/div&gt;The modern browsers: Firefox, Safari, Chrome, IE8.  These take minimal development effort and tend to cause less bugs.&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Outdated browsers: IE6 and IE7.  IE6 in particular can sap significant development effort and results in most of the visual bugs on a project.  However IE7 can also take a fair amount of time to support as well.  Some projects may have a business case for dropping support for IE6.  And this will become more and more common as IE6 browser usage continues to dwindle (in the UK IE6 holds less than 4% market share).&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Future projects:&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;A lot of future web projects will not need to support IE6 at all.  Google and YouTube are dropping support for IE6 and it is becoming increasingly easy to make the business case for your website to do the same.  IE9 will help encourage users to upgrade from IE7, so once IE6 support is phased out IE7 will be the next browser on developers’ hit list.  IE7 is going to be around for some time yet though.  Chrome will probably continue to gain market share globally.  Its going to be a while before CSS3 is fully supported (for example IE8 doesn’t support border-radius – for rounded corners), and even longer until HTML5 is commonplace.  However, internally facing websites may be able to take advantage of these new features by for example, only supporting browsers that have fully implemented certain useful CSS3 and HTML5 features in order to reduce development time.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;- Nick Bailey&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3899965453457800010-7227407393790352515?l=nicholasbailey.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nicholasbailey.blogspot.com/feeds/7227407393790352515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3899965453457800010&amp;postID=7227407393790352515' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3899965453457800010/posts/default/7227407393790352515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3899965453457800010/posts/default/7227407393790352515'/><link rel='alternate' type='text/html' href='http://nicholasbailey.blogspot.com/2010/06/2010-browser-stats-and-trends.html' title='2010 Browser Stats and Trends'/><author><name>Nick</name><uri>http://www.blogger.com/profile/02323742978136185937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_jIGOAPxJPEk/TAUUnoi759I/AAAAAAAAAH0/s9SYlTbdqCk/s72-c/StatCounterGlobal.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
