WordPress Mass Update Script

I recently came across an excellent bash to mass update WordPress installs, which was written by Liz Quilty. This script works well, but unfortunately it did require manually setting paths if you are not using /var/www for your installs. Due to the large and varying number of servers I needed this for, I decided to make some changes so the …

Update Timthumb for All cPanel Users

A simple script to check all cPanel user accounts for timthumb.php(WordPress) and update them to the latest version if needed. Also checks for timthumb being used as thumb.php. Uses check to insure thumb.php is not affected for scripts like joomla, which does not use timthumb.

WordPress for BlackBerry

I am finally getting around to testing the WordPress for BlackBerry app which was released last month. It is still in beta testing, but looks promising so far. This post was made from my BlackBerry 8330 and I have attached a test image. If you want try the WordPress for BlackBerry app just point your BlackBerry browser to http://blackberry.wordpress.org/install

wunderground.com Weather Sticker

I finally took the time to get this widget listed in the WordPress Plugin Directory. You can now automatically install this widget from your WordPress Admin panel or download it in .zip format.

Weather Sticker 2.0

Added option for locations outside of US to enter station number. Added option to select sticker with white text. Just upload the new wunder.php into your wp-content/plugins/ directory. This widget displays the standard wunderground.com weather sticker.

Weather Widget Update

Corrected problem that prevented cities with more than one word from displaying properly. Just upload the new wunder.php into your wp-content/plugins/ directory and all is well.

Weather Widget

UPDATE: Corrected output to meet WC3 XHTML 1.0 Transitional Standards I thought I would take a shot at creating a Widget to display the standard wunderground.com weather sticker. I could have used the built in Text Widget to add the needed code to display their weather sticker, but whats the fun in that. After checking out the provided samples and …