Forum Moderators: open
Help me bring my companies web image to a standard! hah... if I can make a big enough stink, with good some facts, I might be able to do somethin
Yes I develop to standards. 4.01 loose is the DTD, but I'm aiming at being strict.
The main site I'm working on is 100% dynamic -- several thousand pages. And:
Life is simple, and the site has a welcome for pretty mcuh 100% of its visitors.
Why would anyone volunteer to give up any of those advantages?
2) The only possible reason to not use current standards like CSS is because of older browsers like NN4. I would be willing to bet that users of cellphone browsers and such exist in comparable numbers--and they will probably increase. Standards based designs tend to fare much better in these browsers.
3) The best way to increase and/or guarantee decent compatibility with future browsers is to develop according to the standards that these browsers (hopefully) will be following.
4) The (minimal) cost of using a standards based approach is far less than the money needed to overhaul an old page when it won't display properly in the newest version of IE (fingers still crossed)
This is not to mention stuff like reduced page size, increased design potential, higher word density resulting in better search engine rankings.
In other words, developing to standards (if done properly--no silver bullets) can not only save money in the future, it also has the potential to earn more money.
<edit>Oh yeah, I use html 4.01 strict and primarily test with Opera and FB</edit>
We check the output on the current version of IE, Netscape and Opera.
I have found that users are really turned off by malformed pages, regardless of their content.
jb
The following may give you some ammunition:
[w3.org ]
I write to standards (xhtml 1.0 strict, css 2.0) and then test/refine in a variety of browsers (and versions). Strangely, I have found it easier to make a site browser consistant with valid code!
Good luck!