Archive for posts tagged ‘web app’

A PHP MySQL snippet for looking up names

A PHP snippet and MySQL query for an Ajax autocompleter lookup of people names by either “Firstname Lastname” or “Lastname, Firstname” from a single input field.

Read more...

GoDaddy phpMyAdmin error #1045 – Access denied for user

How GoDaddy’s new MySQL database form accepts mixed case characters as a username, then converts the username to lowercase without alerting you, potentially causing login problems down the road.

Read more...

A cache-friendly method for reducing WordPress comment spam

A safe-for-cached-pages method of filtering out spam comments by requiring at least some time to have passed between the time the page is loaded and the form is submitted.

Read more...

OOP PHP Notes

My notes on learning Object Oriented Programming in PHP.

Read more...

Jealous of The Social Network

A short list of my programming accomplishments.

Read more...

Online tools for testing web page performance

A collection of online tools for measuring the performance of web pages, including time to first byte.

Read more...

301 Redirect in Classic ASP

How to implement a 301 redirect in Classic ASP.

Read more...

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...