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

<channel>
	<title>How To Blog &#187; your site</title>
	<atom:link href="http://bradtheblogboy.com/tag/your-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradtheblogboy.com</link>
	<description>blogging 102</description>
	<lastBuildDate>Fri, 14 May 2010 06:03:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Make Your Site RSS User-Friendly</title>
		<link>http://bradtheblogboy.com/readership/how-to-make-your-site-rss-user-friendly/?source=rss</link>
		<comments>http://bradtheblogboy.com/readership/how-to-make-your-site-rss-user-friendly/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 12:12:50 +0000</pubDate>
		<dc:creator>Titus Hoskins</dc:creator>
				<category><![CDATA[Readership]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[internet users]]></category>
		<category><![CDATA[mainstream Internet users]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[web page code]]></category>
		<category><![CDATA[web site visitor counts]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[your site]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/readership/how-to-make-your-site-rss-user-friendly/</guid>
		<description><![CDATA[Try these simple steps to make your website more Friendly for RSS users.]]></description>
			<content:encoded><![CDATA[<p>Reading time: 5 &#8211; 8 minutes</p>
<p>Despite all the hype and fuss surrounding RSS recently, for <br />the majority of mainstream Internet users, RSS still remains  <br />a mysterious orange button sitting on your web site. They are  <br />totally unaware of this new method of syndicating information  <br />on the web.</p>
<p>This is not necessarily bad news!</p>
<p>For many Internet users are enjoying the benefits of RSS <br />while remaining totally clueless as to its function or <br />how it works. Programs like &#8216;MyYahoo&#8217; and the RSS empowered <br />Firefox Browser are letting surfers access RSS and enjoy <br />its major benefits without having any or no knowledge of it.</p>
<p>In the very near future when Microsoft introduces its new RSS  <br />powered Longhorn Browser and operating system &#8211; this situation <br />will hopefully continue. Internet users should be able to enjoy  <br />all the benefits of RSS without having to know what it is!</p>
<p>Users don&#8217;t have to know &#8216;DOS&#8217; or even &#8216;HTML&#8217; to enjoy the full <br />benefits of the Internet and their computers. RSS should fall <br />into this same category. It would quickly bring RSS into the  <br />mainstream without having to overcome a long learning curve.</p>
<p>However, until RSS is blended seamlessly into web sites and <br />browsers, there remains one major problem with RSS. Most  <br />browsers can&#8217;t access the RSS feed directly. When many surfers  <br />click that little orange button on your site, they get a jumbled  <br />code or worst, their browser freezes. Many will depart your site  <br />scratching their heads or saying a few choice words in the direction  <br />of your site. Not a pleasant situation for anyone.</p>
<p>At the heart of the problem, an RSS Feed must be accessed by  <br />aggregators or an RSS feed (news) reader like Newsgator or an  <br />RSS empowered browser like Firefox which has a &#8216;Live Bookmark&#8217;  <br />feature that basically updates your bookmarks or feeds with RSS.  <br />A direct link to an RSS feed just won&#8217;t work with most browsers.</p>
<p>Webmasters must fix this problem. You must fix this problem.  <br />You must make your site RSS User-Friendly. You should realize by now, <br />every web site visitor counts. Besides, its just good net etiquette.</p>
<p>Here are some simple solutions to help alleviate this problem <br />and make your site more RSS-Friendly:</p>
<p>1. Don&#8217;t just place the orange RSS button on your site. Always <br />include a link &#8216;What is This?&#8217; beside it. Have this link leading <br />to a page explaining what RSS is and how your visitors can <br />access and use it. This has a two-fold benefit; visitors who are  <br />familiar with RSS will know how to use the button, visitors who  <br />are in the dark can get a quick education in RSS 101! Here&#8217;s an <br />example I have on my site. <br /><a href="http://www.bizwaremagic.com/What_Is_RSS.htm"target="_new" rel="nofollow" >&#8216;What Is RSS?&#8217;</a>.</p>
<p>You are welcome to use this page on your site if you&#8217;re pressed for  <br />time. Just copy it and upload it to your site or link directly to it. <br />It will do in a pinch!</p>
<p>2. As mentioned before some browsers can Automatically discover <br />or Access your RSS feed. The Firefox Browser is a prime example. <br />To facilitate or aid in this AutoDiscovery process place a simple  <br />code in the HEAD section of your webpage&#8217;s HTML code:</p>
<p>(link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; <br />title=&#8221;RSS&#8221; <br />href=&#8221;http://www.bizwaremagic.com/blog/atom.xml&#8221; /)</p>
<p>Just don&#8217;t forget to replace the ( and ) characters with &lt; <br />and &gt; in your web page code. Also, place in your OWN feed!</p>
<p>3. Of course, many webmasters use many RSS buttons on their site to <br />guide their visitors in the right direction. For example, placing <br />a &#8216;MyYahoo&#8217; button will make it easier for visitors using that <br />program to access your RSS feeds. Bloglines and MyMSN buttons <br />are other examples. Some webmasters even design their OWN RSS <br />button for their sites. Just remember to place your &#8216;What is This?&#8217; <br />link beside it.</p>
<p>4. However, if your visitor is not using an aggregator or RSS equipped <br />browser, they will still get the jumbled code that will be puzzling to <br />them. One way around this problem is to use a free service from Feedburner.com  <br />and have your RSS Feed transformed or presented so that if can be read  <br />in your visitor&#8217;s browser. Instead of linking your orange button directly  <br />to your RSS feed, use the Free link from Feedburner in its place. Your web  <br />site visitors will then be able to read your feeds but they will also still  <br />be able to subscribe to your RSS feed.</p>
<p>More information on what this looks like here: <br /><a href="http://feeds.feedburner.com/BurnThisRSS2"target="_new" rel="nofollow" >http://feeds.feedburner.com/BurnThisRSS2</a></p>
<p>5.  Perhaps, using the same system above, an easier and friendlier  <br />solution to use is a Headline Animator from Feedburner. This will display your  <br />RSS feed headlines on your site in a very User-Friendly way. Anyone wanting  <br />to subscribe to your feed can do so by clicking this Headline Animator. It  <br />will also provide your visitors with information and headlines about your  <br />feed&#8217;s content. Plus, it will give them a real sampling of your feed. It will  <br />immediately make your website more RSS-Friendly.</p>
<p>RSS is the wave of the future. It will play an ever increasing role in  <br />how information is exchanged on the web. Make sure your site is RSS  <br />User-Friendly so that you can take full advantage this new technology.  <br />Make sure your site is a pleasant RSS experience for all your visitors,  <br />it will not only put your site in a more favorable light, but it will  <br />also make your site more competitive in a very competitive world.</p>
<p>So for your visitor&#8217;s benefit and your own, make your site RSS-Friendly  <br />right now. Don&#8217;t delay. Just do it. Your visitors will thank you in more <br />ways than one.</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Titus_Hoskins">Titus Hoskins</a><br />Article Source: <a href="http://ezinearticles.com/?How-To-Make-Your-Site-RSS-User-Friendly&amp;id=75373">EzineArticles.com</a><br />Provided by: <a href="http://instantpot.com/">Programmable pressure cooker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/readership/how-to-make-your-site-rss-user-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

