<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RSS4Results.com&#187; firefox</title>
	<atom:link href="http://rss4results.com/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://rss4results.com</link>
	<description>All about using and publishing RSS Feeds</description>
	<lastBuildDate>Sun, 09 Dec 2007 03:56:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is RSS Auto-discovery?</title>
		<link>http://rss4results.com/publishing/autodiscovery</link>
		<comments>http://rss4results.com/publishing/autodiscovery#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>nigelb</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[auto discovery]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[location bar]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Your site has an RSS feed, right? If so you&#8217;ll have some form of link to the feed on your page. But you can go one step further with auto-discovery.

Adding a RSS feed auto-discovery to your web site is essentially a usability feature. It allows modern browsers capable of RSS auto discovery such as Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Your site has an <span class="caps">RSS </span>feed, right? If so you&#8217;ll have some form of link to the feed on your page. But you can go one step further with auto-discovery.</p>

<p>Adding a <span class="caps">RSS </span>feed auto-discovery to your web site is essentially a usability feature. It allows modern browsers capable of <span class="caps">RSS </span>auto discovery such as Firefox or Safari, and the next version of Internet Explorer, to display a nice <span class="caps">RSS </span>icon <span class="caps">RSS.</span> Your visitors can then click on the icon to subscribe to the site&#8217;s <span class="caps">RSS </span>feed within the browsers.</p>

<p>In addition, various <span class="caps">RSS </span>tools such as <a href="http://rssforward.net/"  class="alinks_links" onMouseover="window.status='Search here'; return true" onMouseout="window.status=''" onclick="return alinks_click(this);" title="Get your RSS Feeds direct to your email inbox"  style="padding-right: 13px; background: url(http://rss4results.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external"><span class="caps">RSS</span>:Forward</a>, can use the auto-discovery feature of your site to easily find the <span class="caps">URL </span>of your feed.</p>

<p><span id="more-1"></span></p>

<h3>Does my site have auto-discovery enabled?</h3>

<p>The easiest way to see if your site already has auto-discovery enables is to surf to your home page using a suitable browser. Depending on the specific version of the browser, you will see an icon in either the status bar or location bar&#8195;similar to what you see below.</p>

<h3>How to enable auto-discovery</h3>

<p>All you need to do is add the following line of code to the <code>&lt;head&gt;</code> section of your page or template.</p>


<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot;
title=&quot;YOUR_RSS_FEED_TITLE_HERE&quot;
href=&quot;YOUR_RSS_FEED_URL_HERE&quot; /&gt;</pre></div></div>




<p> </p>


<ul>
<li>Obviously replace the portion of the above code to include your own feed title and <span class="caps">URL.</span></li>
<li>If the <span class="caps">RSS </span>your web site publishes is in a different format, you will need to change the type as well. For example, <span class="caps">ATOM </span>feeds&#8217; type should be set to <code>type=&quot;application/atom+xml&quot;</code></li>
<li>Lastly if you publish multiple feeds, you can just add as many link tags as needed. </li>
</ul>



<p>And you&#8217;re done. Now load your web site in Firefox or Safari and you should see a <span class="caps">RSS </span>feed icon in the address bar like this:</p>

<p><a href='http://rss4results.com/wp-content/uploads/2007/05/addressbar1.png' title='Addressbar'><img src='http://rss4results.com/wp-content/uploads/2007/05/addressbar1.png' alt='Addressbar' /></a></p>

<h3>Action plan</h3>

<p>If you are your own webmaster, plan to add this snippet of code to your site as soon as possible. Otherwise, send a link to this article to your webmaster requesting that he or she adds auto-discovery to your site.</head></p>]]></content:encoded>
			<wfw:commentRss>http://rss4results.com/publishing/autodiscovery/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
