2010 03 18
main blog entries :
zend php and google webmaster tools api
update 2: Sandrine worked out a set of routines, as far as I know using Zend 1.7, she lists the code here.
update: Google updated their API in oktober (almost at the time I wrote these posts) and this code fails as it still based on the V1 APi. You can access the whole WT: toolset [...]
zend php and google webmaster api II : wordpress mu auto-register
Part Deux of automating the registration and verification of a wordpress blog. In the previous post I showed how to add a site to google webmaster tools.
Which site you ask ? Oh dear… in the previous post I did not mention how to create a new blog in wpmu :
include_once('wp-config.php');
include_once('wp-includes/wp-db.php');
include_once('wp-includes/wpmu-functions.php');
$newblogid= wpmu_create_blog('tryout.blacknorati.com', '/', 'tryout', 1);
Very [...]
xml rpc – remote posting with incutio wordpress ixr class
In order to build a successful blog network I need xml-rpc. I read up on xml-rpc, incutio ixr and tried some basic flat file xml rpc. It’s either that or a custom php url to post data to and then use the wordpress functions to process it.
Xml-rpc is a lot easier especially with the [...]
work
Sometimes I actually work for a living :) I was off to Friesland these past two weeks to do some maintenance on the Pallieter Tjalk at the Ten Woude warf in IJlst.
Due to the frost, ships weren’t allowed to sail in the region and the warf’s hall was full so maintenance on Pallieter was postponed, [...]
wordpress xmlrpc and microsoft access vba
I was building a database in Wordpress but their table interface lacks completely and I dont want to spend 200 hours developing a backend for a once-off project.
I always used MsAccess for RAD blueprinting and I reckon you can build a better more flexible interface in 20 hours. With XHR MsAccess has some better [...]