| 2007 | IE7 | IE6 | IE5 | Fx | Moz | S | O |
| November | 21.0% | 33.6% | 1.6% | 36.3% | 1.2% | 1.8% | 1.8% |
As you can see from this chart, IE7, IE6 and Firefox make up 90% of the market (I wish they broke down FF a little bit further).
This is why we program for these three platforms with respect to functionality and visual accuracy. The way we program is fairly platform independent so it is pretty well guaranteed to be functional in all platforms, but we only, specifically, test for these three.
So, with all of the differences in CSS standards adoption, you might wonder how we make the site visually accurate on all three of these platforms. Well, we use a bit a User Agent (browser) sensitive PHP code to deliver User Agent specific tweaks to a master CSS file. This, combined with the sensibly hybrid CSS/tables layout makes sure the sites we make are visually accurate on all three platforms.
For more info, please feel free to contact us.
No comments:
Post a Comment