Connecting Tech Pros Worldwide Help | Site Map

what browser to test for

  #1  
Old August 6th, 2008, 03:55 AM
Kevin Raleigh
Guest
 
Posts: n/a
I am currently testing the following browsers on my Debian/Linux system.

IE 5, 5.5, 6,
Firefox/Iceweasel
Opera

Is this sufficient for testing web pages?
I don't think I need to test for all browsers, and of course using linux
there are probably some browsers that I won't be able to test for, but I
would appreciate your intelligent answer.

thank you
Kevin
  #2  
Old August 6th, 2008, 03:55 AM
dorayme
Guest
 
Posts: n/a

re: what browser to test for


In article <VdadnTIiF5PkjQTVnZ2dnUVZ_qrinZ2d@giganews.com>,
Kevin Raleigh <kraleigh@sbcglobal.netwrote:
Quote:
I am currently testing the following browsers on my Debian/Linux system.
>
IE 5, 5.5, 6,
Firefox/Iceweasel
Opera
>
Is this sufficient for testing web pages?
I don't think I need to test for all browsers, and of course using linux
there are probably some browsers that I won't be able to test for, but I
would appreciate your intelligent answer.
>
Considering that the vast majority of Internet users use Internet
Explorer, what do you think?

--
dorayme
  #3  
Old August 6th, 2008, 04:35 AM
Nik Coughlin
Guest
 
Posts: n/a

re: what browser to test for


"Kevin Raleigh" <kraleigh@sbcglobal.netwrote in message
news:VdadnTIiF5PkjQTVnZ2dnUVZ_qrinZ2d@giganews.com ...
Quote:
>I am currently testing the following browsers on my Debian/Linux system.
>
IE 5, 5.5, 6,
Firefox/Iceweasel
Opera
>
Is this sufficient for testing web pages?
I don't think I need to test for all browsers, and of course using linux
there are probably some browsers that I won't be able to test for, but I
would appreciate your intelligent answer.
Test what you have access to and use browsershots.org for the rest

  #4  
Old August 6th, 2008, 04:55 AM
dorayme
Guest
 
Posts: n/a

re: what browser to test for


In article <g7b5n8$vkj$1@registered.motzarella.org>,
"Nik Coughlin" <nrkn.com@gmail.comwrote:
Quote:
"Kevin Raleigh" <kraleigh@sbcglobal.netwrote in message
news:VdadnTIiF5PkjQTVnZ2dnUVZ_qrinZ2d@giganews.com ...
Quote:
I am currently testing the following browsers on my Debian/Linux system.

IE 5, 5.5, 6,
Firefox/Iceweasel
Opera

Is this sufficient for testing web pages?
I don't think I need to test for all browsers, and of course using linux
there are probably some browsers that I won't be able to test for, but I
would appreciate your intelligent answer.
>
Test what you have access to and use browsershots.org for the rest
Better than nothing of course, but be prepared for surprises on IE when
you actually get your hands on a winbox and test drive the browser,
changing fonts, changing browser size etc.

--
dorayme
  #5  
Old August 6th, 2008, 05:15 AM
Blinky the Shark
Guest
 
Posts: n/a

re: what browser to test for


Kevin Raleigh wrote:
Quote:
I am currently testing the following browsers on my Debian/Linux system.
>
IE 5, 5.5, 6,
Firefox/Iceweasel
Opera
>
Is this sufficient for testing web pages?
I don't think I need to test for all browsers, and of course using linux
there are probably some browsers that I won't be able to test for, but I
would appreciate your intelligent answer.
Testing with Konqueror shouldn't be a problem with Linux.

Ditto lynx.


--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Need a new news feed? http://blinkynet.net/comp/newfeed.html

  #6  
Old August 6th, 2008, 02:05 PM
Helpful person
Guest
 
Posts: n/a

re: what browser to test for


On Aug 5, 11:28*pm, "Nik Coughlin" <nrkn....@gmail.comwrote:
Quote:
"Kevin Raleigh" <krale...@sbcglobal.netwrote in message
>
Test what you have access to and use browsershots.org for the rest
What a great site!
  #7  
Old August 6th, 2008, 05:45 PM
Andy Dingley
Guest
 
Posts: n/a

re: what browser to test for


On 6 Aug, 03:46, Kevin Raleigh <krale...@sbcglobal.netwrote:
Quote:
Is this sufficient for testing web pages?
In practice, this approach leads to _worse_ sites.

Test for validity and good practice first. Use one of the well-behaved
browsers as your initial working platform. If you test correctly
against the objective standards (this includes CSS validity) and you
follow good practices such as Strict DTDs, appropriate doctype
declarations, standards-mode rendering and avoiding features that are
known to be poorly supported, then you'll see good cross-browser
results even before you begin testing.

_Only_then_ start worrying about other browsers.

If your approach to "cross browser" begins with "my browser", then
"another browser", then particularly if one of these is IE, then
you'll make your work _worse_. This is especially true in teams, where
one coder might understand the real issues, but the average team
member doesn't.

Obviously I'm not saying "Don't test on IE". But don't test on IE
until you _already_ have standards-based testing in place, and use
good practices rather than focussing on the "throw it at IE until it
looks right" way.
  #8  
Old September 6th, 2008, 06:15 PM
dhtml
Guest
 
Posts: n/a

re: what browser to test for


Kevin Raleigh wrote:
Quote:
I am currently testing the following browsers on my Debian/Linux system.
>
IE 5, 5.5, 6,
Firefox/Iceweasel
Opera
>
Is this sufficient for testing web pages?
No, you should also test in a KHTML rendering engine (safari or konqueror).

Garrett
Quote:
>
thank you
Kevin
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to test for try/catch support kaeli answers 11 July 23rd, 2005 07:55 PM
how to test for browser specific methods like document.selection.createRange lawrence answers 15 July 23rd, 2005 04:46 PM
Need to test for Cookies TG answers 2 July 17th, 2005 04:26 AM