<< < 1 2 3 4 >   ∑:80  Sort:Date

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, ∼2393🔥, 0💬

Create "Add to My Yahoo" Button
How To Create an "Add to My Yahoo" Button on Your Website? If you want to create an "Add to My Yahoo" button your own Web site, you can follow this tutorial: 1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file is generated dynamically, take the URL ...
2017-09-24, ∼2391🔥, 0💬

Atom "feed/id" Element
What is the Atom "feed/id" element? How To Generate a "feed/id" element? The &lt;id&gt; element is a required sub-element of the &lt;feed&gt; element. The Atom specification requires that you provide a universally unique identifier for each of your feeds. So how to make this identifi...
2017-12-09, ∼2390🔥, 0💬

Link Atom Feed to Web Pages
How To Link Atom Feed to Web Pages to Tell Web Browsers That Your Web Pages Have Atom Feeds? One way to tell Web browsers that your Web pages have Atom Feed files is to add a "link" tag in the header section of your Web pages. The "link" tag defines a "link" element with 4 attributes: rel="alternate...
2017-12-13, ∼2386🔥, 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, ∼2385🔥, 0💬

Install Atom Feed on Website
How To Install Atom Feed on Website to Tell Visitors That You Have Atom Syndication Feeds? There are several ways you can tell your visitors that you have Atom syndication feeds available on your Web site: Showing your syndication feed URLs as hyper links with the Atom syndication icon. Adding a &am...
2017-12-13, ∼2369🔥, 0💬

Atom Feed Files Are XML Documents
Are Atom Feed Files XML Documents? Yes. Atom feed files are XML (eXtensible Markup Language) documents. Atom feed files must be well-formed XML documents, respecting the following XML rules. The first line must be the "xml" processing instruction with "version" and "encoding" attributes. There must ...
2017-12-09, ∼2364🔥, 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, ∼2352🔥, 0💬

Atom "feed/author" Element
What is the Atom "feed/author" element? How To Generate a "feed/author" element? The &lt;author&gt; element is not a required sub-element of the &lt;feed&gt; element. However, it is required to have a feed author element, if one of the feed entries does not have an author element. Th...
2017-11-29, ∼2341🔥, 0💬

Create "Add to Bloglines" Button
How To Create an "Add to Bloglines" Button on Your Website? If you want to create an "Add to Bloglines" button your own Web site, you can follow this tutorial: 1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file is generated dynamically, take the UR...
2017-09-24, ∼2339🔥, 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, ∼2323🔥, 0💬

Atom "feed/entry/summary" Element
What is the Atom "feed/entry/summary" element? How To Generate a "feed/entry/summary" element? The &lt;summary&gt; element is not a required sub-element of the &lt;entry&gt; element. But it is strongly recommended that you provide a summary element for each of your feed entries. You ...
2017-11-25, ∼2315🔥, 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, ∼2312🔥, 0💬

Create "Add to Google Reader" Button
How To Create an "Add to Google Reader" Button on Your Website? If you want to create an "Add to Google Reader" button your own Web site, you can follow this tutorial: 1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file is generated dynamically, tak...
2017-09-24, ∼2306🔥, 0💬

Atom "feed/entry/title" Element
What is the Atom "feed/entry/title" element? How To Generate a "feed/entry/title" element? The &lt;title&gt; element is a required sub-element of the &lt;entry&gt; element. The title element should contain a short but human readable title of the feed entry. You should follow the same...
2017-11-25, ∼2294🔥, 0💬

Create "Add to Netvibes" Button
How To Create an "Add to Netvibes" Button on Your Website? If you want to create an "Add to Netvibes" button your own Web site, you can follow this tutorial: 1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file is generated dynamically, take the URL ...
2017-09-24, ∼2285🔥, 0💬

Introduction of RSS
Where to find tutorials in understanding what is RSS? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in understanding what is RSS. What Is RSS (Rich Site Summary) What Is the Relation between RSS and XML Versions of RSS Specifications Real RSS XM...
2018-01-08, ∼2280🔥, 0💬

Icon for Atom Syndication
What Is the Icon for Atom Syndication? The Web browser and Website syndication industry has adopted a standard icon to identify Atom syndicated content as shown below: Atom Syndication Feed Icon   ⇒ MIME Type Definition for Atom Files ⇐ Real Atom XML Examples ⇑ Introduction of Atom ⇑⇑ RSS FAQ and ...
2017-12-21, ∼2280🔥, 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, ∼2279🔥, 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, ∼2250🔥, 0💬

Atom "feed/title" Element
What is the Atom "feed/title" element? How To Generate a "feed/title" element? The &lt;title&gt; element is a required sub-element of the &lt;feed&gt; element. The title element should contain a short but human readable title of the feed document. You should follow the same rules on ...
2017-12-09, ∼2246🔥, 0💬

Create "Add to NewsGator" Button
How To Create an "Add to NewsGator" Button on Your Website? If you want to create an "Add to NewsGator" button your own Web site, you can follow this tutorial: 1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file is generated dynamically, take the UR...
2017-12-26, ∼2217🔥, 0💬

Atom "feed/updated" Element
What is the Atom "feed/updated" element? How To Generate a "feed/updated" element? The &lt;updated&gt; element is a required sub-element of the &lt;feed&gt; element. The Atom specification requires that you provide a data and a time of when this feed was updated. There is no problem ...
2017-11-29, ∼2217🔥, 0💬

Firefox "live bookmark" Icon
What is the Firefox "live bookmark" Icon When it displays a Web Page that Has Atom Feeds? When you use a Firefox browser (older version) visiting a Web page that has an Atom feed define, Firefox will display a "live bookmark" icon in the status bar. You can click the "live bookmark" to add the Atom ...
2017-12-13, ∼2188🔥, 0💬

<< < 1 2 3 4 >   ∑:80  Sort:Date