With a little extra effort, you can construct a single query that returns multiple rows using the SQL IN operator.
From there, you can convert the query results into a language construct that is easy to work with.
Replacing Icons with CSS
CSS only graphics provide consistency, speed, changeability and search engine friendliness. The techniques are simple and many are supported by even the oldest of web browsers.
Optimizing onKeyPress AJAX handlers in JavaScript
Not everyone has Google's mega-awesome data center with tens of thousands of servers, servers that allow them to do things like instant live search on-keydown.…
Browser caching in 60 seconds
There are a multitude of articles out there on browser caching. If you're using Apache as your web server and want to cut to the…