![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
On the other hand, if you make a competent WWW page, why would any WWW browser not be able to browse it competently? If you believe that MSIE needs special treatment, maybe it indicates that you don't believe that MSIE is capable of browsing WWW pages? (A lot of pages give the impression that their authors suspected the same.) |
|
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. As far as I understood it, the original reason for Opera pretending to be MSIE was because of stupid web deezyners who checked for NN4 or MSIE and told everyone else to get lost. |
|
which do want to do something specific for Opera can check for the Opera string though and work with that. I.e they make themselves part of the problem, instead of helping to solve it. |
#12
| ||||||
| ||||||
|
|
On the other hand, if you make a competent WWW page, why would any WWW browser not be able to browse it competently? If you believe that MSIE needs special treatment, maybe it indicates that you don't believe that MSIE is capable of browsing WWW pages? (A lot of pages give the impression that their authors suspected the same.) If by that you mean IE5 doesn't follow the standards, then yes! |
|
Its a browser we have to support, |
|
so find ways around the problem. |
|
Now, that could be by using a different sytlesheet, which I did orininally, or by taking advantage of even more bugs to cancel out the original bug! |
|
As far as I understood it, the original reason for Opera pretending to be MSIE was because of stupid web deezyners who checked for NN4 or MSIE and told everyone else to get lost. Thats sort of what I was getting at. I was referring to checking for specific browsers and assuming anything else couldn't handle css so reverted to a cut down layout, but could of course be the complete rejection of the browser too. |
|
which do want to do something specific for Opera can check for the Opera string though and work with that. I.e they make themselves part of the problem, instead of helping to solve it. Well of course! We can't make a standards compliant website if none of the big browsers follow the standards! |
#13
| ||||||
| ||||||
|
|
fallback. None of the actual readers care whether the page is pixel-exactly what the designer had in their head: anyway they'll be using a different dpi, different window width and height, different colour depth, display gamma etc. etc. than what the designer was using: all they care is that the page is above their threshold of visual appeal (of course that threshold differs from reader to reader, but there's nothing you can do about that, nor indeed does there seem any point in trying), and that they can access the page's content, whatever it may be. |
|
Its a browser we have to support, It's doing just fine anyway: it doesn't need your support! Let it get on with the job. |
|
"The" problem? |
D|
OK, I'll go along with the latter plan, if you wish to put in the extra work. |
|
If I don't know the browser, then I'll give it the benefit of the doubt. Either it does what the specifications imply it should (i.e ignore any CSS properties which it cannot support correctly), or its user will have already needed to learn how to turn its broken CSS support off on umpteen otherwise-unusable web pages, is my hunch. |
|
There's nothing stopping us from designing for graceful fallback, though. So what if the margin _is_ 15px out at a particular window size? The readers neither know nor care. |
#14
| |||
| |||
|
|
Its a browser we have to support, It's doing just fine anyway: it doesn't need your support! Let it get on with the job. If the site doesn't work in a browser that 40% of the world uses then I think it is quite a major problem, and needs to be resolved... |
|
There's nothing stopping us from designing for graceful fallback, though. So what if the margin _is_ 15px out at a particular window size? The readers neither know nor care. A lot of the errors look very obvious, |
#15
| |||
| |||
|
|
Jim Dabell <jim-usenet (AT) jimdabell (DOT) com> wrote From that very page: "You cannot - as a web developer - rely only on statistics. Statistics can often be misleading." True. Like all of them. But as a web developer I must rely on something beside my web server logs. |
#16
| |||
| |||
|
|
"Altamir" <altamir (AT) wp (DOT) pl> wrote in message news:6507ddef.0307100029.32d90dd (AT) posting (DOT) google.com... Jim Dabell <jim-usenet (AT) jimdabell (DOT) com> wrote in message news:<NkydnYbcgs3CuJGiRTvUqw (AT) giganews (DOT) com>... From that very page: "You cannot - as a web developer - rely only on statistics. Statistics can often be misleading." True. Like all of them. But as a web developer I must rely on something beside my web server logs. Why? What better measure of what software and settings your visitors use than data collected from your visitors themselves? Each web site is going to attract a different audience with different usage patterns. I say customize your site based on what you find in your own server logs. The trick is to make sure your logfile analyses are valid... |
#17
| |||||
| |||||
|
|
True. Like all of them. But as a web developer I must rely on something beside my web server logs. |
|
Why? What better measure of what software and settings your visitors use than data collected from your visitors themselves? |
|
Each web site is going to attract a different audience with different usage patterns. |
|
I say customize your site based on what you find in your own server logs. |
|
The trick is to make sure your logfile analyses are valid... |
#18
| |||
| |||
|
|
David Safar wrote: Why? What better measure of what software and settings your visitors use than data collected from your visitors themselves? Perhaps there is no better measure. But it does not follow that such data gives you an accurate picture. |
|
this thread is about browser usage. To customize a site based on unreliable data is not very sound. How do you measure for faked browser strings? How do you account for proxy servers? |
|
The trick is to make sure your logfile analyses are valid... That *is* the trick. Or would be, anyways. So, how does one "make sure [her/his] logfile analyses are valid" with respect to browser usage, the subject of this thread? |
#19
| |||
| |||
|
|
You are correct. However, it is the most accurate picture available, and when one requires data, one would do well to use the most accurate data available. |
|
Very simple: you don't. That's not how statistics work. When you don't have data, you don't invent data to "account for" the margin of error. |
|
You ensure that the data you have are as complete as possible, then acknowledge the margin of error and move on. |
#20
| |||
| |||
|
|
WRONG: 93% of all hits came from Internet Explorer. RIGHT: 93% of all recorded hits came from Internet Explorer. No - that's still wrong. Try: 93% of all recorded hits came from agents identifying themselves as Internet Explorer. (And even the correctness of that statement would need to be reviewed in the light of the exact method being used.) |
![]() |
| Thread Tools | |
| Display Modes | |
| |