I am a new developer, and really want to understand what RSS is.

Any information would be appreciated.

link|improve this question
4  
Are you also new to spelling and Googling? – Matthew Flaschen May 31 '10 at 4:53
5  
you put more effort into creating a new account in StackOverflow in order to ask this question, then you would have if you had gone to Google and typed "RSS" "wikipedia" – Chase Florell May 31 '10 at 4:53
1  
@Matt "wat" is hysterical, everyone knows this, or so they keep telling me. Why spell things correctly? – Michael Mrozek May 31 '10 at 4:54
2  
Closed as not a real question? I don't think so... I'm voting to reopen - it's a perfectly legitimate question. – George Edison May 31 '10 at 5:10
1  
I'd vote to re-open but I don't have enough rep. Anyone else wanna use a vote? – Chase Florell May 31 '10 at 5:13
show 8 more comments
feedback

closed as not a real question by Matthew Flaschen, Chris Farmer, missingfaktor, Mauricio Scheffer, Jon Seigel May 31 '10 at 5:08

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

3 Answers

RSS is "Really Simple Syndication"

http://en.wikipedia.org/wiki/RSS

link|improve this answer
feedback

RSS is a format for publishing data that is frequently added to, such that RSS readers can pull the changes and display them. For example, Stack Overflow offers RSS feeds of each tag, so you can subscribe to a tag's feed using any RSS reader, and when new questions are posted in that tag the RSS feed will be updated, and the RSS reader will show the new posts. Blog packages frequently offer RSS feeds, so a reader can show new posts automatically

link|improve this answer
Thank you bhai(Brother) – user353433 May 31 '10 at 6:35
feedback

Further to

RSS is a way that allows people to connect to your site and recieve updated content via something like IE or SharpReader without the need to open the browser and go to your site.

Readers will track which content you have already seen and which you have not and mark them as read and unread as required.

think of it as an inbox for content without the ability to reply.

the problem with rss is that you need to store the content in an xml file and if the content changes then you need to change your rss file and readers may not pick up the change.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.