Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

General Browser display statistics

I need to come up with some figures on browser display (resolution) statistics. Obviously there is W3 Schools, however they state that these are results from their site and is biased towards tech savvy users. Does anyone know of some stats that are more general in nature? They need to be credible.

like image 928
mickyjtwin Avatar asked Aug 03 '09 00:08

mickyjtwin


2 Answers

I usually just google for "Browser Statistics" and use the top ones that appear. W3Schools is fairly accurate even though they are only gathering a small percentage of the world's traffic. W3Counter (http://www.w3counter.com/globalstats.php) is another good one.

like image 114
Ken Pespisa Avatar answered Oct 05 '22 21:10

Ken Pespisa


unfortunately all the answers so far are giving SCREEN resolution and not the requested BROWSER display/resolution. They are two different entities. Not everyone has their browser open to 1920x1080 on their 1920x1080 monitor. There are no actual statistics (that I can find) on BROWSER display size. This might help with explanations: https://css-tricks.com/screen-resolution-notequalto-browser-window/

like image 44
tracy Avatar answered Oct 05 '22 20:10

tracy