Category Archives: wordpress

availability test

I was writing an availability test with starttime-endtime, on a database with ICS schedule data from Google Calendar (userid, eventid, starttime, endtime), and i came up with this one : get all user id’s a get id’s for test.start between … Continue reading

Posted in mysql, wordpress | 4 Comments

p2p with wordpress xml-rpc

Simple fun with WordPress xml-rpc. I want a way to return a welcome message to interested blog owners. To get that done, I make a new plugin that adds a new method to the xml-rpc server. The method ‘p2p.welcome’ is … Continue reading

Posted in wordpress, xml-rpc | Leave a comment

metaWeblog.newPost posting to WordPress from Word

Quick and dirty : posting to WordPress from Word with VBA. I put the text source on the server. It works, to a point. You can take a Word document, run the PostToWordpress macro (with your own blogs settings) and … Continue reading

Posted in wordpress, xml-rpc | 10 Comments