Archive for the 'XML' Category

NRK Nett-TV RSS-feeds oppdatert

Sunday, March 21st, 2010

Har oppdatert kildekoden slik at håndteringen av rss-feedene ble mye enklere.

Konsekvensen av dette er at det er veldig kjapt å kjøre en sync mot nrk for å få oppdatert programmer/klipp mot den lokale databasen, og dermed videre ut til RSS-feedene.

Alle kategoriene og programmene med RSS-feeds finnes her: http://www.frankburmo.com/nrk/rss/

Eksempel på feed:

Klipplinkene i RSS-feedene linker direkte til videostrømmen slik at feks din DLNA-klient kan bruke den direkte.

Man kan også benytte disse linkene til å se NRK på andre enheter, feks din mobiltelefon:

På PS3 via DLNA:

yr.no for Windows Mobile

Thursday, June 5th, 2008

I’ve made an small application that uses XML-data from yr.no.

Download (for Windows Mobile without touchscreen (SmartPhones))

Download (for Windows Mobile with touchscreen (PocketPC))

Note: All locations are included , so the only networkcommunication is the communication for weatherdata.

This is how it works:

NRK API discussion/testing

Thursday, October 5th, 2006

I’ve been in touch with NRK and asked about an API like the one I wrote about a few days ago. They are working on something like this, and they are interested in getting touch with people that can help them discuss/test this API.

So please drop me a line if you are interested in contributing.

SimpleXML testcase

Wednesday, September 27th, 2006

Tried out SimpleXML in PHP5, and created this as a testcase. It’s really simple to create something like this with live rss-feeds.

But if one doing something like this on a site with many visitors, you have to fetch the rssfeeds in the background and use a database for storage. For performance-reasons obviously.