How can i create Dynamic RSS for my Site? Is there any software to create it or any thing which can elp me in creating it?
Don't know what you mean by dynamic, but if you use WP you can use WP-O-Matic plug in or a widget in Blogger to get feeds too. Hope that helps Ruben
there is a bunch of SW out there the easiest is you have a look at some of them and decide which one you love most a google for how to create rss and another google howto rss will give you a wide selection of tutorials, tools and SW on the market. many of them Open Source = free
RSS files use the XML language. An XML file contains the information (Title, Description and Link URL) Here is all you need to create an RSS file: -Title -Description -Link
Encode it in PHP. If you must have an XML or RSS extension, you can modify .htaccess with an AddHandler. It works nicely on my site. See: http://www.blog-stalk.com/recent.xml
Thanks for this I am also seeking this kind of information since I don't know how to put RSS on my pure HTML static site. Any easy way to do that?