Code Articles
Search Engine Friendly Pages

Servers are configured to handle the various extensions in different ways, htm/html page extension are passed directly through to the browser. Pages with php or an asp extension are passed through an interpreter and the commands executed before the output from the scripts are sent to the browser as HTML.
Code Snippets and Full Scripts
The code samples on the site are actually snippets and routines that are in everyday use on the sites listed in the portfolio so have been tested pretty well.
The full scripts and function collections that need a bit of explanation have a exclusive page or a section dedicated to them with some details of the inner workings and suggestions for implementation. Short snippets of code or simple functions that are self-explanatory or relatively simple are listed in the code snippets section.

