Archive for posts tagged ‘web app’

Web development tools

A collection of web development tools for building better sites more easily.

Read more...

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.

Read more...

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.

Read more...

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.

Read more...

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.

Read more...

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.

Read more...