Difference of IE on Windows and MAC??

  • Thread starter Thread starter Satish K D
  • Start date Start date
S

Satish K D

For .Net developer what should we take care building a web
application for IE for Window and Mac. We can test the
application on Windows platform but as we don't have MAC
so how do we test the web application for MACs.
1. Can any one suggest a way of testing the web apps?
2. What all things should developers take care for
application to run on both WIndows and MAC?
 
Satish,

1. get a MAC
2. check your output to ge HTML compliant. (this is not a guarantee that
the Web UI will work the same for MAC as for Windows)

This is an age-old problem and is not directly related to ASP.NET or .NET at
all. Testing Web apps for proper support of various browsers is a
long-established practice and art. I suspect you would get better feedback,
looking elsewhere (other than a dotnet newsgroup) for advic...

-Dino
Microsoft
 
Back
Top