Jul 30 2008

Web Design: Proper HTML, XHTML, etc

Proper usage of HTML and XHTML is very important for websites. Although your website may render properly on your browser with incorrect markup, different browsers treat different errors in HTML differently and you site may look horrendous to visitors on other browsers.
Below is a tool to validate your markup code.
W3C Markup Validator is a service [...]

Jul 14 2008

From HTML to PHP: Intro

Most people learn HTML when they first learn to create websites. Either that or they use free software in the form of CMS (Content Management System) or a web template. For those creating static HTML pages, there comes a point where managing the site gets progressively harder and harder as there is more content on [...]