it’s been a while since i have had time to update PDO For Wordpress.
i have had a preliminary look at things and i believe that the incompatibility for new installs is based in the is_blog_installed() function. this should be fixable but is non-trivial.
for existing installs, the fix should be trivial (indeed, I am [...]
I feel compelled to write this. To express in some tiny way the awe I feel for the Children in Need movement in the UK.
Sir Terry Wogan is phenomenal. A consummate presenter through the ages, a scion of British talent and a bastion of straightforward decency. He’s a true British hero and [...]
November 20th, 2009 in
Other |
3 Comments
I am a media lawyer by trade. I spend more than half my time arranging and negotiating licences of movies, tv-shows, tv-formats and other media from one part of the world to another, across all distribution formats.
Even with this experience I’m buggered if I can work out why iTunes is selling TV series for [...]
if you want to change the default sender in the WP core this can be easily plugged.
Equally it’s easy to fix html entitites being transmitted as their encoded literals in the email subjects.
This code shows you how
here is some simple code to time the execution of your scripts.
I have been trying, for some time, to find a published API from a reputable source to retrieve currency pairs for a given date. i have found some that are chargeable, but none that are freeware.
Here is some code that does the necessary.
following yesterday’s post I have found severe issues with WP’s plugin handling.
June 14th, 2009 in
WordPress |
7 Comments
I upgraded to version 2.8.0 beta a little while ago. Quite apprehensively, if truth be told. But all went smoothly.
I have now just used the automatic upgrade to the release version of 2.8.0. A few seconds and ’tis done. Damn impressive.
June 13th, 2009 in
WordPress |
No Comments
WP Core Devs made a design choice a while ago to impose an arbitrary 10px ‘padding’ on the div that holds images and their captions.
This plugin fixes that
and the code for the plugin is here (as well as hosted on wp.org)
<?php
/**
* @package FixImageMargins
* @author Justin Adie
* @version 0.1.0
*/
/*
Plugin Name: FixImageMargins
Plugin URI: [...]
I have long wanted to be able to remove some of the meta-boxes in the WordPress post/page screens. To declutter a bit.
Oddly enough there is no plugin available to do this. So I have written one and you can find it here: Remove Admin Meta Boxes.
Comments and bug reports in this thread please. One day i’ll [...]