Forum Moderators: open
On a slightly seperate subject my WebStats show that my top 5 user agents in descending order are as below, but how do I interpret this info?
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1
"...if your design pass Opera it will be viewable through any browswer ..."
I'd go for Mozilla, IE, NS, Opera all with latest plus recent versions, then NS 4.7 (just because it seems to be dying a painful death).
Point is that all browsers have bugs. If anything, shouldn't Mozilla be the most compliant browser? They get on their bugs quick and provide development builds.
I've always been lazy and just designed for IE.
Do you validate your code?
Thats probably the first step to making sure it is cross-browser compatible.
See W3C HTML Validator [validator.w3.org]
Also using the FULL doctype helps the page render the same in all browsers. See AListApart using the DOCTYPE [alistapart.com]
"...That's new to me, could you be more precise ..."
Not sure which post that is directed at. If post number 3, an example is:
<html>
<head>
</head>
<body style="overflow: scroll;">
hello world<br>
</body>
</html>
Opera 6 (haven't tried Opera 7) doesn't show the scroll bars even though it has been instructed to. Netscape shows a horizontal scroll bar in the middle on the window instead of the bottom, and IE is about the only browser that does the right thing for a change. I haven't validated it, but I think that would be valid html. If you html was not valid, the situation could be even worse.
If your site uses javascript, Opera has a poor reputation when it comes to DOM compliance, so again you might have problems.
Bottom line is I agree with mipapage; all browsers have bugs. Dependng on your page, it may look better in one browser or another. Just because it looks OK in Opera, doesn't mean you can assume it looks OK in others.
Shawn
just checked browsers that have requested pages during April
on one site out of 80000 requessts 63 came from web tv
we almost never think about it
I don't even know how my work looks in web tv
I would like figuring how I can survey that sector.
also I think looking at stat should be a good idea
is web TV growing?
regards
Henry
MS has a free program called "MSN TV Viewer". It's supposed to show your pages as seen from MSN TV. I have it and if nothing else it's interesting.
[developer.webtv.net...]
Here is their sniffing page
[developer.webtv.net...]
Isn't that the truth. And just when I decided I was going to drop NS4.x I picked up two clients that still use the thing. Found this out the hard way - they were complaining about my designs, lol. God, I hate NS 4.x! I even offered to download a more recent browser for these folks (they're on dialup), but they declined.
There are folks out there that will not upgrade a browser until their machines go belly up. We can only hope that those machines die sooner rather than later.
WBF