WordPress Tutorial : A unique dynamic sidebar for each page - or not!
The last few websites I've built have had sidebars that the client *may* or *may not* need to customize on every page. Some pages don't require a...
Have you ever chased a bug down a rabbit hole and spent a few hours down there only to come back up for air thinking "why, oh why does the bug taunt me"? If you have then you know that every clue can count. Any given clue can send you on the shortest path from A to B, or it can send you spiraling. When looking for clues always remember that your code is not the only place to look. Sometimes valuable hints can be gained from the database as well.
The last few websites I've built have had sidebars that the client *may* or *may not* need to customize on every page. Some pages don't require a...
If you have ever needed to bulk generate menu items in Drupal (I used this for theming some drop-downs), here is a snippet to accomplish it. The...
The latest 6.x-2.9 release of SimpleTest includes a backport of the e-mail capture feature from D7. This means you can finally unit test e-mail...