design

branding & content | structure & navigation | accessibility & style | initial design | storyboards

acaccessibility

Ensuring that all the information on the site is accessible to all is one of the main goals. The company already prides itself in providing accessible software solutions, so their website has to be accessible. This will be done by conforming to the WCAG 1.0 standard at Priority Level Double-A.

wcag

To comply with this web standard the PSD site must do the following:

Priority Level A

Priority Level Double-A

The XHTML will also be validated to check for compliance with the XHTML 1.0 Strict recommendation.

vxhtml

style

Each page's presentation will be governed by an external style sheet. This will be done by inserting the following code into the "head" of each page:

 <style type="text/css" media="all">
 @import "css/layout.css";
 </style>
 <link rel="stylesheet" type="text/css" media="print" href="css/print.css" />

You may have noticed that there are two different style sheets linked to in that piece of XHTML. One will be applied only for printing, the other will be applied to all other media types. The style sheets will be completely original - personalised specially for Pipeline Software Development. They will both be validated using the W3C's CSS Validator.

vcss

Click next to continue...

< BACK | NEXT >