Forum Moderators: open

Message Too Old, No Replies

Which Netscape browsers do you test with?

         

peterinwa

6:01 am on Mar 23, 2003 (gmt 0)

10+ Year Member



I have been testing my webpages with Netscape 4 and 6. When I put 7 on my PC today, it stepped on 6. Is that correct? Or should I be testing with all three?

What do you test with? Does anyone use 4 anymore?

This makes a big difference because my webpages test for Netscape, but not the different versions. And for any visitors using Netscape I greatly restrict features on my pages because 4 can't handle them. When 4 users go away I'll be able to do more with my pages like I do for Internet Explorer. (Actually, I wish Netscape would just go away!)

Thanks,

Peter

robjones

9:03 am on Mar 23, 2003 (gmt 0)

10+ Year Member



I test my sites in netscapes 4.7 and 7 , with a priority on 7.
I recently had some problems with my pages in 6 though, I found a version on a cd from when it was first released that completely messed up the tables exported from fireworks.
As far as 4.7 goes, I just try to make the page usable in it and don't even try to get anything fancy to display.

Edouard_H

9:08 am on Mar 23, 2003 (gmt 0)

10+ Year Member



Too narrow a source to call it a trend, but judging from my sites' logs Netscape 6 users seem to have been quick to upgrade to 7. Hardly see 6 any more. Wish I could say the same about 4.7!

txbakers

3:54 pm on Mar 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I pointedly don't bother with 4.7 anymore. I test only in 7 as it is the only Netscape to closely resemble the MS DOM.

If someone tries to use my site with 4.7 and has problems, I tell them to upgrade or I refund their money.

I can't be bothered for the 6 or 7 people still using 4.7

davemarks

4:15 pm on Mar 23, 2003 (gmt 0)

10+ Year Member



In my humble experience Netscape 4.7 seems to be mainly used by Universities on their Unix networks.

In my experience, you get the tutors that love netscape (all 2 off them) and then everybody else hates it and uses the Windows Client via Unix so that they can use IE instead.

I think its safe to say that the majority of users using Netscape 4.7 expect things to look different and possibly not work. One thing to consider is that NS 4.7 users will also probably be running 256 colours or less.

Netscape 6 seemed to stick to the netscape "trend" as i put in, in that it wasn't very compatible, but 7 and even more 7.2 seems to cope with about anything you chuck at it. Whether this is because its more forgiving of bad code i don't know....

Anyway to answer your question I have IE6 IE5 NS4.7 Opera 6.something NS6 NS 7.2 and Mozilla 1.3b

I only really worry about IE 6 and NS 7.2 and Mozilla although if theres something wrong in Opera or earlier versions of NS then I'll fix it if it takes me less than 10 mins.

This is based on the fact that more than 95% of users use >= IE5.5
So dev time is shared similarly ;)

ncw164x

7:10 pm on Mar 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I use IE as a default browser and Netscape 4.7 to cross check any new page layout's. Not many visitors may be using netscape 4.7 but in my experience if you have any errors with your html code then netscape 4.7 will highlight them.

ScottM

8:38 pm on Mar 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



4.7 is still being used extensively by Universities.

If your site is information based....I suggest making it work for that version of that browser.

I'm fortunate enough to have the professors/workers email me very quickly when something doesn't work.

g1smd

9:33 pm on Mar 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>> I found a version on a cd from when it was first released that completely messed up the tables exported from fireworks <<

... in which case, maybe it was Fireworks writing badly-formed or non-valid code?

You do check your pages using [validator.w3.org...] don't you.

I generally find that most problems caused seemingly by incompatible browsers, are not actually the fault of the browser, but the fault of the web page design software writing badly-formed or non-valid code.

robjones

10:31 pm on Mar 23, 2003 (gmt 0)

10+ Year Member



No, the code validated as xhtml transitional with w3c. I think the version I had was one of the very first beta versions, I had a look in the browser archives at netscape and the versions before 6.1 aren't listed, so there must have been bugs there.

ncw164x

7:41 am on Mar 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>I generally find that most problems caused seemingly by incompatible browsers, are not actually the fault of the browser, but the fault of the web page design software writing badly-formed or non-valid code.<<

I use Dreamweaver to construct web pages and you are correct they do not always vadilate, even though everything seems to render correctly in the browsers which you use for testing. Some one somewhere will see your site in a total different way than you designed it because they are using an earlier browser version.

Netscape 4.7 did not support .css so I use it to check for problems with nested tables. If you have text inside a nested table and also in the table which the nested table is in, it will only use the style sheet for the nested table, but use default font for any text which is not in a table

That is just one example there are lots of others

tedster

8:10 am on Mar 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Netscape 4.7 did not support .css

That is a bit of an over-statment, you know ;)

I would say Netscape 4.7 has a lot of bugs in its CSS support. But they can be dealt with in many cases. For instance, I've found that placing <div></div> tags around a table - even though they are not *really* needed - often helps NN4 remember the declared styles. If you still need to support NN4, it is doable unless you get into heavy CSS-2.

However, the amount of work involved can get prohibitive unless you know you have a decent sized NN4 audience. One of my clients has about 7% NN4, and they make nearly 20% of the purchases, so I will hang in there with that one.

BjarneDM

1:32 pm on Mar 24, 2003 (gmt 0)

10+ Year Member



I *only* test in Mozilla (because that's the same as Netscape 7) and IE 5.5 & IE 6.

One can almost count on IE 6 & Mozilla to behave the same way when using 100% standards compliant code with a DTD that forces standards compliant interpretion of the code. I skipped supporting NS 4.x when NS 6 & Mozilla 1.0 were released, and based upon my weblog, at the end of 2002 i skipped supporting IE 4.x. One still has to make some css-tweaks due to the broken box-model in IE 5.x.

My Uni has skipped NS 4.x and is using Mozilla 1.1

SethCall

3:53 pm on Mar 24, 2003 (gmt 0)

10+ Year Member



im a bit of a snob:

netscape 7.02 and mozilla 1.3 (ie 6 and 5.5).

You just cant do the things u want to in older browsers.

Im totally of the mind that you must upgrade. And in terms of universities: some huge percentage of students have personal comps, and have a new browser. Its only when they are actually on campus when they are forced to use 4.7, and even then, they probably aren't browsing for "fun".

caine

4:01 pm on Mar 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



netscape 4.7, I.E 5, Opera 6, Mozilla 1.1

these are my test bed browsers, that i like to make sure of visual and functional attributes of the site work accross.

Alternative Future

4:01 pm on Mar 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



When I test with Netscape I always test with the most recent (7 in this case) as site stats have shown a massif dwindle in Netscape viewers over the last year or so.
I think that most viewers still using Netscape are Webmasters and people that know of Netscape being available, and if someone knows it exists then they also know that the most recent version is available to download.

Just my two pence worth... ;-)

-gs

Liane

4:04 pm on Mar 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I personally check my pages in NN 4.7, Opera, Mozilla and IE. I find that if my page passes in NN 4.7 ... it will pass in almost any browser. I don't find it difficult to make pages work for everyone and don't really understand what the big deal is?

OK, I don't use flash and admittedly, my site is very straight forward (design wise) ... but still, why do webmasters take the attitude that they don't care if somebody with NN4 or 4.7 can access their site or not? Isn't the point of having a web site to get as much traffic as possible?

Alternative Future

4:10 pm on Mar 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here is a dump of the Netscape viewers on my site from today:
Netscape 7.02 58
Netscape 7.01 118
Netscape 7.0 65
Netscape 6.01 21
Netscape 5.0 386
Netscape 4.79 42
Netscape 4.78 13
Netscape 4.77 4
Netscape 4.76 10
Netscape 4.74 16
Netscape 4.72 4
Netscape 4.7 41
Netscape 4.61 78
Netscape 4.51 5
Netscape 4.5 66
Netscape 4.08 38
Netscape 4.05 3
Netscape 4.0 2
Netscape 3.01 1
Netscape 3.0 1

Matching this against my IE viewers the traffic is insignificant and not really worth my while running tests (again my site does not use flash or anything that relies to much on client-side processing.

Check the sad person still using Netscape 3.0 do they know that you can download things on the net? :)

-gs

g1smd

8:50 pm on Mar 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I just visited someone who was still using Netscape Gold! I downloaded and installed Mozilla 1.1 and that is so slow on a Pentium 75.

How do you persuade someone who is over 80 years old to spend all of their money on a shiny new PC, rather than food?

txbakers

9:09 pm on Mar 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How do you persuade someone who is over 80 years old

You don't.

You also accept the fact that he probably won't be visiting your site and get over it.

You can't expect 100% market share.

If it's a choice between a shiny new PC or food I'd recommend food. If he really wants to view a certain website he can go to the public library or local public school.

Certain resturants have dress codes. They exclude people without jackets. Certain restaurants have higher prices, they exclude poor people. Unless you want to be all things to all people, just realize that there will be some who will not be able to visit your site and move on.

I doubt I can get parts for a 74 Pacer any more either. If I insist on driving it that's my problem.

davemarks

9:59 pm on Mar 24, 2003 (gmt 0)

10+ Year Member



Does anybody have any way of testing older versions of IE other than having an old computer with an old version installed on it...

I have a PC with IE5 on it, but my other mahines have IE6

I'm just interested because i have recently seen a lot of activity for IE4 and was just wondering if there were any major probs...

g1smd

10:30 pm on Mar 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Get yourself a secondhand Pentium 133 or 200 with Windows 98 on it, or something like that, for a bit less than a 100 quid these days. Add a network card to it and to your main machine, link them together, and add a proxy server program to your main machine.

Sorted!

davemarks

10:58 pm on Mar 24, 2003 (gmt 0)

10+ Year Member



I have 4 machines as it is, don't think I want another just to have IE4 on it

For those interested in why I have four machines (I still haven't convinced the landlady who pays the electric bill ;) )

SPARCstation 5 (Solaris 8) Just because I can :) and Should realy learn something about

Dual P200 128MB Ram (Win 2000 Server) Proxy Server and Exact setup as my co-located web server, runs as my dev web server basically (This has IE5 on it for testing)

P3 800 256MB Ram (Win XP) This does my email, messenger, all the versions of the browsers i test. Runs Digiguide and anything that i want to view as i type on my main machine...

Duron 800 1024MB Ram (Win XP) machine I do all my work on, terminal to the SPAR and Server and general workhorse.

Alternative Future

10:49 am on Mar 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Why don't you have a dual boot OS i.e. one version booting into Win98 running IE5 the other OS Win2000 or XP running IE6+
Just a thought :)

-gs

davemarks

7:00 pm on Mar 25, 2003 (gmt 0)

10+ Year Member



I could do I guess, but its a little excesive, rebooting into a different OS just to test a paticular browser :(

Maybe I'll have a look at these virtual PC thingies

I still can't believe theres not a better option though...

warlordbb

10:34 pm on Mar 25, 2003 (gmt 0)

10+ Year Member



I agree. Is there not some program or some such that "emulates" how all these different types look?

For that matter, anyone know how to get several different versions of NN (or IE for that matter) on the same system? Or, does anyone know of some program that will show you exactly how these various versions/programs would see the page?

g1smd

10:43 pm on Mar 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You can run Netscape 4 and 7 independantly, but I think that installing version 7 on a system that already has version 6 nukes version 6 out. [I may be wrong].

Mozilla installs independantly of Netscape.

The only program that can truly show you what a site looks like using Netscape 4 is Netscape 4 itself; likewise for any other browser version that you care to mention you should use the real thing.

tedster

12:01 am on Mar 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Mozilla installs independently from Netscape, but in my experience they can conflict badly if they are open at the same time. I know others have mentioned this, and I've heard that new builds have fixed the issues.

However, the trauma was so bad for me (and the production time I lost) that I now will not open two Mozilla-based browsers at the same time, whether Netscape, Moz itself, or Phoenix.

Can anyone assure me that these conflicts were actually and finally resolved?

davemarks

12:12 pm on Mar 26, 2003 (gmt 0)

10+ Year Member



I'm running Mozilla 1.3b and Netscape 7.2 and Netscape 6 (amongst others...)

And I can open all three at the same time without any problems other than then insiting they have a profile each. ie i just created three profiles and told them to get on with it...

Other than that, I can't say I have had any problems

elevate

4:02 am on Mar 29, 2003 (gmt 0)

10+ Year Member



Does anybody know of a way to install Netscape 4x on a computer running Windows XP (other than dual- or multi-boot to a different OS) so I can test my site on it, or am I SOL?

davemarks

12:14 pm on Mar 29, 2003 (gmt 0)

10+ Year Member



I have had NS 4.7 installed on my XP machine...

Don't know that I did anything special though.

I removed it cos it was just too painful, and I now have Netscape 4.7 on my SPARC so there was no reason to clog up my XP install with it :)

This 36 message thread spans 2 pages: 36