Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Mike Schmidt #1
Site that displays averages of surfers' technical specs?
Is there anyplace on the web that displays information on what proportion of
web surfers use what type of screen resolution, what type of browser, etc.?
I'm pretty sure I came across such a site a few years ago by accident.
Thanks!
Mike Schmidt Guest
-
Server specs for CF 7
A web site that I manage has been running on a host's shared server, and has always performed well. We are considering moving to a dedicated... -
Averages
Using access asp vb script Can anyone give me some advice about displaying averages from columns in a database. -
lingo averages..HELP!
i am trying to create a function to calculate the average of a sequence of numbers and return the result. I have so far complete this section and... -
[PHP] Feeling a bit brain dead, please help in maths: averages
Hey, Thanks for replying. Actually I made that example simple, i actually need the average of 7 to 9 fields....and i dont want to run 7 selects... -
Feeling a bit brain dead, please help in maths: averages
Hey, Been working a bit too much i guess so am feeling braindead... I have a couple of records in the database, i am doing a: "select... -
Pablo #2
Re: Site that displays averages of surfers' technical specs?
These stats are often misleading, don't count on them.
--
Cheers Pablo
_____________________
Whoever said "image doesn't matter" was lying.
[url]http://www.dellwebsites.com[/url]
______________________________________
"Mike Schmidt" <ooo@ooo.ooo> a écrit dans le message de news:
d09tup$54j$1@forums.macromedia.com...of> Is there anyplace on the web that displays information on what proportionetc.?> web surfers use what type of screen resolution, what type of browser,>
> I'm pretty sure I came across such a site a few years ago by accident.
>
> Thanks!
>
>
Pablo Guest
-
darrel #3
Re: Site that displays averages of surfers' technical specs?
> Is there anyplace on the web that displays information on what proportion
ofetc.?> web surfers use what type of screen resolution, what type of browser,
Yes, but they are pretty much useless. All that matters is who visits your
site. And while browser use is important, there are always going to be a
wide range of browsers out there.
Also, screen resolution isn't really a variable you need to be concerned
with. In terms of viewable area, you need to watch for the browser viewport
size.
Anyways, google should turn up plenty for you. Here are a few:
[url]http://www.w3schools.com/browsers/browsers_stats.asp[/url]
[url]http://www.webreference.com/stats/browser.html[/url]
-Darrel
darrel Guest
-
Travis #4
Re: Site that displays averages of surfers' technical specs?
Here is one more for you
[url]http://www.upsdell.com/BrowserNews/stat.htm[/url]
Travis
Mike Schmidt wrote:> Is there anyplace on the web that displays information on what proportion of
> web surfers use what type of screen resolution, what type of browser, etc.?
>
> I'm pretty sure I came across such a site a few years ago by accident.
>
> Thanks!
>
>Travis Guest
-
Michael Fesser #5
Re: Site that displays averages of surfers' technical specs?
.oO(Mike Schmidt)
Many, and they are all pretty useless and inaccurate. If you want some>Is there anyplace on the web that displays information on what proportion of
>web surfers use what type of [...]
usable informations have a look at your own site's logfiles.
Screen resolution says nothing about the size of the browser's viewport,>screen resolution,
i.e. the visible area that can be used for the website's display.
Additionally to get this information Javascript is required on the
client.
Easy to fake. Many browsers identify themselves as IE (Opera for example>what type of browser, etc.?
did this by default in older versions), because there are still too many
stupid browser switches out there on many websites, that ignore browsers
other than IE or NN. Faking the browser ID is a way to get around them.
Micha
Michael Fesser Guest



Reply With Quote

