<?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"
	>

<channel>
	<title>Blog Tipz &#187; RSS and Subscriptions</title>
	<atom:link href="http://blogtipz.com/category/rss-and-subscriptions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogtipz.com</link>
	<description>BlogTipz.com is a resource for bloggers featuring blog design tips, blogging-related news, resources, and other tips.  Our main goal is to help you build a better blog through our resources.</description>
	<pubDate>Thu, 28 Aug 2008 04:05:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Converting a Site&#8217;s Content to RSS Feed</title>
		<link>http://blogtipz.com/2008/08/01/converting-a-sites-content-to-rss-feed/</link>
		<comments>http://blogtipz.com/2008/08/01/converting-a-sites-content-to-rss-feed/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 04:31:55 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[Tools and Services for Bloggers]]></category>

		<guid isPermaLink="false">http://blogtipz.com/?p=1012</guid>
		<description><![CDATA[Although many browsers and blog platforms automatically create feeds for your content, sometimes the feed becomes damaged or you simply want to create a feed for a site that doesn&#8217;t have one. &#160;HTML scraping, or the process of extracting data from the websites allows you to create feeds from nearly any website. &#160;The feeds are [...]]]></description>
			<content:encoded><![CDATA[<p>Although many browsers and blog platforms automatically create feeds for your content, sometimes the feed becomes damaged or you simply want to create a feed for a site that doesn&#8217;t have one. &nbsp;HTML scraping, or the process of extracting data from the websites allows you to create feeds from nearly any website. &nbsp;The feeds are then free to use for your personal use, to keep up-to-date with any website.</p>
<p>This post provides several ways to manage, maintain, and organize your feeds, as well as ways to create feeds for any website.</p>
<p><span id="more-1012"></span>&nbsp;</p>
<h3><span style="text-decoration: underline;">Manually Installing or Configuring Feeds on Popular Blog Software</span></h3>
<h3><strong>Blogger</strong></h3>
<p><em>To redirect a feed</em><strong>,</strong>&nbsp;go into the Settings | Site Feed tab of your blog, then input your FeedBurner or other feed URL into the text box next to the &#8220;Feed Direction&#8221; area. &nbsp;Finally, click Save Settings and your content/RSS feed will be redirected from your Blogger address to the one you have inserted.</p>
<p>You are also able to provide different configurations of your feed under this tab, including Full, Short, or No feeds for blog posts, blog comments, and per-post comment feeds. &nbsp;These are found by selecting the Advanced Mode, in which you may also input a feed footer.</p>
<p><strong>Adding a Feed to Blogger (Template Tags)</strong>:</p>
<p>To add a feed to the sidebar or any other location of your site, refer to <a href="http://help.blogger.com/bin/answer.py?answer=42663&amp;topic=12455" rel="nofollow" >this page</a> in the Blogger Help area.</p>
<p><strong>Full Site Feed Address</strong>:</p>
<p>Atom 1.0: http://blogname.blogspot.com/feeds/posts/default<br />
RSS 2.0: http://blogname.blogspot.com/feeds/posts/default?alt=rss</p>
<p><strong>Comments-only Feed</strong>:</p>
<p>Atom 1.0: http://blogname.blogspot.com/feeds/comments/default<br />
RSS 2.0: http://blogname.blogspot.com/feeds/comments/default?alt=rss</p>
<p><strong>Label-specific&nbsp;Site Feed</strong>:</p>
<p>Atom 1.0: http://blogname.blogspot.com/feeds/comments/default/-/labelname<br />
RSS 2.0: http://blogname.blogspot.com/feeds/comments/default?alt=rss/-/labelname</p>
<p><strong>Individual Post Comment Feed</strong>:</p>
<p>Atom 1.0: http://blogname.blogspot.com/feeds/postId/comments/default<br />
RSS 2.0: http://blogname.blogspot.com/feeds/postId/comments/default?alt=rss</p>
<h3>Drupal</h3>
<p>Setting up Drupal feeds is easy with <a href="http://community.contractwebdevelopment.com/setting-drupal-rss-feeds" rel="nofollow" >this guide</a> on how to migrate your content to FeedBurner for redirection.</p>
<h3>WordPress</h3>
<p>Instructions for setting up, changing addresses, and managing your WordPress feeds can be found within the <a href="http://codex.wordpress.org/WordPress_Feeds" rel="nofollow" >WordPress Codex</a>.</p>
<p><strong>Default WordPress Feeds</strong>:</p>
<p>RDF/RSS 1.0 feed - [sourcecode language='php']http://blogtipz.com/feed/rdf/[/sourcecode]<br />
RSS 0.92 feed - [sourcecode language='php']http://blogtipz.com/feed/rss/[/sourcecode]<br />
RSS 2.0 feed - [sourcecode language='php']http://blogtipz.com/feed/[/sourcecode]<br />
Atom feed - [sourcecode language='php']http://blogtipz.com/feed/atom/[/sourcecode]<br />
Comments RSS 2.0 feed - [sourcecode language='php']http://blogtipz.com/comments/feed/[/sourcecode]</p>
<p><strong>Feed URL Locations</strong>:</p>
<p><em>Files</em></p>
<pre>http://example.com/wp-rss.php
http://example.com/wp-rss2.php
http://example.com/wp-rdf.php
http://example.com/wp-atom.php</pre>
<p><em>Addresses</em></p>
<pre>http://example.com/?feed=rss
http://example.com/?feed=rss2
http://example.com/?feed=rdf
http://example.com/?feed=atom</pre>
<p><em>Custom Permalink Addresses</em></p>
<pre>http://example.com/?feed=rss
http://example.com/?feed=rss2
http://example.com/?feed=rdf
http://example.com/?feed=atom</pre>
<p><em>Custom Category Feed Addresses</em></p>
<pre>http://example.com/wp-rss2.php?cat=42
or
http://example.com/category/categoryname/feed</pre>
<h3>Movable Type</h3>
<p>RSS Template guides for Movable Type can be found <a href="http://www.movabletype.org/documentation/appendices/default-templates.html" rel="nofollow" >here</a>.</p>
<h3><span style="text-decoration: underline;">20+ Services and Pieces of Software for Converting HTML/Content to RSS Feeds</span></h3>
<p>Services that require a subscription or had websites that appeared to be promoting the product as trial ware were not added to the list. &nbsp;These services and products can be used for free or with an account.</p>
<p>1.  <a href="http://www3.feed43.com/" rel="nofollow" >Feed 43 (Feed For Free)</a> - Allows you to convert any web page to an RSS feed on the fly. &nbsp;Feeds created by the service are supported in several popular browsers, and there are also paid options available for creating paid feeds and taking advantage of more features. &nbsp;As an account is required to use the service, it may be worthwhile to note that the paid services ($29, $49, $89/year) support an increased feed update interval, don&#8217;t have a &#8216;Delivered by Feed43 service&#8221; tagline, support a higher number of news items per feed, and have a higher search pattern complexity.</p>
<p><a href="http://www3.feed43.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1013" title="Feed43" src="http://blogtipz.com/images/2008/08/feed43-screenshot.jpg" alt="Feed43" width="450" height="280" /></a></p>
<p>The procedure of setting up a feed is quite simple:</p>
<ol>
<li>Find a web page with the content that interests you.</li>
<li>Create a new feed with your account, which will point to that web page.</li>
<li>Define search patterns and output templates in feed parameters for this feed, and get the link to your feed.</li>
<li>Subscribe to this feed or share it with others.</li>
<li>You can also protect the feed with a password.</li>
</ol>
<div>2. <a href="http://www.dapper.net/" rel="nofollow" >Dapper</a> - (The Data Mapper) allows you to get any content from the web, providing more traffic to your website by licensing and distributing your content. &nbsp;it allows you to create a content feed from any website, then convert it to a Dapp XML, RSS Feed, Google gadget, Netvibes Module, Google Map, iCalendar, or Image Loop. &nbsp;You can even take content from other RSS feeds to convert it into those formats. &nbsp;The main benefit of creating a Dapp is that you can collect sample pages, content, and save feeds for viewing later. &nbsp;<a href="http://www.dapper.net/dapperDemo/" rel="nofollow" >View a video demo</a> of how to create an RSS feed using the service.<a href="http://www.dapper.net/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1016" title="Dapper" src="http://blogtipz.com/images/2008/08/dapper-screenshot.jpg" alt="" width="450" height="280" /></a></div>
<p>3. <a href="http://www.rssfeedgenerate.com/" rel="nofollow" >Feed Generate</a> - This site generates RSS feeds for any URL with text links. &nbsp;It claims it is perfect for online stores that cannot&nbsp;generate&nbsp;RSS feeds for new items. &nbsp;One of the only caveats of the service is that it is ad-supported, otherwise it is $8.95 a month (quite a hefty price) for a simple service.</p>
<p><a href="http://www.rssfeedgenerate.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1020" title="Feed Generate" src="http://blogtipz.com/images/2008/08/feed-generate-screenshot.jpg" alt="Feed Generate" width="450" height="280" /></a></p>
<p>4. <a href="http://www.feedfire.com/site/index.html" rel="nofollow" >FeedFire</a> - For free, FeedFire allows you to generate feeds for any site without any technical knowledge. &nbsp;It can convert any website into a fully formed and coded RSS feed. &nbsp;Requires a registration to begin creating feeds.<a href="http://www.feedfire.com/site/index.html" rel="nofollow" ><img class="aligncenter size-medium wp-image-1021" title="FeedFire" src="http://blogtipz.com/images/2008/08/feedfire-screenshot.jpg" alt="FeedFire" width="450" height="280" /></a></p>
<p>5. <a href="http://feedity.com/" rel="nofollow" >Feedity</a> - Enables anyone to create an RSS feed for any website for free. &nbsp;You can track website changes in real-time, pull content for mashups, publish feeds on your website, and combine and aggregate multiple RSS feeds. &nbsp;An API is coming soon and several features have recently been added to the service (<a href="http://blog.feedity.com/" rel="nofollow" >Blog</a>). &nbsp;Plans range from free (w/ or w/o account) to Premium ($39/year) to Pro ($369/year) with more feeds, items per feeds, no ads, an increased feed update interval, feed aggregation, and redundancy. &nbsp;<a href="http://feedity.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1023" title="Feedity" src="http://blogtipz.com/images/2008/08/feedity-screenshot.jpg" alt="" width="450" height="276" /></a>6. <a href="http://www.feedwhip.com/" rel="nofollow" >Feedwhip</a> - &#8220;The easiest way to create RSS feeds and get email updates for your favorite web sites.&#8221; &nbsp;No configuration is required - simply input the website address that you want to convert into an RSS feed. &nbsp;You can set specific times of the day to check for updates, filter out particular words or phrases, filter&nbsp;objectionable&nbsp;content, and generate a list of all the changes to a website for the past week. &nbsp;You may also create an account to manage your feeds.<a href="http://www.feedwhip.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1024" title="feedwhip-screenshot" src="http://blogtipz.com/images/2008/08/feedwhip-screenshot.jpg" alt="Feedwhip" width="450" height="280" /></a></p>
<p>7. <a href="http://www.feedyes.com/" rel="nofollow" >FeedYes</a> - Automatically generates feeds for any website on the web. &nbsp;You must register and log in if you want to manually create feeds or save them. &nbsp;FeedYes will work with nearly any website, except those that are built in frames, Flash, or using link text instead of contextual text.</p>
<p><a href="http://www.feedyes.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1025" title="FeedYes" src="http://blogtipz.com/images/2008/08/feedyes-screenshot.jpg" alt="FeedYes" width="450" height="276" /></a>8. <a href="http://www.ponyfish.com/" rel="nofollow" >Ponyfish RSS Feed Builder</a> - This service allows you to convert any site into an RSS feed. &nbsp;You simple point input a website address into the form, then follow a few steps to&nbsp;create&nbsp;a feed. &nbsp;Again, a variety of plans are available, ranging from free (w/ or w/o account) to Platinum at $60/year.<a href="http://www.ponyfish.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1026" title="Ponyfish RSS Feed Builder" src="http://blogtipz.com/images/2008/08/ponyfish-rss-feed-builder-screenshot.jpg" alt="PonyFish RSS Feed Builder" width="450" height="280" /></a></p>
<p>9. <a href="http://www.rapidfeeds.com/" rel="nofollow" >RapidFeeds</a> - Create RSS feeds, publish, import, and manage existing ones, update and schedule your feeds, broadcast your thoughts, and start podcasting with Rapid Feeds. &nbsp;There are many additional features, which would create a long list. &nbsp;To keep it shorter, you can also add a button so others can re-syndicate your feed, re-syndicate and display RSS and Atom feeds of your choice on your own website, and password protect your private and paid feeds. &nbsp;Read <a href="http://www.rapidfeeds.com/blog/" rel="nofollow" >their blog</a> for updates.<a href="http://www.rapidfeeds.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1027" title="RapidFeeds" src="http://blogtipz.com/images/2008/08/rapidfeeds-screenshot.jpg" alt="RapidFeeds" width="450" height="280" /></a></p>
<p>10. <a href="http://www.rss-to-javascript.com/" rel="nofollow" >RSS To JavaScript</a> - This tool allows you to republish your feed (RSS, RDF, or Atom) into any webpage, blog,or content management&nbsp;system. &nbsp;Various features include first time visitors, site news, latest updates/changes, and user registration for your feeds. &nbsp;There is also a tool to style the page/feed.<a href="http://www.rss-to-javascript.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1030" title="RSS To Javascript" src="http://blogtipz.com/images/2008/08/rss-to-javascript-screenshot.jpg" alt="RSS To JavaScript" width="450" height="280" /></a></p>
<p>11. <a href="http://www.rsspect.com/" rel="nofollow" >RSSPECT</a> - This tool makes syndication and RSS easy. &nbsp;They offer three kinds of feeds, so you can add a feed to anything you find online. &nbsp;No ads appear on any feeds, and more than half a million RSS entries have been managed by the service to date. &nbsp;A premium account is available for $2/month, providing a higher feed limit, more frequent automatic updates, and full customization.<a href="http://www.rsspect.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1031" title="RSSPECT" src="http://blogtipz.com/images/2008/08/rsspect-screenshot.jpg" alt="RSSPECT" width="450" height="270" /></a></p>
<p>12. <a href="http://www.feedcommander.com/" rel="nofollow" >Feed Commander</a> - A small tool to create a free RSS feed &#8220;in as little as 90 seconds.&#8221; &nbsp;You receive complete control over the RSS feed you display on your website and it is fully configurable. &nbsp;Two version of the tool are available - free and paid, but the free version requires a link back to their website at the footer of each post.<a href="http://www.feedcommander.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1032" title="Feed Commander" src="http://blogtipz.com/images/2008/08/feed-commander.jpg" alt="Feed Commander" width="450" height="280" /></a></p>
<p>13. <a href="http://www.feedroll.com/rssviewer/" rel="nofollow" >RSS Viewer</a> - A tool that simplifies the process of creating an RSS feed. &nbsp;You can manage and view RSS feeds or combine up to five of your favorite sites into one feed. &nbsp;The main negative aspect of the service is that it doesn&#8217;t allow you to use your own feeds (that I am aware of), instead major news sites.<a href="http://www.feedroll.com/rssviewer/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1033" title="RSS Viewer" src="http://blogtipz.com/images/2008/08/rss-viewer-screenshot.jpg" alt="RSS Viewer" width="450" height="280" /></a></p>
<p>14. <a href="http://www.feedpublish.com/" rel="nofollow" >FeedPublish</a>&nbsp;- Create your own RSS feed - update and distribute as many feeds as you&#8217;d like. &nbsp;The service is completely free, but requires an&nbsp;account. &nbsp;You can add channels and items, track statistics, and customize your feed using the powerful features. &nbsp;There is absolutely no software to download, as your feed is managed online.<a href="http://www.feedpublish.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1034" title="FeedPublish" src="http://blogtipz.com/images/2008/08/feedpublish-screenshot-450x273.jpg" alt="" width="450" height="273" /></a></p>
<p>15. <a href="http://www.coffeecup.com/news-flash/" rel="nofollow" >CoffeeCup RSS News Flash</a> - A trial-ware program (21 day trial, then $34.00 | Vista, XP, Media Center only) allows you to add your news to your website or news from other sites using Flash. &nbsp;You can add links to other pages, save space while improving the look of your site, and add styles to the feeds. &nbsp;<a href="http://www.coffeecup.com/news-flash/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1036" title="News Flash" src="http://blogtipz.com/images/2008/08/news-flash-screenshot.jpg" alt="CoffeeCup RSS News Flash" width="450" height="280" /></a></p>
<p>16. <a href="http://www.wotzwot.com/rssxl.php" rel="nofollow" >RSSxl</a> - A not-so-slick tool to generate an RSS 2.0 feed from nearly any webpage. &nbsp;The interface may not be the most advanced and eye pleasing, but does the job, although you may not use it for commercial use and you must also agree to a long list of terms (mostly standard).<a href="http://www.wotzwot.com/rssxl.php" rel="nofollow" ><img class="aligncenter size-medium wp-image-1037" title="RSSxl" src="http://blogtipz.com/images/2008/08/rssxl-screenshot.jpg" alt="RSSxl" width="450" height="280" /></a></p>
<p>17. <a href="http://rss.icerocket.com/" rel="nofollow" >Ice Rocket RSS Builder</a> - The IceRocket RSS Builder allows you to easily create RSS feeds for websites, making it easy to add topics, links, and content, then publish the feed to your web server with a single click. &nbsp;Free, but requires registration.<a href="http://rss.icerocket.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1038" title="Ice Rocket RSS Builder" src="http://blogtipz.com/images/2008/08/ice-rocket-rss-builder-screenshot.jpg" alt="Ice Rocket RSS Builder" width="450" height="276" /></a></p>
<p>18. <a href="http://www.baekdal.com/web2rss/" rel="nofollow" >Web2RSS</a> - Turn nearly any page into an RSS feed, and receive updates from the website, no matter how it is published. &nbsp;Using Regular Expressions, you can make the feed even more precise, otherwise this is a simple tool to use, considering that the main page only consists of two main steps.<a href="http://www.baekdal.com/web2rss/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1039" title="Web2RSS" src="http://blogtipz.com/images/2008/08/web2rss-screenshot.jpg" alt="Web2RSS" width="450" height="276" /></a>19. <a href="http://www.webrss.com/" rel="nofollow" >WebRSS</a> - A tool that allows you to quickly track, market, and create RSS feeds for free. &nbsp;Other services on the website include the ability to place any feed and convert it to display fresh content on your website or blog, or host any RSS feed on your personalized start page for free.</p>
<p>The site is fairly clean and organized, and makes the process simple to create a new feed. &nbsp;It even markets it to the major ping servers and more. &nbsp;Account required for managing feeds.</p>
<ul>
<li>Create RSS feeds, import, and manage existing feeds.</li>
<li>Track your RSS feed distribution by day, week, and month.</li>
<li>Validate your feed.</li>
<li>Display any RSS or Atom feeds on your website or blog.</li>
<li>Convert RSS feeds to Javascript, PHP, ASP, or HTML.</li>
<li>Customize colors of RSS wrappers.</li>
<li>Display weather feeds, news feeds, affiliate feeds, and more on your website.</li>
<li>Create your own hosted start page with a personalized web address.</li>
<li>Add any feed to this page.</li>
<li>Use WebRSS to customize how the feeds are displayed on this page.</li>
<li>Show only the feeds you want to display and share your feeds with others.</li>
</ul>
<p><a href="http://www.webrss.com/" rel="nofollow" ><img class="aligncenter size-medium wp-image-1040" title="WebRSS" src="http://blogtipz.com/images/2008/08/webrss-screenshot.jpg" alt="Web RSS" width="450" height="280" /></a>20. <a href="http://creativebits.org/syndication/builder" rel="nofollow" >Fedafi Online RSS Feed Builder</a> - Easily create a RSS 2.0 feed by completing the form on the website, and place the .xml file on your server or website.</p>
<p>As always, it is important to remember the leader in feed distribution, <a href="http://www.feedburner.com/" rel="nofollow" >FeedBurner</a>, which allows you to easily distribute your feed even if you decide to move your blog and your RSS feed URL, as well as provides feed subscription tools and tracking. &nbsp;However, it requires a defined RSS feed to be created on your server/website.</p>
<h3>Conclusion</h3>
<p>While these are services to convert and distribute content from your site to an RSS/Atom feed, they are basic solutions if your site requires a feed to syndicate your content. &nbsp;It is more beneficial to properly set up an RSS feed (nearly all major blog systems have a system built-in) for readers to subscribe. &nbsp;However, many of these are beneficial for use with sites you wish to create an alternative feed for (keeping track of changes to shopping websites, for example). &nbsp;</p>
<p>Are there any other services that you have come across that complete this task?</p>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=Converting%20a%20Site%E2%80%99s%20Content%20to%20RSS%20Feed&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2008%2F08%2F01%2Fconverting-a-sites-content-to-rss-feed%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Converting a Site’s Content to RSS Feed";
		a2a_linkurl="http://blogtipz.com/2008/08/01/converting-a-sites-content-to-rss-feed/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2008/08/01/converting-a-sites-content-to-rss-feed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 RSS Tools and Extensions</title>
		<link>http://blogtipz.com/2008/07/14/firefox-3-rss-tools-and-extensions/</link>
		<comments>http://blogtipz.com/2008/07/14/firefox-3-rss-tools-and-extensions/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 22:07:25 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[RSS Readers]]></category>

		<guid isPermaLink="false">http://blogtipz.com/?p=898</guid>
		<description><![CDATA[Back in November, I reviewed a number of Firefox add-ons suitable for reading RSS feeds for reading your favorite blogs from within the &#8220;world&#8217;s favorite browser.&#8221; &#160;Now that Firefox has been released and more than eight months have passed, it is time to update that list with the tools that have been updated (and those [...]]]></description>
			<content:encoded><![CDATA[<p>Back in <a href="http://blogtipz.com/2007/11/26/firefox-rss-tools-and-extensions/">November</a>, I reviewed a number of Firefox add-ons suitable for reading RSS feeds for reading your favorite blogs from within the &#8220;world&#8217;s favorite browser.&#8221; &nbsp;Now that Firefox has been released and more than eight months have passed, it is time to update that list with the tools that have been updated (and those that have not).</p>
<p>These tools are all highly recommended to check out if you are a blogger or simply want to keep up-to-date with your favorite websites. &nbsp;In other words, all plugins associated with reading recently updated content or creating feeds has been showcased in this post. &nbsp;Add-ons are not in any particular order, and images can be clicked on for a full-size preview.</p>
<p>Some of the best readers in this list can serve as off-line readers, especially as alternatives to online readers such as Google Reader and others.</p>
<p><strong>Experimental</strong>&nbsp;add-ons are for advanced users and caution should be taken when installing or using these, as they have not been tested by an editor. &nbsp;You must login to access these add-ons.</p>
<p><strong>Note</strong>: It is recommended that you stick with plugins that are compatible with your browser version, either 2 or 3, or the most recent version of the plugin.</p>
<h3>50+ Tools for Managing, Reading, Subscribing, or Collaborating Links/Stories with Others</h3>
<p>1. <a href="https://addons.mozilla.org/en-US/firefox/addon/4632" rel="nofollow" >DapperFox</a> is an extension that adds a small icon next to the RSS icon in the browser. &nbsp;Whenever you visit a website, the extension will show you RSS feeds that others have created, as well as&nbsp;create a&nbsp;new feed to share with the community - for sites that do not have its own RSS feed, or doesn&#8217;t meet your needs.</p>
<p style="text-align: center;"><a href="http://blogtipz.com/images/2008/07/dapperfox.png"><img class="alignnone size-medium wp-image-899 aligncenter" title="DapperFox" src="http://blogtipz.com/images/2008/07/dapperfox-450x225.png" alt="DapperFox" width="450" height="225" /></a></p>
<p>The site recommends creating an RSS feed for your wall at Facebook, for any search at YouTube, for your town&#8217;s newspaper, and more.</p>
<p><strong>Compatibility</strong>: Versions 2.0-3.0.*<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4632" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.dapper.net/dapperfox/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>2. <a href="https://addons.mozilla.org/en-US/firefox/addon/4104" rel="nofollow" >rssPlayPen</a> allows you to interact with your feeds while browsing. &nbsp;You can drag and drop RSS, Atom, XML, and podcast links and play or view them instantly.</p>
<p style="text-align: center;"><a href="http://blogtipz.com/images/2008/07/rssplaypen.jpg"><img class="alignnone size-medium wp-image-900 aligncenter" title="RSSPlayPen" src="http://blogtipz.com/images/2008/07/rssplaypen.jpg" alt="RSSPlayPen" width="400" height="299" /></a></p>
<p><strong>Compatibility</strong>: Versions 1.5-2.0.0.*, Not Firefox 3.0<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4104" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.rssplay.com/pen/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>3. <a href="https://addons.mozilla.org/en-US/firefox/addon/2294" rel="nofollow" >RSS Validator</a> is an add-on that validates a page using the W3C RSS validator. &nbsp;It allows you to right click on the page or go to the Tools menu to validate the feed, with results opening in a new tab.&nbsp;</p>
<p style="text-align: center;"><a href="http://blogtipz.com/images/2008/07/rss-validator.jpg"><img class="alignnone size-medium wp-image-901 aligncenter" title="RSS Validator" src="http://blogtipz.com/images/2008/07/rss-validator.jpg" alt="RSS Validator" width="388" height="660" /></a></p>
<p><strong>Compatibility</strong>: Versions 1.0-3.0b4pre, last updated on April 26, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/2294" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.nu22.com/firefox/rssvalidator/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>4. <a href="https://addons.mozilla.org/en-US/firefox/addon/4578" rel="nofollow" >Brief</a> makes reading RSS feeds easier and more intuitive. &nbsp;It includes a full set of features that people look for in an RSS reader, place on a simple, interactive page, allowing you to bookmark and tag items with a single click. &nbsp;</p>
<p style="text-align: center;"><a href="http://blogtipz.com/images/2008/07/brief-rss-extension.jpg"><img class="alignnone size-medium wp-image-902 aligncenter" title="Brief RSS Extension" src="http://blogtipz.com/images/2008/07/brief-rss-extension-450x484.jpg" alt="Brief RSS Extension" width="450" height="484" /></a></p>
<p>Some of the features include headlines, which gives you a compact display, in-browser viewing, keyboard shortcuts, search box, automatic checking, and options/settings for each feed.</p>
<p>Brief has received a 5/5 star rating from 50 reviewers.</p>
<p><strong>Compatibility</strong>: Versions 3.0-3.0.*, last updated June 16, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4578" rel="nofollow" >Firefox Add-ons</a> | <a href="http://brief.mozdev.org/" rel="nofollow" >Developer Page</a></p>
<p>5. &nbsp;<a href="https://addons.mozilla.org/en-US/firefox/addon/3188" rel="nofollow" >Atomic</a> is an Atom Publishing Protocol, designed for creating and manipulating Atom feeds. &nbsp;It is useful as a blogging client or for accessing services such as Google Data. &nbsp;Good companion to AtomMojo for manipulating feeds in a database.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0.*<br />
<strong>Links</strong>:&nbsp;&nbsp;<a href="https://addons.mozilla.org/en-US/firefox/addon/3188" rel="nofollow" >Firefox Add-ons</a> | <a href="http://code.google.com/p/atomojo/" rel="nofollow" >Developer Page</a></p>
<p><span id="more-898"></span></p>
<p>6. <a href="https://addons.mozilla.org/en-US/firefox/addon/6759" rel="nofollow" >Wizz RSS News Reader Lite</a> is a stripped down version of the Wizz RSS News Reader. &nbsp;It features many of the functions of the full-featured version, without the Watch List and the weather area.</p>
<p>Some of the additional features include:</p>
<ul>
<li>Supports all versions of RSS, Atom 0.3 and 1.0, Podcast (Enclosure) feeds, the Feed protocol</li>
<li>Integrated with Places</li>
<li>Filter news items on words and/or phrases</li>
<li>Feed Search - finds feeds/OPML identification with correct mime types</li>
<li>Feed items stored locally for a set period of time (changeable)</li>
<li>Quick Read function to test/preview feeds before adding them</li>
<li>Supports OPML import and export (from local file or remote host)</li>
<li>Read all feeds in a category with a single click</li>
<li>Optionally display sidebar on right hand side or hide read items</li>
<li>Optional server storage of feeds for easy access from any computer</li>
<li>Publish feeds on any website</li>
<li>Integrated Live Bookmark import and support</li>
<li>Email sharing of news items/feeds using SMTP</li>
<li>Domain-specific Google search (integrated), Feedster search, Feedbase search</li>
<li>Gmail checker</li>
</ul>
<p><strong>Compatibility</strong>: Versions 3.0b5-3.0.*<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/6759" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.wizzrss.com/Welcome.php" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>7. <a href="https://addons.mozilla.org/en-US/firefox/addon/3210" rel="nofollow" >Monalo Toolbar</a> allows you to show RSS feed headlined in the toolbar, letting you select a list of topics to import headlines from feeds relating to the chosen topic. &nbsp;Other abilities include notification when there are updates to your RSS feeds, and allows you to share links with others.</p>
<p><strong>Compatibility</strong>: Versions 1.0-2.0.0.*<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/3210" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.monalo.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>8. <a href="https://addons.mozilla.org/en-US/firefox/addon/629" rel="nofollow" >NewsFox</a> is an efficient three-pane e-mail style Atom and RSS feed reader. &nbsp;You can group feeds, read feed content offline, update feeds, one-click subscription, and read other feeds while updating. &nbsp;Available in several languages.</p>
<p>5-star rating from 36 reviewers.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0.*, last updated June 4, 2008<br />
<strong>Links</strong>:&nbsp;<a href="https://addons.mozilla.org/en-US/firefox/addon/629" rel="nofollow" >Firefox Add-ons</a> | <a href="http://newsfox.mozdev.org/" rel="nofollow" >Developer Page</a></p>
<p>9. <a href="https://addons.mozilla.org/en-US/firefox/addon/2211" rel="nofollow" >22Pixels Sidekik</a> allows you to add, view, edit, and share all your feeds from a sidebar, so you still have room to work in the main screen area. &nbsp;Includes several shortcuts for easier access.</p>
<p><strong>Compatibility</strong>: Versions 1.0-2.0.0.*, Not Version 3.0<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/2211" rel="nofollow" >Firefox Add-ons</a> | <a href="http://22pixels.com/sidekik/" rel="nofollow" >Developer Page</a> (Not Available)</p>
<p>10. <a href="https://addons.mozilla.org/en-US/firefox/addon/6072" rel="nofollow" >NewsBar</a> is a tool that places information at the top of the browser, directing you to the original post/story when clicked on. &nbsp;You can also manage multiple feeds, order them automatically through several methods, and add feeds with a built-in wizard.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0.*<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/6072" rel="nofollow" >Firefox Add-ons</a> | Developer Page&nbsp;(None)</p>
<p>11. <a href="https://addons.mozilla.org/en-US/firefox/addon/4076" rel="nofollow" >AddThis All-In-One Bookmarking Button</a>&nbsp;allows you to save and collect bookmarks, feeds, podcasts, and product links while searching and is compatible with most bookmarking, feed reader, podcasting, and shopping services.</p>
<p><strong>Compatibility</strong>: Versions 1.0-2.0.0.*, Not Firefox 3.0<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4076" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.addthis.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>12. <a href="https://addons.mozilla.org/en-US/firefox/addon/4400" rel="nofollow" >Enhanced Feed Preview</a>&nbsp;displays feeds using author style sheets (author style sheets), otherwise it will use Firefox&#8217;s built-in feed preview. &nbsp;it displays subscription messages for the feeds which have style sheets, with options for which subscription messages are shown.</p>
<p><strong>Compatibility</strong>: Versions 2.0-3.0a3, updated February 9, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4400" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.ne.jp/asahi/nanto/moon/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>13. <a href="https://addons.mozilla.org/en-US/firefox/addon/424" rel="nofollow" >Wizz RSS News Reader</a> is a more feature-packed version than the &#8220;Lite&#8221; version, listed above. &nbsp;It includes everything that the lite version has, so there is no need to go into depth again. &nbsp;The main features that this version does have, however is more language support, weather reports, as well as more options.</p>
<p><strong>Compatibility</strong>: Versions 3.0b5-3.0.*, last updated on June 8, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/424" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.wizzrss.com/Welcome.php" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>14. <a href="https://addons.mozilla.org/en-US/firefox/addon/2081" rel="nofollow" >Reliby</a> is a small tool which reloads all of your Live Bookmarks or RSS feeds with the push of a single button. &nbsp;Comments have provided rave reviews of this little extension.</p>
<p><strong>Compatibility</strong>: Versions 1.0-3.1a1pre, last updated on May 31, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/2081" rel="nofollow" >Firefox Add-ons</a> | <a href="http://gemal.dk/mozilla/reliby.html" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>15. <a href="https://addons.mozilla.org/en-US/firefox/addon/4469" rel="nofollow" >FeedGhost Add-on</a> integrates with the FeedGhost RSS reader, allowing you to subscribe to feeds using FeedGhost, tag we pages with a right click menu or status bar button.</p>
<p><strong>Compatibility</strong>: Versions 2.0-2.0.0.*, last updated February 6, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4469" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.feedghost.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>16. <a href="https://addons.mozilla.org/en-US/firefox/addon/7263" rel="nofollow" >Sage-Too</a> is a Firefox 3 port of the original Sage feed reader with added functionality and bug fixes. &nbsp;This is one of the most popular feed readers for Firefox at this point, with more than ten thousand downloads per week. &nbsp;Although it is lightweight, it still features many popular and demanded features.</p>
<ul>
<li>Reads RSS versions 0.9x, 1.0, 2.0 and Atom Feeds</li>
<li>Feed Discovery</li>
<li>Integrates&nbsp;with Firefox&#8217;s bookmark storage and Live Bookmarks</li>
<li>Imports and exports OPML feed lists</li>
<li>Newspaper feed rendering customizable via style sheets</li>
<li>Translated into several languages</li>
<li>Technroati and RSS search engine integration</li>
<li>Added security, feed parser, tabbing, ad-blocking, cooperation with social bookmarks, automatically mark all items as read, and more</li>
</ul>
<p><strong>Compatibility</strong>: Versions 3.0b5-3.0.*, last updated June 5, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/7263" rel="nofollow" >Firefox Add-ons</a> | <a href="http://sage.blat.co.za/" rel="nofollow" >Developer Page</a></p>
<p>17. <a href="https://addons.mozilla.org/en-US/firefox/addon/2325" rel="nofollow" >RSS Ticker</a> loads your Live Bookmarks and scrolls the titles of them across the screen while you are browsing the web. &nbsp;The ticker can be placed in various locations, as it features customizable options for teh display, including the scroll speed,&nbsp;smoothness, and link width. &nbsp;</p>
<p>Works with either RSS or Atom feeds, or your Live Bookmarks. &nbsp;The main feature of this add-on versus other news scrollers is the added features and customization.</p>
<p><strong>Compatibility</strong>: Versions 2.0-3.0.*, last updated on June 19, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/2325" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.chrisfinke.com/addons/rss-ticker/" rel="nofollow" >Developer Page</a></p>
<p>18. <a href="https://addons.mozilla.org/en-US/firefox/addon/5579" rel="nofollow" >PicLens</a> is a full-screen, 3D experience for viewing news feeds, sports feeds, images, videos, and more. &nbsp;The reason that it was included in this list is because it provides an alternative way to view media RSS-feeds (primarily for photo sites).&nbsp;</p>
<p><strong>Compatibility</strong>: Versions 2.0-3.0.*, last updated on June 16, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/5579" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.piclens.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>19. <a href="https://addons.mozilla.org/en-US/firefox/addon/4869" rel="nofollow" >Feed Sidebar</a> is an extension that displays the items from your Live Bookmarks in the sidebar. &nbsp;It&#8217;s main purpose is to be a lightweight&nbsp;extension of&nbsp;the RSS capabilities already included in Firefox, rather than a completely new feed management&nbsp;system. &nbsp;</p>
<p>It includes several options for reading feeds, and uses its own history to track read items, so you can clear the browser history without clearing the feed history.</p>
<p><strong>Compatibility</strong>: Versions 2.0-3.0.*, last updated on July 7, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4869" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.chrisfinke.com/addons/feedbar/" rel="nofollow" >Developer Page</a></p>
<p>20. <a href="https://addons.mozilla.org/en-US/firefox/addon/7661" rel="nofollow" >Read It Later</a> makes it easy to save pages of interest and read them later - no clutter for sites that you would normally only visit once and delete later.</p>
<p>Features:</p>
<ul>
<li>Saves pages to a reading list - for viewing later</li>
<li>Offline Reading Mode for reading sites with no connection</li>
<li>RSS Feeds - Automatically adds feeds (requires importing) for viewing within the add-on</li>
<li>Sync Between Computers allows you to read your feeds from multiple, different computers</li>
<li>Allows you to bookmark pages on your preferred bookmarking service</li>
<li>Click to Save Mode - Saves a reading list simply by clicking on interesting links</li>
</ul>
<p><strong>Compatibility</strong>: Versions 3.0b3-3.0.*, last updated on July 7, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/7661" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.ideashower.com/ideas/launched/read-it-later/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>21. <a href="https://addons.mozilla.org/en-US/firefox/addon/4979" rel="nofollow" >Beatnik</a> is a simple, elegant news reader for RSS and Atom feeds.</p>
<p><strong>Compatibility</strong>: Versions 2.0-2.0.0.*, last updated on November 7, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4979" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.andyfrank.com/" rel="nofollow" >Developer Page</a>&nbsp;&nbsp;</p>
<p>22. <a href="https://addons.mozilla.org/en-US/firefox/addon/3362" rel="nofollow" >Update Scanner</a>&nbsp;helps you monitor web pages for updates, especially those that don&#8217;t provide Atom or RSS feeds.</p>
<p>Features:</p>
<ul>
<li>Select update interval</li>
<li>Changes are automatically highlighted</li>
<li>Minor changes may be ignored</li>
<li>Full international support</li>
</ul>
<p><strong>Compatibility</strong>: Firefox 3.0-3.0.*, last updated on June 23, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/3362" rel="nofollow" >Firefox Add-ons</a> | <a href="http://updatescanner.mozdev.org/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>23. Read4Me is an XUL Client front end to read4me server, a Python feed reading web service. &nbsp;It reads Atom or RSS atom feeds and reports how much you will like the articles. &nbsp;It also includes a server and Firefox extension client.</p>
<p><strong>Compatibility</strong>: Versions 1.5-2.0.0.*, last updated on October 25, 2006<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/1458" rel="nofollow" >Firefox Add-ons</a> | <a href="http://read4me.sourceforge.net/wiki" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>24. <a href="https://addons.mozilla.org/en-US/firefox/addon/5459" rel="nofollow" >Simple RSS Reader (SRR)</a> is a tool for quickly reading your RSS feeds, with a built-in preview, navigational bar, and setup panel. &nbsp;Supports all Atom and RSS feeds.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0b3, last updated on March 20, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/5459" rel="nofollow" >Firefox Add-ons</a> | <a href="http://alvarojunior.com/firefox/extension/" rel="nofollow" >Developer Page</a></p>
<p>25. <a href="https://addons.mozilla.org/en-US/firefox/addon/4808" rel="nofollow" >Google Reader Watcher</a> quickly checks your Google Reader for unread feeds and will display them in the Firefox status bar.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0.*, last updated on May 25, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4808" rel="nofollow" >Firefox Add-ons</a> | <a href="http://ajnasz.hu/google-reader-watcher" rel="nofollow" >Developer Page</a></p>
<p>26. <a href="https://addons.mozilla.org/en-US/firefox/addon/77" rel="nofollow" >Sage</a> (a different version) is a lightweight RSS and Atom feed reader. &nbsp;Features include support for all versions of RSS and Atom feeds, feed discovery, integrates with Firefox&#8217;s bookmark system, imports/exports OPML feed lists, includes newspaper feed rendering customizable via style sheets, plus support for multiple languages.</p>
<p><strong>Compatibility</strong>: Versions 3.0b1-3.0.*, last updated on June 23, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/77" rel="nofollow" >Firefox Add-ons</a> | <a href="http://sage.mozdev.org/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>27. <a href="https://addons.mozilla.org/en-US/firefox/addon/361" rel="nofollow" >infoRSS</a>&nbsp;displays RSS/Atom/parsed HTML and NNTP feeds is an a scrolling area in the status bar. &nbsp;It is also compatible with podcast RSS feeds, which can be directly downloaded. &nbsp;It also functions as a good Gmail notifier.</p>
<p><strong>Compatibility</strong>: Versions 1.0-3.0b3, last updated on March 1, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/361" rel="nofollow" >Firefox Add-ons</a> | <a href="http://inforss.mozdev.org/" rel="nofollow" >Developer Page</a></p>
<p>28. <a href="https://addons.mozilla.org/en-US/firefox/addon/6880" rel="nofollow" >Skipstor</a> <strong>[EXPERIMENTAL]</strong>&nbsp;allows you to mark RSS feeds you&#8217;re interested in and notifies you of updates. &nbsp;It allows you to search through all feeds and watch for new ones, and sits in your toolbar, as well as tells you about new items you haven&#8217;t read, skipping through those that you don&#8217;t want to read/new items.</p>
<p><strong>Compatibility</strong>: Versions 2.0-3.0.*, last updated on July 13, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/6880" rel="nofollow" >Firefox Add-ons</a> | <a href="http://skipstor.blogspot.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>29. <a href="https://addons.mozilla.org/en-US/firefox/addon/5436" rel="nofollow" >feedXI Clipping Tools</a>&nbsp;<strong>[EXPERIMENTAL]</strong>&nbsp;is an add-on that allows selected content to be saved as a feedXI clipping, which then can be displayed in a variety of widgets.</p>
<p>The widgets can then be placed on websites, and you may merge and filter existing feeds, or extend the&nbsp;information&nbsp;you publish to include clips from anywhere from the web.</p>
<p><strong>Compatibility</strong>: Versions 1.5-2.0.0.*, last updated on August 3, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/5436" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.feedxi.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>30. <a href="https://addons.mozilla.org/en-US/firefox/addon/5111" rel="nofollow" >Netvibes</a>&nbsp;<strong>[EXPERIMENTAL]</strong>&nbsp;adds a Netvibes button to your toolbar and makes Netvibes your default feed reader. &nbsp;It allows you to quickly and easily add RSS feeds to your Netvibes page.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5111" rel="nofollow" ></a><strong>Compatibility</strong>: Versions 1.5-2.0.0.*, last updated on June 10, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/5111" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.netvibes.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>31. <a href="https://addons.mozilla.org/en-US/firefox/addon/5851" rel="nofollow" >FoxBurner</a>&nbsp;<strong>[EXPERIMENTAL]</strong>&nbsp;allows you to monitor your FeedBurner account - feed&#8217;s hits and subscribers.</p>
<p><strong>Compatibility</strong>: Versions 1.5-2.0.0.*, last updated on October 15, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/5851" rel="nofollow" >Firefox Add-ons</a> | <a href="https://addons.mozilla.org/en-US/firefox/user/267512" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>32. <a href="https://addons.mozilla.org/en-US/firefox/addon/324" rel="nofollow" >LiveLines</a> <strong>[EXPERIMENTAL]</strong>&nbsp;adds RSS feeds to web-based readers, reader extensions, or desktop readers with the RSS icon in the status bar.</p>
<p><strong>Compatibility</strong>: Versions 1.5-1.5.0.*, last updated on March 18, 2006<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/324" rel="nofollow" >Firefox Add-ons</a> | <a href="http://heygom.com/extensions/" rel="nofollow" >Developer Page</a>&nbsp;&nbsp;</p>
<p>33. <a href="https://addons.mozilla.org/en-US/firefox/addon/5649" rel="nofollow" >Ecastr Toolbar</a>&nbsp;<strong>[EXPERIMENTAL]</strong>&nbsp;is a toolbar that enables you to bookmark websites and subscribe to feeds with a single click.</p>
<p><strong>Compatibility</strong>: Versions 1.5-2.0.0.*, last updated November 17, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/5649" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.ecastr.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>34. <a href="https://addons.mozilla.org/en-US/firefox/addon/7335" rel="nofollow" >Feedno.nl</a>&nbsp;<strong>[EXPIERMENTAL]&nbsp;</strong>allows you to add your personal Feedo directly from Firefox.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0.*, last updated June 25, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/7335" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.feedo.nl/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>35. <a href="https://addons.mozilla.org/en-US/firefox/addon/2468" rel="nofollow" >FeedBag</a> <strong>[EXPERIMENTAL]</strong> is an add-on that allows you to subscribe to feeds in Liferea, a feed reader for Linux and Unix. &nbsp;It disables the Live Bookmarks feature for Firefox, and current feeds will be directly added to the Liferea feed list.</p>
<p><strong>Compatibility</strong>: Versions 1.0-1.5.0.*, last updated on September 26, 2006<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/2468" rel="nofollow" >Firefox Add-ons</a> | <a href="http://liferea.sf.net/feedbag/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>36. <a href="https://addons.mozilla.org/en-US/firefox/addon/6222" rel="nofollow" >Google Reader Toolkit</a>&nbsp;&nbsp;<strong>[EXPERIMENTAL]&nbsp;</strong>is an extension that places an icon in the Firefox status bar, and notifies you if there are any updates to your feed list. &nbsp;It is based on the Bloglines Toolkit. &nbsp;A disadvantage is that it doesn&#8217;t support authentication, so you need to be logged in to the service.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0, last updated on June 16, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/6222" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.myths.ru/grtoolkit" rel="nofollow" >Developer Page</a></p>
<p>37.&nbsp;<a href="https://addons.mozilla.org/en-US/firefox/addon/2813" rel="nofollow" >Iris</a>&nbsp;&nbsp;<strong>[EXPERIMENTAL]&nbsp;</strong>is an extension that displays Google Reader subscriptions in the Firefox sidebar.</p>
<p><strong>Compatibility</strong>: Versions 1.0-1.5.0.*, last updated on July 11, 2006<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/2813" rel="nofollow" >Firefox Add-ons</a> | <a href="http://mysite.verizon.net/ashbressler/iris/" rel="nofollow" >Developer Page</a></p>
<p>38. <a href="https://addons.mozilla.org/en-US/firefox/addon/6128" rel="nofollow" >gReader Comments</a>&nbsp;<strong>[EXPERIMENTAL]&nbsp;</strong>is a Greasemonkey script-turned-extension that brings Disqus conversations into Google Reader. &nbsp;All entries have a comment thread, and you will be able to join the existing conversation for blogs that use Disqus. &nbsp;Includes Disqus and Bookmarklets functionality.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0.*, last updated on May 19, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/6128" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.sixteenseven.com/gReader" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>39. <a href="https://addons.mozilla.org/en-US/firefox/addon/5154" rel="nofollow" >RichFeedButton</a>&nbsp;<strong>[EXPERIMENTAL]</strong>&nbsp;allows you to use one button to subscribe to feeds in programs such as Thunderbird, the clipboard.</p>
<p><strong>Compatibility</strong>: Versions 1.0-3.0b4pre, last updated on June 23, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/5154" rel="nofollow" >Firefox Add-ons</a> | <a href="http://dafizilla.sourceforge.net/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>40. <a href="https://addons.mozilla.org/en-US/firefox/addon/7406" rel="nofollow" >Intranet Feed Reader</a>&nbsp;<strong>[EXPERIMENTAL]</strong>&nbsp;is an intranet feed reader and collaboration tool useful for part of a developer&#8217;s dashboard. &nbsp;It can display any intranet feed, useful for information necessary for day-to-day work.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0.*, updated June 14, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/7406" rel="nofollow" >Firefox Add-ons</a> | <a href="http://digitalmihailo.blogspot.com/search/label/Intranet%20Feed%20Reader" rel="nofollow" >Developer Page</a></p>
<p>41. <a href="https://addons.mozilla.org/en-US/firefox/addon/4689" rel="nofollow" >BlogRovr</a>&nbsp;fetches post from your favorite blogs, and shows you summaries of the posts, without having to leave the page you were on. &nbsp;It also suggests popular items and lets you Twitter about any site you&#8217;re on.</p>
<p><strong>Compatibility</strong>: Versions 2.0-3.0.*, last updated May 18, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/4689" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.blogrovr.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>42. <a href="https://addons.mozilla.org/en-US/firefox/addon/3555" rel="nofollow" >OPML Reader</a> is a feed reader for any OPML Autodiscovery enabled page. &nbsp;Choose between Optimized OPML browser and Grazr.</p>
<p><strong>Compatibility</strong>: Versions 1.0-3.1a1pre, last updated on November 22, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/3555" rel="nofollow" >Firefox Add-ons</a> | <a href="http://dev.kromeboy.net/opmlr/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>43. <a href="https://addons.mozilla.org/en-US/firefox/addon/6424" rel="nofollow" >Better GReader</a>&nbsp;allows you to preview web pages inline in Google Reader, collapse the header and sidebar for more reading area, and get additional skins, add Favicons, and more.</p>
<p><strong>Compatibility</strong>: Versions 0.8-3.0.*, last updated on July 6, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/6424" rel="nofollow" >Firefox Add-ons</a> | <a href="http://ginatrapani.org/workshop/firefox/bettergreader/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>44. <a href="https://addons.mozilla.org/en-US/firefox/addon/320" rel="nofollow" >Habari Xenu</a>&nbsp;<strong>[EX</strong><strong>PERIMENTAL]</strong>&nbsp;is a news aggregator and reader that is compatible with almost all versions of RSS, RDF, and Atom syndication feeds.</p>
<p><strong>Compatibility</strong>: Versions 0.8-1.5.0.*, last updated on December 4, 2005<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/320" rel="nofollow" >Firefox Add-ons</a> | <a href="http://habarixenu.mozdev.org/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>45. <a href="https://addons.mozilla.org/en-US/firefox/addon/6897" rel="nofollow" >Launchbeat Launch Me</a>&nbsp;<strong>[EXPERIMENTAL]</strong>&nbsp;is a service that allows simplified sharing of links, using RSS feeds. &nbsp;You can send your &#8220;friends&#8221; the feed name and everyone can contribute. &nbsp;If your feed has a password, you can share it with friends and get some exclusivity. &nbsp;</p>
<p><strong>Compatibility</strong>: Versions 1.0-3.0.*, last updated on June 7, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/6897" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.launchbeat.com/" rel="nofollow" >Developer Page</a></p>
<p>46. <a href="https://addons.mozilla.org/en-US/firefox/addon/6369" rel="nofollow" >FeedBurner Subscribers</a> <strong>[EXPERIMENTAL]</strong>&nbsp;sits in the status bar so it does not affect your browsing experience, track any valid FeedBurner Feed with Feed Awareness. &nbsp;You can also view readers and/or hits to your feed,&nbsp;options&nbsp;to show or not to show labels for your readers and/or hits, and finally, right clicking the icon takes your directly yo your MyFeeds page. &nbsp;It uses the FeedBurner API so all calls to FeedBurner are completely&nbsp;legitimate.</p>
<p><strong>Compatibility</strong>: Versions 1.5-3.0.*, last updated on June 25, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/6369" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.contentdesk.com/" rel="nofollow" >Developer Page</a></p>
<p>47. <a href="https://addons.mozilla.org/en-US/firefox/addon/6885" rel="nofollow" >Symbaloo Bookmarker</a>&nbsp;<strong>[EXPERIMENTAL]</strong> allows you to easily and quickly add sites and feeds to your Symbaloo desktop, and easily access your favorite sites and services.</p>
<p><strong>Compatibility</strong>: Versions 1.0-3.0.*, last updated on June 27, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/6885" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.symbaloo.com/" rel="nofollow" >Developer Page</a></p>
<p>48. <a href="https://addons.mozilla.org/en-US/firefox/addon/7204" rel="nofollow" >Buru Picker</a> <strong>[EXPERIMENTAL]</strong> is a tool that lets you store bookmarks and add RSS feeds, saved to your collection with one click. &nbsp;</p>
<p><strong>Compatibility</strong>: Versions 2.0-3.0.*, last updated on July 7, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/7204" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.buru.com/tools" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>49. <a href="https://addons.mozilla.org/en-US/firefox/addon/7545" rel="nofollow" >Headlines Ticker</a> <strong>[EXPERIMENTAL]</strong>&nbsp;is a small tool for showing RSS and Atom headlines on the status bar.&nbsp;</p>
<p><strong>Compatibility</strong>: Versions 3.0-3.1a1pre, last updated on July 13, 2008<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/7545" rel="nofollow" >Firefox Add-ons</a> | <a href="http://llluna.s1.hayasoft.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>50. <a href="https://addons.mozilla.org/en-US/firefox/addon/1307" rel="nofollow" >Fizzle</a> <strong>[EXPERIMENTAL]</strong> is a RSS and Atom feed reader that uses your Livemark bookmark feeds. &nbsp;There is a small orange feed button located in the location bar, which will be present when a RSS or Atom feed is available for that site.&nbsp;</p>
<p><strong>Compatibility</strong>: Versions 1.5-2.0.0.*, last updated on March 27, 2007<br />
<strong>Links</strong>: <a href="https://addons.mozilla.org/en-US/firefox/addon/1307" rel="nofollow" >Firefox Add-ons</a> | <a href="http://www.andyfrank.com/" rel="nofollow" >Developer Page</a>&nbsp;</p>
<p>This list and the growing number of updated/available feed readers is a good indication that there are more RSS readers/tools becoming available for use with Firefox (compared with the sixteen I found in November). &nbsp;However, more of these need to be kept up-to-date or taken over and/or ported to the new version by other developers.</p>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=Firefox%203%20RSS%20Tools%20and%20Extensions&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2008%2F07%2F14%2Ffirefox-3-rss-tools-and-extensions%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Firefox 3 RSS Tools and Extensions";
		a2a_linkurl="http://blogtipz.com/2008/07/14/firefox-3-rss-tools-and-extensions/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2008/07/14/firefox-3-rss-tools-and-extensions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How RSS Impacts Everyone on a Daily Basis</title>
		<link>http://blogtipz.com/2008/05/01/how-rss-impacts-everyone-on-a-daily-basis/</link>
		<comments>http://blogtipz.com/2008/05/01/how-rss-impacts-everyone-on-a-daily-basis/#comments</comments>
		<pubDate>Thu, 01 May 2008 04:00:20 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[Blogosphere News]]></category>

		<guid isPermaLink="false">http://blogtipz.com/?p=732</guid>
		<description><![CDATA[Today is RSS Awareness Day, an event that is intended to help spread the many benefits of using RSS and feeds to help anyone keep updated with their favorite sites or blogs.
RSS Day.org
RSS has become one of the leading tools for bloggers, although only a few percent of people who own websites or are active [...]]]></description>
			<content:encoded><![CDATA[<p>Today is <a href="http://www.dailyblogtips.com/may-1st-rss-awareness-day-get-involved/" rel="nofollow" >RSS Awareness Day</a>, an event that is intended to help spread the many benefits of using RSS and feeds to help anyone keep updated with their favorite sites or blogs.</p>
<p><strong><a href="http://rssday.org/" rel="nofollow" >RSS Day.org</a></strong></p>
<p>RSS has become one of the leading tools for bloggers, although only a few percent of people who own websites or are active online know about it.</p>
<h3>What is RSS?</h3>
<p><a href="http://blogtipz.com/images/2008/05/rss-string-file.jpg"><img class="alignright size-thumbnail wp-image-733" title="RSS String File" src="http://blogtipz.com/images/2008/05/rss-string-file-150x187.jpg" alt="RSS String File" width="150" height="187" /></a>In simplified terms, <strong>RSS is a type of feed format used online that allows publishers to frequently update and deliver their content (blog entries, news headlines, and podcasts) to readers and listeners.</strong> [from <a href="http://en.wikipedia.org/wiki/RSS_(file_format)" rel="nofollow" >Wikipedia</a>]</p>
<p>There is no code required to install or use RSS, as most modern blog software automatically includes code to utilize it.  However, if you take a look at the RSS string, with posts, you can see that more is going on behind the scenes than you think.<br />
 <br />
<center><object width="450" height="338"><param name="movie" value="http://www.youtube.com/v/0klgLsSxGsU&#038;hl=en&#038;rel=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/0klgLsSxGsU&#038;hl=en&#038;rel=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></center></p>
<p style="text-align: center;"><a href="http://www.commoncraft.com/rss_plain_english" rel="nofollow" >Video Page</a> | <a href="http://www.commoncraft.com/rss-video-transcript" rel="nofollow" >Transcript</a></p>
<p style="text-align: left;">The current version of RSS (2.0) stands for Really Simple Syndication.  Previous versions (1.0 and 0.90) stood for RDF Site Summary, and RSS 0.91 represented Rich Site Summary.</p>
<h3>History</h3>
<p>RSS started as a way to deliver information in 1995, when Ramanathan V. Guha and others in Apple Computer&#8217;s Advanced Technology Group delivered the Meta Content Framework.  In 1999, the first version of RSS was created by Guha while working at Netscape, and its primary usage was on the personal Netscape.com portal, becoming known as RSS 0.9.  A new version was produced in 1999, called RSS 0.91, by Dan Libby of Netscape.  </p>
<p>The following six years brought some changes to RSS, an update to Version 1.0 and the creation of the Atom feed was begun in June 2003, as a way to &#8216;clean up&#8217; the issues surrounding RSS.  Mozilla&#8217;s Firefox browser first began using the now widely accepted feed icon (orange with a circle and two bars, directed to the right) around 2005 when Microsoft Internet Explorer also began adopting it.  </p>
<h3>How Bloggers and Readers Can Better Utilize Feeds</h3>
<p>Feeds allow everyone to stay updated.  Let&#8217;s say you published a post at eight a.m.  Frequent readers may not know or realize that you published or updated your content.  With feeds (RSS and Atom), they can quickly check, within a fairly short period, and see that their feeds, and your website/blog were updated.  Before feeds, people had to manually go to each site or subscribe to a newsletter-type service, often more costly to both parties in time and money.</p>
<p>Many popular news sites serve feeds, and upon subscribing, you will immediately be alerted when a news story breaks, via your favorite feed reader.  There are several online choices, including <a href="http://reader.google.com/" rel="nofollow" >Google Reader</a>, and <a href="http://bloglines.com" rel="nofollow" >Bloglines</a>.  <a href="http://www.newsgator.com/" rel="nofollow" >NewsGator</a> specializes in several feed reading services, both online and offline.</p>
<p><a href="http://feedburner.com" rel="nofollow" >FeedBurner</a> is a service that allows bloggers and publishers to keep track of their feeds and make the process of subscribing via different methods even easier.</p>
<p>Whenever you see the little icon in the address bar or a link on the site that says &#8220;Subscribe to Posts&#8221;, it typically means that you are going to be subscribing, and staying up-to-date with the content on the site via RSS or similar feed method.</p>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=How%20RSS%20Impacts%20Everyone%20on%20a%20Daily%20Basis&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2008%2F05%2F01%2Fhow-rss-impacts-everyone-on-a-daily-basis%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="How RSS Impacts Everyone on a Daily Basis";
		a2a_linkurl="http://blogtipz.com/2008/05/01/how-rss-impacts-everyone-on-a-daily-basis/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2008/05/01/how-rss-impacts-everyone-on-a-daily-basis/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Participate in the RSS Awareness Day Initiative</title>
		<link>http://blogtipz.com/2008/04/26/participate-in-the-rss-awareness-day-initiative/</link>
		<comments>http://blogtipz.com/2008/04/26/participate-in-the-rss-awareness-day-initiative/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 15:47:54 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[Blogging Tips]]></category>

		<category><![CDATA[Blogosphere News]]></category>

		<guid isPermaLink="false">http://blogtipz.com/?p=717</guid>
		<description><![CDATA[RSS Day is an initiative that Daniel Scocco of Daily Blog Tips began to help spread the word about the benefits of RSS.  [More information via on post] It&#8217;s extremely simple to participate in the project.  On May 1st, no matter what type of blog you have, as RSS benefits everyone, write a post about [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://rssday.org/spread/" rel="nofollow" ><img class="size-full wp-image-718 aligncenter" title="RSS Day Initiative" src="http://blogtipz.com/images/2008/04/rss-day-banner.gif" alt="RSS Day Banner" width="250" height="250" /></a></p>
<p>RSS Day is an initiative that Daniel Scocco of Daily Blog Tips began to help spread the word about the benefits of RSS.  [<a href="http://www.dailyblogtips.com/may-1st-rss-awareness-day-get-involved/" rel="nofollow" >More information via on post</a>] It&#8217;s extremely simple to participate in the project.  On <strong>May 1st</strong>, no matter what type of blog you have, as RSS benefits everyone, write a post about RSS, informing your readers about what the term stands for or how RSS feeds work.</p>
<h3>Origins of the Initiative </h3>
<p>Even though most bloggers learn about feeds and subscriptions within the first week they start blogging, most occasional internet surfers have no idea what RSS is or what it does.</p>
<p>Since 2005, the amount of people using RSS aggregators or XML readers to get their news or used them on their websites only increased by about 1.4% while the amount of websites and users only increased tenfold. </p>
<p>The main purpose of the project is to celebrate the many benefits of RSS and to inform the general public about its uses.</p>
<p>Daniel has created a website to simplify the process of informing people about RSS and includes several banners you can use to <a href="http://rssday.org/spread/" rel="nofollow" >spread the word</a>.</p>
<p style="text-align: center;"><a href="http://rssday.org/" rel="nofollow" ><img class="size-full wp-image-720 aligncenter" title="RSS Day Website" src="http://blogtipz.com/images/2008/04/rss-day-website.jpg" alt="RSS Day Website" width="450" height="512" /></a></p>
<h3>Promote RSS Day to Win!</h3>
<p>There is also a contest to help spread the word, with over $3,000 in donation prizes available for winning.  By informing readers about the day, you will automatically be entered in (as long as your article is written by April 30th).  </p>
<p><strong>Prizes are as follows:</strong></p>
<ul>
<li>5 $100 credit vouchers from <a href="http://www.sponsoredreviews.com/"rel="nofollow" >Sponsored Reviews</a> ($500)</li>
<li>6 $50 cash prizes via Paypal ($300)</li>
<li>$250 in credits from <a href="http://www.flashden.net/"rel="nofollow" >FlashDen</a> ($250)</li>
<li>1 year of free web hosting from <a href="http://www.doreo.com/"rel="nofollow" >Doreo</a> ($100)</li>
<li>5 registrations with 10,000 credits on <a href="http://www.125exchange.com/"rel="nofollow" >125 Exchange</a> ($100)</li>
<li>3 copies of <a href="http://www.invesp.com/conversion-optimization-research/the-landing-page-optimization-handbook.html"rel="nofollow" >Landing Page Optimization: The Complete Guide</a> ($300)</li>
<li>3 packages with 100,000 impressions from <a href="http://www.blogupp.com/"rel="nofollow" >BlogUpp! ($200)</a></li>
<li>a 3-month enrollment to the <a href="http://training.seobook.com/"rel="nofollow" >SEOBook training program</a> ($300)</li>
<li>3 single licenses to any <a href="http://ithemes.com/"rel="nofollow" >iThemes</a> Premium theme ($240)</li>
<li>3 $100 credit vouchers to buy links from <a href="http://tnx.net/"rel="nofollow" >TNX</a> ($300)</li>
<li>5 copies of “Killer Domains: How to Find the Perfect Domain Name” ($100)</li>
<li>5 free banner designs from <a href="http://www.minibannerszen.com/"rel="nofollow" >MiniBannersZen</a> ($100)</li>
<li>3 single licenses to the <a href="http://prothemedesign.com/themes/mimbo-pro/"rel="nofollow" >Mimbo Pro Premium theme</a> ($300)</li>
</ul>
<div>Daniel organized the project extremely well and this will surely help increase the awareness level of RSS, as top bloggers who had an audience of semi-knowledgeable online users will begin adopting RSS as a form of reading content.</div>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=Participate%20in%20the%20RSS%20Awareness%20Day%20Initiative&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2008%2F04%2F26%2Fparticipate-in-the-rss-awareness-day-initiative%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Participate in the RSS Awareness Day Initiative";
		a2a_linkurl="http://blogtipz.com/2008/04/26/participate-in-the-rss-awareness-day-initiative/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2008/04/26/participate-in-the-rss-awareness-day-initiative/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FeedBurner Adds Support for Transferring Feeds</title>
		<link>http://blogtipz.com/2008/03/12/feedburner-adds-support-for-transferring-feeds/</link>
		<comments>http://blogtipz.com/2008/03/12/feedburner-adds-support-for-transferring-feeds/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 00:48:45 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[FeedBurner]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blogtipz.com/feedburner-adds-support-for-transferring-feeds/</guid>
		<description><![CDATA[Yesterday, FeedBurner quietly announced the ability to transfer your feeds from one owner to another without having to submit a request for transfer and going through the transfer process via FeedBurner staff.  Now, it is almost completely automated.

Feed Details Page 
Within each feed details area, you&#8217;ll now find a Transfer Feed link, which will allow you [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, <a href="http://blogs.feedburner.com/feedburner/archives/2008/03/from_the_dept_of_quick_hits_tr_1.php" rel="nofollow" >FeedBurner quietly announced</a> the ability to transfer your feeds from one owner to another without having to submit a request for transfer and going through the transfer process via FeedBurner staff.  Now, it is almost completely automated.</p>
<p style="text-align: center;"><img src="http://blogtipz.com/images/2008/03/feedburner-transferring-feeds.jpg" alt="FeedBurner - Transferring Feeds" /></p>
<p style="text-align: center;"><strong>Feed Details Page</strong> </p>
<p>Within each feed details area, you&#8217;ll now find a Transfer Feed link, which will allow you specify an email address you wish to transfer the feed to.  You can only send feeds from your account to others, not the other way around.  If the recipient does not accept the transfer within 72 hours, the request will be denied on your side.</p>
<p><strong>Step-by-step procedure:</strong></p>
<ol>
<li><a href="http://feedburner.com" rel="nofollow" >Sign in</a> to your account.</li>
<li>In the My Feeds list, click the title of the feed you want to send to someone else, then click &#8220;Transfer Feed&#8221;.</li>
<li>A drop down box will now appear, further explaining what you will be doing.  Input the email address in the box, then submit the form.</li>
</ol>
<p>This is a feature that will come in handy especially for blogs with multiple authors and for blog publishers who are looking to transfer ownership of their blog.</p>
<p>[via <a href="http://blogs.feedburner.com/feedburner/archives/2008/03/from_the_dept_of_quick_hits_tr_1.php" rel="nofollow" >Burning Questions</a>] and <a href="https://www.google.com/support/feedburner/bin/answer.py?answer=79399" rel="nofollow" >Google FeedBurner Support</a></p>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=FeedBurner%20Adds%20Support%20for%20Transferring%20Feeds&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2008%2F03%2F12%2Ffeedburner-adds-support-for-transferring-feeds%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="FeedBurner Adds Support for Transferring Feeds";
		a2a_linkurl="http://blogtipz.com/2008/03/12/feedburner-adds-support-for-transferring-feeds/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2008/03/12/feedburner-adds-support-for-transferring-feeds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FeedBurner Plans Full Integration with Google</title>
		<link>http://blogtipz.com/2008/02/20/feedburner-plans-full-integration-with-google/</link>
		<comments>http://blogtipz.com/2008/02/20/feedburner-plans-full-integration-with-google/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 01:36:07 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[FeedBurner]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blogtipz.com/feedburner-plans-full-integration-with-google/</guid>
		<description><![CDATA[For the past four months, the FeedBurner staff has left bloggers wondering whether they were going to be adding any new enhancements, or at least word that they were fixing a bug or two.  Instead, they have been busy devising a way to integrate the commonly known FeedBurner area into the Google tools.  They plan [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blogtipz.com/images/Logos/Feedburner.jpg" alt="FeedBurner" align="left" />For the past four months, the FeedBurner staff has left bloggers wondering whether they were going to be adding any new enhancements, or at least word that they were fixing a bug or two.  Instead, they have been busy devising a way to integrate the commonly known FeedBurner area into the Google tools.  They plan to fully integrate into Google, allowing you to (possibly) sign into the feed area using your Google account.</p>
<p>In addition to this, within the Google architecture, it will make it easier to provide more services that haven&#8217;t been able to be accomplished before under their separate system.  For one, the FeedBurner Ad Network.  Not only will some of these features include feeds of query results (otherwise known as parameterized feeds), but more email services (possibly better, more feature-rich mailing lists) with tools for importing outside, but legitimate lists.</p>
<p>Speed, scalability, and performance issues that were previously problems will become a priority during the move to Google servers.  This will also allow more bots/crawlers, readers, and API&#8217;s to burn the feeds and increase feed activity.</p>
<p>In the near future, look for full integration, but not a huge change in the appearance of FeedBurner.  It appears as though they plan to integrate the features in the process of the conversion or soon thereafter.</p>
<p>[via <a href="http://blogs.feedburner.com/feedburner/archives/2008/02/hello_hellooo.php" rel="nofollow" >FeedBurner blog</a>]</p>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=FeedBurner%20Plans%20Full%20Integration%20with%20Google&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2008%2F02%2F20%2Ffeedburner-plans-full-integration-with-google%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="FeedBurner Plans Full Integration with Google";
		a2a_linkurl="http://blogtipz.com/2008/02/20/feedburner-plans-full-integration-with-google/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2008/02/20/feedburner-plans-full-integration-with-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Reader Now Shows Published Date</title>
		<link>http://blogtipz.com/2008/01/26/google-reader-now-shows-published-date/</link>
		<comments>http://blogtipz.com/2008/01/26/google-reader-now-shows-published-date/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 13:48:15 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[Google Reader]]></category>

		<guid isPermaLink="false">http://blogtipz.com/google-reader-now-shows-published-date/</guid>
		<description><![CDATA[It is being reported that Google Reader added the option of showing the published date when you highlight over the Date (# hours ago) area.  Besides showing the date it was published, it also shows the date when the post was indexed by Google. 

This is a cool feature that will be used more often, [...]]]></description>
			<content:encoded><![CDATA[<p>It is being reported that Google Reader added the option of showing the published date when you highlight over the Date (# hours ago) area.  Besides showing the date it was published, it also shows the date when the post was indexed by Google. </p>
<p style="text-align: center;"><img src="http://blogtipz.com/images/2008/01/google-reader-adds-published-date.jpg" alt="Google Reader" /></p>
<p>This is a cool feature that will be used more often, as you can see when your page was indexed as well as a comparison between how long the post took to reach your Google Reader list.</p>
<p>Numerous other features were added such as a new favicon and added keyboard shorcuts (<strong>a</strong> to add subscriptions, <strong>g+d</strong> to open the feed directory, and <strong>e</strong> to email the current item).</p>
<p>[via <a href="http://googlesystem.blogspot.com/2008/01/google-reader-shows-published-date.html" rel="nofollow" >Google Operating System</a>]</p>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=Google%20Reader%20Now%20Shows%20Published%20Date&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2008%2F01%2F26%2Fgoogle-reader-now-shows-published-date%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Google Reader Now Shows Published Date";
		a2a_linkurl="http://blogtipz.com/2008/01/26/google-reader-now-shows-published-date/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2008/01/26/google-reader-now-shows-published-date/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NewsGator RSS Readers Now Free</title>
		<link>http://blogtipz.com/2008/01/10/newsgator-rss-readers-now-free/</link>
		<comments>http://blogtipz.com/2008/01/10/newsgator-rss-readers-now-free/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 05:09:42 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[Blogging Tools]]></category>

		<category><![CDATA[News Gator]]></category>

		<guid isPermaLink="false">http://blogtipz.com/newsgator-rss-readers-now-free/</guid>
		<description><![CDATA[Award-winning RSS readers from NewsGator are now free.  The affected products include the recently updated NetNewsWire 3.1 (for Mac), FeedDemon 2.6 (for Windows), NewsGator Go! (for Windows Mobile 2.0), and the public beta of NewsGator Inbox 3.0 (Microsoft Outlook).  There are a few additional products not listed which became free, while a limited [...]]]></description>
			<content:encoded><![CDATA[<p>Award-winning RSS readers from NewsGator <a href="http://blogs.newsgator.com/daily/2008/01/newsgator-consu.html" rel="nofollow" >are now free</a>.  The affected products include the recently updated NetNewsWire 3.1 (for Mac), FeedDemon 2.6 (for Windows), NewsGator Go! (for Windows Mobile 2.0), and the public beta of NewsGator Inbox 3.0 (Microsoft Outlook).  There are a few additional products not listed which became free, while a limited amount of others (site design software) did not.  Setting apart other feed reader tools from the NewsGator product line is the ability to synchronize through the online platofrm and provide the same view of the user&#8217;s RSS content no matter when or where they read it. </p>
<p style="text-align: center;"><img title="Newsgator Rss Apps Free" src="http://blogtipz.com/images/2008/01/newsgator-rss-apps-free.jpg" alt="NewsGator RSS Apps Free" width="450" height="145" /></p>
<p>Two main reasons for the switch are to create a larger user base, so that when they enter the enterprise to sell their NewsGator Enterprise Server and Social Sites, there are already a large amount of people using their desktop RSS and other related applications already.  Concerned about what information NewsGator is collecting - visit the <a href="http://www.newsgator.com/CompanyInfo/FreeClientFAQ.aspx" rel="nofollow" >FAQ page</a>.  The second reason is to collect user information - primarily the activity that users show on their products.  Many, if not all programs and websites collect usage information, so this suite is no different - user feedback is often limited as companies need more wide scale information in order to improve their products.  In the upcoming months, the online and client applications will be improved as more people take the opportunity to try the free products.</p>
<blockquote><p>“It’s all about ubiquity,” said Greg Reinacker, NewsGator CTO and founder. “We have more than 100 Fortune 2000 companies using NewsGator Enterprise Server and our client products. In selling to these enterprises, we discovered that thousands of knowledge workers were already using one or more of our client products and we learned that we could drive the relevance of everyone’s experience by using the community’s anonymous content consumption patterns throughout the system. </p></blockquote>
<p style="text-align: center;"><img title="Newsgator Rss Suite" src="http://blogtipz.com/images/2008/01/newsgator-rss-suite.jpg" alt="NewsGator RSS Suite" width="450" height="339" /></p>
<p>Users who purchased the products or renewed a subscription on or after <strong>December 9, 2007</strong> will automatically receive a credit on their credit card they used to make the purchase.  Allow up to 30 days for processing the credits.  If you purchased it six months ago, with a one-year subscription, you will receive all products and updates for free, with the support contract still honored.  Customer support will no longer be provided via email, however for all free users.</p>
<p>Now that the products are free, <a href="http://www.newsgator.com/Individuals/Default.aspx" rel="nofollow" >download them</a> and enjoy a new RSS reading experience!</p>
<p>[via <a href="http://mashable.com/2008/01/09/newsgator-shifts-to-free-software-model/" rel="nofollow" >Mashable</a>]</p>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=NewsGator%20RSS%20Readers%20Now%20Free&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2008%2F01%2F10%2Fnewsgator-rss-readers-now-free%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="NewsGator RSS Readers Now Free";
		a2a_linkurl="http://blogtipz.com/2008/01/10/newsgator-rss-readers-now-free/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2008/01/10/newsgator-rss-readers-now-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Feeds Removed from Google Search</title>
		<link>http://blogtipz.com/2007/12/19/feeds-removed-from-google-search/</link>
		<comments>http://blogtipz.com/2007/12/19/feeds-removed-from-google-search/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 04:39:47 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[Feed Aggregators]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blogtipz.com/feeds-removed-from-google-search/</guid>
		<description><![CDATA[Yesterday, the Google Webmaster Central Blog announced that RSS and Atom feeds from Google&#8217;s search results were removed.
The two main reasons for removing the feeds included that duplicate results were likely if feeds were included, and users clicking on a feed may miss valuable content (including Google ads) if they do not visit the HTML [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, the <a href="http://googlewebmastercentral.blogspot.com/2007/12/taking-feeds-out-of-our-web-search.html" rel="nofollow" >Google Webmaster Central Blog</a> announced that RSS and Atom feeds from Google&#8217;s search results were removed.</p>
<p>The two main reasons for removing the feeds included that duplicate results were likely if feeds were included, and users clicking on a feed may miss valuable content (including Google ads) if they do not visit the HTML page.</p>
<p>Podcasts have not been removed from the search results, due to them typically being a standalone document.  However, you may still exclude them from the results by using Feedburner&#8217;s noindex.  To search for feeds, you can still use Google Reader, <a href="http://blogsearch.google.com" rel="nofollow" >Google Blogsearch</a>, <a href="http://igoogle.com" rel="nofollow" >iGoogle</a>, or simply <a href="http://news.google.com" rel="nofollow" >Google News</a> (for larger blogs).</p>
<p>This was a good decision by Google, as it will result in better search results, but blogs with feeds previously displayed on the first results page may not have had the same opinion.</p>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=Feeds%20Removed%20from%20Google%20Search&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2007%2F12%2F19%2Ffeeds-removed-from-google-search%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Feeds Removed from Google Search";
		a2a_linkurl="http://blogtipz.com/2007/12/19/feeds-removed-from-google-search/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2007/12/19/feeds-removed-from-google-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox RSS Tools and Extensions</title>
		<link>http://blogtipz.com/2007/11/26/firefox-rss-tools-and-extensions/</link>
		<comments>http://blogtipz.com/2007/11/26/firefox-rss-tools-and-extensions/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:43:51 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
		<category><![CDATA[RSS and Subscriptions]]></category>

		<category><![CDATA[Blogging Tools]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[RSS Readers]]></category>

		<guid isPermaLink="false">http://blogtipz.com/firefox-rss-tools-and-extensions/</guid>
		<description><![CDATA[Even though the top web browsers including Firefox, Internet Explorer and Safari all have their own built-in feed readers; they really aren&#8217;t that useful except for reading single posts.  There are also those users who want to be able to view posts from their favorite blogs and news sources without signing into an online [...]]]></description>
			<content:encoded><![CDATA[<p>Even though the top web browsers including Firefox, Internet Explorer and Safari all have their own built-in feed readers; they really aren&#8217;t that useful except for reading single posts.  There are also those users who want to be able to view posts from their favorite blogs and news sources without signing into an online feed reader such as Google Reader or Bloglines, for example.</p>
<p>Having a feed reader as an extension in your browser can greatly increase the experience you have while reading your favorite blogs - enabling customization as well as being able to choose the extension that makes the most sense for you.  In this post, we will explore the various options throughout the top browsers Firefox (the other browsers lack any popular tools for RSS feeds).  Bookmarking tools, and those that require registration are not mentioned, although utilities to check feeds/site update time have been, as they provide an additional method for users to stay up to date with their favorite blogs.</p>
<p><span id="more-130"></span></p>
<h3>Firefox Extensions</h3>
<p> </p>
<p style="text-align: center;"><img title="Sage Header" src="http://blogtipz.com/images/2007/11/sage-header.jpg" alt="Sage Header" width="550" height="125" /></p>
<blockquote><p><a href="https://addons.mozilla.org/en-US/firefox/addon/77" rel="nofollow" >Sage</a> is a lightweight RSS and Atom feed aggregator extension for Mozilla Firefox. It&#8217;s got a lot of what you need and not much of what you don&#8217;t&#8230;</p></blockquote>
<p> </p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup><col style="width: 319px;"></col><col style="width: 319px;"></col></colgroup>
<tbody>
<tr style="background: #4f81bd">
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid #4f81bd 1.0pt; border-left:  solid #4f81bd 1.0pt; border-bottom:  solid #4f81bd 1.0pt"><span style="color:white"><strong>Extension Name: <a href="https://addons.mozilla.org/en-US/firefox/addon/77" rel="nofollow" >Sage 1.3.10</a> (January 29, 2007) [135 KB]</strong></span></td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid #4f81bd 1.0pt; border-bottom:  solid #4f81bd 1.0pt; border-right:  solid #4f81bd 1.0pt"><span style="color:white"><strong>By: The Sage Team</strong></span></td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid #4f81bd 1.0pt; border-bottom:  solid #4f81bd 1.0pt"><strong>Works with: Firefox 1.0-2.0.0.*</strong></td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-bottom:  solid #4f81bd 1.0pt; border-right:  solid #4f81bd 1.0pt">User Reviews: &#8220;Simple, clear, well integrated&#8221;, &#8220;No automatic refresh&#8221;</td>
</tr>
</tbody>
</table>
</div>
<p> <br />
<strong>General Features</strong></p>
<ul>
<li>Detects and reads most types of RSS and Atom feeds including RSS (2.0, 1.0, 0.9x)</li>
<li>Feed Discovery tool allows detection of feeds - detects more than just the one feed present in the address bar</li>
<li>Drag and drop with integration with Firefox&#8217;s bookmark storage and Live Bookmarks</li>
<li>Easily import and export OPML feed lists</li>
<li>Use <a href="http://sage.mozdev.org/styles/" rel="nofollow" >style sheets</a> to customize the layout</li>
<li>Technorati and RSS search engine integration</li>
<li>Many languages supported</li>
</ul>
<p><strong>Screenshots and Navigation</strong></p>
<p>To add a feed, simply click on the &#8216;Discover Feeds&#8217; button located next to the refresh button in the sidebar.  The top portion of the sidebar features the sites you have subscribed to, and to the bottom, posts within the site. On the right (main section), posts are listed as excerpts in an organized manner.</p>
<p><strong>Shown below – Sage screenshots, options menu, adding feeds, and two sample styles.</strong></p>
<p style="text-align: center;"> </p>
<table border="0">
<tbody>
<tr>
<td><a title="{Sage} Sage Screenshot" href="http://blogtipz.com/images/2007/11/sage-screenshot.jpg">  </p>
<p style="text-align: center;"><img title="{Sage} Sage Screenshot" src="http://blogtipz.com/images/2007/11/sage-screenshot.thumbnail.jpg" alt="Sage Screenshot" width="250" height="198" /></p>
<p></a> </td>
<td><a href="http://blogtipz.com/images/2007/11/sage-settings.jpg"title="{Sage} Sage Settings" ><img title="{Sage} Sage Settings" src="http://blogtipz.com/images/2007/11/sage-settings.thumbnail.jpg" alt="Sage Settings" width="249" height="270" /></a></td>
</tr>
<tr>
<td><a href="http://blogtipz.com/images/2007/11/sage-feed-discovery.jpg"title="{Sage} Sage Feed Discovery" ><img title="Sage Feed Discovery" src="http://blogtipz.com/images/2007/11/sage-feed-discovery.thumbnail.jpg" alt="Sage Feed Discovery" width="250" height="154" /></a></td>
<td><a href="http://blogtipz.com/images/2007/11/sage-sample-style-1.jpg"title="{Sage} Sage Sample Style 1" ><img title="Sage Sample Style 1" src="http://blogtipz.com/images/2007/11/sage-sample-style-1.thumbnail.jpg" alt="Sage Sample Style 1" width="250" height="93" /></a></td>
</tr>
<tr>
<td><a href="http://blogtipz.com/images/2007/11/sage-sample-style-2.jpg"title="Sage Sample Style 2" ><img title="Sage Sample Style 2" src="http://blogtipz.com/images/2007/11/sage-sample-style-2.thumbnail.jpg" alt="Sage Sample Style 2" width="250" height="95" /></a></td>
</tr>
</tbody>
</table>
<p> </p>
<p style="text-align: center;"><img title="Wizz Rss News Reader Header" src="http://blogtipz.com/images/2007/11/wizz-rss-news-reader-header.jpg" alt="Wizz RSS News Reader Header" width="550" height="125" /></p>
<blockquote><p>[<a href="https://addons.mozilla.org/en-US/firefox/addon/424" rel="nofollow" >Wizz</a>] is a constantly improving RSS and Atom feed reader.  It is fairly powerful, feature rich, well supported and has comprehensive online help.</p></blockquote>
<p> </p>
<div>
<table style="border-collapse: collapse;" border="0">
<colgroup><col style="width: 319px;"></col><col style="width: 319px;"></col></colgroup>
<tbody>
<tr style="background: #4f81bd none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
<td style="border-top: 1pt solid #4f81bd; border-left: 1pt solid #4f81bd; border-bottom: 1pt solid #4f81bd; padding-left: 7px; padding-right: 7px;"><strong><span style="color:white;">Extension Name: <a href="https://addons.mozilla.org/en-US/firefox/addon/424" rel="nofollow" >Wizz RSS News Reader 2.1.9.7</a> (September 6, 2007) [283 KB]</span></strong></td>
<td style="border-top: 1pt solid #4f81bd; border-right: 1pt solid #4f81bd; border-bottom: 1pt solid #4f81bd; padding-left: 7px; padding-right: 7px;"><span style="color:white;"><strong>By: Mike Kroger</strong></span></td>
</tr>
<tr>
<td style="border-top: medium none; border-left: 1pt solid #4f81bd; border-bottom: 1pt solid #4f81bd; padding-left: 7px; padding-right: 7px;"><strong>Works with: Firefox 2.0-3.0a4</strong></td>
<td style="border-top: medium none; border-right: 1pt solid #4f81bd; border-bottom: 1pt solid #4f81bd; padding-left: 7px; padding-right: 7px;">User Reviews: &#8220;Only plug-in that actually aggregates!&#8221;, &#8220;Nice, but misses something&#8221;</td>
</tr>
</tbody>
</table>
</div>
<p> </p>
<p><strong>General Features</strong></p>
<ul>
<li>All versions of RSS are supported, as well as Atom 0.3 and 1.0.</li>
<li>Supports Podcast (Enclosure) feeds and Feed protocol.</li>
<li>Integration with Firefox 2.0 feed handling.</li>
<li>Enables very rudimentary offline news reading.</li>
<li>Supports feeds that are GZipped.</li>
<li>Filter news items on words and/or phrases.</li>
<li>Find feeds using the Feed Search utility – as long as there is a feed or OPML identified with the correct mime types, Wizz will be able to find it.</li>
<li>A ‘Quick Read’ function allows a user to quickly view a post excerpt (first 1-2 lines) without clicking on anything – simply hover over a post link</li>
<li>Watch List integration for monitoring selected feeds (configurable interval).  It can also be configured to notify or save new items.</li>
<li>Export/import feeds to/from other feed readers using OPML support.</li>
<li>Use the mark as read/unread tool to manage feeds and stay updated with news.</li>
<li>Allows storage of feeds on a server for easy access on any PC.</li>
<li>Support for self-published feeds.</li>
<li><strong>Integrated Features and Tools:</strong> Live Bookmark import, email sharing of news items and/or feeds (SMTP implementation), domain specific Google search, Feedster search, Feedbase search, a simple weather reports tool, and a Gmail checker.</li>
<li>Multiple language support.</li>
</ul>
<p><strong>Screenshots and Navigation</strong></p>
<p>In my opinion, adding a feed isn’t the simplest task with this extension.  Head on over to the <a href="http://www.wizzrss.com/help/WizzRssHelp.php" rel="nofollow" >Help page</a> as there are many answers to commonly asked questions.  Once you are acquainted with the features offered, and how to add feeds (by clicking the Feed Search/magnifying glass icon and double clicking on the feed type you want to add), the Wizz RSS Reader is one of the most customizable and versatile feed readers out there.  Note: you are also able to add them by using the Bookmarks menu under ‘Wizz RSS’.  Taking a look at the layout, instead of just a sidebar position, it can also be viewed in a small window.  The toolbar presents further options, available whenever you browse the web.  In addition, like Sage, Wizz RSS features a fairly simple navigation through the category and channel tree.</p>
<p><strong>Images below include a design/layout screenshot of Wizz and a preview of the options menu.</strong><br />
<a href="http://blogtipz.com/images/2007/11/wizz-rss-sidebar-layout.jpg"title="{Wizz} Wizz RSS Sidebar-Layout" ></a> <a href="http://blogtipz.com/images/2007/11/wizz-rss-options-menu.png"title="{Wizz} Wizz RSS Options Menu" ></a> </p>
<p style="text-align: center;"><img title="Wizz Rss Sidebar Layout" src="http://blogtipz.com/images/2007/11/wizz-rss-sidebar-layout.thumbnail.jpg" alt="Wizz RSS Sidebar-Layout" width="250" height="176" /> <img title="Wizz Rss Options Menu" src="http://blogtipz.com/images/2007/11/wizz-rss-options-menu.thumbnail.png" alt="Wizz RSS Options Menu" width="250" height="331" /></p>
<p style="text-align: center;"><img title="Brief Header" src="http://blogtipz.com/images/2007/11/brief-header.jpg" alt="Brief Header" width="550" height="125" /></p>
<blockquote><p><a href="https://addons.mozilla.org/en-US/firefox/addon/4578" rel="nofollow" >Brief</a> makes reading RSS feeds as easy as it gets.  It is designed to have the right set of features to be both powerful and simple.  Brief stores feeds on your disk and presents them on a seamless, interactive page.</p></blockquote>
<p> </p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup><col style="width: 319px;"></col><col style="width: 319px;"></col></colgroup>
<tbody>
<tr style="background: #4f81bd">
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid #4f81bd 1.0pt; border-left:  solid #4f81bd 1.0pt; border-bottom:  solid #4f81bd 1.0pt"><span style="color:white"><strong>Extension Name: <a href="https://addons.mozilla.org/en-US/firefox/addon/4578" rel="nofollow" >Brief 1.0.2</a> (November 21, 2007) [154 KB]</strong></span></td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid #4f81bd 1.0pt; border-bottom:  solid #4f81bd 1.0pt; border-right:  solid #4f81bd 1.0pt"><span style="color:white"><strong>By: Adam Kowalczyk</strong></span></td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid #4f81bd 1.0pt; border-bottom:  solid #4f81bd 1.0pt"><strong>Works with: Firefox 2.0-2.0.0.*</strong></td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-bottom:  solid #4f81bd 1.0pt; border-right:  solid #4f81bd 1.0pt">User Reviews: &#8220;Great Reader&#8221;, &#8220;Best RSS Reader Extension&#8221;, &#8220;Excellent&#8221;</td>
</tr>
</tbody>
</table>
</div>
<p> </p>
<p><strong>General Features</strong></p>
<ul>
<li>Integration with Live Bookmarks – all you need to do is select the folder containing your feeds.</li>
<li>Mark articles as read and star those that interest you.</li>
<li>Multiple display options – as a single feed or whole folder, or view full entries or only their headlines.</li>
<li>Full text search utility.</li>
<li>An icon in the status bar lets you know when feeds are updated.</li>
<li>More customizability – style sheets can be used to create a unique experience.</li>
<li>Keyboard shortcuts – make navigation faster through your news and blog stories.</li>
<li>Within the options menu you can select how often to check for updates and how long to keep the downloaded items.  You may even have separate settings for each feed, if you need.</li>
<li>Multiple languages supported</li>
</ul>
<p><strong>Screenshots and Navigation</strong></p>
<p>Feeds are contained in folders, all displayed within a sidebar.  Click on a feed or a whole folder to view it.  Content is then displayed on a seamless page, with unread items highlighted and buttons on each to mark it as read, starred, or deleted.  Different views such as headlines view will give you a more compact display and let you unfold the items you want to display in full.  Go to the main site by clicking on the article title.</p>
<p style="text-align: center;"><strong>A Brief screenshot and a preview of the options menu.</strong><br />
<a href="http://blogtipz.com/images/2007/11/brief-screenshot.jpg"title="{Brief} Brief Screenshot" ><img title="Brief Screenshot" src="http://blogtipz.com/images/2007/11/brief-screenshot.thumbnail.jpg" alt="Brief Screenshot" width="250" height="165" /> </a><a href="http://blogtipz.com/images/2007/11/brief-options-menu.jpg"title="{Brief} Brief Options Menu" ><img title="Brief Options Menu" src="http://blogtipz.com/images/2007/11/brief-options-menu.thumbnail.jpg" alt="Brief Options Menu" width="249" height="282" /></a></p>
<h4>Other Recommended Browser Feed Readers for Firefox</h4>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/629" rel="nofollow" >NewsFox 0.8.2</a></li>
<p>- an efficient 3-pane (email) style Atom and RSS feed reader.</p>
<p>Compatible with: Firefox: 1.5-3.0b1, Last Updated: November 14, 2007 – 169 KB, By: Andrey Gromyko, R Pruitt</p>
<p><strong>Features</strong><br />
- Allows users to group feeds as they wish.<br />
- Feed content can be read offline.<br />
- Update feeds at your convenience.<br />
- 1-click subscribe option available with the Firefox URL bar icon.</p>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4979" rel="nofollow" >Beatnik 1.2</a></li>
<p>- A simple, but elegant news reader for Atom and RSS feeds.</p>
<p>Compatible with: Firefox: 2.0-2.0.0.*, Last Updated: November 1, 2007 – 166 KB, By: Andy Frank</p>
<p><strong>Features</strong><br />
- Extremely simple, but lacks useful tools.  Feeds listed in the left column, expanding/collapsing content is located on the right panel as collapsing/expanding content areas.</p>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/5459" rel="nofollow" >Simple RSS Reader (SRR) 1.1.2.1</a></li>
<p>- A simple tool for displaying RSS feeds.</p>
<p>Compatible with Firefox 1.5-2.0.0.*, Last Updated: October 9, 2007 – 89 KB, By: Alvaro Junior! and DJIO</p>
<p><strong>Features</strong><br />
- As a toolbar, it simply displays the article, with the ability to scroll and go directly to the article.<br />
- Easy to add new feeds</p>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4869" rel="nofollow" >Feed Sidebar 1.0.2</a></li>
<p>- The Feed Sidebar extension for Firefox displays new items from your Live Bookmarks in the sidebar.  As a new Firefox feed reader extension, it combines simple, but useful tools to mark feeds as read, or quickly go to the post you want to read.</p>
<p>Compatible with Firefox 1.5-2.0.0*, Last Updated: May 18, 2007 – 34 KB, By: Christopher Finke</p>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/361" rel="nofollow" >infoRSS 1.1.2 </a><br />
- An extension that scrolls feeds in the status bar, also compatible with podcasting RSS feeds, which can be downloaded directly.  Combines features such as a Gmail notifier, which would require additional extensions. Compatible with Firefox 1.0-3.0a1, Last Updated: December 11, 2006 – 493 KB, By: didier ernotte   </p>
<p><strong>More: </strong><a href="https://addons.mozilla.org/en-US/firefox/addon/2325" rel="nofollow" >RSS Ticker 1.9</a> | <a href="https://addons.mozilla.org/en-US/firefox/addon/4104" rel="nofollow" >rssPlayPen</a> | <a href="https://addons.mozilla.org/en-US/firefox/addon/4400" rel="nofollow" >Enhanced Feed Preivew</a></li>
</ul>
<p><strong>Stay Updated with Firefox Extensions</strong></p>
<p><em><a href="https://addons.mozilla.org/en-US/firefox/addon/3362" rel="nofollow" >Update Scanner 2.0.15</a></em> (Firefox 2.0-2.0.0.*) by Pete Burgers displays changes to websites, since you last visited them.</p>
<p><em><a href="https://addons.mozilla.org/en-US/firefox/addon/4808" rel="nofollow" >Google Reader Watcher 0.0.9</a></em> (Firefox 1.5-2.0.0.*) by Ajnasz checks your Google Reader account for any changes to your favorite blogs, notifying you of any updates.  It also serves as a quick link to Google Reader, displayed in the status bar.</p>
<p><em><a href="https://addons.mozilla.org/en-US/firefox/addon/3977/" rel="nofollow" >Google Reader Notifier 0.36</a></em> (Firefox 1.5-3.0a1) by markdbd has more features than the Google Reader Watcher but serves a similar purpose – displaying recently updated feeds from Google Reader plus support for many languages.</p>
<p><em><a href="https://addons.mozilla.org/en-US/firefox/addon/4869" rel="nofollow" >Feed Sidebar 1.0.2</a></em> (Firefox 1.5-2.0.0*) by Christopher Finke.</p>
<p class="addtoany_share_save_container">
    <a href="http://www.addtoany.com/share_save?sitename=Blog%20Tipz&amp;siteurl=http%3A%2F%2Fblogtipz.com%2F&amp;linkname=Firefox%20RSS%20Tools%20and%20Extensions&amp;linkurl=http%3A%2F%2Fblogtipz.com%2F2007%2F11%2F26%2Ffirefox-rss-tools-and-extensions%2F" rel="nofollow" class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" ><img src="http://blogtipz.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Firefox RSS Tools and Extensions";
		a2a_linkurl="http://blogtipz.com/2007/11/26/firefox-rss-tools-and-extensions/";
				a2a_show_title=1;		    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blogtipz.com/2007/11/26/firefox-rss-tools-and-extensions/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 6.773 seconds -->
