Web Development Resources and Services
Web Design Overview
Web Standards
- 800 x 600 Screen resoluction. There are still some screens that are limited to a 800 x 600 resolution.
- 216 Colors - This standard is close to being phased out since mose web users now have monitors that can display millions of colors. Some devices may do be able to display very many colors. RGB colors can range from hexadecimal #000000 to #FFFFFF. For each of the three pairs of hexadecimal digits, every increment from 00 to ff with steps of 33 represents a web color.
- Use cascading stylesheets (CSS) for web page layout.
- Tables should be used to organize tabular data.
- All HTML, CSS, and Javascript code should coded for all major browsers.
Web Design Links