Web Design Rules According to WSM
I’ve been designing web sites for small businesses and work at home moms for nearly 5 years, during that time I’ve seen a lot of bad web site designs. I created a list of my own Do’s and Don’t s when it comes to web design. This is not a complete list, but one that I try to follow when I’m creating sites for clients. If you’re unsure about how to go about creating an effective web site, read on to get some ideas about what can make or break your web site.
Don’t: Use FrontPage or other WSYING editors, or graphical editors. These editors usually create messy HTML code that is not as easily read by all web browsers. They are also more likely to create both visible errors and other errors that may prevent your visitors from navigating your site effectively.
Do: Use clean HTML and CSS to design in a way that is W3C compatible. Using clean coding ensures that your site is usable by more users and accessible by those with disabilities as well. Dreamweaver or hand coding are your best options. Clean coding techniques also promote great SEO results! Read More…


