|
ASP.NET Book
The online ASP.NET Tutorial Book |
|||||||||
|
|
|||||||||
ASP.NET BasicsHTML BasicsASP.NET Web Server Advanced HTML Application Designing Using Visual Studio ASP.NET Standards ASP.NET Styling ASP.NET Navigation ASP.NET TipsASP.NET ValidationHTML forms CSS Styling CSS Advanced ASP.NET Features ASP.NET Image Effects Common mistakes DB Design tips Building ApplicationsDesign Secure AppsBuild Secure Apps |
4. Accessibility Requirements |
||||||||
|
If you are developing a web site, you should always take great consideration on the accessibility requirements. Professional web developers create web sites which have proper standards and good accessibility to suite the users of the web site, including people with difficulty seeing, hearing, moving, or processing images. When developing a website, the key factor than should be taken into consideration is to generate online documents that specializes browsers like a screen reader or braille displays can handle easily. You can read the W3C’s Web Content Accessibility Guidelines 1.0 (WCAG 1.0) at http://www.w3.org/TR/WAI-WEBCONTENT/. This contains guidelines and standards which should be followed to increase user accessibility. Accessibility and usability comes hand in hand, and the following chapters show ASP.NET tutorials on how to increase a web page’s usability to make the page easier to use for all the users of the web application. Table of ContentsChapter 1 - HTML Web Standards [top] |
|||||||||