<?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; CNN</title>
	<atom:link href="http://bradtheblogboy.com/tag/cnn/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>A Peep into the RSS Terminology</title>
		<link>http://bradtheblogboy.com/readership/a-peep-into-the-rss-terminology/?source=rss</link>
		<comments>http://bradtheblogboy.com/readership/a-peep-into-the-rss-terminology/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 13:06:21 +0000</pubDate>
		<dc:creator>Dirk Wagner</dc:creator>
				<category><![CDATA[Readership]]></category>
		<category><![CDATA[aggregation Web services]]></category>
		<category><![CDATA[aggregator web]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[CNN]]></category>
		<category><![CDATA[desktop applications]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[online retailers]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Web browsers]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/readership/a-peep-into-the-rss-terminology/</guid>
		<description><![CDATA[RSS stands for either Really Simple Syndication or Rich Site Summary. RSS files (which are also called RSS feeds or channels) simply contain a list of items. Usually, each item contains a title, summary, and a link to a URL. RSS files look a lot like HTML code. It is up to the user to use this information in any way that he wants.]]></description>
			<content:encoded><![CDATA[<p>Reading time: 4 &#8211; 6 minutes</p>
<p>RSS content is delivered through RSS feeds. These are simple files structured in a specific way. [A type of xml]</p>
<p>RSS stands for either Really Simple Syndication or Rich Site Summary. RSS files (which are also called RSS feeds or channels) simply contain a list of items. Usually, each item contains a title, summary, and a link to a URL. RSS files look a lot like HTML code. It is up to the user to use this information in any way that he wants.</p>
<p>You should provide an RSS feed if you want to distribute your information to a vast and fast-growing community of users, who are more interested in knowing about your topic. In general, people who write articles or publish newsletters benefit the most. Most blog software allows you to offer RSS feed of the blog posts. You can also offer your press releases through an RSS feed.</p>
<p>In general, anything that you publish frequently can be offered as an RSS feed. For example in the share market, the prices of the shares are always fluctuating. People holding shares or those who are interested in that business would like to stay updated about the price of their shares. When RSS feeds are created for such fields it will be of very great use undoubtedly.</p>
<p>Soon, you will find online retailers and other catalog companies also offering RSS feeds of their product range.</p>
<p>There are 2 main components of a RSS feed.</p>
<p>* Channel: A channel is the total collection of items you wish to highlight in your site. There is exactly one channel per RSS file.</p>
<p>* Item: Item is a single thing you wish to highlight from your site. There is at least one, but no more than 15 items per channel. But it is better to limit to 6 items per channel.</p>
<p>* RDF: RDF is the mother specification of RSS.</p>
<p>Example &#8211; You may create a RSS feed about all articles on your web site. That is, articles covering different topics in one RSS feed.</p>
<p>Then the channel will contain information about the feed (&#8220;Read articles on various subjects&#8221;), the location (web site address or URL) and a short description of the content you have written about.</p>
<p>There will be multiple items in the RSS Feed. Each item will have information about one article (the title, author, category, short description and the URL where the article may be found).</p>
<p>The user may see the index in a suitable viewer called RSS aggregator or reader, display the contents on a web page, or use it in any other way he thinks fit.</p>
<p>An aggregator, as the name suggests, is a piece of software that collects content from many websites that publish new content regularly (CNN, New York Times, Wired, etc.) provide a list of headlines of the latest content. In addition to displaying these headlines on their own websites, it is very common for publishers to make them available for syndication, so that other websites or applications can also include their headlines. When a website has an RSS feed, it is said to be &#8220;syndicated&#8221;.</p>
<p>The RSS aggregators come in many different forms and flavors. The most popular are desktop applications and RSS aggregation Web services.</p>
<p>* In the case of desktop RSS aggregators, end-users have to download them to their computers and install them there. </p>
<p>* In RSS aggregation Web services, on the other hand, the users can create their own accounts and then use those websites to view RSS content directly from their Web browsers.</p>
<p>After installing an RSS aggregator or registering at a web-based RSS aggregator web Service, the user needs to proactively add the link to your RSS feed in to the Aggregator to view your content.</p>
<p>When any new content item is modified or updated in the RSS feed, the user is notified of that through his RSS aggregator. The content is also immediately available to him, without having to face any SPAM filters and other obstacles on the way.</p>
<p>RSS being essentially a pull-content delivery channel, that is, in order to receive content via RSS the end-users need to subscribe to the RSS feeds they desire. Content cannot be delivered to people who have not granted permission to be contacted by you. At the same time, the other side of the coin is also true! The user who had given permission once can revoke it instantly, taking away your capability of communicating to them.</p>
<p>This fact makes the marketers and publishers more alert and force them to send only relevant information to their subscribers. Therefore, the chance of the user stopping the subscription suddenly is very remote. He is assured of receiving only information that is of use and interest to him. This is why exactly RSS is very powerful.</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Dirk_Wagner">Dirk Wagner</a><br />Article Source: <a href="http://ezinearticles.com/?A-Peep-into-the-RSS-Terminology&amp;id=106355">EzineArticles.com</a><br />Provided by: <a href="http://betterdollar.com/duty-tax/duty/">Canada duty rates</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/readership/a-peep-into-the-rss-terminology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning The Basics Of RSS</title>
		<link>http://bradtheblogboy.com/readership/learning-the-basics-of-rss/?source=rss</link>
		<comments>http://bradtheblogboy.com/readership/learning-the-basics-of-rss/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 12:05:22 +0000</pubDate>
		<dc:creator>Jeremiah Patton</dc:creator>
				<category><![CDATA[Readership]]></category>
		<category><![CDATA[CNN]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[information management]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[internet surfing]]></category>
		<category><![CDATA[internet-based aggregators]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[real time]]></category>
		<category><![CDATA[RSS technology]]></category>
		<category><![CDATA[software upgrade]]></category>
		<category><![CDATA[technology developers]]></category>
		<category><![CDATA[web publishers]]></category>
		<category><![CDATA[web user]]></category>
		<category><![CDATA[web-based aggregator]]></category>
		<category><![CDATA[web-based aggregators]]></category>
		<category><![CDATA[website owner]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/readership/learning-the-basics-of-rss/</guid>
		<description><![CDATA[An RSS is a means of publicizing updates about websites. It may or may not include a summary and photos of the latest posting. But those that provide summaries (thus Rich Site Summary) allow users to skim through the article so that they could decide later on if they want to access the website source.]]></description>
			<content:encoded><![CDATA[<p>Reading time: 5 &#8211; 8 minutes</p>
<p>What is RSS?</p>
<p>You probably have seen this three-letter acronym in the course of your internet surfing. RSS stands for Really Simple Syndication or Rich Site Summary; syndicating means republishing an article that comes from another source such as a website.</p>
<p>An RSS is a means of publicizing updates about websites. It may or may not include a summary and photos of the latest posting. But those that provide summaries (thus Rich Site Summary) allow users to skim through the article so that they could decide later on if they want to access the website source. The RSS feed usually contains the title of the update originating from the website. It is also usually the link to the website source.</p>
<p>What are the benefits of RSS?</p>
<p>RSS gives benefits to both readers (users) and web publishers.</p>
<p>1. It gives you the latest updates.</p>
<p>Whether it is about the weather, new music, software upgrade, local news, or a new posting from a rarely-updates site learn about the latest as soon as it comes out.</p>
<p>2. It saves on surfing time.</p>
<p>Since an RSS feed provides a summary of the related article, it saves the users time by helping s/he decide on which items to prioritize when reading or browsing the net.</p>
<p>3. It gives the power of subscription to the user.</p>
<p>Users are given a free-hand on which websites to subscribe in their RSS aggregators which they can change at any time they decide differently.</p>
<p>4. It lessens the clutter in your inbox.</p>
<p>Although your email address will be required to enjoy the services of online RSS aggregators, RSS does not use your email address to send the updates.</p>
<p>5. It is spam free.</p>
<p>Unlike email subscriptions, RSS does not make use of your email address to send updates thus your privacy is kept safe from spam mails.</p>
<p>6. Unsubscribing is hassle-free.</p>
<p>Unlike email subscriptions where the user is asked questions on why s/he is unsubscribing and then the user would be asked to confirm unsubscribing, all you have to do is to delete the RSS feed from your aggregator.</p>
<p>7. It can be used as an advertising or marketing tool.</p>
<p>Users who subscribe or syndicate product websites receive the latest news on products and services without the website sending spam mail. This is advantageous to both the web user and the website owner since advertising becomes targeted; those who are actually interested in their products are kept posted.</p>
<p>What are the drawbacks of RSS?</p>
<p>The disadvantages of RSS use are brought about by its being a new technology and some user-preference concerns.</p>
<p>1. Some users prefer receiving email updates over an RSS feed.</p>
<p>2. Graphics and photos do not appear in all RSS feeds.</p>
<p>For conciseness and ease of publication, RSS feeds do not display the photos from the original site in announcing the update except for some web-based aggregators</p>
<p>3. The identity of the source website can be confusing.</p>
<p>Since RSS feeds do not display the actual URL or name of the website, it can sometimes get confusing on what feed a user is actually reading.</p>
<p>4. Publishers cannot determine how many users are subscribed to their feed and the frequency of their visits.</p>
<p>Moreover, they would not know the reasons why users unsubscribe which could be important in improving their advertising.</p>
<p>5. RSS feeds create higher traffic and demands on the server.</p>
<p>Most readers still prefer the whole update over a brief summary of the entry, thus they still access the site.</p>
<p>6. Since it is a new technology, many sites still do not support RSS.</p>
<p>How do I start using RSS?</p>
<p>There are two things needed: an RSS feed and an RSS aggregator or reader. The RSS feed comes from an RSS-supported website. There are also websites that provide a list of RSS feeds of different websites. An RSS aggregator is used to read the RSS feed from the source website. It scans and collects data on latest RSS feeds from the worldwide web.</p>
<p>An aggregator comes in two forms: a downloadable program also known as desktop aggregator and an online or web-based aggregator. Downloadable aggregators may require payment before they can be acquired, while internet-based aggregators are usually free of charge. All you need to do is to register an account then you are ready to use their services. Both versions allow you to customize or choose which RSS feeds to enter. Paid aggregators are usually chosen by more experienced users and they usually allow more freedom in customizing feeds.</p>
<p>1. Choose an RSS aggregator to use. For beginners, web-based aggregators are recommended since they are usually user-friendly</p>
<p>2. Scan the homepage of your target website for the RSS or XML button. It contains the RSS code you need to enter in the aggregator. Copy this code. Syndic8 provides a directory of websites that support RSS.</p>
<p>3. Paste the code (which contains the URL of the website) in your aggregator. There is a space provided for pasting the code.</p>
<p>After you have done these three easy steps, you can start reading the RSS feeds coming from the website. New postings appear as they are published real time at the source website.</p>
<p>RSS and Internet Marketing</p>
<p>The original idea of RSS came from Netscape, where their intention is to provide a means for users to customize their personal homepage to contain links to websites that interest them, similar to bookmarking websites.</p>
<p>The application of RSS to internet marketing was an unforeseen development to RSS technology developers. Since users are given the freedom to add RSS feeds to their aggregators, those who are interested in particular products and services available in the internet can now be notified real time. Marketing becomes more specific to interested people and not a hit-and-miss operation.</p>
<p>Those who intend to use RSS for marketing their products and services should consider linking up with email account providers, (e.g. Yahoo, MSN, Google mail); networking websites (e.g. Friendster, Multiply, My Space, Hi5); websites of newspapers and television network websites (e.g. New York Times, CNN) for medium to big-scale companies. Small-time industries can also look into networking websites as well as personal blog websites (e.g. Blogspot) and websites of clubs and organizations that would probably make use of their products or services e.g. a fishing supplies store can look for the website of their local fishing club for possible RSS marketing.</p>
<p>Clearly, RSS is an innovation in information management in the worldwide web as well as online marketing. We can expect better RSS technology in the not-so-distant future as its popularity increases among users and website owners alike.</p>
<p>Author: <a href="http://EzineArticles.com/?expert=Jeremiah_Patton">Jeremiah Patton</a><br />Article Source: <a href="http://ezinearticles.com/?Learning-The-Basics-Of-RSS&amp;id=110483">EzineArticles.com</a><br />Provided by: <a href="http://betterdollar.com/duty-tax/duty/">Canada duty rates</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/readership/learning-the-basics-of-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links From The Unexpected</title>
		<link>http://bradtheblogboy.com/wordpress-2/plugins/links-from-the-unexpected/?source=rss</link>
		<comments>http://bradtheblogboy.com/wordpress-2/plugins/links-from-the-unexpected/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 17:18:21 +0000</pubDate>
		<dc:creator>Blogboy</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Brad's Tiny World]]></category>
		<category><![CDATA[CNN]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[The Wall Street Journal]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[theme tools]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bradtheblogboy.com/?p=90</guid>
		<description><![CDATA[Reading time: 2 &#8211; 2 minutes
I was going through my Woopra stats not so long back when i noticed something very exciting and very unexpected.  My political blog, Brad&#8217;s Tiny World, was receiving a lot of traffic from CNN and within a few days of watching that incoming traffic I started noticing them coming from [...]]]></description>
			<content:encoded><![CDATA[<p>Reading time: 2 &#8211; 2 minutes</p>
<p><a href="http://bradtheblogboy.com/wp-content/uploads/2008/07/sphere-tools2.png?source=rss"title="sphere-tools" rel="lightbox[pics88]" ><img class="attachment wp-att-89 alignleft" style="float: left;" src="http://bradtheblogboy.com/wp-content/uploads/2008/07/sphere-tools2.png" alt="sphere-tools" width="176" height="68" /></a>I was going through my Woopra stats not so long back when i noticed something very exciting and very unexpected.  My political blog, <a href="http://www.bradstinyworld.com">Brad&#8217;s Tiny World</a>, was receiving a lot of traffic from CNN and within a few days of watching that incoming traffic I started noticing them coming from The Wall Street Journal.  When tracking down this traffic I found it had come in the form of a sweet little plugin I had accidentally left on when I was testing what did and didn&#8217;t work with the new theme tools and WordPress  2.6.  I had long known <a href="http://wordpress.org/extend/plugins/sphere-related-content/">Sphere Related Content</a> plugin existed, in fact the version I had in the plugin directory was a few versions out of date, but I never really expected much from it and as such never used it.  What a mistake that was.</p>
<p>While the traffic generated was small, it was all relevant traffic and directed at specific stories.   To get those links I was citing and linking to stories on the major sites.  This was usually an excerpt with a backlink.  it was a small common courtesy, but well worth it.  That new traffic which fades after a story is no longer popular, does bring you people willing to give relevant comments and more important, it increased my social bookmark submissions.  I can&#8217;t promise you will gain anything from this plugin, but I also know it doesn&#8217;t take up very much room either.  Add it and comment on sites using it and see what happens for yourself.  You too might just find links from unexpected places.</p>
<p>Homepage<br />
Download: <a href="http://wordpress.org/extend/plugins/sphere-related-content/">Sphere Related Content</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradtheblogboy.com/wordpress-2/plugins/links-from-the-unexpected/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

