![]() | |
| consolidate loan student
Definitions
|
Validating and TestingValidating Your PagesWhy Validate? If your pages are written in valid code, you ensure that they will behave consistently across modern browsers and devices and, perhaps more importantly, with any future devices or software that may come along. Cleaning up broken or nonstandard code makes your pages leaner and easier to maintain, plus leaner code conserves network bandwidth and helps your pages download faster. NOTE: The HTML 4.01 standard allows tags to be written in uppercase, for example, <P> ... </P>. XHTML, however, requires that all tags be written in lowercase in order for the site to validate. As the templates continue to evolve, this will become increasingly important. It is good practice, then, to write your tags in lowercase, if you do not already do so. What is a DOCTYPE? If you are using the University templates, you will see a line of code at the top of each page that reads:
This is the site's DOCTYPE. Other valid DOCTYPES include: HTML 4.01 Transitional HTML 4.01 Strict XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset How Do I Validate My Pages? University Web Services strongly recommends that Web authors validate ALL the pages on their sites. It is a good practice to validate new pages as they are created, or existing pages as they are modified. Testing Your PagesAs you create new pages on your Web site, University Web Services recommends that you test them on multiple, modern browsers. These should include (at a minimum):
In addition, you may want to check your site in an older browser, for example Netscape 4.7. It is not essential that all elements of your site look identical in all browsers, but it is important that the organizational relationships and hierarchy of your content is maintained across all browsers and that the site is usable. Visit University Web Services' Web site usage reports for statistics of browser use. Finally, it is a good practice to test your site in a screen reader to get a sense of any accessibility issues your users may experience. Rush Rhees Library offers some machines running Jaws, a popular screen reader, that are available for testing purposes. Content last modified: Monday, 05-Feb-2007 14:42:15 EST |
![]() |
|