Monthly Archives: June 2009

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

3v12 api from Scala

I rewrote the code in my previous post in Scala, with a minor difference.. I’m not using an RSS api here.. Scala has native XML support… which makes writing basic RSS a breeze: [code] package v12_rss import java.net.{URLConnection, URL} import … Continue reading

Posted in 3voor12, api, scala | 1 Comment

Using the 3voor12 api to get an RSS feed of your favorite playlist

A couple of months ago we developed 3voor12TV. During festivals like Noorderslag, Pinkpop and (upcoming) Lowlands the 3voor12 crew tries to get as much high quality (h264) material online in the shortest time possible. The application was developed in actionscript … Continue reading

Posted in 3voor12, api, ruby | 3 Comments