Link to home
Start Free TrialLog in
Avatar of hefterr
hefterrFlag for United States of America

asked on

Microsoft IE Browser Support

Hi,
I work for a very small company and I'm not sure what the current industry web developement standards are right now with the various versions of IE out there (v6, v7, v8 and beta v9).

Q:  If you are developing a new Web application, which version(s) do you go out of your way to support?  It's getting confusing and overwhelming?

I use this link : http://www.w3schools.com/browsers/browsers_stats.asp
just to see usage statistics.  It also looks like IE is loosing ground altogether  and usage for IE is all over the place (IE8 is now the most popular).  What about older web applications?

I'm trying to support IE7 (currently), Firefox, Chrome and Opera.

Any advise would be appreciated.

Thanks,
hefterr
Avatar of Designbyonyx
Designbyonyx
Flag of United States of America image

IE7, IE8, and "everybody else" is about how it works.  Even IE9 is sort of in the "everybody else" category.  Most browsers today support web standards in a way that you can develop for one browser and it will work for the most part in all browsers.  You may have to make very subtle changes for different browsers like Firefox and Opera, and then you have to slit your wrists and gouge out your eyes for IE8 and IE7.

Once you learn all the caveats and stupidness exhibited by IE7 and IE8, you can start building websites in ways that just work without having to redo or rebuild anything for IE.
You can check out the Yahoo User Interface - namely the CSS resources.  I used to reference this one website who had some great examples of the YUI... but their site is down :(  Sad day, because they were a great resource!

Also, you should go ahead and build in HTML5, and you can get started using the HTML Boiler Plate.
Avatar of hefterr

ASKER

Hi Designbyonyx,
Is there any site that documents the CSS differences between IE6, 7, 8 (and 9?) and "everbody else"?

Could you give me a quick overview of the Yahoo User Interface (what is it?) that you directed me to?  I'm a little familar with their JQuery libraries.

Thanks again,
hefterr
ASKER CERTIFIED SOLUTION
Avatar of Designbyonyx
Designbyonyx
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sorry sorry sorry... don't follow that link I gave you.  That's the OLD YUI library... it's confusing and I don't recommend it.  Try these instead:

http://www.goer.org/Journal/2010/10/yui_3_grids_are_dead_simple.html
http://yuiblog.com/sandbox/yui/3.2.0pr1/examples/cssgrids/cssgrids-units.html
http://developer.yahoo.com/yui/3/examples/cssgrids/cssgrids-align.html
Avatar of hefterr

ASKER

Thanks for your help!