Archive for the ‘Web Design’ Category

Auxiliary Benefits of Accessible Web Design

This document is one of several resources created to assist the preparation of a business case for the implementation of Web accessibility. It describes the many business, technical and other benefits to the organization above and beyond the straightforward benefits to people with disabilities that can be realized by applying the Web Content Accessibility Guidelines (WCAG 1.0) to Web sites.

Webpage: http://www.w3.org/WAI/bcase/benefits.html

XHTML Document Types

XHTML 1.0 Strict
< !DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

XHTML 1.0 Transitional
< !DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

XHTML 1.0 Frameset
< !DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

For Document Type Definitions [DTD] visit w3schools.

Website Speed Test

Here is an easy tool that tells you how fast your page loads (among other things): Website Speed Test

Other features include backlink checker (with PR), future PageRank.

CSS Compressor

CSS Compressor: http://www.cssdrive.com/index.php/main/csscompressor/

216 Web Safe Color Chart

Links to 216 Web Safe Color Charts:
WebSource

CSS Drop Shadows

Tutorial for CSS Drop Shadows.

No Right Click, and more…

body oncontextmenu=”return false”>
body ondragstart=”return false”>
body onselectstart=”return false”>

Add the starting < to each line.

Favicons

Here is a Tool and Tutorial for building Favicons.

CSS Color Names [W3Schools]

CSS Color Names

Hexadecimal Color Codes

This page is packed with great Hex Color Codes:
Hexadecimal Color Codes