TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

View your page in multiple versions of IE side-by-side

42 pointsby wayneabout 16 years ago

11 comments

nodabout 16 years ago
Also, this is JUST snapshots! (DOM and image) They stop running Javascript after the onLoad, and then stop. Thus, you can't examine any sort of interactive element. I want my upvote back...
评论 #522361 未加载
nixmeabout 16 years ago
Seriously, don't muck around with this...<p>Hands down the best solution is to load up a single Windows VM and install a bunch of these standalone, sandboxed browsers from Xenocode: <a href="http://www.xenocode.com/browsers/" rel="nofollow">http://www.xenocode.com/browsers/</a><p>You can test across IE, Firefox, Chrome, and Safari versions.
pierrefarabout 16 years ago
250MB trial to test 3 lousy browsers? I'd prefer to display a message to my IE users to get a real browser.
评论 #522633 未加载
yalurkerabout 16 years ago
Worth noting - There's a related service at <a href="http://browsershots.org/" rel="nofollow">http://browsershots.org/</a> where you can see how a webpage renders in a number of different OS &#38; browser configurations. It's been very handy for me to make sure my designed-in-linux pages still looked decent to Mac/Windows users.
alibosworthabout 16 years ago
this is not really the same thing, but it can help: "Install multiple versions of IE on your PC" <a href="http://tredosoft.com/Multiple_IE" rel="nofollow">http://tredosoft.com/Multiple_IE</a><p>It hasn't been updated in a while, I really only use it to be able to run IE6 alongside IE7 (which i have installed in the normal way) for testing purposes.
评论 #522802 未加载
seren6ipityabout 16 years ago
There is firefox extension called IE NetRenderer to view pages in several versions of IE.
pistoriuspabout 16 years ago
I'm a huge fan of IECollection (<a href="http://finalbuilds.edskes.net/iecollection.htm" rel="nofollow">http://finalbuilds.edskes.net/iecollection.htm</a>). It's a single ~50MB download which can install multiple versions of Internet Explorer.<p>I run one VirtualBox instance on my Mac which allows me to test in IE6/ 7 and 8.
kortinaabout 16 years ago
I'm very disappointed to see that this is just snapshots and only runs in Windows. I would probably pay $10 / mo. for a Mac OS X suite that ran ie6, ie7, and ie8 without requiring me to use VM Ware or Parallels. The best solution I've found so far is crossbrowsertesting.com, but it's a little slow and tedious.
briansmithabout 16 years ago
I downloaded it and tried it out and it was way too slow. For a simple, local, static web page, it took more than 3 seconds to see the results. It is much faster to run IE 6 in the VirtualPC image Microsoft provides.<p>Is this using some kind of online, BrowserShots-like service? I was expecting that it would have some specially-packaged internal version of IE6 inside of it, so that you would be using two local browsers that download the content through some kind of tee-like HTTP proxy (that is, everything downloaded once, and then sent to both browsers).
评论 #522507 未加载
Andysabout 16 years ago
I think if Microsoft want me to test websites on their browsers, they should release a free or minimal cost developer's pack containing several actual versions of Windows and IE versions that I can run in Virtual Machines.
评论 #523051 未加载
jeroenabout 16 years ago
Seems like we still don't get to see ie7 and ie8 together, which makes this far from perfect. I'll stick with IETester for now and keep hoping that we can all drop support for IE6 soon.