After seeing some of the more, interesting, submissions for the site redesign contest that Cid is having, I have to make a thread stating the two most blatently violated rules of website design. Why is it so hard to follow these rules?
<ol>
<li><b><i>Web page are viewed in more than one resolution</i></b> - when you are designing web pages please view your pages in different resolutions other than the 1024 x 768 that you run your monitor in. A lot of people you different resolutions ranging from 800 x 600 to 2000+ x 1500+. And if you don't want to make the web page viewable in the extremes, like 800 x 600, then offer a way for the user to view the page so it isn't difficult for them, i.e. don't set all of your table columns at a percentage width so that when the page is shrunk the table is 20 screens high.</li>
<li><b><i>There are browsers other than IE</i></b> - Please learn to develop pages that work in browsers other than IE, or at least make them appear close to normal. Typically if you can get your page to work in both IE and Mozilla, then it will work well enough in just about every other browser.</li>
</ol>