 May 2004
Number 7 |
Sometimes Web developers make mistakes that result in bugs in their applications making them generate bogus HTML. Often these bugs are so subtle that is impossible to notice them just by displaying the pages in one browser.
Most browsers tolerate erroneous HTML but what may seem to render well in one browser, may not look very well in other browsers, preventing the users to see the information on the pages properly.
One solution for this problem is to use HTML validation tools to systematically detect bugs as early as possible during the development of the Web applications. The W3 Consortium site provides an useful HTML validation tool that may assist in the validation of the pages of Web applications.
However, many developers work on applications that are not meant to be made available to the public, at least during the development phase, thus preventing the use of tools need to have public access to the pages, like it is the case of W3C validation tools.
This class provide a solution that works around the problem by providing a means to submit the HTML code of the private pages to the W3C tools via a Web server that has full access to the world wide web, acting like a proxy.
The class collects the results of the W3C tools and display them in a page accessible to the Web developers so they can take the necessary fixing action if it is the case.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (90.0%) |
Sufficient (60.0%) |
Sufficient (70.0%) |
Sufficient (75.0%) |
- |
- |
Sufficient (65.5%) |
411 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.
 If you know an application of this package, send a message to the author to add a link here.
| |
Files |
|
|
|
|