Hold on... This isn't EnnuiDesign.com — What Gives?
It's been a long time coming, but Jason Lengstorf, formerly of Ennui Design, has expanded his team to include Drew Douglass, Rob MacKay, Henry Moran, and Tom Sturge.
It didn't feel right to keep the same name, so we decided to continue on as Copter Labs. You can expect the same great content under this new name!
Recent Entries, Page 4
-
Easily Create External Links Without the Target Attribute
I'm a big fan of keeping sites valid in XHTML 1.0 Strict. When I first started paying attention to standards, one of the things that stumped me right off the bat was the use of external links. This tip shows you how to use jQuery to keep your code valid AND have links open externally.
-
Show the Most Popular Categories with PHP
In this tutorial, you'll learn a quick way to determine what the most popular tags are in a series of tagged entries.
-
Optimizing MySQL Queries with JOINs
This week, I wanted to share some of my recent experiments with MySQL queries in regard to lowering the number of requests sent to the database server and, hopefully, avoiding the bottleneck that can form on sites that rely heavily on database interaction.
-
Build a Menu with Recursive Functions
The goal of our exercise today is to build a menu, complete with sub-menu, all based off one function that runs recursively on an array.