Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is RSS (Really Simple Syndication)
What Is RSS (Really Simple Syndication)? - RSS FAQs - Introduction to RSS (Really Simple Syndication) Basics
✍: FYIcenter.com
RSS (Really Simple Syndication) is technology that can be used on Websites to syndicate and distribute frequently updated content via news aggregators.
Syndication benefits both users and publishers by helping users consume more information instead of visiting multiple web sites to see what's new, users can scan headlines or article summaries and click to read the full text. Some publishers also make their entire content (whether full-text or audio/video) available for users to access via RSS and view in other applications. It's "really simple" for publishers to make content available in this format.
RSS is also a special XML based language used to create RSS files on Websites that contains headlines or summaries of news, or site contents to allow news aggregators to fetch and redistribute.
2007-05-12, 5389👍, 0💬
Popular Posts:
Can you explain the fundamentals of “GetGlobalResourceObject ”and “GetLocalResourceObject” function...
WHat will be the result of the following code? #define TRUE 0 // some code while (TRUE) { // some co...
Enable ASP.NET polling using “web.config” file Now that all our database side is configured in order...
How do we host a WCF service in IIS? Note: - The best to know how to host a WCF in IIS is by doing a...
What is normalization? What are different types of normalization? It is set of rules that have been ...