Web testing and validation
There has to be a tool or script out there that can do the following, given the root of your web app:
validate XHTML according to the doctype
validate CSS
validate Javascript syntax
check all links to ensure they return an OK status code (recursively if desired)
I know there are plenty of ways to do each of these steps [...]
