| Share this post! | Vote this! |
|
Displaying RSS feeds from
other sites on your own is
a nice way to show constantly updated content automatically. However,
for the novice web developer, setting this up can be daunting, requiring
both
knowledge from you and your server's ability to host remote files.
Google's
Ajax Feed API changes all that, by basically enabling any webmaster to
display RSS feeds on their sites using some JavaScript code.
It hosts the desired RSS feeds on their servers for you, caches them,
and returns the data in either JSON or XML format for you to utilize.
All that's left is for you to use some JavaScript to parse this data and
output it on your page. more...




0 comments:
Post a Comment