Tag: standards

IE8 has change of heart

March 4, 2008 | Published in: Out of the Blue | Tags: , , , 3

As you may or may not have been aware there has been controversy in the web design community lately about IE’s “opt-in” policy to IE8’s improved web standards rendering (see this post on ALA). Basically, Microsoft were going to make developers add a meta tag to their web pages to make them render in IE8 Standards mode; without it, IE8 would only render in IE7 mode.

Our initial thinking for IE8 involved showing pages requesting “Standards” mode in an IE7’s “Standards” mode, and requiring developers to ask for IE8’s actual “Standards” mode separately. We made this decision, informed by discussions with some leading web experts, with compatibility at the top of mind.

IE Blog

Well, yesterday it was announced that Microsoft had changed their minds and made it an “opt-out” policy instead meaning sites will render in IE8 mode unless told not to. Good news in my opinion, as I believe it will increase the popularity of standards based design in the long term.

In light of the Interoperability Principles, as well as feedback from the community, we’re choosing differently. Now, IE8 will show pages requesting “Standards” mode in IE8’s Standards mode. Developers who want their pages shown using IE8’s “IE7 Standards mode” will need to request that explicitly

IE Blog

Eric Meyers has more information on this story.

Setting your own standards; Keeping your mark-up consistent

October 30, 2006 | Published in: Accessibility & Standards | Tags: , , 8

Indenting your codeWebsite coders often find themselves working on a variety of web sites, and when starting out, and learning new methods and techniques everyday, the mark-up used can often be messy, random, and inconsistent.

When working with someone else on a project the problem can be even larger, especially when you both have unique ways of doing things, which can cause confusion, drastically increasing project development time.

But how can this be avoided? This article focuses on setting you own standards, creating re-usable snippets of code and web documents, and the benefits of doing so.

Continue reading “Setting your own standards; Keeping your mark-up consistent” »

Accessibility on the net

May 15, 2006 | Published in: Accessibility & Standards | Tags: , , , 0

Accessibility is often neglected on the www. Without considering this you can neglect the needs of some users, and even break the law. This article explains why accessibility is important, and what you can do to meet the accessibility guidelines set by the W3C.

Continue reading “Accessibility on the net” »