hey im new to web desgning and need a bit of help i was recently askd to add rss feeds to a site but as i am still learning about the whole code thing i didnt no how to do it my question is what is rss breifly and how do you add it to a site you have dcreated?
Have a read of http://en.wikipedia.org/wiki/RSS_(file_format) it is the Wikipedia artical about RSS. To add RSS feeds to a site you will need to learn RSS / XML to understand the structure and depending on what the information is you may need to write a server side script to generate the feed. Read up on the following http://www.w3schools.com/rss/default.asp it will give you a quick introduction into RSS and structure.