A collection of web development tools for building better sites more easily.
How to compress .php, .css and .js files without mod_gzip or mod_deflate
How to speed up page load times by compressing .php, .css and .js files on Apache web hosts that do not have mod_gzip or mod_deflate enabled.
HTML auction template generator
Simple Auction Wizard is an online HTML template generator for auction websites like eBay. It’s fast, free, and easy to use.
Protecting multiple downloads using unique URLs
A PHP script for protecting multiple downloads by the use of unique URLs. The actual file on the server is not discoverable and each URL will only be valid for a certain period of time and number of uses.
Minifi.de – Another URL shortening service
Minifi.de is a URL shortening service like tinyurl.com, bit.ly, and is.gd. You enter a long URL and it returns a shorter one.
Resolving transaction concurrency issues in a PHP+MySQL multi-user environment
Here’s how I’m implementing my solution to the lost update concurrency issue by comparing timestamps generated when a record is saved and accessed.