<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>QuirksBlog</title>
<link>http://www.quirksmode.org/blog/</link>
<description></description>
<copyright>Copyright 2012</copyright>
<lastBuildDate>Thu, 02 Feb 2012 11:39:27 +0100</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.14</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>QuirksMode.org reader survey, part II</title>
<description><![CDATA[<p>In December I held a <a href="https://urtak.com/u/12765" class="external">QuirksMode reader survey</a> on Urtak. It had 69 questions, and about 59,000 answers were given by about 1,100 respondents. A few weeks back I published <a href="/blog/archives/2012/01/quirksmodeorg_r_2.html">part 1</a> of my survey. Here&#8217;s the next few findings.</p>
]]>
<![CDATA[<p>About one quarter of the total number of questions was submitted by readers &#8212; and some of them are very interesting ones. Even better, I had to reject only a quarter or so of the submitted reader questions. So the collaborative aspect of Urtak is a resounding success.</p>

<p>This entry gives some information about your way of working, your relation to this site, and device ownership.</p>

<p>There&#8217;s one restriction on the cross-tabs: at least 100 people must have replied Yes to the first question in order to get a more-or-less representative response. If the total number is less I refuse to publish the cross-tab.</p>

<p>Incidentally, you can create cross-tabs yourself at <a href="https://urtak.com/u/12765" class="external">the site</a>. Play with the data if you feel like it.</p>

<h3>Basic</h3>

<p>Urtak allows you to create cross-tabs of two questions (and no more than two). My primary interest is to see whether my European and US respondents differed. In the mobile questions I also split up iPhone and Android users.</p>

<p>58% of you live in Europe and 30% in the US &#8212; the rest lives somewhere else. 42% of you has an iPhone as primary phone, against 35% Android.</p>

<p>The US has clearly more iPhone users, and Europe more Android users. Still, because more Europeans were surveyed, most iPhone users live in Europe.</p>

<table class="browserStats">
	<caption>About you</caption>
	<tr>
		<th>Question</th>
		<th>All</th>
		<th>Europe</th>
		<th>US</th>
		<th>iPhone</th>
		<th>Android</th>
	</tr>
	<tr>
		<td>Do you live in Europe?</td>
		<td>58%</td>
		<td>-</td>
		<td>-</td>
		<td>56%</td>
		<td>61%</td>
	</tr>
	<tr>
		<td>Do you live in the US?</td>
		<td>30%</td>
		<td>-</td>
		<td>-</td>
		<td>35%</td>
		<td>29%</td>
	</tr>
	<tr>
		<td>Is your primary phone an iPhone?</td>
		<td>42%</td>
		<td>41%</td>
		<td>49%</td>
		<td>-</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Is your primary phone an Android?</td>
		<td>35%</td>
		<td>37%</td>
		<td>33%</td>
		<td>-</td>
		<td>-</td>
	</tr>
</table>

<p>(How to read: 56% of those using an iPhone as primary phone live in Europe.
41% of those who live in Europe use an iPhone as primary phone.)</p>

<h3>Your way of working</h3>

<p>A few questions about your way of working. Americans are more likely to use a Mac and at least two screens, while Europeans care more for Opera and for low-bandwidth sites. HTML5 and CSS3 are now used across the board (81%), and new features are routinely used without a fallback (69%).</p>

<p>72% uses jQuery in most of their projects, while 30% uses another library and 42% prefers native JS. These numbers do not add up. Do a few people use both jQuery and another library in every single project? I hope not. The native JS question asked for preferences, and not actual behaviour, so that might explain the overlap with the other categories.</p>

<table class="browserStats">
	<caption>About your way of working</caption>
	<tr>
		<th>Question</th>
		<th>Yes</th>
		<th>Europe</th>
		<th>US</th>
	</tr>
	<tr>
		<td>Is your primary workstation a Mac?</td>
		<td>43%</td>
		<td>41%</td>
		<td>51%</td>
	</tr>
	<tr>
		<td>Does your primary development setup have at least 2 screens?</td>
		<td>65%</td>
		<td>60%</td>
		<td>76%</td>
	</tr>
	<tr>
		<td>Do you primarily develop desktop websites?</td>
		<td>83%</td>
		<td>83%</td>
		<td>85%</td>
	</tr>
	<tr>
		<td>Do you specialize in mobile web development or design?</td>
		<td>24%</td>
		<td>24%</td>
		<td>25%</td>
	</tr>
	<tr>
		<td>Do you use HTML5 and CSS3 routinely when developing new web sites?</td>
		<td>81%</td>
		<td>81%</td>
		<td>82%</td>
	</tr>
	<tr>
		<td>Are you using new features that older browser versions do not support without a fallback (in either CSS or JS)?</td>
		<td>69%</td>
		<td>70%</td>
		<td>67%</td>
	</tr>
	<tr>
		<td>Do all your sites work with CSS and JavaScript disabled?</td>
		<td>41%</td>
		<td>44%</td>
		<td>40%</td>
	</tr>
	<tr>
		<td>Do you test your sites in Opera desktop?</td>
		<td>51%</td>
		<td>60%</td>
		<td>40%</td>
	</tr>
	<tr>
		<td>Do you use jQuery in most of your projects?</td>
		<td>72%</td>
		<td>71%</td>
		<td>75%</td>
	</tr>
	<tr>
		<td>Do you use one single library that's not jQuery in most of your projects?</td>
		<td>30%</td>
		<td>30%</td>
		<td>28%</td>
	</tr>
	<tr>
		<td>Do you prefer using native JS as opposed to a library?</td>
		<td>42%</td>
		<td>40%</td>
		<td>37%</td>
	</tr>
	<tr>
		<td>Do you optimize your websites for low-bandwidth (mobile) users?</td>
		<td>52%</td>
		<td>55%</td>
		<td>45%</td>
	</tr>
	<tr>
		<td>Do you use Unit testing while developing a project?</td>
		<td>42%</td>
		<td>42%</td>
		<td>43%</td>
	</tr>
	<tr>
		<td>Do you try (i.e. almost always) to keep a change log of your work?</td>
		<td>70%</td>
		<td>-</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Do you test landscape and portrait mode specifically?</td>
		<td>72%</td>
		<td>-</td>
		<td>-</td>
	</tr>
</table>

<p>The last two questions were submitted late in the poll, and haven&#8217;t garnered enough replies for cross-tabs.</p>

<h3>QuirksMode.org</h3>

<p>Then the part that interests me most: how do you interact with QuirksMode.org? What surprised me most is that only 43% follows me on Twitter. Since I used Twitter as the main marketing tool for this survey I expected that number to be far higher. Europeans and iPhone users are more likely to follow me.</p>

<p>Android users are more likely to visit this site at least once per week, while US residents and iPhone users are marginally more likely to donate.</p>

<table class="browserStats wide">
	<caption>About your relation to QuirksMode.org</caption>
	<tr>
		<th>Question</th>
		<th>Yes</th>
		<th>Europe</th>
		<th>US</th>
		<th>iPhone</th>
		<th>Android</th>
	</tr>
	<tr>
		<td>Do you follow ppk on Twitter?</td>
		<td>43%</td>
		<td>48%</td>
		<td>33%</td>
		<td>50%</td>
		<td>41%</td>
	</tr>
	<tr>
		<td>Do you go to QuirksMode at least once a week?</td>
		<td>36%</td>
		<td>35%</td>
		<td>38%</td>
		<td>33%</td>
		<td>38%</td>
	</tr>
	<tr>
		<td>Have you ever donated money to QuirksMode?</td>
		<td>5%</td>
		<td>6%</td>
		<td>7%</td>
		<td>7%</td>
		<td>5%</td>
	</tr>
	<tr>
		<td>Do you like the blogposts about the mobile market?</td>
		<td>80%</td>
		<td>80%</td>
		<td>84%</td>
		<td>83%</td>
		<td>83%</td>
	</tr>
	<tr>
		<td>Do you like the Linkbait posts?</td>
		<td>60%</td>
		<td>63%</td>
		<td>56%</td>
		<td>58%</td>
		<td>62%</td>
	</tr>
	<tr>
		<td>Do you like the posts about mobile web development?</td>
		<td>95%</td>
		<td>95%</td>
		<td>92%</td>
		<td>97%</td>
		<td>95%</td>
</table>

<h3>Device ownership</h3>

<p>Finally, what devices do people own? Remember, iPhone and Android are those whose primary phone is iPhone or Android, not those who own such a device. Regardless, some people are confused. 2% of those whose primary phone is an Android don&#8217;t actually own an Android phone. For iPhone this is 1%. ??!?! (Unless a few people use the device, but do not own it; for instance because their employer bought it for them. Possible, I suppose.)</p>

<p>The geographical differences are clear: Europeans are far more likely to own a Symbian, MeeGo, or S40 phone (figures, seeing Nokia has hardly any market share in the US). Oddly, the same goes for Windows Phone, and I hadn&#8217;t expected that.</p>

<p>Americans are more likely to own a gaming console, a Kindle, a webOS device, or a Chromebook. The first and last mildly surprise me, the other two don&#8217;t.</p>

<p>iPhone users are more likely to own lots of phones, and generally score higher on all phone types but Symbian, webOS, and bada. Android users are more likely to own a Chromebook.</p>

<table class="browserStats wide">
	<caption>About the devices you own</caption>
	<tr>
		<th>Question</th>
		<th>All</th>
		<th>Europe</th>
		<th>US</th>
		<th>iPhone</th>
		<th>Android</th>
	</tr>
	<tr>
		<td>Do you own an iPhone?</td>
		<td>45%</td>
		<td>42%</td>
		<td>53%</td>
		<td>99%</td>
		<td>11%</td>
	</tr>
	<tr>
		<td>Do you own an Android phone?</td>
		<td>44%</td>
		<td>45%</td>
		<td>45%</td>
		<td>21%</td>
		<td>98%</td>
	</tr>
	<tr>
		<td>Do you own a gaming console with a browser?</td>
		<td>40%</td>
		<td>34%</td>
		<td>54%</td>
		<td>46%</td>
		<td>42%</td>
	</tr>
	<tr>
		<td>Do you own a Symbian phone?</td>
		<td>19%</td>
		<td>23%</td>
		<td>5%</td>
		<td>14%</td>
		<td>19%</td>
	</tr>
	<tr>
		<td>Do you own a Kindle?</td>
		<td>18%</td>
		<td>14%</td>
		<td>28%</td>
		<td>24%</td>
		<td>22%</td>
	</tr>
	<tr>
		<td>Do you own a Windows Phone?</td>
		<td>8%</td>
		<td>9%</td>
		<td>6%</td>
		<td>6%</td>
		<td>4%</td>
	</tr>
	<tr>
		<td>Do you own an S40 phone?</td>
		<td>8%</td>
		<td>10%</td>
		<td>2%</td>
		<td>6%</td>
		<td>6%</td>
	</tr>
	<tr>
		<td>Do you own more than five phones? (Not tablets)</td>
		<td>8%</td>
		<td>7%</td>
		<td>9%</td>
		<td>10%</td>
		<td>6%</td>
	</tr>
	<tr>
		<td>Do you own a webOS phone?</td>
		<td>7%</td>
		<td>6%</td>
		<td>11%</td>
		<td>7%</td>
		<td>8%</td>
	</tr>
	<tr>
		<td>Do you own a BlackBerry phone?</td>
		<td>6%</td>
		<td>6%</td>
		<td>8%</td>
		<td>8%</td>
		<td>4%</td>
	</tr>
	<tr>
		<td>Do you own a Chromebook?</td>
		<td>3%</td>
		<td>1%</td>
		<td>7%</td>
		<td>1%</td>
		<td>4%</td>
	</tr>
	<tr>
		<td>Do you own a Samsung bada phone?</td>
		<td>3%</td>
		<td>2%</td>
		<td>1%</td>
		<td>2%</td>
		<td>3%</td>
	</tr>
	<tr>
		<td>Do you own a MeeGo phone?</td>
		<td>2%</td>
		<td>3%</td>
		<td>0</td>
		<td>2%</td>
		<td>0</td>
	</tr>
</table>

<p>I have now published all the questions. Maybe I'll create some new interesting cross-tabs later.</p>]]>
</description>
<link>http://www.quirksmode.org/blog/archives/2012/02/quirksmodeorg_r_3.html</link>
<guid>http://www.quirksmode.org/blog/archives/2012/02/quirksmodeorg_r_3.html</guid>
<category>Site</category>
<pubDate>Thu, 02 Feb 2012 11:39:27 +0100</pubDate>
</item>
<item>
<title>AEA, Breaking Development, and my US tour</title>
<description><![CDATA[<p>From 31st of March until 17th of April I&#8217;ll be once again touring the US. I&#8217;ll start and end with conferences, but I&#8217;m not quite sure yet what I&#8217;m going to do in between and I&#8217;m looking for suggestions.</p>
]]>
<![CDATA[<p>I&#8217;ll arrive in Seattle for <a href="http://aneventapart.com/2012/seattle/" class="external">An Event Apart</a>, on 2 and 3 April, where I&#8217;ll pontificate on the touch events and how they&#8217;re not the same as mouse events. It&#8217;s been a while since I&#8217;ve been exposed to so much Apartness, and it&#8217;ll be a nice start of my tour.</p>

<p>My tour will end in Orlando on 16 and 17 April, where I&#8217;ll speak at the third <a href="http://2012.bdconf.com/" class="external">Breaking Development</a> conference, <a href="http://mobilism.nl/2012" class="external">Mobilism&#8217;s</a> American sister conference. The good Breaking Developers have given me the code <code>ORPPK12</code> for a $100 discount on <a href="https://register.bdconf.com/" class="external">tickets</a>, and if you register before end of next week you&#8217;ll save another $200. Not a bad discount for a <a href="http://2012.bdconf.com/speakers" class="external">top-notch</a> conference.</p>

<p>That leaves me with almost two weeks in-between conferences. I&#8217;m fairly certain I&#8217;ll be in Toronto on the 10th, and I plan to visit San Francisco and the Valley at some time (duh), but other than that my itinerary is still unclear.</p>

<p>If you&#8217;d like me to swing past your city, <a href="/contact.html">let me know</a>. Unfortunately I&#8217;m not super-wealthy, so I do expect you to pick up my hotel bill, as well as help me out a bit with domestic flights.</p>

<p>Last year I ended up going to San Jos&eacute;, Austin, New York, and Albany. I have no idea what this year will bring, but that&#8217;s what makes this kind of touring so exciting.</p>

<p>Anyway, I&#8217;ll post an update when I have more news.</p>
]]>
</description>
<link>http://www.quirksmode.org/blog/archives/2012/01/aea_breaking_de.html</link>
<guid>http://www.quirksmode.org/blog/archives/2012/01/aea_breaking_de.html</guid>
<category>Conferences</category>
<pubDate>Wed, 25 Jan 2012 17:23:30 +0100</pubDate>
</item>
<item>
<title>Retesting the input types</title>
<description><![CDATA[<p>I have retested the support for the new input types (<code>&lt;input type="number"&gt;</code> and such) in the <a href="/html5/inputs.html">desktop</a> and <a href="/html5/inputs_mobile.html">mobile</a> browsers.</p>

<p>All in all support has increased slightly since the <a href="/blog/archives/2011/03/the_new_input_t.html">last time I tested</a> them, although Safari desktop, Chrome, and BlackBerry have seen some decline. Safari and Chrome have mainly done away with badly or buggily implemented types &#8212; it&#8217;s clear they&#8217;re rewriting significant parts of this module.</p>
]]>
<![CDATA[<p>As to BlackBerry, its decline was a nasty shock to me. Previously it vied with Opera for Best Implementation, but the PlayBook 2 default browser has dropped support for quite a few types and attributes, such as <code>required</code> and <code>pattern</code>.</p>

<h3>Quiz</h3>

<p>To understand how complicated these new features can be, consider the following quiz question:</p>

<p class="accent">I add an <code>&lt;input type="number" step="3"&gt;</code> to the page, and the user enters 11. What should the browser do?</p>

<p>You can <a href="/html5/tests/inputs_numbers.html">try it</a> for yourself at the test page. Don&#8217;t forget to submit the form. My <a href="http://twitter.com/ppk" class="external">Twitter</a> followers gave they following replies:</p>

<table class="browserStats">
	<caption><code>step</code> poll outcome</caption>
	<tr>
		<th>Answer</th>
		<th>Number</th>
		<th>Browser support</th>
	</tr>
	<tr>
		<td>The browser rejects the 11</td>
		<td>17*</td>
		<td>IE, Chrome, Opera</td>
	</tr>
		<tr>
		<td>The browser automagically rounds it to the closest proper value, 12</td>
		<td>13</td>
		<td>none</td>
	</tr>
	<tr>
		<td>The browser shows an error message</td>
		<td>9</td>
		<td>Opera</td>
	</tr>
	<tr>
		<td>The browser submits 11 to the server</td>
		<td>8</td>
		<td>Safari</td>
	</tr>
	<tr>
		<td>The number 11 should be impossible to enter</td>
		<td>3</td>
		<td>none</td>
	</tr>
	<tr>
		<td>The browser accepts the value if the <code>min</code> attribute
		is absent</td>
		<td>2</td>
		<td>Safari, sort of</td>
	</tr>
	<tr>
		<td>Mathematics should be changed so that 11/3 is an integer</td>
		<td>1</td>
		<td>none</td>
	</tr>
</table>

<p class="smaller">* This total includes the  votes for an error message.</p>

<p>So the desired outcome is unclear. The browsers&#8217; behaviours have been documented on the <a href="/html5/inputs.html">desktop</a> page.</p>

<h3>Purpose</h3>

<p>A quick repeat of the underlying purpose of the input types seems in order. In the end, the idea is to <strong>not send incorrect values</strong> to the server. Thus we can see three purposes:</p>

<ol>
	<li>The browser could perform a validation and show an error message and refuse to submit the form when an incorrect value is found.</li>
	<li>The browser could also restrict the accepted input &#8212; for instance by not allowing letters in an <code>&lt;input type="number"&gt;</code>.</li>
	<li>Finally, the browser could also give the user a nice interface &#8212; for instance the various date pickers in Opera, BlackBerry, and Safari iOS.</li>
</ol>

<p>The last purpose is a nice extra. If the browser offers an interface but doesn&#8217;t support either validation or input restriction, I judge its support Minimal. It misses the actual point, after all.</p>

<h3>Findings</h3>

<p>With that said, my findings were the following:</p>

<ul>
	<li><code>readonly</code> is still the only universally supported attribute or type.</li>
	<li>IE10&#8217;s support is decent, though not great.</li>
	<li>Opera and BlackBerry added support for color.</li>
	<li>Firefox on desktop has added datalists, but its interface is an autosuggest, and not a complete list of options, as IE and Opera show.</li>
	<li><img src="/pix/datalistFFMobile.jpg" alt="Datalist interface in Firefox Mobile" align="right" style="margin-left: 40px">
	Firefox Mobile, however, has a very nice interface (see screenshot) that I hope other mobile browsers will pick up.
	</li>
	<li>Firefox Mobile does not show any error messages, though, while Firefox desktop does.</li>
	<li>Chrome dropped support for the date types. That&#8217;s curious, because Chrome 10 supported them reasonably well. I can only assume a major re-factoring is going on.</li>
	<li>Safari desktop dropped support for dates, datalist, email, and url. Since they were hideously buggy previously, this makes sense. I assume they&#8217;ll reappear.</li>
	<li>Safari on iOS added support for dates, numbers, and ranges. The interface for the range slider is a bit confusing, though.</li>
	<li>Android 3.2, MeeGo and UC support autofocus, but they cleverly don&#8217;t pop up the software keyboard, which would be very annoying. As far as I&#8217;m concerned this should become a mobile standard.</li>
	<li>Still, poor Android can&#8217;t do anything right. Android 3.2 tried to add support for number and range, but the range slider is invisible, while the number type restricts user input only to actual numbers. No negative numbers; no exponents.</li>
	<li>And then BlackBerry, which in my previous round of testing was the best browser. The PlayBook 2 default browser dropped support for required, pattern, email, url, step, and month (though not the other date types). The old BlackBerry Torch (OS6) supported them all fine. I&#8217;m not sure what&#8217;s going on here, and I hope the PB 2 final version will restore these types.</li>
</ul>
]]>
</description>
<link>http://www.quirksmode.org/blog/archives/2012/01/retesting_the_i.html</link>
<guid>http://www.quirksmode.org/blog/archives/2012/01/retesting_the_i.html</guid>
<category>Content</category>
<pubDate>Tue, 24 Jan 2012 15:45:59 +0100</pubDate>
</item>
<item>
<title>Mobilism announces Lyza Danger Gardner</title>
<description><![CDATA[<p>On 10th and 11th of May the <a href="http://mobilism.nl/2012/" class="external">second edition</a> of Mobilism will take place in Amsterdam. Like last year, it will concentrate on all aspects of the mobile web. For an idea what we&#8217;re going to do, see <a href="http://mobilism.nl/2011/coverage" class="external">last year&#8217;s coverage</a>, or watch <a href="http://vimeo.com/26153891" class="external">Stephanie Rieger&#8217;s session</a>.</p>


<p>For this edition we&#8217;re happy to welcome <a href="http://www.lyza.com/" class="external">Lyza Danger Gardner</a>, who started as a web developer and moved to mobile back in 2007, co-founding <a href="http://cloudfour.com" class="external">Cloud Four</a> with Jason Grigsby, who&#8217;ll also speak at Mobilism.</p>
]]>
<![CDATA[<p>Take a look at the <a href="http://mobilism.nl/2012/programme" class="external">programme page</a> yourself: our line-up is progressing quite nicely; thanks so much. And we&#8217;ll also get a Fast Track with some quite interesting speakers, a mobile browser panel with <a href="http://adactio.com" class="external">Jeremy Keith</a>, and no less than Mr. Responsive Design <a href="http://ethanmarcotte.com/" class="external">Ethan Marcotte</a> will take us to the next level of responsiveness (and designiness).</p>

<p>And it&#8217;s in May in Amsterdam, when the city is at its most beautiful. So what&#8217;s not to like? <a href="http://mobilism.nl/2012/tickets" class="external">Buy your ticket</a> now!</p>
]]>
</description>
<link>http://www.quirksmode.org/blog/archives/2012/01/mobilism_announ_1.html</link>
<guid>http://www.quirksmode.org/blog/archives/2012/01/mobilism_announ_1.html</guid>
<category>Mobilism</category>
<pubDate>Tue, 17 Jan 2012 11:45:00 +0100</pubDate>
</item>
<item>
<title>QuirksMode.org reader survey, part I</title>
<description><![CDATA[<p>In December I held a <a href="https://urtak.com/u/12765" class="external">QuirksMode reader survey</a> on Urtak. It had 69 questions, and about 55,000 answers were given by about 1,100 respondents. Here&#8217;s a partial summary of the findings.</p>
]]>
<![CDATA[<p>About one quarter of the total number of questions was submitted by readers &#8212; and some of them are very interesting ones. Even better, I had to reject only a quarter or so of the submitted reader questions. So the collaborative aspect of Urtak is a resounding success.</p>

<p>This entry gives some information about the respondents themselves, about how they deal with IE6 and 7, and whether and how they test mobile and tablet devices.</p>

<p>Urtak allows you to create cross-tabs of two questions (and no more than two). For this entry my primary interest was to see whether my European and US respondents differed.</p>

<p>There&#8217;s one restriction on the cross-tabs: at least 100 people must have replied Yes to the first question in order to get a more-or-less representative response.</p>

<p>Incidentally, you can create cross-tabs yourself at <a href="https://urtak.com/u/12765" class="external">the site</a>. Play with the data if you feel like it.</p>

<h3>About you</h3>

<p>Here are the findings about you. The most interesting one is your gender: 95% of you is male. Weirdly 98% of my European respondents is male, against only 86% of my US respondents. That&#8217;s a large gap.</p>

<p>Overall, slightly more than one-third of the respondents works as a freelancer, and slightly more than one-third in a medium- to large-size web company. I assume the others work either in companies of 2-4 people. or in the web department of a non-website company.</p>

<p>Nearly half uses Chrome as their default browser (this fits the browser stat data from my site, though the fit is not perfect). About three out of four have their own, private projects next to their jobs. Four out of five consider themselves autodidact.</p>

<p>Differences between Europe and the US: Chrome is used more in the US, US respondents are more likely to have five years of experience under their belt, but Europeans are more likely to be autodidact.</p>


<table class="browserStats">
	<caption>About you</caption>
	<tr>
		<th>Question</th>
		<th>All</th>
		<th>Europe</th>
		<th>US</th>
	</tr>
	<tr>
		<td>Do you live in Europe?</td>
		<td>58%</td>
		<td>-</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Do you live in the US?</td>
		<td>30%</td>
		<td>-</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Are you male?</td>
		<td>95%</td>
		<td>98%</td>
		<td>86%</td>
	</tr>
	<tr>
		<td>Do you consider yourself autodidact in web development and/or design?</td>
		<td>82%</td>
		<td>83%</td>
		<td>78%</td>
	</tr>
	<tr>
		<td>Have you been working as a web developer for over five years?</td>
		<td>74%</td>
		<td>72%</td>
		<td>83%</td>
	</tr>
	<tr>
		<td>Is your primary browser Chrome?</td>
		<td>49%</td>
		<td>45%</td>
		<td>54%</td>
	</tr>
	<tr>
		<td>Do you work as a freelancer?</td>
		<td>36%</td>
		<td>36%</td>
		<td>34%</td>
	</tr>
	<tr>
		<td>Do you have your own site/project that you run independently of your primary job?</td>
		<td>73%</td>
		<td>74%</td>
		<td>73%</td>
	</tr>
	<tr>
		<td>Do you visit web design or development conferences?</td>
		<td>49%</td>
		<td>52%</td>
		<td>49%</td>
	</tr>
	<tr>
		<td>Do you work in a company whose core business is the creation of websites for others and that has at least 5 employees?</td>
		<td>38%</td>
		<td>37%</td>
		<td>38%</td>
	</tr>
	<tr>
		<td>Are you a member of Fronteers?</td>
		<td>4%</td>
		<td>7%</td>
		<td>1%</td>
	</tr>
</table>

<h3>About IE6 and IE7</h3>

<p>How many of you still care for IE6 and IE7? Six out of ten of you still test your sites in IE6 and IE7, and about half of you charge your clients extra if you must support these browsers.</p>

<p>However, less than one out of five of you report that IE6 and IE7 together account for at least 1/3 of the traffic to your sites. This percentage is much lower among people who charge their clients extra.</p>

<p>Europeans are more likely to refuse to make their sites work with these older browsers.</p>

<table class="browserStats wide">
	<caption>About IE6 and IE7</caption>
	<tr>
		<th>Question</th>
		<th>All</th>
		<th>Europe</th>
		<th>US</th>
		<th>Charge</th>
	</tr>
	<tr>
		<td>Do you charge your clients extra for making their sites work in IE6 and IE7?</td>
		<td>52%</td>
		<td>53%</td>
		<td>50%</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Do you test your sites in IE6 and IE7?</td>
		<td>61%</td>
		<td>63%</td>
		<td>62%</td>
		<td>60%</td>
	</tr>
	<tr>
		<td>Do you purposefully make your web site _not_ work on IE6 or IE7?</td>
		<td>18%</td>
		<td>20%</td>
		<td>12%</td>
		<td>27%</td>
	</tr>
	<tr>
		<td>Do IE6 and IE7 together account for at least 1/3 of the traffic to your sites?</td>
		<td>17%</td>
		<td>13%</td>
		<td>21%</td>
		<td>8%</td>
	</tr>
</table>

<h3>About testing on mobile phones</h3>

<p>Then we come to the questions that interest me most personally: on what kind of mobile phones and tablets do you test? I split up the replies according to geography, but also among iPhone- and Android users.</p>

<p>In general Europe has slightly fewer iPhone users than the US, but slightly more Android users.</p>

<p>Very generally speaking iPhone users are more attuned to the mobile Web, although in most cases the difference is slight. Only when it comes to testing on two different Android devices do Android users significantly outpace iPhone users &#8212; perhaps not surprisingly. Also, Android users use WAY more QR tags than others (23% vs 11% for iPhone).</p>

<p>iPhone users have more experience with Windows Phone 7 and the BlackBerry PlayBook. For some reason this surprised me, but it&#8217;s clear now that, at least among my readers, iPhone users are more mobile-savvy than Android users.</p>

<p>The difference between Europeans and Americans is larger. In general, Americans are more of the opinion that only iOS and Android will remain important (56% vs 42% in Europe), care less about testing OSs that are neither iOS nor Android (18% vs 28% in Europe), and test less in Opera Mini (14% vs 25% in Europe). Still, Americans test their sites more on mobile/tablet devices in general (77% vs 72% in Europe) and use more jQuery Mobile (17% vs 12% in Europe).</p>

<p>In any case it&#8217;s clear that geography is more important than OS preference for deciding what to test on. This makes sense &#8212; the European and US mobile browser market shares are quite different.</p>

<table class="browserStats wide">
	<caption>About testing on mobile phones</caption>
	<tr>
		<th>Question</th>
		<th>All</th>
		<th>Europe</th>
		<th>US</th>
		<th>iPhone</th>
		<th>Android</th>
	</tr>
	<tr>
		<td>Is your primary phone an iPhone?</td>
		<td>42%</td>
		<td>41%</td>
		<td>49%</td>
		<td>-</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Is your primary phone an Android?</td>
		<td>35%</td>
		<td>37%</td>
		<td>33%</td>
		<td>-</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Do you think that of the myriad mobile OSs, only iPhone and Android will remain important?</td>
		<td>47%</td>
		<td>42%</td>
		<td>56%</td>
		<td>51%</td>
		<td>50%</td>
	</tr>
	<tr>
		<td>Do you test your sites on at least two tablets?</td>
		<td>17%</td>
		<td>16%</td>
		<td>18%</td>
		<td>22%</td>
		<td>16%</td>
	</tr>
	<tr>
		<td>Do you test your sites on at least two mobile phones? (Not tablets, phones)</td>
		<td>48%</td>
		<td>51%</td>
		<td>46%</td>
		<td>55%</td>
		<td>52%</td>
	</tr>
	<tr>
		<td>Do you test your sites on a tablet or mobile device that runs neither iOS nor Android?</td>
		<td>25%</td>
		<td>28%</td>
		<td>18%</td>
		<td>24%</td>
		<td>22%</td>
	</tr>
	<tr>
		<td>Have you done any site testing on Windows Phone 7?</td>
		<td>15%</td>
		<td>16%</td>
		<td>13%</td>
		<td>18%</td>
		<td>12%</td>
	</tr>
	<tr>
		<td>Have you tested your site on the BlackBerry PlayBook?</td>
		<td>5%</td>
		<td>4%</td>
		<td>5%</td>
		<td>9%</td>
		<td>3%</td>
	</tr>
	<tr>
		<td>Do you hope that WebKit will become the only rendering engine, and that the others will gradually disappear?</td>
		<td>32%</td>
		<td>28%</td>
		<td>36%</td>
		<td>39%</td>
		<td>27%</td>
	</tr>
	<tr>
		<td>Do you set up different landscape and portrait layouts for your mobile web sites?</td>
		<td>30%</td>
		<td>31%</td>
		<td>27%</td>
		<td>35%</td>
		<td>28%</td>
	</tr>
	<tr>
		<td>Do you test on at least two Android devices from different vendors?</td>
		<td>21%</td>
		<td>20%</td>
		<td>21%</td>
		<td>18%</td>
		<td>33%</td>
	</tr>
	<tr>
		<td>Do you test your sites in Opera Mini?</td>
		<td>21%</td>
		<td>25%</td>
		<td>14%</td>
		<td>19%</td>
		<td>25%</td>
	</tr>
	<tr>
		<td>Do you test your sites on any device that's not a classic desktop or laptop?</td>
		<td>72%</td>
		<td>72%</td>
		<td>77%</td>
		<td>82%</td>
		<td>70%</td>
	</tr>
	<tr>
		<td>Have you used PhoneGap, WebWorks, Titanium or any other HTML5 wrapper to create native mobile/tablet apps?</td>
		<td>21%</td>
		<td>21%</td>
		<td>22%</td>
		<td>26%</td>
		<td>21%</td>
	</tr>
	<tr>
		<td>Do you publish QR Code tags as quick links to your App / Site?</td>
		<td>16%</td>
		<td>16%</td>
		<td>15%</td>
		<td>11%</td>
		<td>23%</td>
	</tr>
	<tr>
		<td>Do you use jQuery Mobile to develop mobile websites?</td>
		<td>17%</td>
		<td>12%</td>
		<td>17%</td>
		<td>19%</td>
		<td>16%</td>
	</tr>
	<tr>
		<td>Do you practice the "mobile first" philosophy when approaching a new web project?</td>
		<td>25%</td>
		<td>-</td>
		<td>-</td>
		<td>-</td>
		<td>-</td>
	</tr>
</table>

<p>The Mobile First question came in late in the survey and too few people answered Yes, so I will not publish the cross-tabs.</p>

<h3>To be continued</h3>

<p>There are plenty more fun facts to be gleaned from the reader survey. In a future post I&#8217;ll give some more numbers and cross-tabs.</p>
]]>
</description>
<link>http://www.quirksmode.org/blog/archives/2012/01/quirksmodeorg_r_2.html</link>
<guid>http://www.quirksmode.org/blog/archives/2012/01/quirksmodeorg_r_2.html</guid>
<category>Site</category>
<pubDate>Mon, 16 Jan 2012 16:48:36 +0100</pubDate>
</item>
<item>
<title>The four device classes</title>
<description><![CDATA[<p>I&#8217;ve been thinking a lot about device classes recently, and decided on a provisional four-class scheme. I have no idea if the scheme is going to survive, but we have to at least try to order the bewildering variety of devices somewhat.</p>

<p>While I was at it I also gathered data from <a href="http://gs.statcounter.com" class="external">StatCounter</a> about the browsing shares of these device classes.</p>

<p>Your <a href="/donations.html">donation</a> for keeping this research up and running would be much appreciated.</p>
]]>
<![CDATA[<p>The four device classes are:</p>

<ul>
	<li><strong>Desktop</strong>: traditional computers with a hardware keyboard and a non-touch screen. This includes laptops.</li>
	<li><strong>Mobile</strong>: devices that fit in your pocket and have mobile connectivity.</li>
	<li><strong>Tablet</strong>: devices that do not (easily) fit in your pocket and have a touchscreen but no hardware keyboard.</li>
	<li><strong>Other</strong>: other devices. I admit that this is a bit of a cop-out. Right now it consists of the iPod Touch and Internet-enabled PlayStation and Nintendo devices. None of these fall in any of the other categories.</li>
</ul>

<p>These four categories fall into three markets:</p>

<ol>
	<li>Mobile market: mobile. These devices are bought for their mobile connectivity.<br>
	Devices on this market are subsidised by the mobile operators. Everybody needs a mobile device, even if they&#8217;re not interested in other kinds of devices or already own several of them.</li>
	<li>Computing device market: desktop and tablet. These devices are bought for productivity and/or media consumption.<br>
	It&#8217;s clear that tablets are becoming competitors to desktop computers. One purpose of this new line of research is figuring out how rapidly tablets are going to replace desktops for browsing purposes.</li>
	<li>Other markets: other. These are devices that are bought primarily for a goal other than productivity or mobile connections. Examples include gaming consoles or music players. (OK, OK, this remains vague. People can easily buy both a gaming console and a music player.)</li>
</ol>

<p>In general people buy a mobile device first, then a computing device, then one or more other devices. In the developing world, that usually means people only have a mobile device. Hence the immense change in browsing we&#8217;re witnessing.</p>

<h3>The stats</h3>

<p>With that said, here are the general browsing stats. I use hundredths of percentage points here because some shares are very low. I don&#8217;t really like doing that, because it suggests a precisions that StatCounter&#8217;s figures do not have, and I&#8217;m going to change my methodology later on.</p>

<p>Interestingly, it turns out that the growth of mobile browsing has collapsed in Q4. Where earlier mobile browsing grew with over a percentage point per quarter, in Q4 it grew very little. Let&#8217;s see if this is a trend or an outlier before we comment on it.</p>

<p>As to tablets, its rate of growth is itself growing. That&#8217;s nothing surprising: the tablet market is growing vigorously, and that is reflected in its browsing shares.</p>

<table class="browserStats">
	<caption>Quarterly market shares of the four device classes</caption>
	<tr>
		<th>Device class</th>
		<th>Q4</th>
		<th class="narrow">ch</th>
		<th>Q3</th>
		<th class="narrow">ch</th>
		<th>Q2</th>
		<th class="narrow">ch</th>
		<th>Q1</th>
	</tr>
	<tr>
		<td>Desktop</td>
		<td>91.35%</td>
		<td>-0.61</td>
		<td>91.96%</td>
		<td>-1.46</td>
		<td>93.42%</td>
		<td>-1.51</td>
		<td>94.93%</td>
	</tr>
	<tr>
		<td>Mobile</td>
		<td>6.82%</td>
		<td>+0.18</td>
		<td>6.64%</td>
		<td>+1.14</td>
		<td>5.50%</td>
		<td>+1.31</td>
		<td>4.19%</td>
	</tr>
	<tr>
		<td>Tablet</td>
		<td>1.32%</td>
		<td>+0.41</td>
		<td>0.91%</td>
		<td>+0.30</td>
		<td>0.61%</td>
		<td>+0.18</td>
		<td>0.43%</td>
	</tr>
	<tr>
		<td>Other</td>
		<td>0.51%</td>
		<td>+0.02</td>
		<td>0.49%</td>
		<td>+0.02</td>
		<td>0.47%</td>
		<td>+0.02</td>
		<td>0.45%</td>
</table>

<h3>Tablet browsers</h3>

<p>Which browsers do tablet users use? Nobody will be particularly surprised to hear that Safari for iPad leads with an immense percentage. Its share is going down, but that&#8217;s only because it has very little room to go up.</p>

<p>Keep in mind that we&#8217;re using very small numbers here, especially for BlackBerry. If the total share of tablet grows, I expect these numbers to starts to fluctuate.</p>

<p>StatCounter reports slightly less Android browsers than Android OSs. I assume most of these non-default Android browsers to be Opera. The Safari/iOS numbers match perfectly, so very, very few iPad users use a non-default browser.</p>

<table class="browserStats">
	<caption>Quarterly market shares for tablet browsers</caption>
	<tr>
		<th>Browser</th>
		<th>Q4</th>
		<th class="narrow">ch</th>
		<th>Q3</th>
		<th class="narrow">ch</th>
		<th>Q2</th>
		<th class="narrow">ch</th>
		<th>Q1</th>
	</tr>
	<tr>
		<td>Safari</td>
		<td>88%</td>
		<td>-5</td>
		<td>93%</td>
		<td>-1</td>
		<td>94%</td>
		<td>-4</td>
		<td>98%</td>
	</tr>
	<tr>
		<td>Android</td>
		<td>10%</td>
		<td>+4</td>
		<td>6%</td>
		<td>+1</td>
		<td>5%</td>
		<td>+3</td>
		<td>2%</td>
	</tr>
	<tr>
		<td>BlackBerry</td>
		<td>1%</td>
		<td>+1</td>
		<td>0</td>
		<td>0</td>
		<td>0</td>
		<td>0</td>
		<td>0</td>
	</tr>
	<tr>
		<td>Opera and others</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>+1</td>
		<td>0</td>
	</tr>
</table>

<h3>Classes in 12 countries</h3>

<p>Here are the four device classes in my twelve countries. The table clearly shows rather large differences between these countries. Unsurprisingly, developing countries have a high mobile share and a low share of the other three classes.</p>

<table class="browserStats">
	<caption>Four device classes in Q3 2011 in twelve countries</caption>
	<tr>
		<th>Country</th>
		<th data-instructions="reverse">Desktop</th>
		<th>Mobile</th>
		<th>Tablet</th>
		<th>Other</th>
	</tr>
	<tr>
		<td>Nigeria</td>
		<td>53.17%</td>
		<td>45.38%</td>
		<td>0.97%</td>
		<td>0.02%</td>
	</tr>
	<tr>
		<td>India</td>
		<td>66.39%</td>
		<td>33.44%</td>
		<td>0.15%</td>
		<td>0.02%</td>
	</tr>
	<tr>
		<td>South Korea</td>
		<td>83.16%</td>
		<td>16.06%</td>
		<td>0.18%</td>
		<td>0.13%</td>
	</tr>
	<tr>
		<td>Indonesia</td>
		<td>88.83%</td>
		<td>10.80%</td>
		<td>0.34%</td>
		<td>0.03%</td>
	</tr>
	<tr>
		<td>US</td>
		<td>90.03%</td>
		<td>6.87%</td>
		<td>1.84%</td>
		<td>1.27%</td>
	</tr>
	<tr>
		<td>UK</td>
		<td>90.10%</td>
		<td>7.10%</td>
		<td>1.59%</td>
		<td>1.22%</td>
	</tr>
	<tr>
		<td>Mexico</td>
		<td>92.73%</td>
		<td>5.82%</td>
		<td>0.81%</td>
		<td>0.64%</td>
	</tr>
	<tr>
		<td>Netherlands</td>
		<td>94.07%</td>
		<td>3.29%</td>
		<td>2.04%</td>
		<td>0.60%</td>
	</tr>
	<tr>
		<td>China</td>
		<td>95.51%</td>
		<td>3.73%</td>
		<td>0.70%</td>
		<td>0.06%</td>
	</tr>
	<tr>
		<td>Brazil</td>
		<td>95.62%</td>
		<td>4.17%</td>
		<td>0.17%</td>
		<td>0.04%</td>
	</tr>
	<tr>
		<td>Egypt</td>
		<td>97.81%</td>
		<td>1.99%</td>
		<td>0.17%</td>
		<td>0.03%</td>
	</tr>
	<tr>
		<td>Poland</td>
		<td>98.46%</td>
		<td>1.35%</td>
		<td>0.12%</td>
		<td>0.06%</td>
	</tr>
	<tr class="worldwide">
		<td>Worldwide</td>
		<td>91.96%</td>
		<td>6.64%</td>
		<td>0.91%</td>
		<td>0.49%</td>
	</tr>
</table>

<p>Findings:</p>

<ul>
	<li>The highest-scoring country when it comes to tablets is the Netherlands. Yay!</li>
	<li>Tablets score surprisingly well in Nigeria: close to 1% of all devices. That&#8217;s a lot for a developing country.</li>
	<li>Tablets score surprisingly lousy in South Korea: it seems Koreans are not taken with the concept.</li>
	<li>Of course the iPad takes 75-95% of the tablet market. I expected this to be different in South Korea due to the Samsung Galaxy being a local product, but that doesn&#8217;t really seem to be the case.</li>
	<li>The bulk of the Other category is made up of the iPod Touch, as one would expect. The only exception is the UK, where the iPod Touch takes only about 40% of the Other category.</li>
	<li>Mexico scores very well in Other. That&#8217;s mainly due to the iPod Touch, which is used as much as the iPhone. In other countries iPod use is well below iPhone use.</li>
</ul>


<h3>Methodology</h3>

<ul>
	<li><a href="http://gs.statcounter.com" class="external">StatCounter</a> gives desktop and mobile stats, and also states the share of these two classes.</li>
	<li><strong>Other</strong>: desktop PlayStation or Nintendo browsers, as well as mobile iPod Touch and Sony PSP browsers. I took this data from the desktop and mobile browser stats.</li>
	<li><strong>Tablet</strong>: &#8220;desktop&#8221; devices running on iOS, Android, or BlackBerry. I took this data from the desktop OS stats.</li>
	<li><strong>Mobile</strong>: all mobile devices that are not Other.</li>
	<li><strong>Desktop</strong>: all desktop devices that ar not Tablet or Other.</li>
	<li>For the tablet browsers I compared the desktop OS (iOS, Android, BB) to the desktop browsers (Safari iPad, Android, BB). Any difference between the two was assigned to Opera (and other).</li>
</ul>
]]>
</description>
<link>http://www.quirksmode.org/blog/archives/2012/01/the_four_device.html</link>
<guid>http://www.quirksmode.org/blog/archives/2012/01/the_four_device.html</guid>
<category>Market share</category>
<pubDate>Mon, 09 Jan 2012 15:18:37 +0100</pubDate>
</item>
<item>
<title>The Java ME nonsense story</title>
<description><![CDATA[<p>Earlier this week Net Market Share released <a href="http://www.netmarketshare.com/operating-system-market-share.aspx?qprid=9&qpcustomb=1" class="external">numbers</a> that allegedly show the Java ME operating system is gaining ground at the expense of iOS and especially Android.</p>

<p>Unfortunately the story isn&#8217;t true, and I suspect it&#8217;s a good example of headline grabbing aimed at those who don&#8217;t have deep knowledge of mobile browser statistics; a group that seems to include the entire tech blogging caste.</p>
]]>
<![CDATA[<p>There&#8217;s rather a lot wrong with Net Market Share&#8217;s assertion. The most egregious error of all is the contention that Java ME is an operating system. It&#8217;s not.</p>

<p>Java ME is a middleware layer that&#8217;s supposed to make creating a Java-based app for all OSs supporting it easier. Java ME&#8217;s big problem is that it&#8217;s not a case of write once, run anywhere, but more like write once, and make it marginally easier to write it elsewhere, too. Still, the relative ease of writing apps for Java ME is not the issue here.</p>

<p>Java ME (or rather, an OS- and device-specific version of Java ME) comes pre-installed with Symbian, BlackBerry, Windows Mobile (and, I think, bada), as well as a host of proprietary feature phone operating systems from Nokia, Samsung, Sony Ericsson and the like.</p>

<p>So it could mean that the combined market share of these operating systems is growing. Unfortunately Net Market Share does not mean that: it counts Symbian and BlackBerry separately.</p>

<p>Besides, the combined tech press completely overlooks the fact that Net Market Share&#8217;s <a href="http://www.netmarketshare.com/operating-system-market-share.aspx?qprid=9&qpcustomb=1" class="external">own numbers</a> clearly show Java ME has <em>lost</em> market share last year. Java ME had 26.80% market share in February, and 21.27% in December. A complex calculation based on my secret and proprietary formulae shows that it lost 5.53% market share this year. Hardly a winner.</p>

<p>Finally, what Net Market Share measures are <em>browser impressions</em> on its member sites. So which browsers do all these Java ME users use? If you compare the OS stats to <a href="http://www.netmarketshare.com/browser-market-share.aspx?qprid=0&qpcustomd=1" class="external">December&#8217;s browser stats</a> it clearly emerges that the Java ME share coincides fairly exactly with the Opera Mini market share.</p>

<p>What is going on is that Opera Mini is slightly on the rise (a trend <a href="/blog/archives/2012/01/browser_stats_f_2.html">confirmed</a> by the latest StatCounter numbers), and that Net Market Share counts most of these Opera Minis as running on Java ME.</p>

<p>Now it is notoriously difficult to read out the operating system from Opera Mini&#8217;s browser string, and it is true that Java ME is often mentioned. Clearly, Net Market Share has decided to cut some corners, forget about detecting the true OS underlying these Opera Minis, and call them all Java ME. (Compare this to <a href="http://gs.statcounter.com" class="external">StatCounter</a>, which at least tries to get the true OS right, and says &#8220;Unknown&#8221; if that&#8217;s impossible.)</p>

<p>So all that Net Market Share&#8217;s numbers tell us is that Opera Mini is on the rise again. Good news for Opera, but it isn&#8217;t that much of a story. Java ME replacing Android sounds much better, and will grab headlines all over the world.</p>

<p>I wish tech reporters would actually study the numbers they report on instead of copying press releases.</p>
]]>
</description>
<link>http://www.quirksmode.org/blog/archives/2012/01/the_java_me_non.html</link>
<guid>http://www.quirksmode.org/blog/archives/2012/01/the_java_me_non.html</guid>
<category>Market share</category>
<pubDate>Fri, 06 Jan 2012 15:37:38 +0100</pubDate>
</item>
<item>
<title>Browser stats for December, Q4, and 2011</title>
<description><![CDATA[<p>It&#8217;s time for the browser stats for December; as always according to <a href="http://gs.statcounter.com" class="external">StatCounter</a>. Since it&#8217;s the last month of the year, I can also give the aggregate stats for Q4 and for 2011 as a whole.</p>

<p>Your <a href="/donations.html">donation</a> for keeping this series up and running would be much appreciated.</p>
]]>
<![CDATA[<h3>December</h3>

<h4>Mobile</h4>

<p>Opera once more overtakes Safari. It&#8217;s clear now that Android&#8217;s untrammeled growth has ended, and that the race for first position will continue to be between Opera and Safari.</p>

<table class="browserStats">
	<caption>Global mobile browser stats, December 2011</caption>
	<tr>
		<th>Browser</th>
		<th>December</th>
		<th title="Change" class="narrow">ch</th>
		<th>November</th>
		<th title="Change" class="narrow">ch</th>
		<th>October</th>
		<th class="remarks">Remarks</th>
	</tr>
	<tr>
		<td>Opera</td>
		<td>24%</td>
		<td>+2</td>
		<td>22%</td>
		<td>0</td>
		<td>22%</td>
		<td class="remarks">Mini and Mobile combined</td>
	</tr>
	<tr>
		<td>Safari</td>
		<td>23%</td>
		<td>-1</td>
		<td>24%</td>
		<td>+1</td>
		<td>23%</td>
		<td class="remarks">iPhone and iPod Touch</td>
	</tr>
	<tr>
		<td>Android</td>
		<td>20%</td>
		<td>0</td>
		<td>20%</td>
		<td>-1</td>
		<td>21%</td>
		<td class="remarks"></td>
	</tr>
	<tr>
		<td>Nokia</td>
		<td>13%</td>
		<td>+1</td>
		<td>12%</td>
		<td>0</td>
		<td>12%</td>
		<td class="remarks"></td>
	</tr>
	<tr>
		<td>BlackBerry</td>
		<td>8%</td>
		<td>0</td>
		<td>8%</td>
		<td>-1</td>
		<td>9%</td>
		<td class="remarks"></td>
	</tr>
	<tr>
		<td>UC</td>
		<td>5%</td>
		<td>0</td>
		<td>5%</td>
		<td>0</td>
		<td>5%</td>
		<td class="remarks">Chinese proxy browser</td>
	</tr>
	<tr>
		<td>NetFront</td>
		<td>3%</td>
		<td>0</td>
		<td>3%</td>
		<td>0</td>
		<td>3%</td>
		<td></td>
	</tr>
	<tr>
		<td>Dolfin</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td class="remarks">Samsung bada</td>
	</tr>
	<tr>
		<td>Samsung</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td class="remarks">Samsung&#8217;s non-Android, non-Jasmine, non-Dolfin browsers</td>
	</tr>
	<tr>
		<td>Obigo</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td class="remarks">For LG phones as well as Brew MP. Version 10 is WebKit-based</td>
	</tr>
	<tr>
		<td>Jasmine</td>
		<td>0</td>
		<td>-1</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td class="remarks">Samsung NetFront-based and early WebKit-based</td>
	</tr>
	<tr>
		<td>Other</td>
		<td>1%</td>
		<td>-1</td>
		<td>2%</td>
		<td>+1</td>
		<td>1%</td>
		<td></td>
	</tr>
	<tr class="separator">
		<td>Volatility</td>
		<td></td>
		<td>3%</td>
		<td></td>
		<td>2%</td>
		<td></td>
		<td></td>
	</tr>
	<tr>
		<td>WebKit</td>
		<td>57%</td>
		<td>-1</td>
		<td>58%</td>
		<td>0</td>
		<td>58%</td>
		<td class="remarks">Safari, Nokia, Android, Dolfin, 10% of BlackBerry</td>
	</tr>
	<tr>
		<td>Mobile</td>
		<td>8%</td>
		<td>+1</td>
		<td>7%</td>
		<td>0</td>
		<td>7%</td>
		<td class="remarks">Mobile browsing as percentage of all browsing</td>
	</tr>

</table>

<h4>Desktop</h4>

<p>As was already known, Chrome has passed Firefox as the second browser. This change seems to be permanent: Firefox loses terrain every month, and Chrome wins it. Meanwhile IE is still going down, too.</p>

<table class="browserStats">
	<caption>Global desktop browser stats, December 2011</caption>
	<tr>
		<th>Browser</th>
		<th>December</th>
		<th title="Change" class="narrow">ch</th>
		<th>November</th>
		<th title="Change" class="narrow">ch</th>
		<th>October</th>
		<th title="Change" class="narrow">ch</th>
		<th>September</th>
	</tr>
	<tr>
		<td>IE</td>
		<td>39%</td>
		<td>-1</td>
		<td>40%</td>
		<td>-2</td>
		<td>42%</td>
		<td>0</td>
		<td>42%</td>
	</tr>
	<tr>
		<td>Chrome</td>
		<td>27%</td>
		<td>+2</td>
		<td>25%</td>
		<td>+1</td>
		<td>24%</td>
		<td>+1</td>
		<td>23%</td>
	</tr>
	<tr>
		<td>Firefox</td>
		<td>25%</td>
		<td>-1</td>
		<td>26%</td>
		<td>-1</td>
		<td>27%</td>
		<td>0</td>
		<td>27%</td>
	</tr>
	<tr>
		<td>Safari</td>
		<td>6%</td>
		<td>0</td>
		<td>6%</td>
		<td>+1</td>
		<td>5%</td>
		<td>0</td>
		<td>5%</td>
	</tr>
	<tr>
		<td>Opera</td>
		<td>2%</td>
		<td>0</td>
		<td>2%</td>
		<td>0</td>
		<td>2%</td>
		<td>0</td>
		<td>2%</td>
	</tr>
	<tr>
		<td>Others</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>+1</td>
		<td>0</td>
		<td>-1</td>
		<td>1%</td>
	</tr>
	<tr class="separator">
		<td>Volatility</td>
		<td></td>
		<td>2%</td>
		<td></td>
		<td>3%</td>
		<td></td>
		<td>1%</td>
		<td></td>
	</tr>
</table>

<h3>Q4</h3>

<h4>Mobile</h4>

<p>In the quarterly overview we can see the most important changes in the mobile browser market. The top two are still Safari and Opera, with now the one then the other leading.</p>

<p>Just below the top two there has been a change. Where at the start of the year it was a very close race between Android, Nokia, and BlackBerry, the three have drifted apart decisively, with rather large differences between them. I expect that this won&#8217;t change any time soon.</p>

<p>StatCounter&#8217;s detect was changed in two important ways during this year:</p>

<ol>
	<li>In early Q2 it introduced the Dolfin, Obigo, and Jasmine browsers as separate entries. I <a href="/blog/archives/2011/07/mobile_browser_11.html">documented</a> this change.</li>
	<li>In early Q4 it changed its detection for UC, the Chinese proxy browser. Turns out roughly 4% of the entire browser market was counted as Nokia, but should have been counted as UC. This accounts for a large part of Nokia&#8217;s drop.</li>
</ol>

<table class="browserStats">
	<caption>Global mobile browser stats, Q4 2011</caption>
	<tr>
		<th>Browser</th>
		<th>Q4</th>
		<th class="narrow">ch</th>
		<th>Q3</th>
		<th class="narrow">ch</th>
		<th>Q2</th>
		<th class="narrow">ch</th>
		<th>Q1</th>
	</tr>
	<tr>
		<td>Opera</td>
		<td>23%</td>
		<td>+1</td>
		<td>22%</td>
		<td>0</td>
		<td>22%</td>
		<td>+1</td>
		<td>21%</td>
	</tr>
	<tr>
		<td>Safari</td>
		<td>23%</td>
		<td>+3</td>
		<td>20%</td>
		<td>-2</td>
		<td>22%</td>
		<td>-3</td>
		<td>25%</td>
	</tr>
	<tr>
		<td>Android</td>
		<td>20%</td>
		<td>+1</td>
		<td>19%</td>
		<td>+2</td>
		<td>17%</td>
		<td>+2</td>
		<td>15%</td>
	</tr>
	<tr>
		<td>Nokia</td>
		<td>12%</td>
		<td>-5</td>
		<td>17%</td>
		<td>0</td>
		<td>17%</td>
		<td>+1</td>
		<td>16%</td>
	</tr>
	<tr>
		<td>BlackBerry</td>
		<td>8%</td>
		<td>-4</td>
		<td>12%</td>
		<td>-1</td>
		<td>13%</td>
		<td>-1</tfd>
		<td>14%</td>
	</tr>
	<tr>
		<td>UC</td>
		<td>5%</td>
		<td>+4</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>+1</td>
		<td>0</td>
	</tr>
	<tr>
		<td>NetFront</td>
		<td>3%</td>
		<td>-1</td>
		<td>4%</td>
		<td>+1</td>
		<td>3%</td>
		<td>-1</td>
		<td>4%</td>
	</tr>
	<tr>
		<td>Dolfin</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>+1</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Obigo</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>+1</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Samsung</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>-1</td>
		<td>2%</td>
	</tr>
	<tr>
		<td>Jasmine</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>+1</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Other</td>
		<td>2%</td>
		<td>+1</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>-2</td>
		<td>3%</td>
	</tr>
	<tr class="separator">
		<td>Volatility</td>
		<td></td>
		<td>10%</td>
		<td></td>
		<td>3%</td>
		<td></td>
		<td>8%</td>
		<td></td>
	</tr>
	<tr>
		<td>WebKit</td>
		<td>56%</td>
		<td>-2</td>
		<td>58%</td>
		<td>0</td>
		<td>58%</td>
		<td>0</td>
		<td>58%</td>
	</tr>
	<tr>
		<td>Mobile</td>
		<td>7%</td>
		<td>0</td>
		<td>7%</td>
		<td>+1</td>
		<td>6%</td>
		<td>+1</td>
		<td>5%</td>
	</tr>

</table>

<h4>Desktop</h4>

<p>The quarterly desktop table shows that the trends we already noticed have been going on for the entire year. IE reliably loses 2 points per quarter; Firefox rather less, but it also loses. Chrome is surging.</p>

<table class="browserStats">
	<caption>Global desktop browser stats, Q4 2011</caption>
	<tr>
		<th>Browser</th>
		<th>Q4</th>
		<th title="Change" class="narrow">ch</th>
		<th>Q3</th>
		<th title="Change" class="narrow">ch</th>
		<th>Q2</th>
		<th title="Change" class="narrow">ch</th>
		<th>Q1</th>
	</tr>
	<tr>
		<td>IE</td>
		<td>40%</td>
		<td>-2</td>
		<td>42%</td>
		<td>-2</td>
		<td>44%</td>
		<td>-2</td>
		<td>46%</td>
	</tr>
	<tr>
		<td>Firefox</td>
		<td>26%</td>
		<td>-1</td>
		<td>27%</td>
		<td>-2</td>
		<td>29%</td>
		<td>-1</td>
		<td>30%</td>
	</tr>
	<tr>
		<td>Chrome</td>
		<td>26%</td>
		<td>+3</td>
		<td>23%</td>
		<td>+4</td>
		<td>19%</td>
		<td>+2</td>
		<td>17%</td>
	</tr>
	<tr>
		<td>Safari</td>
		<td>6%</td>
		<td>+1</td>
		<td>5%</td>
		<td>0</td>
		<td>5%</td>
		<td>0</td>
		<td>5%</td>
	</tr>
	<tr>
		<td>Opera</td>
		<td>2%</td>
		<td>0</td>
		<td>2%</td>
		<td>0</td>
		<td>2%</td>
		<td>0</td>
		<td>2%</td>
	</tr>
	<tr>
		<td>Others</td>
		<td>0</td>
		<td>-1</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>+1</td>
		<td>0</td>
	</tr>
	<tr class="separator">
		<td>Volatility</td>
		<td></td>
		<td>4%</td>
		<td></td>
		<td>4%</td>
		<td></td>
		<td>3%</td>
		<td></td>
	</tr>
</table>

<h3>Year</h3>

<h4>Mobile</h4>

<p>The yearly table reminds us how far Safari used to be in front of all other browsers, including Opera. It also shows Android&#8217;s surge, and BlackBerry&#8217;s rise and fall.</p>

<table class="browserStats">
	<caption>Global mobile browser stats 2011</caption>
	<tr>
		<th>Browser</th>
		<th>2011</th>
		<th class="narrow">ch</th>
		<th>2010</th>
		<th class="narrow">ch</th>
		<th>2009</th>
	</tr>
	<tr>
		<td>Safari</td>
		<td>23%</td>
		<td>-2</td>
		<td>25%</td>
		<td>-9</td>
		<td>34%</td>
	</tr>
	<tr>
		<td>Opera</td>
		<td>22%</td>
		<td>-2</td>
		<td>24%</td>
		<td>-1</td>
		<td>25%</td>
	</tr>
	<tr>
		<td>Android</td>
		<td>18%</td>
		<td>+9</td>
		<td>9%</td>
		<td>+6</td>
		<td>3%</td>
	</tr>
	<tr>
		<td>Nokia</td>
		<td>15%</td>
		<td>-1</td>
		<td>16%</td>
		<td>-3</td>
		<td>19%</td>
	</tr>
	<tr>
		<td>BlackBerry</td>
		<td>11%</td>
		<td>-5</td>
		<td>16%</td>
		<td>+8</td>
		<td>8%</td>
	</tr>
	<tr>
		<td>NetFront</td>
		<td>3%</td>
		<td>-1</td>
		<td>4%</td>
		<td>-1</td>
		<td>5%</td>
	</tr>
	<tr>
		<td>UC</td>
		<td>2%</td>
		<td>+1</td>
		<td>1%</td>
		<td>+1</td>
		<td>0</td>
	</tr>
	<tr>
		<td>Samsung</td>
		<td>1%</td>
		<td>0</td>
		<td>1%</td>
		<td>+1</td>
		<td>0</td>
	</tr>
	<tr>
		<td>Dolfin</td>
		<td>1%</td>
		<td>+1</td>
		<td>-</td>
		<td>0</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Obigo</td>
		<td>1%</td>
		<td>+1</td>
		<td>-</td>
		<td>0</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Jasmine</td>
		<td>1%</td>
		<td>+1</td>
		<td>-</td>
		<td>0</td>
		<td>-</td>
	</tr>
	<tr>
		<td>Other</td>
		<td>2%</td>
		<td>-2</td>		
		<td>4%</td>
		<td>-2</td>
		<td>6%</td>
	</tr>
	<tr class="separator">
		<td>Volatility</td>
		<td></td>
		<td>13%</td>
		<td></td>
		<td>16%</td>
		<td></td>
	</tr>
	<tr>
		<td>WebKit</td>
		<td>57%</td>
		<td>+6</td>
		<td>51%</td>
		<td>-5</td>
		<td>56%</td>
	</tr>
	<tr>
		<td>Mobile</td>
		<td>6%</td>
		<td>+3</td>
		<td>3%</td>
		<td>+2</td>
		<td>1%</td>
	</tr>

</table>

<h4>Desktop</h4>

<p>The yearly desktop table shows Chrome&#8217;s surge and IE&#8217;s fall from grace clearly. It also shows 2010 was Firefox&#8217;s heyday.</p>

<table class="browserStats">
	<caption>Global desktop browser stats, 2011</caption>
	<tr>
		<th>Browser</th>
		<th>2011</th>
		<th title="Change" class="narrow">ch</th>
		<th>2010</th>
		<th title="Change" class="narrow">ch</th>
		<th>2009</th>
	</tr>
	<tr>
		<td>IE</td>
		<td>43%</td>
		<td>-8</td>
		<td>51%</td>
		<td>-9</td>
		<td>60%</td>
	</tr>
	<tr>
		<td>Firefox</td>
		<td>28%</td>
		<td>-3</td>
		<td>31%</td>
		<td>+1</td>
		<td>30%</td>
	</tr>
	<tr>
		<td>Chrome</td>
		<td>21%</td>
		<td>+11</td>
		<td>10%</td>
		<td>+7</td>
		<td>3%</td>
	</tr>
	<tr>
		<td>Safari</td>
		<td>5%</td>
		<td>+1</td>
		<td>4%</td>
		<td>+1</td>
		<td>3%</td>
	</tr>
	<tr>
		<td>Opera</td>
		<td>2%</td>
		<td>0</td>
		<td>2%</td>
		<td>-1</td>
		<td>3%</td>
	</tr>
	<tr>
		<td>Others</td>
		<td>1%</td>
		<td>-1</td>
		<td>2%</td>
		<td>+1</td>
		<td>1%</td>
	</tr>
	<tr class="separator">
		<td>Volatility</td>
		<td></td>
		<td>12%</td>
		<td></td>
		<td>10%</td>
		<td></td>
	</tr>
</table>

]]>
</description>
<link>http://www.quirksmode.org/blog/archives/2012/01/browser_stats_f_2.html</link>
<guid>http://www.quirksmode.org/blog/archives/2012/01/browser_stats_f_2.html</guid>
<category>Market share</category>
<pubDate>Thu, 05 Jan 2012 12:45:39 +0100</pubDate>
</item>
<item>
<title>The post-Android market</title>
<description><![CDATA[<p>It&#8217;s a new year, and we&#8217;re supposed to make some predictions. So I&#8217;ll try to order my thoughts about the post-Android market, although I should warn you I won&#8217;t make a true prediction but will be a bit wishy-washy and vague.</p>
]]>
<![CDATA[<p>Back in September or October I was a lot more certain. Back then I <a href="/blog/archives/2 011/09/android_in_trou.html">predicted</a> Android was going to be in trouble because of <a href="/blog/archives/2011/08/motogoogle.html">Google&#8217;s acquisition of Motorola</a>.</p>

<p>My hypothesis is that Google&#8217;s acquisition of Motorola will make the other Android vendors look for other OSs to use. Google is now a player on the device market instead of just a software house, and Samsung, HTC, and the rest will start to think seriously about using another OS for their future devices.</p>

<p>Although this is still a very real problem for Android vendors, the lack of an alternative complicates matters considerably. Back in August I expected that webOS would be sold by HP in October at the latest to one Android vendor (privately I bet on HTC). Once that happened, other Android vendors would also start to cast around for alternatives.</p>

<h3>The curious case of webOS</h3>

<p>That did not happen. webOS will never be sold; instead it was <a href="/blog/archives/2011/12/webos_opensourc.html">open-sourced</a>. This confused me mightily.</p>

<p>What happened? It turns out that HP <a href="http://venturebeat.com/2011/12/28/hp-palm-sale-price/" class="external">asked</a> $1.2 billion for webOS, and that&#8217;s way too much for an OS that has failed twice and has to be re-customised for new hardware once it&#8217;s been sold. Besides, it was reported that webOS was <a href="http://www.nytimes.com/2012/01/02/technology/hewlett-packards-touchpad-was-built-on-flawed-software-some-say.html" class="external">built on flawed software</a>.</p>

<p>A third problem might be that HP demands too much influence on potential licensees, trying to position itself as a smartphone ecosystem curator like Apple and Google. There have been no reports on this (and it presupposes licensing instead of sale), but it&#8217;s something to keep in mind. Of course HP, not being a software house, has no chance of actually curating a succesful ecosystem, but that won&#8217;t stop it from trying.</p>

<p>On the other hand, Robert Cringely is <a href="http://www.cringely.com/2011/12/the-once-and-future-webos/" class="external">positive</a>, quoting especially webOS&#8217;s versatility. (Besides, he feels a truly open-sourced webOS would give HP the chance to build good hardware and compete with IBM and Oracle. A dinosaur competing with other dinosaurs will have zero impact on the smartphone market, so I ignore this angle.)</p>

<p>Update: See also <a href="http://mobileopportunity.blogspot.com/2012/01/why-web-os-really-failed-and-what-it.html" class="external">Michael Mace's take</a> on Palm: it did not have a redeeming killer feature that kept clients happy while the kinks were worked out of the system, and Palm's pockets weren't deep enough to keep it alive for a generation or two.</p>

<h3>Other Android alternatives</h3>

<p>The webOS debacle teaches us a valuable lesson: an OS is worthless without a device vendor making a major commitment to produce phones and push them to the operators&#8217; sales channels.</p>

<p>Right now webOS does not have such an interested party, so its chances are bleak. On the other hand, this could change pretty quickly once a major vendor announces its intent to use the OS.</p>

<p>This device vendor intent is the most important feature as-yet lacking for two other potential Android replacements: <a href="https://wiki.mozilla.org/B2G" class="external">Boot to Gecko</a> and <a href="https://www.tizen.org/" class="external">Tizen</a>.</p>

<p>Mozilla people told me they&#8217;re working with a device vendor, but quite properly declined to name it. Samsung is Tizen&#8217;s co-chair, so one would assume it&#8217;s planning to take Tizen devices into production. Still, we&#8217;ll have to await more specific news before we can be certain that these OSs will become a significant factor for Android vendors.</p>

<p>I expect more news around Mobile World Congress, 27th of February to 1st of March. What we want to hear is that a vendor commits itself to one of these OSs.</p>

<h3>The post-Android market</h3>

<p>So what&#8217;s going to happen on the post-Android market? To be honest I don&#8217;t dare to make a prediction right now. Weasely, I know, but there you are. Let&#8217;s say I&#8217;ll return to this problem after MWC.</p>

<p>There&#8217;s no denying that Google has had an incredible stroke of luck when its insanity in buying Motorola was offset by HP&#8217;s insane handling of webOS. Android&#8217;s most direct competitor has disappeared in a cloud of vagueness, and the chance that Android vendors will defect from the flock has been diminished.</p>

<p>The best way of viewing the post-Android market is that all Android vendors are weighing their options, and that those options include Android. So if a vendor decides to continue with Android, that means it sees no better option right now.</p>

<p>That last occurrence would be bad for the smartphone market as a whole, I feel. It&#8217;s better to have healthy competition than to have one single OS occupy more than 50% of the market.</p>

<p>So let&#8217;s hope webOS, Boot to Gecko, and Tizen, all of which are HTML5-based, will be picked up by post-Android device vendors.</p>
]]>
</description>
<link>http://www.quirksmode.org/blog/archives/2012/01/the_postandroid.html</link>
<guid>http://www.quirksmode.org/blog/archives/2012/01/the_postandroid.html</guid>
<category>Mobile</category>
<pubDate>Tue, 03 Jan 2012 14:04:32 +0100</pubDate>
</item>
<item>
<title>Mobilism early bird ending</title>
<description><![CDATA[<p>If you want to come to <a href="http://mobilism.nl/2012/" class="external">Mobilism 2012</a>, 10th and 11th of May in Amsterdam, it&#8217;s best to <a href="http://mobilism.nl/2012/tickets" class="external">buy your ticket</a> before Saturday. Early bird prices, which knock off &euro;100 of the ticket price, ends with the outgoing year, and why should you pay more than necessary?</p>

<p>Mobilism 2011 <a href="http://mobilism.nl/2011/coverage" class="external">was a blast</a>; see also <a href="http://vimeo.com/mobilism" class="external">the videos</a>.
We&#8217;re set to repeat and extend this success in May. with <a href="http://mobilism.nl/2012/programme" class="external">seven world-class speakers</a>, including
<a href="http://unstoppablerobotninja.com/" class="external">Ethan Marcotte</a>,
<a href="http://adactio.com" class="external">Jeremy Keith</a>,
<a href="http://asymco.com/" class="external">Horace Dediu</a>, and
<a href="http://cloudfour.com/blog" class="external">Jason Grigsby</a>, who&#8217;ll show you how the mobile web works and how you should adapt to it as a web designer or developer. What&#8217;s not to like? And even more speakers will be announced later.</p>

<p><a href="http://mobilism.nl/2012/tickets" class="external">See you</a> at Mobilism.</p>
]]>

</description>
<link>http://www.quirksmode.org/blog/archives/2011/12/mobilism_early_1.html</link>
<guid>http://www.quirksmode.org/blog/archives/2011/12/mobilism_early_1.html</guid>
<category>Mobilism</category>
<pubDate>Wed, 28 Dec 2011 11:28:04 +0100</pubDate>
</item>


</channel>
</rss>
