Ajax RSS Reader and SIMILE Timeline
I created this project as part of a scholarship program and also for a research symposium.
It is made with Ajax, PHP, and XHTML.
The RSS Reader is called with a simple URL so it can be placed easily in a link or a block of text. Since XMLHttpRequest cannot access non-local content, PHP was used to mirror the feeds locally. This was done with Remote Procedure Calls to PHP functions.
The Timeline is built with the SIMILE Timeline API. It allows an XML file to be read and its contents displayed on a movable timeline similar to Google Maps. I then extended its functionality to allow users to input new events on the timeline. This was done with a PHP RPC since Ajax is unable to modify the server file system. And finally to allow quick navigation through the timeline I implemented a script that would jump to a specified year on the timeline.
It uses different technologies like PHP RPCs, XML parsing and manipulation, and other general Ajaxy techniques.

June 1st, 2007 at 6:32 pm
I saw a posting of yours about building a Google Gadget.
Are you able and available to create a Google Gadget?
EVO
June 10th, 2008 at 5:38 pm
heh cool.
Shameless plug:
http://tylerclemons.com
July 28th, 2010 at 3:18 am
RSS feeds are really great because you are always updated with the latest news or blog posts.:.*