Design Notes

Authoring Tools

All technical documentation is hand coded and compiled with the following tools:

top

Metadata

The following elementary metadata is included at the beginning of all web pages:

top

Construction

Viewing web page markup, presentation and script code

Please feel free to:

Structure Layer

The markup code and the content comprise the Structure layer of each web page.

All markup elements, attributes and their values adhere to semantic and accessible guidelines as prescribed by their respective W.3.C. Recommendations and U.S. Government Section 508 Rules of the A.D.A.

Presentation Layer

Styles applied to browser and print version rendering are controlled by two external Cascading Style Sheets (C.S.S.) and linked to each web page in the head element of the metadata section:

Presentation is based on the C.S.S. 2.1 Liquid Box Model.

Behavior Layer

When needed, Unobtrusive DOM/JavaScript is employed to enable client-side user action.

Cross-browser Testing and Markup/C.S.S validation

All web documents are cross-browser tested in:

Also, web pages and external cascading style sheets are tested online with their respective W.3.C. Validator tools.

top

Navigation

Accessible Global Navigation

I try to incorporate as many aspects of web accessibility into my technical documentation as possible. This is particularly important in the construction and rendering of the navigation section of each web document. Below you will see different methods employed to help all users easily recognize, understand, and effectively use this tool.

Accessible Subtopic Navigation

Subtopic navigation for a page is placed directly above the global navigation TOPIC section. They are listed under the ON THIS PAGE.... heading.

Content Section Hyperlinks

Hyperlinks in a Content section mirror the same effects as in the Global and Subtopic schemes except for the Visited state.

top