Articles Comments

Who Else wants to Fire Their Boss » Entries tagged with "RSS feeds"

RSS Mania – Part Two – Outline of How to Create an RSS Feed


This is a continuation from my first article on RSS – “RSS Mania Addiction – An Introduction to RSS and the Terminology”

Well so now you kind of like, are in love, or are obsessed with RSS. Those little orange buttons are all over and you want to put one up in your web site or Blog or on your wall. That is cool, and it will demand a bit of technical knowledge, some writing, some research and some frustration. So here are the major steps to publishing your RSS feeds and giving all that information to the world at large, which I will discuss in depth with examples in this series of articles. Right now we will outline these steps.

1. Sit back, STOP! & Think. (How is that for step one?)

* a. Do you have information that should or would go into an RSS file? Remember that the unwritten rules of RSS is that you must update the file with “new” and more “current” information if not hourly or daily, but at least on a fairly common basis. No one is going to want to keep your RSS in their reader if the information they see every day for the next month is exactly the same as the day before it.

* b. Additionally, though some people do this, it really is NOT good practice to put long essays into an RSS feed. What you want is the first line or description of an object, idea or news. Hook the person so he clicks on the topic in his reader, reads the summary, clicks again and finds himself on your web page.

* c. Do you have the time to do it? There are millions of Blogs out there that were started with the best of intentions. One entry, two entries, three entries. And then they die. Why? Because the author/owners simply had no clue about the dedication demanded and time needed to update their Blogs on a regular basis. They also had no idea just how difficult he competition was to get people to read those Blogs. The same is true with RSS. You start a feed to get readers, or to pass on information to the web. You need to understand this is going to take time and patience and work. This is not a one-time one-shot one-pie-in-the-sky deal.

2. Your depth of Technical knowledge

You will need to become familiar with the following terms and understand them and perhaps learn some very simple things in how to program them.

1. RSS

2. XML

3. HTML

4. CSS

5. Atom

6. RSS Readers

7. RSS Parsers

8. RSS Validation

3. Now begins the Actual WORK!

* a. Preparing the file – You will need a template RSS file (for the sake of these articles it will be called rss.xml though it can have any name you choose as long as it is in xml format.) Unless you are good enough to write one yourself this is critical.
* b. Understanding the Template and what information goes where
* c. Putting the information into the template – Each piece of information you have will go into specific [headers] and you must understand the RSS structure in the XML file to get that right.
* d. Validating the Template – A crucial aspect. Unlike HTML, RSS is very, very, let me say this again, very unforgiving. It does not like deviations from the norm or from the basic format laid down. Getting it right can be the most trying and frustrating part of the process.

4. Okay now you wrote the RSS file, your XML file is ready and validated. Now what? Guess you think you are done. Think again.

* a. You will have to place the rss.xml file on your web site or somewhere on the web where people can get to it.
* b. Now you can steal, get, copy, make – whatever you choose – your own little XML/RSS or RSS – Valid button.
* c. Hyperlink your file to the RSS
* d. Submit your file under the correct category to RSS directories.

5. How many people will pick up your RSS? I will discuss this as well in a later article, but surprisingly, the answer here is still very vague. There are some ways of tracing the numbers, but none are foolproof, and most are very convoluted.

6. Go and get a good night’s sleep cause tomorrow you are going to have to start the process of adding information to your RSS (or changing it) all over again!

(This is a continuation from my first article on RSS – “RSS Mania Addiction – An Introduction to RSS and the Terminology”)

Copyright © 2005 Ted W. Gross. All rights reserved. (You may publish this article in its entirety with the following author’s information with live links only.)

**RECOMMENDED RESOURCE**

Discover an incredible software program, that rapidly and automatically builds targeted Web traffic for you.

CLICK HERE ==> http://tinyurl.com/yej4no7

Filed under: Internet Marketing

RSS Mania Addiction – An Introduction To RSS and the Terminology


Not to long ago I finally decided to check out what all those little orange buttons that said “RSS” or “XML” were about. It seemed to me that either my vision was permanently impaired or every web-site I visited suddenly spouted an RSS tag, and that proudly. I wanted to know just what those ubiquitous orange buttons meant and how they operated.

Well, in a few days I was an RSS freak. Obsessed. Totally grounded in RSS mania and those little news items coming across my reader. Of course, I had a reader for my desktop, and a reader that conveniently placed itself within my Firefox Browser. I was RSS ready for anything! And you know what. BEST OF ALL its almost ALL FREE. (If it isn’t it does not find a place on my computer!)

For those among the plebeians of the world who are not familiar with RSS and what you can do with it, this article will attempt to explain the basics in RSS terminology and how you can become as obsessed with RSS as I am. In a future article I will attempt to explain how to create your own RSS feeds as well.

RSS Feed – The information that a web site will place within the RSS file for you to read is known as a “feed”. RSS Reader – The software you use, either browser based or desktop based that you use to pick up the feed and read it.

1. RSS stands for “Really Simple Syndication” or so they tell us. Well so we don’t get too complicated, RSS has gone through a few permutations based upon its versions and maturing.

* Rich Site Summary (RSS 0.91)

* RDF Site Summary (RSS 0.9 and 1.0)

* Really Simple Syndication (RSS 2.0.0)

Most RSS feeds today are of the 2.0 permutation. And actually all RSS and its permutations are based upon “push technology” which began to be seriously developed a few years ago.

2. RSS is based on XML (Extensible Markup Language) which is actually become incredibly popular in the development of web pages and the like. (For now we will not enter too many technicalities in programming)

3. PodCasting – is a derivation of RSS where audio is pushed to the computer instead of just text.

4. VodCasting – is a derivation of RSS where video is pushed to the computer instead of just text.

5. There are also PictureCasting, screencasting… and I guess you are getting the picture.

6. Atom Feeds – This basically is a new syndication to replace RSS format. Whether or not it will work is up to the developers and users.

7. Blogs, (a term which originally came from “weblog”) which has been all the rage in the internet lately, make extensive use of RSS feeds, pushing the information contained in the millions of weblogs out to users.

So what is so great about RSS? It simply is a way of those who have content, say a newspaper, where news changes and is updated on an hourly or daily basis, to push this news to users all over the world without them logging into the web site. The user has an “RSS Reader” (many different types are available – future article) and this news is updated automatically in the Reader on a schedule the user chooses. Thus one can be working without the need to constantly check a news web site, and still keep abrest of any news that is happening “out in the big world”.

Readers can handle many RSS feeds together, and it takes just a glance over to determine if something you are interested in comes through.

Why do web sites and companies do this? Because it creates customer loyalty. It is another avenue of being constantly connected with the customers and viewers of their web sites. It is a way to keep the people coming back and back again.

In the next article of this series I will discuss the method by which a feed is created and then pushed out to the Net world at large for others to read it.

Copyright © 2005 Ted W. Gross. All rights reserved. (You may publish this article in its entirety with the following author’s information with live links only.)

**RECOMMENDED RESOURCE**

Discover an incredible software program, that rapidly builds targeted Web traffic for you.

CLICK HERE==> http://tinyurl.com/yej4no7

Filed under: Internet Marketing

Here Are Some Tips For Promoting Your RSS Feed


There is little argument from webmasters and publishers that RSS brings in traffic. So once you’ve made the leap and created a feed, how do you tell your visitors about the feed?

1. Submit Your RSS Feed to RSS Directories.

This will not only increase the number of sites linking to your website and increasing your link popularity, it will also increase the RSS feeds

A large list of directories is located at http://www.rss-specifications.com/rss-submission.htm

Example of Topic Specific – http://www.realty-feeds.net or http://www.religious-podcasts.net

2. Explain RSS

While you have finally figured RSS out, some of your visitors may not have. The concept while brilliant, can be a bit confusing for the beginner. The concept of RSS feeds might be completely new to some of your website visitors. Hence it is generally good practice to walk website visitors through the steps of locating, subscribing and reading an RSS feed. It is generally a good practice to include a page on your website that contains a general explanation on RSS and details how website visitors can subscribe to an RSS feed.

Sample Explanation page that can be used to on your website: http://www.rss-specifications.com/rss-subscriptions.htm . RSS specifications has authorized the replication of this webpage. It can be republished, simply insert your RSS feeds or otherwise customize the material to explain RSS to your website visitors.

3. Graphic on Website

Since the conception of RSS, bright graphic flags have been used to denote the location of an RSS feed. Now instinctively, website visitors frequently look for a colorful flag on websites. The looks of the flags have changed but a variety of options exists. When you add the image, be sure to link to the location of the RSS feed. Some webmasters use chicklets to indicate the presence of feeds, web surfers click on the chicklet that relates to their RSS feed reader or news aggregator and the feed is added to their list of feeds. Others feel that the volume of chicklets simply add confusion, and opt for a single relevant RSS graphic.

4. Press

As with any important addition to your company, it is completely appropriate to send a press release to let the media know you have RSS feeds available for specific content. This will often garner a little attention. Additionally, key news editors may opt to subscribe to your RSS feed in order to stay abreast of your latest corporate news. Considering the possibility of these subscriptions, makes a press release to signal the availability of an RSS feed simple common corporate sense.

5. Newsletters

Include a mention in your e-mail newsletter that content is now available via an RSS feed. Many newsletters subscribers appreciate an alternative subscription method and will subscribe to a web feed as well.

6. Auto Discovery

Some of your website visitors might be web savvy. Be sure to include an auto-discovery tag in the HTML header of each web page. Many RSS Readers will automatically discover that an RSS feed is available for specific content and notify the website visitor and ask them if they wish to subscribe.

7. Brand a Newsreader

Distribute pre-loaded RSS readers branded to your company name. The big benefit to brandable newsreaders is that you can include all of your RSS feeds in it. Any downloaders will have immediate access to your RSS feeds in the branded news reader.

Brandable Readers – http://www.deskshare.com or http://www.customreader.com

8. Blog

If you have a blog or know bloggers, be sure to share with them that you have added an RSS feed for specific content. Blogs are a great vehicle to spread the word. Marketers instantly understood the power of word of mouth, but few marketers understand the movement of blog to mouth. This growing phenomenon has added credibility to online blog endorsements.

In order to reap the benefits of an RSS feed, it is important the feed be properly publicized. Taking simple steps to promote an RSS feed will go a long way in ensuring a feeds adoption.

**RECOMMENDED RESOURCE**

Discover an incredible software program, that rapidly builds targeted Web traffic for you.

CLICK HERE ==> http://tinyurl.com/yej4no7


Filed under: Internet Marketing

Using RSS Data To Make More Money


You nay have heard the term RSS, however didn’t know exactly what it was or how to use it. Now you will learn how to use this technology to keep your websites “fresh.”

RSS stands for Really Simple Syndication or Rich Site

It also has been referred to as a “pull” technology rather than a “push” technology. And, in fact, this feature is what makes RSS so popular in terms of today’s Internet usage.

It’s probably hard to argue that anyone who uses the Internet today hasn’t heard of spam. If they have an email inbox it is probably full of it.

Spam, for the uninitiated, is the receipt of unwanted emails from people whom you did not request to receive information. Spam represents the “push” technology. That is, people “push” their email message at your inbox, whether you have asked to receive the email or not.

And that aspect of “push” technology is what many have come to believe is the death of email. It’s arguable that email will still be around for quite a long time, even though there are still people who continue the illegal spam process. In fact, companies are making millions now just providing everyday users as well as huge corporations, solutions claiming to solve their spam problem.

RSS, on the other hand, can be said to be the exact opposite of the email “push” technology. Because you cannot “push” your message to subscribers. In fact, the only way that people can subscribe to an RSS feed is to do so voluntarily. And, at the same time, they can unsubscribe whenever they want.

That’s why it’s called a “pull” technology. Because subscribers “pull” information into their readers and, if the content isn’t what they expect, they can unsubscribe whenever they’d like. So, unlike the email “push” technology, there is no one using RSS that is experiencing an inbox full of spam. All they have to do is to unsubscribe and they will never receive another message from the person who provided the feed.

RSS has become a popular way to make money on line too. And that is due in part to the popularity of the RSS “pull” technology. Here’s one way of monetizing a website using RSS feeds.

Imagine setting up a static one page web site – a minisite if you will. Now, add either Google Adsense code or the new Yahoo version of the Google Adsense style ads that, when clicked by a visitor – you earn cash.

This gives you a nice starting point and, if you optimize your web page properly, there is a good chance you will get a high ranking in the search engines. And, the more people who see your page, the more likelihood they will click on one of the links on your web page and you’ll earn revenue from the click.

But RSS provides an even greater potential. Because by adding an RSS feed to that same web page, you turn a static web page that only contains the information you placed on it, into a dynamic ever changing web page that others will likely come back more than once to read.

After all, once someone has read a one page web site, what incentive is there for them to come back? Plenty, if you use RSS feeds on your web page. It is possible to add 5, 10 or 15 feeds on your once static web page and now, you’ve got a page that automatically updates itself and provides something that people will want to come back to read time and time again.

You can easily convert any web page into a dynamic web page using free RSS creator software. One of the most popular free versions is called Carp and you can download it at this web link: http://www.geckotribe.com/rss/carp/.

Once you’ve set this program up on your website and added the proper code to your website, then you will need to collect RSS feeds that relate to the topic of your web page.

Let’s say that the topic of your web page is flower gardens. You could go to Google News and get their RSS feed code, place it into the appropriate position in your Carp coding you put on your web page and then adjust the code as follows:

http://news.google.com/news?hl=en&q=flower+gardens&ie=UTF-8&output=rss

You can also get a similar feed from Topix.net and you’d adjust the code like this:

http://rss.topix.net/search/?q=flower+gardens&xml=1

Now, once you have uploaded your web page, your site will automatically pull in fresh information from Google and Topix about flower gardens. Simply follow this illustration for any web page you’d like to monetize and watch your search engine ranking soar and also your bank account!

**RECOMMENDED RESOURCE**

Discover an incredible software program, that rapidly builds targeted Web traffic for you.

Click Here ==>http://tinyurl.com/yej4no7

Filed under: Internet Marketing

What is “RSS” and Do I Need It?


RSS (Real Simple Syndication) is the talk around the net these days because of its many benefits. However many people are not really clear exactly what RSS is?

Here is a definition of what RSS(Real Simple Syndication) “IS” in plain English for those of you who are NEW to it and for those of you who are still a little bit confused about it and its uses.

RSS is an Acronym. RSS stands for  “Really Simple Syndication” or “Rich Site Summary”. RSS content is delivered through RSS feeds. These are simple files structured in a specific way. [A type of xml] The XML file is the format used for distributing YOUR news headlines via the Web, which is known as “Syndication”.

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.

“RSS” is simply a technology that distributes YOUR information (whatever it might be — ex. Articles, Special Offers, Product Reviews, Resource Announcements) by syndicating it across the net.

An RSS Feed is the way that your information or content can be delivered instantly to the desktop of a subscriber, by passing email and email filters.

This “Syndication” is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, your subscribers and/or readers.

There are 2 main components of a RSS feed.

•    Channel: A channel is the total collection of items you wish to highlight in your site. There is exactly one channel per RSS file.
•    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.

For example – you may create a RSS feed about all articles on your web site. That is, articles covering different topics in one RSS feed.

Then the channel will contain information about the feed (“Read articles on various subjects”), the location (web site address or URL) and a short description of the content you have written about.

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).

In general, anything that you publish frequently can be offered as an RSS feed.

Soon, you will find online retailers and other catalog companies also offering RSS feeds of their product range.

To increase your web presence, promote your online business, and increase web traffic
you should invest in providing an RSS feed for your blog or website . In this way you will be able 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.

Once you have set up your RSS feed you need to submit it to the many RSS feed Directories and submission site available to increase your exposure. Good examples of these are FeedForAll and Technorati. Do a search for RSS submission sites in a search engine and you will find many places to gain great exposure for your RSS feeds.

It is important to submit your RSS feeds to as many submission sites as possible. To do this manually is quite time consuming and labor intensive. I would recommend automating this process investing in RSS submission software such as RSS Announcer.

It is worthwhile looking seriously at RSS technology as it is an impressive tool to use to significantly benefit you in your internet marketing and website exposure.

**RECOMMENDED RESOURCE**

Discover the web traffic conversion formula with this  incredible software program, that rapidly builds targeted Web traffic for you. ==> http://tinyurl.com/yej4no7

Filed under: Internet Marketing