2Sep2007

One of the great things about WordPress plugin development is the abundance of open source content to learn from. Ever see a plugin in action and wonder, “how does that work?” or “How can I modify the WordPress XML-RPC system?” Well, all you have to do is download it and see! Most plugins are licensed [...]




7Aug2007

In the first part of this series titled “Would You Like To Post To WordPress From Java?” I introduced you (hopefully) to the XML-RPC mechanism that WordPress implements. I also showed how it is quite simple to post to a WordPress blog using Java and the Redstone XML-RPC API. In this installation I’d like to [...]




3Aug2007

I just installed the WP-Syntax WordPress plugin for the last post. This was so I could have my sample Java code formatted and syntax highlighted in the post. Wow! I didn’t realize how bad it was going to be formatted. The plugin is nice and the syntax highlighting is good, but the code is formatted [...]




3Aug2007

I use and love the WordPress platform for this and several other blogs that I maintain. One of the many cool features of WordPress is that it supports XML-RPC. What does that mean? Well XML is… XML. It’s the extensible markup language and is basically just a way of formatting data in some meaningful way. [...]