<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnetslackers.com/Community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programmatically Speaking ... : browser war</title><link>http://dotnetslackers.com/Community/blogs/xun/archive/tags/browser+war/default.aspx</link><description>Tags: browser war</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP1 (Build: 30415.43)</generator><item><title>The (probably) never  ending war of Chrome, FireFox, and IE</title><link>http://dotnetslackers.com/Community/blogs/xun/archive/2011/11/03/the-probably-never-ending-war-of-chrome-firefox-and-ie.aspx</link><pubDate>Thu, 03 Nov 2011 18:34:00 GMT</pubDate><guid isPermaLink="false">6afe0437-14b4-41d5-bc66-6d54a24dbd48:37326</guid><dc:creator>xxxd</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;
Something interesting happened in October (yeh, stocks have been doing comparatively great): IE&amp;#39;s share in global desktop browser usages has dropped to a 
perilous 52%. This, combined with its barely there mobile browser usage, brings its overall share below the 50% percentage mark.&amp;nbsp;&lt;/p&gt;
&lt;div class="figure"&gt;
&lt;p&gt;&lt;img style="width:250px;" src="http://dotnetslackers.com/Community/blogs/xun/blog/Nov2011/chrome-vs-ie.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Source: &lt;a href="http://www.frelia.com/2010/03/google-chrome-will-pay-ie-and-firefox.html"&gt;www.frelia.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;
With interesting data invariably comes incessant probe of why. 
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why so?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
Some analysis pointed out the &lt;strong&gt;geek factor&lt;/strong&gt;. &lt;/p&gt;
&lt;p&gt;The tech community has abandoned IE in droves ever since they found the delicious toy of Firefox, which is dynamic 
and cool, decidely tech friendly and fast and active in development. It started the trend of multiple tabs, a wonderful array of extensions. It gives programmers Firebugs; Chrome joined the 
browser war in 2008, soon afterwards, tech people was attracted to it by its minimal interfaces and fast and smooth performance. Chrome came in late yet learn 
fast. It soon offered a wealth of tools and even more faster development cycle. 
I believe in no time, Chrome would reach 100 or Google (1 followed by 100 :)). Chrome 
also upended the browser game by building its V8 engine that fueled the Javascript engine speed war, throwing in its own script langauge.  
&lt;/p&gt;
&lt;p&gt;
More analysis dived into the browsers&amp;#39; differences in &lt;strong&gt;speed&lt;/strong&gt;, &lt;strong&gt;interface&lt;/strong&gt;, &lt;strong&gt;support for standards (ie., html5 and css3)&lt;/strong&gt;, 
&lt;strong&gt;privacy and security and Extensions&lt;/strong&gt;.   
&lt;/p&gt;
&lt;p&gt;
In short, there is convergence among the browsers towards speedier, cleaner, more secure, and more customizable browsers. 
Surprise! With competition so fierce and stake so high, the best wins!
&lt;/p&gt;
&lt;p&gt;
Speed-wise, Firefox and IE have greatly improved their speed so much so that Chrome actually is currently losing in
this battle.
&lt;/p&gt;
&lt;p&gt;
Interface-wise, Chorme started the minimumistic approach, Firefox and IE are taking notes. This minimum approach is actually catching fire in interface design.
Google started it with its barebone google search, Facebook&amp;#39;s home page also has the clean blue. Chrome, FireFox and IE also took great effor to allow tabs 
be informative yet non-obtusive, draggable and dockable. Work like a great app. 
&lt;/p&gt;
&lt;p&gt;
In terms of standards support, in the tech community, IE is always the object of ridicule. In support of HTML5 features, IE has been falling behind.
&lt;/p&gt;
&lt;p&gt;
In extension offering, FireFox leads the way. 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;
Under the hood - JavaScript Engines
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
JavaScript is currently the most important language. This in no small part is due to the quick rise and improvement of JavaScript engines, which in turn has made
this browser war so intense and so interesting and so beneficial to all of us internet users. 
&lt;/p&gt;
&lt;p&gt;
The engine behind Chrome is V8 javascript engine. Copy Wikipedia here:
&lt;/p&gt;
&lt;p class="quote"&gt;
&amp;quot;V8 increases performance by compiling JavaScript to native machine code before executing it, rather than to execute bytecode or interpreting it. Further performance increases are achieved by employing optimization techniques such as inline caching. With these features, JavaScript applications running within V8 are said to have an effective speed comparable to a compiled binary.&amp;quot;
&lt;/p&gt;
&lt;p&gt;
Firefox has a rapid evolution line of JavaScript engine, started with Rhino, the very grandpa figure started at Netscape in 1997. After that, there are &amp;quot;monkeys&amp;quot; with mostly funny names: SpdierMonkey, 
TraceMonkey, JagerMonkey, IonMoney, then tamarin. 
&lt;/p&gt;
&lt;p&gt;
IE did not have any serious JavaScript engine until IE 9. Before that (IE 8 and earlier) it uses a script interpreter for running JavaScript. Now with IE 9 JavaScript engine, 
it provides features such as JavaScript background compliation and library optimization.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;
Parting words
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
So, in the global browser competition for more market share,  
IE is in steady decline yet still dominate the scene, 
FireFox is barely holding its ground, Chrome is rapidly rising. Still nothing is certain other than that the more they compete, the more we demand, 
the greater good will come out of it. Also, we, programmers, time to work harder to meet up the challenge. 
&lt;/p&gt;
&lt;div class="footerSource"&gt;
&lt;p class="title"&gt;Source:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://en.wikipedia.org/wiki/JavaScript_engine"&gt;Wikipedia: JavaScript Engine&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://blogs.msdn.com/b/ie/archive/2010/03/18/the-new-javascript-engine-in-internet-explorer-9.aspx"&gt;The New JavaScript Engine in Internet Explorer 9&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.webmonkey.com/2011/11/the-end-of-an-era-internet-explorer-drops-below-50-percent-of-web-usage/"&gt;The End of an Era: Internet Explorer Drops Below 50 Percent of Web Usage&lt;/a&gt; &lt;br /&gt;
&lt;a href="http://www.webmonkey.com/2011/11/the-end-of-an-era-internet-explorer-drops-below-50-percent-of-web-usage/"&gt;The End of an Era: Internet Explorer Drops Below 50 Percent of Web Usage&lt;/a&gt; &lt;br /&gt;
&lt;a href="http://www.pcmag.com/article2/0,2817,2382122,00.asp#fbid=coiJhG1Cozw"&gt;Chrome 10, Firefox 4.0, or IE9? The Browser Choice&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;img src="http://dotnetslackers.com/Community/aggbug.aspx?PostID=37326" width="1" height="1"&gt;</description><category domain="http://dotnetslackers.com/Community/blogs/xun/archive/tags/browser+war/default.aspx">browser war</category></item><item><title>Microsoft's Chinese problem with IE6</title><link>http://dotnetslackers.com/Community/blogs/xun/archive/2011/10/20/microsoft-s-chinese-problem-with-ie6.aspx</link><pubDate>Thu, 20 Oct 2011 16:08:00 GMT</pubDate><guid isPermaLink="false">6afe0437-14b4-41d5-bc66-6d54a24dbd48:37278</guid><dc:creator>xxxd</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;
Microsoft got to be so very tired of IE6, the once very popular child of their browser families, so much so that they set up a count-down website dedicated to the 
sole purpose of killing it. 
&lt;/p&gt;
&lt;div class="figure"&gt;
&lt;p&gt;&lt;img src="http://dotnetslackers.com/Community/blogs/xun/blog/Oct2011/iecountdown.png" width="480px" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Source: &lt;a href="http://www.ie6countdown.com/"&gt;Microsoft IE 6 Count Down&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;
Guess who is standing in the way? China. Chinese IE6 users have been trickling down, as of today it has about 28%. But 28% 
still makes a big bleeding heart in the above map. And any percentage of Chinese users can easily knock off the whole Europe or even America.
&lt;/p&gt;
&lt;p&gt;
Right now the size of Chinese internet users stand at about 500 million users, and it is still growing. And its mobile users is even growing faster, it is estimated that the 
size of mobile users will surpass pc users as early as 2013. 
&lt;/p&gt;
&lt;div class="figure"&gt;
&lt;p&gt;&lt;img src="http://dotnetslackers.com/Community/blogs/xun/blog/Oct2011/china-internet-population.png" width="400px" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Source: &lt;a href="http://www.penn-olson.com/2011/09/30/china500-million-net-users/"&gt;China Now Has Over 500 Million Net Users [CHART]&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;
I can understand why the IE6 chinese users stick with IE6, because my parents are one of them. When they started gingerly with 
internet, I taught them to click the big blue E. They remembered ever since and they are afraid of making any changes, clicking on any popups
that might bring in a flood of virus. The golden name of Microsoft somehow does not help much. Also, all they wanted is just to read
their news, so why care about IE 6, or 7, or 9? 
&lt;/p&gt;
&lt;p&gt;
Ok, with that kind of mentality and the formiddable weight China carries, Microsoft has to continue its count down for at least a few years. 
&lt;/p&gt;
&lt;div class="footerSource"&gt;
&lt;p class="title"&gt;Source:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.penn-olson.com/2011/09/30/china500-million-net-users/"&gt;China Now Has Over 500 Million Net Users [CHART]&lt;/a&gt;
&lt;br /&gt;
&lt;a href="http://www.ie6countdown.com/"&gt;Microsoft IE 6 Count Down&lt;/a&gt;
&lt;br /&gt;
&lt;a href="http://www.ie6countdown.com/"&gt;Microsoft IE 6 Count Down&lt;/a&gt;
&lt;br /&gt;
&lt;a href="http://www.resonancechina.com/2011/08/03/more-chinese-netizens-access-internet-via-mobile-than-pc/"&gt;More Chinese netizens access internet via Mobile than PC&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;img src="http://dotnetslackers.com/Community/aggbug.aspx?PostID=37278" width="1" height="1"&gt;</description><category domain="http://dotnetslackers.com/Community/blogs/xun/archive/tags/browser+war/default.aspx">browser war</category></item><item><title>Firefox 7 and the speed war among browsers</title><link>http://dotnetslackers.com/Community/blogs/xun/archive/2011/09/30/firefox-7.aspx</link><pubDate>Fri, 30 Sep 2011 00:28:00 GMT</pubDate><guid isPermaLink="false">6afe0437-14b4-41d5-bc66-6d54a24dbd48:37228</guid><dc:creator>xxxd</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Was it just yesterday Mozilla released FireFox 7,&amp;nbsp; was it just last month it released Firefox 6?&lt;/p&gt;
&lt;p&gt; What is new in FireFox 7? Nothing you can see. But Firefox 7 is said to have reduced memory usage by 50 percent, which is
 great news if you have 16 tabs open all the time.Like me, whenever I checked my process memory usage, Firefox is always on top.&lt;/p&gt;
&lt;p&gt;FireFox7 is said to have much sped up too. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Probably not that much, in this article, &lt;i&gt;Browser Speed Tests: Firefox 7, Chrome 14, Internet Explorer 9, and More, &lt;/i&gt;guess who wins? Opera! Does anyone even use Opera? But Anyway, here are some simple and hard and cold facts:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://dotnetslackers.com/Community/blogs/xun/blog/cold.png"&gt;&lt;img src="http://dotnetslackers.com/Community/blogs/xun/blog/cold.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://dotnetslackers.com/Community/blogs/xun/blog/domcss.png"&gt;&lt;img src="http://dotnetslackers.com/Community/blogs/xun/blog/domcss.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://dotnetslackers.com/Community/blogs/xun/blog/javascript.png"&gt;&lt;img src="http://dotnetslackers.com/Community/blogs/xun/blog/javascript.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://dotnetslackers.com/Community/blogs/xun/blog/memory.png"&gt;&lt;img src="http://dotnetslackers.com/Community/blogs/xun/blog/memory.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Quote from the Article:&lt;/p&gt;
&lt;p&gt;Obviously, there&amp;#39;s a lot more to browser choice than speed&amp;mdash;variety of
 extensions, customizability, and so on&amp;mdash;but when it comes to 
performance, here&amp;#39;s how our favorite browsers. We gave each contender a 
point value for its placing in each of the above tests, then tallied up 
the totals and divided them by the total number of points each &lt;i&gt;could&lt;/i&gt; have received.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;b&gt;Opera 11.51&lt;/b&gt;: 82%&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Firefox 7&lt;/b&gt;: 73%&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Internet Explorer 9&lt;/b&gt;: 47.5%&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Chrome 14&lt;/b&gt;: 43%&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;i&gt;
&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://dotnetslackers.com/Community/aggbug.aspx?PostID=37228" width="1" height="1"&gt;</description><category domain="http://dotnetslackers.com/Community/blogs/xun/archive/tags/Firefox/default.aspx">Firefox</category><category domain="http://dotnetslackers.com/Community/blogs/xun/archive/tags/browser+war/default.aspx">browser war</category></item></channel></rss>