|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
![]() |
#1 |
Of all the things I've lost, I miss my mind the most.
|
Anyone have server stats that show screen resolutions of your visitors?
I'm really curious what the break-down in screen resolutions is now. I have been building everything for awhile to fit in 1024x768, and personally, I use 2560x1024 resolution. (I have dual monitors, so 1280 per screen). Sites built for 800x600 look tiny on my screens.
Are there that many surfers still using 800x600? Anyone know % of surfers that visit their sites that use different resolutions? Webalizer doesn't give me that info. Just curious...
__________________
Our 3D Comics and Props on Renderotica |
![]() |
![]() |
![]() |
#2 |
Operator! Give me the number for 911!
|
Im not sure however I know that after working in tech support forever
![]() ![]()
__________________
Please Re-Read The Rules For Sig Files |
![]() |
![]() |
![]() |
#3 |
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
Join Date: Jun 2005
Location: UK
Posts: 80
|
I recall reading something about this somewhere else not too long ago - not sure where, though. IIRC, it was felt that somewhere between 10% and 20% of surfers are using 800x600. Not a huge number, but still potentiall significant.
Rob. |
![]() |
![]() |
![]() |
#4 |
You can now put whatever you want in this space :)
|
10% and 20% kinda reminds me of the percentage of people using Mozilla based browsers.
__________________
Success is going from failure to failure without a loss of enthusiasm. |
![]() |
![]() |
![]() |
#5 |
Registered User
|
So far I have used, 3 differant stat programs. AWStats, Wusage (CRAPPPP!!!), and whoson (good for live monitoring) but so far nothing is showing me the screen rez.
|
![]() |
![]() |
![]() |
#6 |
Of all the things I've lost, I miss my mind the most.
|
When I redesigned TRC and XXXP awhile back, I used 1024 resolution, figuring that very few people use 800x600.
10-20% would be higher than my guess, but that may be true. Might also be people that that was the default resolution, and they have no idea how to change it either, lol.
__________________
Our 3D Comics and Props on Renderotica |
![]() |
![]() |
![]() |
#7 |
Former pr0n slinger.
|
You might want to check out this page: http://www.w3schools.com/browsers/browsers_stats.asp
|
![]() |
![]() |
![]() |
#8 | |
Arghhhh...submit yer sites ya ruddy swabs!
|
Quote:
![]() With 25% still at 800x600, definitely looks like it's still worth building at that res...even though it looks soooo tiny on a flat panel. At least 640x480 is finally DOA ![]() |
|
![]() |
![]() |
![]() |
#9 | |
Of all the things I've lost, I miss my mind the most.
|
Quote:
__________________
Our 3D Comics and Props on Renderotica |
|
![]() |
![]() |
![]() |
#10 |
Women might be able to fake orgasms But men can fake whole relationships
Join Date: Oct 2003
Location: Fort Lauderdale, Fl
Posts: 2,408
|
One thing to remember is though many keep their desktop at very high resolutions, a lot of those browse with multiple windows open and showing at the same time.
In other words their screen resolution may indeed be 2048*1536 but the browser window is perhaps only 800*600 |
![]() |
![]() |
![]() |
#11 | |
Is it over already?
Join Date: Sep 2003
Location: the beautiful shores of Lake Erie
Posts: 890
|
Quote:
__________________
Hey buddy... can you spare a sig? |
|
![]() |
![]() |
![]() |
#12 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
I never surf at full screen and don't know too many people that do. Plus some browsers put side bars and other stuff using up the browser's window.
In answer to your question, Wusage, IMO the very best server stats program, does this if you add a bit of code to your pages. Code:
1. Copy the provided file wusage_screen_properties.gif to the top directory of your web server's web space. This file was provided with Wusage. If you cannot locate it, check the Wusage home page, or use any image you like. The important thing is that you place it in the top directory of your web space and give it the correct filename. The provided wusage_screen_properties.gif image is a 1x1 pixel transparent GIF. It has no visible effect on the web page in which it is installed to collect information. 2. Embed it in your home page, or another heavily-accessed page, using EXACTLY THE FOLLOWING HTML: <script> <!-- var bName = navigator.appName; var bVer = parseInt(navigator.appVersion); var ver; if (bName == "Netscape" && bVer >= 4) { ver = 4; } else if (bName == "Microsoft Internet Explorer" && bVer >= 4) { ver = 4; } else { ver = 0; } if (ver >= 4) { document.write('<img src="/wusage_screen_properties.gif?' + 'width=' + screen.width + '&' + 'height=' + screen.height + '&' + 'depth=' + screen.colorDepth + '">'); document.writeln(); } // --> </script> Experienced users may of course modify this Javascript, carefully. The critical thing is that the image be loaded at the URL shown, with the appropriate parameters packed in the format shown. Wusage 8.0 must see the URL as shown above in order to capture the information correctly. |
![]() |
![]() |
![]() |
#13 |
Of all the things I've lost, I miss my mind the most.
|
Boy, I must be unusual, I keep my browser full screen in one window, but then I got another for everything else, lol.
Thanks Cleo for the code! ![]()
__________________
Our 3D Comics and Props on Renderotica |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|