I have a friend at work whose daughter is going
to school. Her assignment is to set up a RSS Feed.
We are clueless as to how to do this. Help! How
is this done?
Thanks.
RSS Feed. How is this done?
hi.
create an rss document. (* BY OPENING NOTEPAD AND SAVING AS .RSS AND NOT .TXT *)
add this code:
%26lt;?xml version="1.0" encoding="ISO-8859-1" ?%26gt;
%26lt;rss version="2.0"%26gt;
%26lt;channel%26gt;
%26lt;title%26gt;My RSS Feed - Welcome!%26lt;/title%26gt;
%26lt;link%26gt;%26lt;/link%26gt;http://www.your-awesome-website-here.com...
%26lt;description%26gt;Check out my awesome website?%26lt;/description%26gt;
%26lt;item%26gt;
%26lt;title%26gt;Support some independent game programmers! ;-)%26lt;/title%26gt;
%26lt;link%26gt;%26lt;/link%26gt;http://www.caedmongames.com%26lt;/link%26gt;
%26lt;description%26gt;Game Design%26lt;/description%26gt;
%26lt;/item%26gt;
%26lt;/channel%26gt;
%26lt;/rss%26gt;
im sure you know the basic html stuff. once you got that page made with the code inserted upload it to your server, and provide a link back to yourfilename.RSS
Reply:no problem. glad you figured it out Report It
Reply:is she trying to create an rss feed or use an existing one. I use google reader, but I think yahoo reader allows you to do this too. I like google reader because you can embed your rss feeds in web pages and do other cool stuff like see them on your phone. If she wants to create an rss feed, its more complex.
No comments:
Post a Comment