Sunday, September 24, 2006

Greetings

It's been a while since I last post anything here. Just to put up a line that I'm still around (alive and kicking). It's been a crazy month for me. After countless hours put into a project. Now in the phase of rolling out. But still have a lot to do. Even today on Sunday is a working day. Hoping to get a break after this. Then I'll put in some time to share some of the technical experience I gain from this project. So look out of it. Cheers :)

Tuesday, September 05, 2006

Content Feed RSS Part 1

There are two major content feed (that I know of) Really Simple Syndication or Rich Site Summary (RSS) and Atom. I am working on creating a RSS feed for the CouchDb Project website. On firefox, when a website have a feed, it can be indicated right on top at the URL bar.

You just need to add the following code
<link rel="alternate" type="application/rss+xml" title="Lotus Notes on Web 2.0 (RSS 2.0)" href="http://notesweb2.blogspot.com/rss.xml" />

The RSS feed for the CouchDb Forum is created using view and $$ViewTemplate. I will be posting the solution in my next writeup. Check out the feed here.

Friday, September 01, 2006

CouchDb project site live

CouchDb project website is now live. CouchDb 0.2 has just been posted. Head to the project site to download CouchDb.