Feedbox widget 1.1 Created: 06/10/2009 By: Tiago P To view the widget launch the feedbox.php files in your bowser, it need PHP 5 It Display in a list all rss services that you have configured in feeds.xml When a service is selected, this will load in ajax the feed. ------ Configuration : change the feed list in feeds.xml at the begining of feedbox.php files, you can set 3 configuration constantes : DRAGNDROP_POPIN if you don't want to see feed content in a drag and droppable popin set false if you do that, when user click on item title the user will directly redirected to article page in a blank window. NB_FEEDS_PER_PAGE number of feeds per page, don't forget to change in css file rss_bloc and feed_table height if you want to change simplepie configuration see on line 31 in file feedbox.php example : for enable cache set : $feed->enable_cache(true); duration of cache : $feed->set_cache_duration(3600); // 1 hour ------ To load rss feeds, this script use simplepie Parser, this library has many features and options that can interest you http://simplepie.org For javascript, to do ajax request and dom manipulation, it use Jquery and jquery UI http://jquery.com Thanks,