Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Feedback needed on Multiple_IEs 4

Status
Not open for further replies.

Sleidia

Technical User
Joined
May 4, 2001
Messages
1,284
Location
FR

Do you use it?
If so, did you find it safe for your OS?

Any info would be appreciate since I'm kind of afraid to mess with my OS :(

And do you think the renderers are 100% accurate?

Thanks :)
 
Yes, I use iy under XP Pro

Seems to work fine but throws a dialog box up if the page contains Flash.
Not a big problem though.

<honk>*:O)</honk>

Tyres: Mine's a pint of the black stuff.
Mike: You can't drink a pint of Bovril.
 
My PC at work had IE6. I ran the full IE 7 installer and upgraded it, and then used Multiple_IE to install IE 6.

IE 7 works fine, but IE 6 constantly gives me JavaScript error messages, and is generally slow.

Apart from that, it's fine (I'm running XP Pro).

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 

Thanks :)

Well, considering the js errors you get, how could this application be a trustable testing environment then?
 
I think the right answer is that it can't. If you have the resources, setting up a virtual host (using something like VMWare ot VirtualPC) would probably be the way to go. That way you can have IE6 in one virtual host and IE7 on your own system.

Personally I have the best of both worlds in that I use Parallels on MacOSX to run WindowsXP... I have 2 virtual machines set up... one with IE6 and one with IE7. I have Firefox 2 and Safari 3 on both of them. They can run seamlessly with the MacOSX, so I can actually view a page in all browsers across both Windows and MacOSX!

This site is another approach (which allows you to see an IE 7 view of a URL):

And this one (which allows you to see a Safari view of a URL):

Cheers,
Jeff

[tt]Jeff's Blog [!]@[/!] CodeRambler
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Too bad I don't have the resources for multiple OS.

As for danvine.com this mere sentence gave me shivers :
"Queue: 13228 jobs. (Approx. 6614 minute wait time)
 
I use multiple IE to test pages in IE6, IE5.5 and IE5 on my WinXP SP2. I find them to work OK for what I need them (to simply show the page in that browser). The 6 shows the same as real IE6 installed on some other machines.

The only important difference is that conditional comments do not work. Conditional comment will recognize the version of the main IE installed in the system in all installed IE versions. On my machine that would be IE7, if I test it in IE7, IE6 or IE5. So you have to insert all IE6 specific stuff without comments and add those at the end.

___________________________________________________________
[small]Do something about world cancer today: PACT[/small]
 
Thans, Vrag :)

Well, I never use conditional comments and don't intend to.

So, if I decided not to use multipleIEs, what version of IE would you advise me to use for testing? I'm on IE6 now. Isn't it too early to switch to IE7?

 
I would revisit your decision to never use conditional comments. They are the only way you will get validating pages with IE specific css (without resorting to unstable hacks that are no longer supportedin IE7). I wrote an FAQ on them and they really are a no-brainer: faq215-6625

I wouldn't say that IE7 wasn't "ready" to be adopted... I think it's as stable and reliable as the other browsers. I would suggest that you stick with IE6 if you can't use a virtual machine for IE7, though... because there are so many differences between standards and IE6 that it's not worth ignoring.

Cheers,
Jeff

[tt]Jeff's Blog [!]@[/!] CodeRambler
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top