March 2010
Internet Explorer 9: Testing Center
(via)This website contains several collections of test pages that were developed in conjunction with the World Wide Web Consortium (W3C) working groups. These tests make it possible to validate a browser's compliance with specific web standards.
November 2008
PHP Simple HTML DOM Parser
by 10 others, 3 comments# A HTML DOM parser written in PHP5 let you manipulate HTML in a very easy way!
# Require PHP 5 .
# Supports invalid HTML.
# Find tags on an HTML page with selectors just like jQuery.
# Extract contents from HTML in a single line.
1
(2 marks)