Forum Moderators: open
i am having a website
<snip>. day before yesterday i made a RSS feed and upload it in my website. its path is <snip> this is first time i made a feed, i did it with some software. problem is this, i had updated the webpage 5-6 times after that.. but in feed reader it is not displaying any change. Plz check whether there's prob in feed..? or i m missing something. i had studied from somewhere that in header we have to add this line "<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.example.com/rss.xml">" i have also done this.. but still now working
plz guide
[edited by: bill at 10:40 am (utc) on Feb. 28, 2009]
[edit reason] No links to personal sites or examples allowed [/edit]
Does your feed validate [validator.w3.org]?
it gave me a xml file as output and i uploaded that in my website.
i don't know i have to update it or not.. plz let me know how to check it.
also after getting ur reply i checked my feed in some online validator site, and got following error:
Missing atom:link with rel="self"
</channel>
Plz let me konw, wat should be the further step.
i don't know i have to update it or not
also after getting ur reply i checked my feed in some online validator site, and got following error:
Missing atom:link with rel="self"
</channel>
i will follow that link and remove the error from my feed. But the thing i want is.. whenever i change anything in my website it should be automatically reflected in the feed, without doin anythng to feed. Is it possible?or everytime i have to upldate my feed. if possible then how..(please if you can give steps to do) i need detailed procedure as i m new one to make feeds.
Thanks a lot.
but still it is not showing any update in the feed. Plz let me know the reason behind it. the new feed which i made is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>PC Tutor: A Complete guide to Learn Computers</title>
<link>http://www.example.com</link>
<description>Example.com is a comprehensive resource of categorized web development tutorials.
We intend to make it the richest online database of web development tutorials, including,
but not limited to, PHP and MySQL tutorials.Hello...Hello...Hello...Hello...</description>
<item>
<title>Course Details</title>
<link>http://www.example.com/course_details.php</link>
<description>Course Details, PHP course detail: Click here to get complete details of Free online course</description>
</item>
<item>
<title>What is PHP, and why do i need it?</title>
<link>http://www.example.com/php/phpc1p1.php</link>
<description>What is PHP, and why do we need it? Click here to learn more about PHP and its functions </description>
</item>
<item>
<title>What you need to get started with PHP</title>
<link>http://www.example.com/php/phpc1p2.php</link>
<description> Get started with PHP, Learn PHP. Easy A to Z guide which covers all contents of PHP description>
</item>
</channel>
</rss>
[edited by: bill at 8:37 am (utc) on Mar. 3, 2009]
[edit reason] Please use example.com instead of your own URL [/edit]