Tutorials
Shadowed Tables - how we create shadowed tables like the ones we used to use on this site.
Table Mouse-Over Techniques - how to change background images with class changes and in-line styles. also explores multiple row mouse-over effects.
Transparent GIF-overs - We all know that you can't stop a thief from stealing your images, but you can slow them down - here's how to use a transparent GIF over your images.
SSI - Server Side Includes - This started as a simple test of SSI environment variables. See examples of what SSI can do and download a table to test SSI on your server.
Custom Error pages for Linux Apache Servers - this is a compilation of some basic information that I learned when I was building a custom error handling document for this site.
Apache Server Redirects - see examples of how we use .htaccess to help manage our site.
Creating a Site Map XML file - this is some gludged together PHP code that will generate a sitemap.xml for your website.
Creating a Site Map for your site - using the sitemap.xml file created in the above tutorial