Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Browser Testing

Reply
Thread Tools

Browser Testing

 
 
Nico Schuyt
Guest
Posts: n/a
 
      03-02-2005
Don G wrote:
> I currently have IE6 and Firefox installed on my machine, and I switch
> between the two when testing web sites I am working on. It is my
> understanding that IE5 is still pretty common. Is this correct?


http://www.thecounter.com/stats/2005...ry/browser.php (like most
statistics not so reliable

> Should I be testing my web site with IE5 as well? If so, does anyone
> know where I might be able to download a copy? Is it possible to
> install IE5 on a machine with IE6?


Yes (I have IE4, 5.01, 5.5 and 6 on my Win PC). Read:
http://labs.insert-title.com/labs/article795.aspx and/or
http://www.mezzoblue.com/archives/20..._x_3/index.php

> I know that there are many browsers out there, and that each has it's
> own quirks, but are the differences significant enough to merit
> installing one or more additional alternate browsers? If so, which
> browser(s) would you recommend testing with?


IE 5.5 and 6; Firefox, Opera and Lynx (or Lynxviewer on
http://www.delorie.com/web/lynxview.html)

--
Nico
http://www.nicoschuyt.nl


 
Reply With Quote
 
 
 
 
Barbara de Zoete
Guest
Posts: n/a
 
      03-02-2005
On Wed, 02 Mar 2005 15:39:32 -0500, Don G <> wrote:

>> I can greatly recommend Opera[1]. Not only is it _the_ most standards
>> compliant browser for Windows afaik, ...

>
> How different is Opera's rendering from Firefox's?


Very.

Just kidding. Their rendering is mostly alike. The difference is largely that
Opera does more than FireFox, like correct rendering of the :before and :after
pseudo selectors. There are differences also (like the use of padding on lists
by FireFox, which neither Opera or IE use).

> I am just getting started, so I would like to keep things as simple as
> possible for the time being. If the differences are significant, then I will
> need to check it out though.


With Opera being the superior Windows browser as far as conformaty to standards
goes, you do yourself a favour using _it_ to be your first browser for testing.
If a page is well written en has a good use of CSS and works fine in Opera,
chances are, it will work in most anything. Anything except IE for Windows that
is. For that silly old thing you will have to add a few hacks to you css.

>> ... it also gives you a box full of 'browsers' to play with. It has all
>> sort of views, like emulating a text browser or a browser with large
>> letters or high contrast.

>
> These sounds like an interesting and useful features. I might end up checking
> Opera out just for these features.


<http://www.opera.com/download/>


--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
 
Reply With Quote
 
 
 
 
Harlan Messinger
Guest
Posts: n/a
 
      03-02-2005
Don G wrote:
>> If you can get your hands on a Mac, use that for testing as well. I
>> was given a 4 year-old Mac, and I was amazed at how messed up 2 of my
>> sites were when viewed in IE for Mac and Netscape/Mozilla for Mac.

>
> Interesting... I don't suppose anyone has any clue as to why the
> rendering for the same program would be different between the Mac and
> the PC version.


Because it's not the same program. It's a Mac program and a Windows
program both of which Microsoft labelzed "Internet Explorer".
 
Reply With Quote
 
Stephen Poley
Guest
Posts: n/a
 
      03-02-2005
On Wed, 02 Mar 2005 15:04:50 -0500, Don G <> wrote:

>I currently have IE6 and Firefox installed on my machine, and I switch
>between the two when testing web sites I am working on. It is my
>understanding that IE5 is still pretty common. Is this correct? Should
>I be testing my web site with IE5 as well?


Depends a bit on what your site is, but probably for now, yes. At least
to make sure the site is readable. I wouldn't worry about getting the
layout beautiful. Note that 5.5 and 5.0 are rather different. 5.0 makes
a pig's ear of CSS, 5.5 manages to get a bit more of it right.

But note also that there is no single browser called IE 6.0. There is a
host of browsers calling themselves IE 6.0, all with a different set of
bugs. I've had a page which looked fine in my copy of IE 6.0 display two
different bugs in the browsers used by two colleagues, both of which
also claimed to be IE 6.0.

>If so, does anyone know
>where I might be able to download a copy?


http://browsers.evolt.org/

> Is it possible to install IE5 on a machine with IE6?


According to Microsoft no, but some genius did find a way of doing it,
and I've got IE 6, IE 5.5 and IE 5.0 all on my machine. Unfortunately
I've now lost the link to the method of doing it, but a bit of googling
on the c.i.w.a.* hierarchy should find it.

>I know that there are many browsers out there, and that each has it's
>own quirks, but are the differences significant enough to merit
>installing one or more additional alternate browsers?


Yes.

>If so, which
>browser(s) would you recommend testing with?


Opera; if possible Safari on the Mac. At least one text browser, though
you could use one of the Opera styles which does a good imitation of
that. I suspect IE 5.2 on the Mac can probably be ignored by now, but I
could be wrong.

If wide readability is important to you, you probably should check the
site is readable in Netscape 4, which still clings on in certain corners
of the Web, but don't bother about making it look good there. That way
lies madness.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
 
Reply With Quote
 
Alan J. Flavell
Guest
Posts: n/a
 
      03-02-2005
On Wed, 2 Mar 2005, Don G wrote:

> I assumed that IE for Mac was simply a port of IE for Windows.


Absolutely not. Totally independent implementation.

 
Reply With Quote
 
Harlan Messinger
Guest
Posts: n/a
 
      03-02-2005
Stephen Poley wrote:
> On Wed, 02 Mar 2005 15:04:50 -0500, Don G <> wrote:
>
> According to Microsoft no, but some genius did find a way of doing it,
> and I've got IE 6, IE 5.5 and IE 5.0 all on my machine. Unfortunately
> I've now lost the link to the method of doing it, but a bit of googling
> on the c.i.w.a.* hierarchy should find it.
>


http://labs.insert-title.com/labs/article795.aspx
 
Reply With Quote
 
WebMaster
Guest
Posts: n/a
 
      03-02-2005

"Don G" <> wrote in message
news:422623a0$...
> > If you can get your hands on a Mac, use that for testing as well. I was
> > given a 4 year-old Mac, and I was amazed at how messed up 2 of my sites
> > were when viewed in IE for Mac and Netscape/Mozilla for Mac.

>
> Interesting... I don't suppose anyone has any clue as to why the
> rendering for the same program would be different between the Mac and
> the PC version.


Actually, and contrary to popular belief, it's just that they are not the
same version. You can very well implement the same functionality regardless
of the platform you are working on (although that might take considerable
efforts). But ie on mac just isn't the same version as ie on windows,
regardless of them having a same version number...
--

Rudy
http://www.rol.be
--
Toon mij een cynicus en ik toon u een teleurgestelde idealist.

> Don



 
Reply With Quote
 
WebMaster
Guest
Posts: n/a
 
      03-02-2005

"Don G" <> wrote in message
news:422624d3$...
> > I can greatly recommend Opera[1]. Not only is it _the_ most standards
> > compliant browser for Windows afaik, ...

>
> How different is Opera's rendering from Firefox's? I am just getting
> started, so I would like to keep things as simple as possible for the
> time being. If the differences are significant, then I will need to
> check it out though.
>
> > ... it also gives you a box full of 'browsers' to play with. It has all
> > sort of views, like emulating a text browser or a browser with large
> > letters or high contrast.

>
> These sounds like an interesting and useful features. I might end up
> checking Opera out just for these features.


only thing is, it's not free
Well, you have a banner if you don't pay, that is

Rudy

> Thanks,
>
> Don



 
Reply With Quote
 
Stan Brown
Guest
Posts: n/a
 
      03-02-2005
"Don G" wrote in comp.infosystems.www.authoring.site-design:
>> If you can get your hands on a Mac, use that for testing as well. I was
>> given a 4 year-old Mac, and I was amazed at how messed up 2 of my sites
>> were when viewed in IE for Mac and Netscape/Mozilla for Mac.

>
>Interesting... I don't suppose anyone has any clue as to why the
>rendering for the same program would be different between the Mac and
>the PC version.


IIRC, they're "the same program" only in name. My understanding is
that Mac IE5 and Windows IE5 were different code bases.

By the way, to answer another of your questions, I've been told
that you can't have two releases of IE on the same machine if one
of them is IE6. I haven't tested that myself.

As always, you should test in Lynx or another character-based
browser, and you should validate every page.


--

Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
 
Reply With Quote
 
Mark Parnell
Guest
Posts: n/a
 
      03-02-2005
Previously in
comp.infosystems.http://www.authoring.stylesheets,alt...ng.site-design,
Stan Brown <> said:

> IIRC, they're "the same program" only in name. My understanding is
> that Mac IE5 and Windows IE5 were different code bases.


More than that - they use completely different rendering engines.

> By the way, to answer another of your questions, I've been told
> that you can't have two releases of IE on the same machine if one
> of them is IE6. I haven't tested that myself.


Depends who you ask. I have IE 4.01, 5.01, 5.5 and 6 all installed on
this machine here. It does have a few strange side-effects, but nothing
major - good enough for testing.

--
Mark Parnell
http://www.clarkecomputers.com.au
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
testing testing 123 neville Computer Support 7 06-28-2005 05:06 PM
testing testing neville Computer Support 16 06-05-2005 09:02 PM
testing testing neville Computer Support 2 05-27-2005 09:57 AM
testing testing 123 daniel edwards Computer Support 4 05-20-2004 10:36 PM
testing--news2004--testing Boomer Computer Support 3 09-24-2003 06:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57