I have created a blog in drupal using CCK and taxonomy. I wish to display my posts in a timeline, according to the posted date (using views). So far I have created a listing of the post titles on a timeline. I now want to display the posts using ajax, wherein clicking on a post title will load the content of that node on the same page. Going ahead I'll add each fetched node into a ul tag and thus create a carousel kind of display of all fetched posts so far.
Whats the best way of achieving this, considering that I have enough knowledge to create a custom module.
Here's where I got my idea from. http://www.jvm-neckar.de