Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Community Discussions (All other subjects)
 Browsers what do you program for?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sacred
Junior Member

USA
153 Posts

Posted - 03 August 2003 :  17:24:35  Show Profile  Visit sacred's Homepage
Out of curosity what all do you program for on browser end? I went to this site to look up stats

http://www.w3schools.com/browsers/browsers_stats.asp

I look at it very relatively in respects to the stats. But am considering in dropping testing with netscape 4.7, ie 4.0. How old are those browsers like 7 years old (I remember using them in the summer of 1996, when I worked for a dot com company?

Curious as to your opinions of what is reasonable browsers to code to?

Also what you think with netscape? Gone? AOL sometime ago signed a 7 year deal with Microsoft to keep using their browser.


Yours in deepest gratitude,

Sacred

Edited by - sacred on 03 August 2003 17:31:11

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 03 August 2003 :  17:30:14  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Since I use IE6, I'm viewing anything I create with IE6 only, but after I'm almost done, I try the pages/site with the latest versions of Mozilla, Opera and Netscape.

I see no reason to make a site work for old browsers like Netscape 4.7.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 03 August 2003 :  18:00:52  Show Profile  Visit D3mon's Homepage
I test with Netscape Navigator 4.7, Opera 7.11, Mozilla and Netscape 7. Testing with the older Netscape browser is just to make sure it's still clean and usable (as I disable the CSS). Validated code means I hardly ever have any cross-browser problems these days.


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 04 August 2003 :  17:47:05  Show Profile
I test for Nutscrape (sorry Netscape) 4.7.4 and above & Internet Exploitation (sorry Explorer) 4.0 and above. I have quite a few users that still use these browsers & MAC IE 5.

I feel we should still cater for at least these minority as they may just be someone who would complain the most. Well thats what I get.


Cheers,

David Greening
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 04 August 2003 :  18:32:56  Show Profile  Visit HuwR's Homepage
quote:
Originally posted by OneWayMule

Since I use IE6, I'm viewing anything I create with IE6 only, but after I'm almost done, I try the pages/site with the latest versions of Mozilla, Opera and Netscape.

I see no reason to make a site work for old browsers like Netscape 4.7.



I do the same and would agree that 4.7 is not worth the effort, even the latest netscape now that AOL are dropping it will not last very long, but it is a good idea to get it working in mozilla and especially opera as the latest versions are very good and gaining more support and popularity.

you may also want to consider mobile users, as they are increasingly becoming popular as mobile web devices.
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 04 August 2003 :  19:01:18  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
quote:
you may also want to consider mobile users, as they are increasingly becoming popular as mobile web devices.

What are the best ways to check how mobile users see my site?

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 05 August 2003 :  00:36:29  Show Profile  Visit dayve's Homepage
I cross browser code for the popular 3 which to me is NS, IE and OP. I also code for the current version and 1 generation back.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 August 2003 :  01:58:02  Show Profile
quote:
Originally posted by OneWayMule

quote:
you may also want to consider mobile users, as they are increasingly becoming popular as mobile web devices.

What are the best ways to check how mobile users see my site?

try here: http://www.wapsilon.com/
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 05 August 2003 :  02:47:09  Show Profile
Me too - just to make sure the code is clean. I don´t have cross-browser problems either.

quote:
Originally posted by D3mon

I test with Netscape Navigator 4.7, Opera 7.11, Mozilla and Netscape 7. Testing with the older Netscape browser is just to make sure it's still clean and usable (as I disable the CSS). Validated code means I hardly ever have any cross-browser problems these days.

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 05 August 2003 :  19:59:38  Show Profile  Visit dayve's Homepage
I'm kind of surprised that anyone feels the need to support Netscape 4.x

Go to Top of Page

sacred
Junior Member

USA
153 Posts

Posted - 05 August 2003 :  21:20:46  Show Profile  Visit sacred's Homepage
Thank you all for taking part and letting me know your practices. I am finding in Netscape 4.7 that the use of classes with onMouseOuts and so forth is not really working well. The way it inherits CSS classes and inline styles is becoming a pain and you can not change the class names when rolling over things. Like this.className=... Where as the newer versions are able to use this and their inheriting is much much better.

I am also thinking about dropping opera. Before I use to code for netscape and ie only. However, lately I have been checking with opera as well. And I can refresh the opera page X times and it will render it x different ways the page is seen. Something I never seen. I did simple HTML and ASP pages before. But know I am doing some complicated frames, CSS and DOM programming. It also gives me a error saying server to busy. Which I know is a lie cause I am running it on my local webserver. And the other browsers do not get the error. None of the other browsers have the trouble opera is having rendering consistant page look, even Netscape 4.7.

Thanks so much for your advice. I think I will continue to check with the old netscape on layout and errors in the broadest sense. But will set aims for the latest browser version and one browser version back.

Never seen a mobile web page. But will look into it.

Again many thanks!

Sacred


Edited by - sacred on 05 August 2003 21:21:59
Go to Top of Page

borge
Junior Member

Norway
185 Posts

Posted - 07 August 2003 :  12:54:19  Show Profile
quote:
Originally posted by dayve

I'm kind of surprised that anyone feels the need to support Netscape 4.x

That is what I thought too, and when I recently installed the site integration mod I did not bother testing with Netscape 4.x - the response was immediate, a few very frustrated users, now all they got was the background color. I suggested it was time to upgrade to e newer browser, but some of those guys are really determined to hang on to their old software: "As far as my 4.7 browser goes, it worked quite well in the past. In fact, it works well for most operations" another member writes: "I'm using Netscape 4.75, which has worked fine until July". - And it seams like some of these guys will rather loose some of their cyber friends than the good old NS 4.x

borge
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 07 August 2003 :  16:37:23  Show Profile  Visit dayve's Homepage
^^^ I am one that would be easily willing to lose online friends using Netscape 4.x, it's just not worth the effort.

Go to Top of Page

VodkaFish
Average Member

USA
654 Posts

Posted - 07 August 2003 :  21:06:53  Show Profile  Send VodkaFish an AOL message  Send VodkaFish an ICQ Message  Send VodkaFish a Yahoo! Message
I program for whoever my potential audience is.

v ø d k â f ï § h
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.62 seconds. Powered By: Snitz Forums 2000 Version 3.4.07