473,386 Members | 1,786 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

what browser to test for

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
Aug 6 '08 #1
7 1436
In article <Vd******************************@giganews.com>,
Kevin Raleigh <kr******@sbcglobal.netwrote:
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
Aug 6 '08 #2
"Kevin Raleigh" <kr******@sbcglobal.netwrote in message
news:Vd******************************@giganews.com ...
>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

Aug 6 '08 #3
In article <g7**********@registered.motzarella.org>,
"Nik Coughlin" <nr******@gmail.comwrote:
"Kevin Raleigh" <kr******@sbcglobal.netwrote in message
news:Vd******************************@giganews.com ...
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
Aug 6 '08 #4
Kevin Raleigh wrote:
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

Aug 6 '08 #5
On Aug 5, 11:28*pm, "Nik Coughlin" <nrkn....@gmail.comwrote:
"Kevin Raleigh" <krale...@sbcglobal.netwrote in message

Test what you have access to and use browsershots.org for the rest
What a great site!
Aug 6 '08 #6
On 6 Aug, 03:46, Kevin Raleigh <krale...@sbcglobal.netwrote:
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.
Aug 6 '08 #7
Kevin Raleigh wrote:
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
>
thank you
Kevin
Sep 6 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Greener | last post by:
Hi, I need help badly. Can you do client-side programming instead of server-side to capture the Browser type info? If this is the case, what's wrong with the following? <script...
3
by: Jukka K. Korpela | last post by:
I have noticed that the meaning of visibility: collapse has been discussed on different forums, but with no consensus on what it really means. Besides, implementations differ. The specification...
13
by: AMC | last post by:
Hi, I have the below code in an asp page. When I run this page in IE or Opera it correctly displays the header info and does not redirect me to 'test.html'. However, when I run this in Netscape...
9
by: developer | last post by:
Does anyone know what is the way IE treats span tags(<span>) and table tags(<tr>, <td>)? Should the <span> tag be encolsed in tds and trs if it placed with other elements that are in a table? Can...
15
by: Edwin Knoppert | last post by:
I have searched but info is limitted. In my test app i used a non persistant cookie for forms authentication. slidingExpiration is set to true On run and close and rerun the login remains ok....
133
by: Alan Silver | last post by:
Hello, Just wondered what range of browsers, versions and OSs people are using to test pages. Also, since I don't have access to a Mac, will I have problems not being able to test on any Mac...
9
by: DavidB | last post by:
Hi all I have a script that works perfectly in IE but not in FF. I am sure that the problem is easy to resolve, but I seem to be too dumb to figure it out. <html> <head> <script...
9
acoder
by: acoder | last post by:
Don't you just hate it when you've got something working in every browser (that you've tested on) except the XYZ browser? It would be a good idea to document some strange or incorrect behaviours...
34
by: Jorge | last post by:
Why is it listed here : http://www.crockford.com/javascript/recommend.html under "deprecation" ? Without it, how is an anonymous function() going to call itself (recursively) ? I use to...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.