Connecting Tech Pros Worldwide Help | Site Map

what browser to test for

Kevin Raleigh
Guest
 
Posts: n/a
#1: Aug 6 '08
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
dorayme
Guest
 
Posts: n/a
#2: Aug 6 '08

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
Nik Coughlin
Guest
 
Posts: n/a
#3: Aug 6 '08

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

dorayme
Guest
 
Posts: n/a
#4: Aug 6 '08

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
Blinky the Shark
Guest
 
Posts: n/a
#5: Aug 6 '08

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

Helpful person
Guest
 
Posts: n/a
#6: Aug 6 '08

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!
Andy Dingley
Guest
 
Posts: n/a
#7: Aug 6 '08

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.
dhtml
Guest
 
Posts: n/a
#8: Sep 6 '08

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