About the Website

In case you are curious, here is some additional information regarding the website

Creation

This page is designed using a table-less layout that relies on CSS stylesheets to control the visual and structural presentation of the site. I am using a custom c-program to generate all HTML code from templates. I prefer this method because I have not found a program which allows enough control over the html tags inserted into the code. In addition, many of these programs are either too difficult to control properly (DreamWeaver templates) or insert proprietary/junk code into the page (anything Microsoft) which often ends up violating web standards and weakens the extensibility of the code.

Web Standards

XHTML 1.0 Validation - This link checks the eXtensible HTML validity of the refering page. I have chosen to adhere to this as much as possible in order to ensure that my code is extensible, reusable and accessible to the variety of web-browsing environments that may attempt to render it.

CSS Validation - This link checks the CSS validity of the refering page. Again, since I use CSS heavily in the site, I want to make sure that it is written in an accessible and extensible manner.

Templates

HTML Template - This is the template that I am using to structure each page on the site.

CSS Stylesheets

CSS stylesheet - This is the stylesheet that is being used to completely control visual and structural content for each page on the site.