Author: Bandicoot Marketing

jQuery to Resize Videos

When WordPress introduced post formats in version 3.1, I decided to make sure all of my themes were able to display each one. The only issue I encountered was with…

The New Columns Function in Arturo

I have just release the latest update to my WordPress theme framework Arturo. I have added many new features but one of the most interesting one is the new arturo_columns()…

Server Down!

I’ve spent the past four days dealing with an attack on my server that caused all of my sites to go offline. Talk about a long weekend. I send out…

Just Updated Magazine Columns Plugin

It has been almost two years since I last updated my Magazine Columns plugin for WordPress, and I guess there were a few outstanding issues that needed to be addressed.…

Access Another Database in WordPress

When accessing the database in WordPress, you need to use the global variable $wpdb. This will take the constants you set in wp-config.php to connect to your database and retrieve…

Post to a URL Using cURL and PHP

A client needed me to write a script that would collect information from their database and post it to a specific URL, just like it was being submitted by a…