Website Standards
Sep 21, 2008 Web Guidelines, standards
In order to meet web standards while developing websites follow these guidelines:
- Follow w3c.org CSS and HTML rules
- Use correct CSS and create a separate file and call it in pages
- Use correct doc type HTML info at the beginning of webpage
- Website should be loaded quickly
- Put all java script functions into an external JS file and call that JS file inside page
- Create good navigation based on list (ul, li)
- GUI must be clean and user friendly
- Implement clean and usable design
- Create custom Error pages
For detailed information follow these links:
http://www.w3.org/
http://maxdesign.com.au/presentation/checklist.htm
http://www.w3.org/2002/03/tutorials
www.oreilly.com
http://meyerweb.com/eric/tools/color-blend/
http://www.cssbeauty.com/
http://www.w3.org/Style/CSS/
http://www.w3.org/TR/CSS21/ (css2 guide)
Related Posts
Tags: standards
Try Random Style!
Leave a Reply