I have a Linux box. How do I see how my HTML pages look as rendered in Microsoft Internet Explorer? How do I test JavaScript functionality in Internet Explorer?
I don't want to install a VM and a copy of the Windows OS.
|
I have a Linux box. How do I see how my HTML pages look as rendered in Microsoft Internet Explorer? How do I test JavaScript functionality in Internet Explorer? I don't want to install a VM and a copy of the Windows OS. |
||||
|
|
|
Your best friend as a Linux web developer is IEs4Linux, which uses Wine to run different versions of Internet Explorer. |
||||
|
|
|
Check out this page to see how your page will look across browsers and OS' To actually interact with your web site though I would suggest something like Wine or a VM like Xen. Also see this link: How to install internet explorer on Ubuntu or see this page IEs4Linux. |
|||||||
|
|
|
I use Linux at work and do web development that has to support Internet Explorer 6 (and later) and Firefox 2 (and later). IE4Linux is not really good enough for properly testing Internet Explorer browser rendering as it doesn't work exactly as Internet Explorer does in Windows. You could use something like browsershots, but I would recommend running Windows in a VM and test using that for Internet Explorer testing. I've done that for awhile and it works great as long as you have a spare 512 MB RAM for Windows XP. |
|||||
|
|
Another service similiar to browsershots, but faster, is IE NetRenderer. Otherwise, if you have a copy of Windows lying around, why not use a virtual machine? Suns VirtualBox is nice enough. |
||||
|
|
|
Probably your best bet for accurate rendering without paying for a Windows license is using one of the MS provided virtual machines. Below are some links on tutorials for setting up the VMs using VirtualBox. http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/ I've used VirtualBox and these images quite a bit and it works well, the only downside is you have to reinstall every quarter because the images expire. |
||||
|
|
|
I agree that |
||||
|
|