One of my favourite things about Xbox games are achievements. As Microsoft don't provide an open API, I wrote a screen-scraping script in PHP to fetch my achievements every 15 minutes and post any new ones I've earned to my Facebook wall. I'll be posting up a blog article about how I did this in the near future but for now feel free to browse my achievements below.
Update: Unfortunately a recent update from Microsoft means that it is no longer possible to login to the Xbox Live website without JavaScript making a server-side solution fairly tricky to implement. I'm currently using a long winded AppleScript solution I wrote a long time ago – you can find out more about it on my weblog.