Startup Kit for Making Websites from Scratch
If you’re somewhat new to making websites, or if you’re like me and find yourself making new websites on a regular basis, whether it’s for work or something else, you might find this useful. I find it a chore to constantly make the same files when making a new website, so I’ve put together a basic startup kit that contains all the files/folders I usually need to get going with the development. Here’s what’s included:
index.php > With doctype & appropriate head tags defined.
robots.txt > With major search engines allowed by default, cgi-bin disallowed.
style/global.css > With a couple basic preset classes.
style/index.html > Blank file to disable directory browsing.
images/spacer.gif > 1×1 pixel transparent gif.
images/index.html > Blank file to disable directory browsing.
Download: http://www.metatitan.com/files/sitestartup.zip
Extract the zip and use these files as a starting point when making websites. There isn’t instruction included with these files, if you know what you’re doing you’ll know what to do with them. If not, I’ll probably have a guide for this eventually.

Well, I guess you put a spacef.gif on your server in Memoriam to the before-CSS Web ?
Comment by D.VDA — October 14, 2007 @ 7:21 pm
I still find uses for the good ol’ spacer. The first thing that comes to mind is my transparent png in IE tutorial. Doesn’t hurt to have one handy
Comment by Matt — October 14, 2007 @ 7:46 pm