Ajax RSS Reader and SIMILE Timeline

Project Page

Download Project Files

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.

This entry was posted on Thursday, May 10th, 2007 at 4:05 pm and is filed under Portfolio. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

3 Responses to “Ajax RSS Reader and SIMILE Timeline”

  1. Eric Says:

    I saw a posting of yours about building a Google Gadget.
    Are you able and available to create a Google Gadget?

    EVO

  2. Tyler Says:

    heh cool.

    Shameless plug:
    http://tylerclemons.com

  3. Mariah Barnes Says:

    RSS feeds are really great because you are always updated with the latest news or blog posts.:.*

Leave a Reply