AJAX RSS Reader

6 Replies, 14110 Views

When a user selects an RSS-feed , a function called "showResult()" is executed. The function is triggered by the "onchange" event
The showResult() function does the following:
    * Check if an RSS-feed is selected
    * Create an XMLHttpRequest object
    * Create the function to be executed when the server response is ready
    * Send the request off to a file on the server
    * Notice that a parameter (q) is added to the URL (with the content of the dropdown list)
fashion blog
Thanks for sharing, it's always good to know the coding behind things such as RSS feeds. I will have to test this out for myself at some point.
You are welcome, ya just try it and see the magic of Ajax. keep sharing if you find something new, cheers
fashion blog
The showlist is done this check that The showResult() function does the following:
    * Check if an RSS-feed is selected
    * Create an XMLHttpRequest object
    * Create the function to be executed when the server response is ready
    * Send the request off to a file on the server
    * Notice that a parameter (q) is added to the URL (with the content of the dropdown list)
 
fashion blog
I have so many RSS feeds on my computer O_O now i actually understand what they are!
cool enjoy..
fashion blog
Thanks for sharing Smile
Ihost4you.com



Users browsing this thread: 1 Guest(s)