Clean. Efficient. Green.

All of my scripts and layouts are hand designed and hand coded to rid the excess waste that can clog your server. This will then help to manage the usage of your space, monthly transfer, and time to load your webpages.

HTML, it's as easy as 1-2-3!

HTML is the foundation of all website pages. It creates the stationary image that appears on a user's browser. Our HTML section will guide through the steps of setting it up and organizing it to look the way you want it to appear.

Tips on How to Start

  1. First you will always want to write out a diagram that describes your website's needs. Write out all the pages of content you will have and mark which pages will have a link to another page.
  2. To create a new webpage file, simply create a new document using a basic, plain text editor. Rich text editors such as WordPad or Microsoft Word are not recommended because they tend to leave additional characters that cannot be read properly in an HTML page. Notepad and Notepad++ are excellent basic text programs for this.
  3. When saving the file, ensure that the extension is changed to .html and not .txt. Remember that all filenames are case sensitive
  4. Always have an index.html page. This page is read by default and automatically loaded by the browser when accessing a directory. If there is no index file, it will display a list of files in that directory.
  5. Don't be afraid to use directories to organize groups of files in a similar category. You can include the directory name in the URL address.
  6. Viewing HTML files can also be done on your computer which makes them easier and faster to edit. Just double-click the file on your system and it will open up a new browser page and display the contents as they should appear.

Verify Your Work!

Valid XHTML 1.0 Strict W3C Validators offers an excellent set of Validators including one for HTML. It checks your syntax and ensures that your code has been properly done and will be able to display in most browsers without errors.