Archive for the 'XHTML' Category

Introducing HTML 5

Posted by Scott on August 9th, 2007 in Browsers, CSS, Work, XHTML with 2 Responses

I discovered an interesting article today that talks about the release of HTML 5 by a group known as the Web Hypertext Application Technology Working Group (WhatWG). WhatWG released HTML 5 as an updated and upgraded version of classic HTML. We here at Twelve Horses have been [...]

Tables just suck.

Posted by Scott on March 20th, 2007 in XHTML with No Responses

For almost one year now I have been dependent on using the div tag to build websites. I have to say that I love them. This last month I have had some quick turn around times and thought I would see how long it took to actually build a site using tables instead [...]

HTML To XHTML Migration Checklist

Posted by Scott on October 20th, 2006 in XHTML with One Response

Introduction
XHTML is a strict syntax and has greater requirements than that of HMTL. HTML lets you get away with sloppy code. Although the browser is able to render your page properly if you don’t follow proper XHTML syntax, it is best to following them by habit so that you don’t get into the habit [...]