Skip to main content

Internet Explorer falls below 50 percent global marketshare, Chrome usage triples

Internet Explorer falls below 50 percent global marketshare, Chrome usage triples: "
Internet Explorer falls below 50 percent global marketshare, Chrome usage triples

Oh, IE, it pains us to do this to you. You who once so mightily won in the battle against Netscape Navigator now seem to be losing your war against a battalion of upstarts, relatively fresh faces like Firefox and Chrome. According to StatCounter, IE's global usage stats have fallen to 49.87 percent, a fraction of a tick beneath half. Firefox makes up the lion share of the rest, at 31.5 percent, while Chrome usage tripled since last year, up to 11.54 percent. Two years ago IE had two thirds of the global market locked down, and even if Internet Explorer 9 is the best thing since ActiveX, well, we just don't see the tide of this battle turning without MS calling in some serious reinforcements.



Update: If you needed more proof of Chrome's increasing popularity, we got a tip on this report from Softpedia confirming that Chrome is the fastest growing browser of the moment. Firefox is more or less flat and, well, you know all about how IE is faring.

Continue reading Internet Explorer falls below 50 percent global marketshare, Chrome usage triples

Internet Explorer falls below 50 percent global marketshare, Chrome usage triples originally appeared on Engadget on Tue, 05 Oct 2010 07:19:00 EDT. Please see our terms for use of feeds.

Permalink   |   | Email this | Comments"

Comments

Popular posts from this blog

Microsoft Keyboard macro Sleep

1) Open up your "Microsoft Keyboard" properties (aka Intellipoint ) 2) Select the macro key you want to assign it to, and hit Configure 3) Select the option "Start a program, Web page, or file" and hit next 4) Type this into the box : Rundll32.exe Powrprof.dll,SetSuspendState Sleep Njoy ! source :  http://www.tomshardware.co.uk/forum/5145-63-windows-sleep-macro

Change Your IP Address From Windows PowerShell #windows10

step 1 : run ISE as Administrator step 2 : run ipconfig command choose adapter to set eg. "Ethernet" step 3 : run netsh : netsh interface ip set address name=”[Adapter Name]” static [IP] [Subnet Mask] [Default Gateway] eg. netsh interface ip set address name=”Ethernet” static 192.168.0.200 255.255.255.0 192.168.0.240 or use DHCP :  netsh interface ip set dnsservers name=”Ethernet” source=dhcp netsh interface ip set address name=”Ethernet” source=dhcp Njoy !

How to Fake/Trick Your Netbook's Screen Resolution to Higher

Get 1024x768 or higher resolution on your netbook via this registry hack ! Go to the Start menu and type in  regedit  in the search box, then hit Enter At the top menu, go to Edit then Find... and search for " Display1_DownScalingSupported " Change each instance you find (you'll likely find 2 results for this) from "0" to "1". Make sure you change e very found instance , because otherwise the hack won't work (in my experience). Once done, restart the system. Njoy ! Source :  http://mobileoffice.about.com/od/netbooks/a/How-To-Change-Your-Netbooks-Screen-Resolution.htm