Juust's Blog
integrating ms office and wordpress with vba and xml-rpc
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
more vba and wordpress xml rpc
Basic Example II, vba wordpress remote control, demo.ayHello is fun but quite useless, so let's proceed to wp.getUsersBlogs. I make a table in access (id, isAdmin, blogid, url, blogName, xmlrpc) and then query wordpress, parse the xml response in store it in the database. So here we go query WordPress
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