Category Archives: xml-rpc

RpSequel : rfc sql crud with wordpress

I set out to use MsAccess with xhr/ajax to maintain tables I added to my wordpress database, from my desktop. (Because I suck at html forms backends and consider them a waste of time.) I used a similar technique ten … Continue reading

Posted in php, wordpress, xml-rpc | Tagged | Leave a comment

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 … Continue reading

Posted in juust, wordpress, xml-rpc | Tagged , | Leave a comment

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 … Continue reading

Posted in wordpress, xml-rpc | Leave a comment