Category Archives: wordpress

A simple couchdb info widget for wordpress

I wrote a small wordpress widget to display some version details of the CouchDB server I’m running. Writing a wordpress widget wasn’t to hard (I used this excellent tutorial to get started), parsing CouchDB JSON responses is even simpler. The … Continue reading

Posted in couchdb, php, wordpress | 2 Comments

WordPress, Couchdb and Ruby

I did a small test to see how complex it would be to put a WordPress database into CouchDB. This might not seem very useful, and when only receiving data from WordPress it isn’t. In the future other applications would … Continue reading

Posted in couchdb, ruby, wordpress | 3 Comments