Nov 252008
RSS important, why? RSS is a brief news updates from the web, its also can increase trafic web. ups… no theory, sorry ….
now I explain how to create rss that detected by browser.
1. paste html code between <head> .. </ head>
the code is:
<link rel="alternate" type="application/rss+xml" title="your rss feed name" href="your rss feed url" />
and see in the browser after the url, rss icon is appear. if you click on the icon, then you will go to your web page rss.

