I do all of my WordPress development locally, and typically deploy that to a staging server, or sometimes a live server, using Beanstalk’s SVN deployment feature. I use a Mac for development, and MAMP Pro to run a localhost environment with multiple hosts (local.website1, localhost.website2, etc.). Occasionally I need to upgrade or install WordPress plugins Full Article…
Search the Wiki
PHP Browser and Platform detection scripts
This is a php mobile browser detect script: http://code.google.com/p/php-mobile-detect/ This is a php browser and platform detect script: http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/
jQuery Show / Hide Plugin
Due to popular demand here’s a re-written version of the tutorial I wrote over a year ago on how to show and hide content using jQuery. After I first published the post I’ve had a lot of requests as to how you can show and hide multiple divs so I’ve written this plugin which does Full Article…
Isotope in WordPress
Here are a bunch of links to pages where people discuss implementing Isotope in WordPress. Using Isotope.js to make a filterable WordPress portfolio ISOTOPE.JS FILTERING WITH WORDPRESS CATEGORIES A BETTER WAY TO IMPLEMENT ISOTOPE IN WORDPRESS JQUERY ISOTOPE PLUGIN ON WORDPRESS – HOW TO GET ISOTOPE WORKING The Bedroom Wall example
Interesting or valuable WordPress website tools & services
CSS Pie – CSS3 for old browsers Sucuri – Website security
WP Admin Custom Post Type sort order
This is a function to do it easily: This might be better: http://scribu.net/wordpress/custom-sortable-columns.html