![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is KHTML Konqueror (the Linux one) or something else? |
#3
| |||
| |||
|
|
Does anyone have a source of a good, reliable and up to date list of the market shares held by each major browser, with the version. |
#4
| |||
| |||
|
|
Altamir wrote: "David Walker" <wbsdavenews (AT) hotmail (DOT) com> wrote in message news:<beeb9n$do8$1 (AT) wisteria (DOT) csv.warwick.ac.uk>... Does anyone have a source of a good, reliable and up to date list of the market shares held by each major browser, with the version. http://www.w3schools.com/browsers/browsers_stats.asp For some strange interpretation of "good" and "reliable". These are typical web statistics - in other words, unreliable. |
|
From that very page: "You cannot - as a web developer - rely only on statistics. Statistics can often be misleading." |
#5
| |||
| |||
|
|
"You cannot - as a web developer - rely only on statistics. Statistics can often be misleading." |
#6
| |||
| |||
|
|
"You cannot - as a web developer - rely only on statistics. Statistics can often be misleading." No, but I did want a very rough guide to see what I need to particularly concentrate on. With a lot using IE5 i'll make sure the site looks perfect in that, but with say 1% using Opera then I won't worry too much about a small image 2 pixels out of place. That said, IE5.0 seems to have some very odd sizing rules, and I haven't worked out what is making it wrong compared to IE6, Mozilla and Opera yet. David |
#7
| |||
| |||
|
|
It tend to think like others that it depends on you target, the site in my sig file for instance an overwhelming majority of Mozilla/netscape visiors ;-). My other site (company website, I sell furniture in the B2B market) has 85% IE visitors, 8% Gecko based visitors, 1% NS4, 0.2% Opera based and 0.9% KHTML based. Apparently, Gecko browsers are more popular than one would think in French companies ;-) |
#8
| |||
| |||
|
|
Opera doesn't "identify" itself as IE, it declares itself "compatible" with IE [1] when configured to do so. This causes dumb browser sniffers to think that it's IE, but Opera always correctly identifies itself as Opera. |
#9
| |||
| |||
|
|
[1] In the same way that IE declares itself compatible with Mozilla |
#10
| ||||||
| ||||||
|
|
Yeah, i've just been doing the browser detection to get the stylesheets right, |
|
and to use for a log. |
|
I've found that all browser strings do give their own name somewhere, but you have to check for those names first, then check for MSIE, and lastly check for Mozilla, since even IE declares Mozilla/4.0. |
|
Opera gives its name as MSIE 6 because it means that websites which don't have very good browser checking will let it view the same code as IE does, which in general will be compatible. |
|
More advanced websites |
|
which do want to do something specific for Opera can check for the Opera string though and work with that. |
![]() |
| Thread Tools | |
| Display Modes | |
| |