Free content for your website or blog
Home About Us Article Writing Most Read Articles Authors Blog Wiki Contact Us
RSS Register Login
Topics
 
Home > Web Design >

Validating your code & testing a web-page for a variety of displays

Date Published: 28th September 2009
Bookmark and Share Republish Validating your code & testing a web-page for a variety of displays
Author: Jain Manish RSS Views: N/A PRINT ASK ABOUT THIS ARTICLE
Many web designers make the mistake of designing their documents for specific screen resolutions. When the document is displayed on a smaller resolution the page elements tend to jam together or break across unexpected lines.

Your documents should be suitable for many resolutions. Although most users will be running at resolutions of atleast 800x600 pixels, your websites may have the occasional user running lower resolutions or too high resolution. Therefore, it`s advised and is an industry standard to always test your documents at various locations & colour depths to look for many shortcomings.

Validating your document`s code is another very good idea. It helps double check your document for simple errors - typos, unclosed tags & so on - and also verifies that your code meets expected standards.


There are many ways to validate your documents, but they all rely on your documents containing a correct document type definition (DTD) declaration. For example, if you want to base your documents on Strict HTML 4.01, you would include the DTD declaration at the top of your docuemnt within angular brackets.

The DOCTYPE declaration informs any user agent reading the document what standard the document is based on. The information is primarily used by validation clients in validating the code within the document, but it might also be used by a display agent to determine what features it must support. Some of the tools/resources where the code can be validated are:

The online W3C HTML validation tool
The online Web Design Group (WDG) validation tool

Validation utilities built in to Web development tools such as Adobe`s Dreamweaver.
Any of the various separate applications that can be run locally. A comprehensive list is maintained on the WDG site.
The online CSS validation tool

Many a times, the document may look like conforming to HTML but the validators think otherwise. Some of the points that should be kept in mind before the validation takes place are like that the [input] element must be contained within a block element other than the [form] tag. Typically, the paragraph tag [p] is used but you can also use [div], a heading, [pre] and so on.

Xhtmlslicing is the leading web 2.0 design firm that slices your design from PSD to XHTML, HTML and CSS.
Tags: web designers, page elements, mistake, screen resolutions, brackets, shortcomings, high resolution, adobe, tools resources, web development tools
This article is free for republishing
Source: http://www.articlealley.com/article_1125037_4.html
Bookmark and Share Republish Validating your code & testing a web-page for a variety of displays

Ask a Question About this Article

Powered by