PDO For WordPress v1.0.0: Already a bug!!
Nanxiao just posted a comment here. Having originally thought this was due to a badly behaved plugin, i’ve just looked at it myself again. most of the routes to comment moderation work (i.e. direct...
View ArticleWassup version 1.6
Wassup version 1.6 looks very smart. but it doesn’t play nicely with PDO For WordPress (or at least the SQLite driver). There is a redundant call to mysql_* function in lib/main.php – but that’s just...
View ArticleMultiBlog – a bit further on…
well, i’ve spent an hour or so on trying to create multiBlog in the most simple manner possible. in some respects, with the new version of WordPress, the biggest sweat of maintaining multiple...
View ArticlemultiBlog – a solution … ish
well, i’ve got a bunch of blogs now all operational off the same codebase. no, proverbial, worries. save one. if you select the first permalink structure: choosing the default permalink structure...
View ArticlePDO For WordPress – update
after nearly a year of absence i have updated PDO for WordPress to function with WP 2.7.1. In the same breath i have also changed many of the regex calls in the sqlite driver to use sqlite UDF’s (user...
View ArticleDB Manager for PDO-SQLite on WordPress
in a recent project i have been finding the need to address the database directly (to hack some plugins). There are plugins available to do this for mysql (enabling PHPMyAdmin). There is a similar...
View ArticleCurrency Exchange Class – multiple currencies and historic dates
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....
View ArticleAll change …
I’m coming up (at end of May) to a career hiatus after five years of running my own legal practice. I will continue pottering at being a lawyer (or something close to it) until another interesting full...
View ArticlePDO For WordPress – Status
I have been working on an update to PDO for WordPress. Before anyone asks, there is no ETA … I am of the view that the queries in WP are becoming ever more complex and are relying quite a lot on...
View ArticleA new multi-currency fxConverter (including historic rates)
I wrote (and published) a class to handle historic fx calculations some time ago. It used the Yahoo finance interface and parts of it were quite slow. When a client asked me to write some...
View Article