Dropbox your MAMP MySQL Databases

Dropbox your MAMP MySQL Databases

I'm a backup fanatic and not having a few backups of files makes me uneasy. Today I had a little scare where I couldn't find a few of my...

List WordPress Posts by Category

List WordPress Posts by Category

I saw on twitter that John Gardner was looking for a way to loop through his WordPress categories and then display all posts that belonged...

Defeat the New York Times Paywall with 2 lines of CSS (or a Chrome Extension)

Defeat the New York Times Paywall with 2 lines of CSS (or a Chrome Extension)

If you haven't heard, the New York Times has implemented a paywall where you can only view 20 articles a month. After that they throw an...

Run two versions of Firefox on Mac OSX

Run two versions of Firefox on Mac OSX

Yesterday Firefox 4.0 was released and web developers everywhere celebrated a really great browser.  The browser comes packed with a super...

Import Large MySQL Databases into PHPMyAdmin with BigDump.php

Import Large MySQL Databases into PHPMyAdmin with BigDump.php

When migrating a site that has been around for a while, I often run into the problem where my MySQL Database is just too large to import...

Reset a WordPress Admin Password (Video and Guide)

Reset a WordPress Admin Password (Video and Guide)

Had someone ask me today how to reset a password for a user (Admin or other) on a WordPress account. Its acutally very easy to do, so here...

Burstn and Google Maps Mashup – Photo Map!

Burstn and Google Maps Mashup – Photo Map!

Every now and then I like to play with the API of a social networking site. Burstn is an photo sharing website that allows users to quick...

Using jQuery, JSON and Google’s Visualization Geo API Together

Using jQuery, JSON and Google’s Visualization Geo API Together

Was helping someone out in the jQuery IRC channel today and they were having some trouble with a JSON api that they were using. To simply...

The Cobbler’s Children Finally Have Shoes – New Site Launched!

The Cobbler’s Children Finally Have Shoes – New Site Launched!

**I'm Blogging!** Over the past couple of years I've gathered up so much knowledge, so many code snippets and many more insights on...

Simple PHP Page Caching Technique

Simple PHP Page Caching Technique

This is a little code snippet that I use in almost every project that isn't based on a popular CMS. Since its fairly expensive to hit the...