Tag: firefox Posts

Entry #23: Acid3 Tests And Web Browsing

 Journal

Anyone who has attempted to design a website before knows that not all browsers are created equal. In terms of web development, a lot of my time goes into making a website work on Internet Explorer 6, since many people still used it even though it is hopeless broken with regards to being standards compliant. To help make browsers more compliant, several initiates have emerged over the last few years. The first is an effort by the Worldwide Web Consortium (W3C) to have the source code for websites validate against W3C standards. While several exist, most developers attempt to conform to TRANSITIONAL or STRICT XHTML document types in their code. While that definitely helps cross-browser support, it still does not account for browsers that inherently perform differently. To address that problem, a group of developers came up with the Acid3 Tests. These tests are meant to do an exhaustive measure […]

Designing A Site For Cross-Browser Support

 Journal

As you can plainly see, I spent some time updating my blog theme the other day. One of the main problems whenever anyone does any web development is still unfortunately in the area of supporting multiple browsers. Usually a design that at first looks good in your development browser might look a bit weird in IE or another one. It takes a lot of effort sometimes to make a site work in multiple browsers, something that should not be lost on those who visit sites frequently. For the most part, I’m lazy in this area. I generally target Sarfari and Firefox, and just sort of pray that it works in IE7 and above. For the most part that’s worked our nicely for me, but I rarely do anything complicated with my themes. I know several designers that are forced to still support IE6, which is apparently extremely difficult, and for […]