SITENAME
WWW.YOURDOMAIN.COM
 
 








2000 Web Site Templates Like this at Webmasters Profit Pak

Using Web Templates for Web Design: Tips and Best Practices

Universal Design

The purpose of this list is to provide a summary of the types of issues to consider when creating and designing HTML pages:

  1. Include a document type declaration (DOCTYPE) in your Web pages.  This declares what version of HTML you are using in your documents, and assists the browser in rendering your pages correctly.
  2. Avoid the use of HTML tags or extensions which are supported by only one browser.
  3. Use headings, lists, and consistent structure.
  4. Avoid the unnecessary use of icons, graphics and photographs. Note: This will also facilitate access to users of non-graphical browsers or slow Internet connections.
  5. Check Web pages and images at different monitor resolutions, monitor sizes and color depth settings.
  6. Use plain backgrounds and simple layouts to improve the readability of text.
  7. Ensure that foreground and background color combinations provide sufficient contrast when viewed by someone having color deficits or when viewed on a black and white screen.
  8. Maintain a standard page layout and navigation method throughout the Web site.
  9. Do not abbreviate dates; for example, use December 1, 2005 rather than 12/1/05.
  10. Ensure that dynamic content is accessible or provide an alternative presentation or page.
  11. Until user agents allow users to freeze moving content, avoid movement in pages.
  12. Test Web pages with a variety of Web technologies; including, but not limited to, graphical browsers with the images turned off, browsers with JavaScript disabled, a text based browser, using only a keyboard, and using assistive technology.

Text-Based Design

  1. Avoid using side by side presentation of text, for example, columns and tables.
  2. End all sentences, headers, list items, etc. with a period or other suitable punctuation.
  3. All online forms must be accessible.
  4. Avoid/limit the use of bitmap images of text, unless a textual alternative is also provided.
  5. Consider using numbers instead of bullets to help the user to remember items.
  6. Provide meaningful and descriptive text for hyperlinks, do not use short hand, e.g. "click here"; instead "Follow this link to our News Page".  (Screen readers can search specifically for linked text, "click here" provides no indication of where the link will take them.) If documents are provided in a specialized format (e.g., PDF (Portable Document Format), etc.) provide the equivalent text in HTML or plain text format.

Graphics and Images

  1. Keep the number of colors in Web pages to a minimum.
  2. Minimize the file size and number of images displayed on any one page.
  3. Design background images at the lowest color depth and resolution possible.
  4. Ensure that text can always be clearly read at any location against the background.
  5. Avoid/limit using image maps.
  6. Use the ALT tag attribute with image files to provide meaningful text for all images/pictures. Note: null (alt="") for simple images (e.g., a dot or bullet).

Audio/Visual Features

  1. Provide text transcriptions of all video clips.
  2. If possible include captions or text tracts with a description or sounds of the movie.
  3. Provide descriptive passages about speakers and events being shown through video clips.
  4. Give a written description of any critical information that is contained in audio files contained on the Web site.
  5. If there is a link to an audio file, inform the user of the audio file format and file size in kilobytes.

Accessibility Assessment Questions for New Web site/page Designs

  1. Do Web pages have a text equivalent for every non-text element (e.g., via "alt", "longdesc", or in element content)?
  2. Do multimedia presentations have equivalent alternatives synchronized with the presentation?
  3. Are Web pages designed so that all information conveyed with color is also available without color?
  4. Are documents organized so they are readable without requiring an associated style sheet?
  5. Are redundant text links provided for each active region of a server-side image map?
  6. Are client-side image maps provided instead of server-side image maps except where the regions cannot be defined with an available geometric shape?
  7. Are row and column headers identified for data tables?
  8. Do tables use markup to associate data cells and header cells for data tables that have two or more logical levels of row or column headers?
  9. If frames are used, are they titled with text that facilitates frame identification and navigation?
  10. Are Web pages designed to avoid causing the screen to flicker with a frequency greater than 2 Hz and lower than 55 Hz?
  11. Is a text-only page, with equivalent information or functionality, provided to make a Web site accessible, when compliance cannot be accomplished in any other way? Is the content of the text-only page updated whenever the primary page changes?
  12. If Web pages utilize scripting languages to display content, or to create interface elements, is the information provided by the script identified with functional text that can be read by assistive technology?
  13. If a Web page requires that an applet, plug-in or other application be present on the client system to interpret page content, does the page provide a link to the plug-in or applet?
  14. If electronic forms are designed to be completed on-line, does the form allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues?
  15. Is a method provided that permits users to skip repetitive navigation links?
  16. If a timed response is required, is the user alerted and given sufficient time to indicate more time is required?
  17. Are Web pages designed to work on older versions of browsers?