<< < 1 2 3 4 >   Sort: Rank

RSS "channel" Element
What is the RSS "channel" element? The RSS "channel" element presents a group of RSS feed items generated by the same producer. The RSS "channel" element contains the following sub elements. title - REQUIRED. The name of your Website, if you are producing this RSS feed. For example: &lt;title&am...
2017-11-11, 1611🔥, 0💬

RSS "channel/item" Element
What is the RSS "channel/item" element? The RSS "channel/item" element is an optional sub element of the "channel" element to specify a news item of this RSS feed. The RSS "channel/item" element contains the following sub elements. title - REQUIRED, if "description" is not specified. The title of th...
2017-11-11, 1531🔥, 0💬

RSS "channel/image" Element
What is the RSS "channel/image" element? The RSS "channel/image" element is an optional sub element of the "channel" element to specify a GIF, JPEG or PNG image that can be displayed with the channel. The RSS "channel/image" element contains the following sub elements. url - REQUIRED. The URL of a G...
2017-11-11, 1442🔥, 0💬

RSS Document Structure
What Is the RSS Document Structure? An RSS 2.0 Document is an XML document with the following structure: &lt;rss version="2.0"&gt; &lt;channel&gt; &lt;title&gt;...&l t;/title&gt;&lt;link&gt;...&lt ;/link&gt;&lt;description&gt;... &lt;/descri...
2017-11-11, 1442🔥, 0💬

RSS 2.0 XML Schema at codeplex.com
Where Can I get a copy of the RSS XML Schema? RSS XML Schema is an XML Schema that defines how an RSS XML document should be generated. If you are interested to know how to use an RSS XML Schema to generate RSS XML documents in C# language, you can look at the source code of "RSS 2.0 Schema" project...
2017-11-05, 2919🔥, 0💬

HTML Tags in RSS "channel/item/description"
How to enter HTML Tags in RSS "channel/item/description"? In most cases, the "channel/item/description" XML element should contain a text string describing the RSS feed item without HTML tags. But sometimes, you would like to include HTML tags in the "channel/item/description" XML element, to provid...
2017-11-05, 2768🔥, 0💬

Protect XML Special Characters in RSS Feeds
How to protect XML Special Characters in RSS Feeds? An RSS document is an XML document. And there 3 primary XML special characters you need to protect them, if you are using them in your RSS element contents: "&lt;" - Used to indicate the start of an XML element tag. It needs to be protected usi...
2017-11-05, 2483🔥, 0💬

Using RSS Tools
Where to find tutorials on Using RSS Tools? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using RSS Tools: RSS Online Validator at w3.org RSS Validation Errors at w3.org View RSS Feeds with IE (Internet Explorer) Subscribe to RSS Feeds with I...
2017-11-05, 1461🔥, 0💬

View RSS Feeds with Chrome Extension
How to View RSS Feeds with Google Chrome? I have the "RSS Subscription Extension" installed. If you have the "RSS Subscription Extension" installed. you can follow this tutorial to view RSS Feeds: 1. Launch Google Chrome 60. 2. Enter the following in the URL input box: http://dev.fyicenter.com/rss_x ...
2017-11-02, 2055🔥, 0💬

View RSS Feeds with Mozilla Firefox
How to View RSS Feeds with Mozilla Firefox? If you want to view RSS Feeds with Mozilla Firefox, you can follow this tutorial: 1. Launch Mozilla Firefox 55. 2. Enter the following in the URL input box: http://dev.fyicenter.com/rss_x ml.php3. Press "Enter" key. You see the RSS feed items displayed in ...
2017-11-02, 1691🔥, 0💬

Introduction of Atom
Where to find tutorials in understanding what is Atom? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in understanding what is Atom. What Is Atom Syndication Format Real Atom XML Examples Icon for Atom Syndication MIME Type Definition for Atom Fi...
2017-11-02, 1605🔥, 0💬

What Is Atom Syndication Format
What Is RSS Syndication Format? Atom Syndication Format is a type of Web syndication or feed in XML format which allows users to access updates of a Website in a standardized format. The Atom Syndication Format was issued as a Proposed Standard in IETF RFC 4287 in December 2005 . Atom feeds are comp...
2017-11-02, 1546🔥, 0💬

Download Atom Specification - RFC 4287
How to download Atom Specification - RFC 4287? You can follow this tutorial to download Atom specification - RFC 4287: 1. Go to RFC 4287 - The Atom Syndication Format page. 2. Use the browser "Save As" function to save a copy to your computer.   ⇒ Differences between RSS 2.0 and Atom 1.0 ⇐ Firefox ...
2017-11-02, 1487🔥, 0💬

RSS Validation Errors at w3.org
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.org will detect the errors and provide information to help you to resolve them as shown in this tutorial: 1. Go to Feed Validation Service at w3.org . 2. Click the "Validate by Direct Input" tab. You se...
2017-10-16, 3400🔥, 0💬

View RSS Feeds with IE (Internet Explorer)
How to View RSS Feeds with IE (Internet Explorer)? If you want to view RSS Feeds with IE (Internet Explorer), you can follow this tutorial: 1. Launch IE (Internet Explorer) 11. 2. Enter the following in the URL input box: http://dev.fyicenter.com/rss_x ml.php3. Press "Enter" key. You see the RSS fee...
2017-10-16, 2155🔥, 0💬

Google Chrome Showing RSS Feeds as XML
Why is Google Chrome Showing RSS Feeds as XML? Google Chrome is showing RSS Feeds as XML, because it has stopped the support of formatted viewing of RSS feeds by default. Follow this tutorial to see this behavior: 1. Launch Google Chrome 60. 2. Enter the following in the URL input box: http://dev.fy...
2017-10-16, 2035🔥, 0💬

Install RSS Subscription Extension for Chrome
How to Install RSS Subscription Extension for Chrome? RSS Subscription Extension for Chrome auto-detects RSS feeds on the page you are reading and upon finding one will display an RSS icon in the Omnibox, allowing you to click on it to preview the feed content and subscribe. If you want to install R...
2017-10-16, 1493🔥, 0💬

What Is RSS and Atom Aggregator
What Is an RSS and Atom Aggregator? A RSS aggregator, also called RSS reader, is software application that allows you to subscribe to many RSS or Atom feeds from various sources and read them in one place. A RSS aggregator usually provides a big list of RSS feeds from popular news providers. But it ...
2017-10-08, 1556🔥, 0💬

RSS and Atom Aggregator on Windows
What Is an RSS and Atom Aggregator on Windows? A Windows RSS aggregator is a special RSS aggregator that you have download and install it on your Windows computer. Examples of Windows RSS aggregators are: FeedReader - A free open-source desktop aggregator that supports RSS and Atom formats. FeedRead...
2017-10-08, 1440🔥, 0💬

RSS and Atom Readers and Aggregators
Where to find tutorials on RSS and Atom Readers and Aggregators? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on RSS and Atom Readers and Aggregators: What Is RSS and Atom Aggregator RSS and Atom Aggregator on Windows RSS and Atom Aggregator - ...
2017-10-08, 1437🔥, 0💬

RSS and Atom Aggregator - FeedReader
What Is RSS and Atom Aggregator, FeedReader? Feedreader is a free lightweight aggregator that supports RSS and ATOM formats. FeedReader runs on Windows systems. Feedreader's functionality is focused on the main task - reading and organizing RSS feeds and offering seamless user experience. Feedreader...
2017-10-08, 1339🔥, 0💬

RSS and Atom Aggregator - BlogBridge
What Is RSS and Atom Aggregator, BlogBridge? Blogbridge is a free open source and multi-platform desktop RSS reader. BlogBridge is a blog, feed and RSS aggregator for "info-junkies." While there are other aggregators out there, BlogBridge is designed for people who are required to follow lots of fee...
2017-10-08, 1315🔥, 0💬

Online RSS and Atom Aggregators
What are Online RSS and Atom Aggregators? An online RSS aggregator is a Website that serves you as a RSS aggregator. Once you have registered an online RSS aggregator, you can access it from any computer on the Internet. Examples of online RSS aggregators are: Google Reader - http://reader.google.co...
2017-09-28, 1514🔥, 0💬

RSS and Atom Aggregator - Liferea
What Is RSS and Atom Aggregator, Liferea? Liferea is an aggregator for online news feeds. There are many other news readers available, but these others are not available for Linux or require many extra libraries to be installed. Liferea tries to fill this gap by creating a fast, easy to use, easy to...
2017-09-28, 1513🔥, 0💬

<< < 1 2 3 4 >   Sort: Rank