Search
Recommended Sites
Related Links






Valid XHTML 1.0 Transitional

Valid CSS!
   

Informative Articles

A must-know about computer and internet glossary
Computer-related things tend to have a language all their own. While you do not need to know all of it, there are many confusing words and phrases that you are going to come across sooner or later. Bandwidth. Bandwidth is the amount of data...

DESIGNING WITH STYLE
One important aspect of good design is to give your site a theme and coherence. A great deal of this can be done using a stylesheet. Using stylesheets is not difficult. In fact it makes the task of designing a website that much easier. However...

Frames and Search Engines
When it comes to framed sites and the effect that the use of frames by a site has on its search engine ranking, there are two schools of thought. Some people say that framed sites, if done properly, have no problems in getting good rankings in...

How To Design Your Web Site With CSS
Cascading Style Sheets (CSS) allows you to create fast loading pages, increase your search engine rankings, and modify your whole site with one style sheet. So why don't more people use them? This is because they got so used to html design and are...

.Htaccess
A .htaccess file is a file that works on Apache and other NCSA-compliant webservers. The name is actually a bit of a misnomer due to the fact that hyper-text access is only a small function of what it's capabilities are. The .htaccess file...

 
How to create RSS feeds easily - with this simple guide !

Creating Rss feeds is easy !

Follow these simple steps to create feeds of your site.


1) Decide which page(s) you want to use as feed. Usually such pages qualify which contain the latest updates on product or service information of that site. Remember that requirements vary from site to site. Decide your own feed carefully.


2)Open notepad and write down the following lines:

<?xml version="1.0">

<rss version="2.0">

<channel>

<title>[channel title]</title>

<description>[channel description]</description>

<link>[channel link]</link>

<item>

<title>[item title]</title>

<description>[item description]</description>

<link>[item link]</link>

</item>

[more items here]


</channel>

</rss>


3.Replace [channel title] with your site title.

4.Replace [channel description] with your site description.

5.Replace [channel link] with your site url.

6.Replace [item title] with the title of the page you want to show up as feed .

7. Replace [item description] with description of that item page.

8. Replace [item link] with the url of the item page.

9. Repeat steps 6 to 8 to create multiple items for your feed and replace [more items here].


Save the file with extension .rss or .xml (there are other extensions also , but for beginners it is best to keep it simple)

Now use this tool to verify that your feed is ok to use. Once it is verified to be ok , upload the file to your server. Thats it !
You are now ready to distribute your content to anyone who thinks it worthy !! Lakhya Phukan is the webmaster of Hedir Web DirectoryJoin Hedir Forum to discuss RSS and other internet marketing issues. Do you have a website ? Submit your site to Hedir Web Directory. Note: A fuller version of this article is available at http://www.hedir.com/groupthink/about40.html

Sign up for PayPal and start accepting credit card payments instantly.