BigMike
BigMike

Reputation: 1093

Web Dev on MacOSX, how to check IE compatIbility?

How can I check IE compatibility when I'm developing a website on MacOSX, primarily using Chrome.

Upvotes: 5

Views: 1246

Answers (5)

Chestone
Chestone

Reputation: 564

Virtual Box is a free VM solution from Oracle(formerly Sun) that works pretty well. It isn't as feature full and easy to use as Parallels or VMWare Fusion, but Virtual Box is free. All require a valid Windows install/license.

Upvotes: 1

John Swaringen
John Swaringen

Reputation: 751

I would recommend Virtual PC for Mac from Microsoft. They keep images of various windows builds for developer to use. They're basically Windows and the Browser only.

Upvotes: 3

ven
ven

Reputation: 405

I use Parallels & also use Adobe's Browserlab which lets you test virtually all browsers. This is useful as even with a virtual machine you can't test easily all versions of IE, unless you have multiple VMs, which is just too much. Good luck.

https://browserlab.adobe.com/en-us/index.html

Upvotes: 1

Byron Whitlock
Byron Whitlock

Reputation: 53921

You should have a parallels windows install to test IE and Firefox. That will show you exactly what a windows user would see.

Upvotes: 4

Emanuele Cipolla
Emanuele Cipolla

Reputation: 311

I suggest using Wine to install and run the IE versions you need. I am not a Mac user myself but I think you can get a good environment with WineBottler.

Upvotes: 1

Related Questions