IE is retarded
juust | 25/10/2009Windows Internet Explorer (formerly Microsoft Internet Explorer; abbreviated to MSIE or, more commonly, IE), is totally retarded.

(rotflmao, sorry, I had not seen that one before)
….they fixed it :(
Windows Internet Explorer (formerly Microsoft Internet Explorer; abbreviated to MSIE or, more commonly, IE), is totally retarded.

(rotflmao, sorry, I had not seen that one before)
….they fixed it :(
Went sailing today, made a vid. I was at the Bontekoe race at Hoorn, it is one of the last races for historic sailing vessels in the season, barges and clippers. A number of these ships are well over 100 years old. I was just going to take a look and take some shots, luckily they had some spots left so I hopped on board, had fun, and glued a vid together.
There is more to life than backlinks :)
Okay.
Yesterday I made some basic stuff to grab my Wordpress blog data with visual basic for applicationsn cos I don’t feel like programming php admin pages for tables.
So let’s make a basic xml-rpc crud plugin and put my agenda on vba remote control.
The basic xml-rpc plugin is simple, plug extra methods into the xml-rpc method array, and write a function per crud-method.
There now, if I call on the xmlrpc.php file, the extra methods are added to the callback array and I can use the table CRUD functions from my vba desktop.
note : the agendaitem is a struct in an array (see below), I use [0] to get the first struct (which is the actual array with field-value pairs, my record with agenda info).
Activate the plugin, and write a simple test
Et voila :

That’s yer basic Office-Wordpress XML-RPC integration.