2009 07 03
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, and will list the code. Nice coding from what I have seen, once that is online I will supply a link to it.
update: Google updated their API in oktober (almost at the time I wrote these posts) and [...]
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 serp widget serpent
28-7
the permutation serp creates too much of a load and the results are 90% general so not very usefull per page.
replaced it with a straight top-50 serp on the msn, yahoo, google engines
using post_tags
added a link to the search engine result pages themselves
added a cache and a timer on 6000seconds, it [...]