Scripts
The general idea of this page is for you to suggest a script that you want to exist, or that you have had trouble finding.
Here are a few scripts I have created that I find very helpful in my web work.
Sitemap Script
This script will generate links based on a sitemap.xml file (which you can easily generate at a place like XML Sitemaps), and produce a reasonable output for a sitemap.php file. This is a zip package with all the files necessary as well as an example for its use. Checkout this sitemap for an example of how it can look with no custom stylizing: Phoenix Development Sitemap.
Validation Script
This script is what I use to provide both client-side and server-side validation on every form I create. It has a large list of preset validations, custom error messages, and more. This includes an example implementation and a list of all functions included.
Download validation script here.
RSS Excerpt Script
This script takes a section (right now only from a WordPress blog, but can be customized) and displays a small section of it and a link to the blog. If you go to my home page, you will see an example of it being used on the left-hand side. This also includes an example implementation.
