What does your page comments look like? In a lot of coding I do we use page comments at the top of the page. Although I don’t find them quit as useful for my own personal sites as they are for larger web applications they are still a good idea to have.

This is an example of what I like to use:

/******************************************************************/
/* FILE: index.php
/******************************************************************/
/* AUTHOR: Orlund
/* CREATED: May 1, 2008
/* DESCRIPTION: Home page for http://www.orlund.com
/*
/* UPDATED: Added google search - May 5, 2008 Orlund
/* UPDATED: Changed padding on right and left sidebars - May 10, 2008 Orlund
/*
/******************************************************************/

Of course if you use Notepad++ as I do the PHP comments by default are green. Do you have a nice fancy way of commenting your pages? If so please send me an copy.