Haz 15

Updates on RSS Directories

RSS directories are popular these days. RSS is widely used initially by news sites to allow others to syndicate their news stories. Now, a lot of other websites are using RSS. It is being used in flagging new forum headlines, auction listings, sales listings and others.

The meaning of RSS is actually not clear. RSS may or may not be an acronym, actually. RSS may stand for Really Simple Syndication. But others say its Rich Site Summary and sometimes Rich Syndication Standard. The noted creator of RSS directory would be Netscape. It was released sometime in March 1999. The included a UserLand application which is called scripting news. Netscape stopped developing it, but UserLand continued doing so. Another company, RSS-DEV Working Group also released their own version.

RSS directories are sites that collate all RSS links and place them in different categories for other applications to use. This is similar to web hosting, only instead of web pages, they contain RSS links. These links will pop out on the website and when you click it, you will be directed to the main source of the link. 

RSS poses a lot of uses for those who’d like to use the Internet for marketing or commerce. Here are the things you can do with it:

Create links from their website to yours.
If you are selling or promoting something, web traffic is important. The more RSS directory you upload, the more chances you have people seeing those and checking your site out. And if they have customized their sites with your RSS feeds, then they would get updated listings from your site to theirs automatically.

Collating analysis.
If you have a brand and you’d like to know how your competitor is doing, you may use RSS to see what they have so far. Get a directory of their product or service so you’ll know first hand what they have come out with. With the data gathered you now can plan on how you can counter them.

Tracking your own progress. If you can check out your competitor, of course you’d like to check out too how your business or product is going too. With an RSS directory of your own, you can know how many people are interested in what you are selling or offering.

Increases productivity.
Putting up RSS directories, let’s say for newsletters, adds efficiency to your company. If you use RSS for sending out newsletters instead of mailing them to recipients, you’d eliminate the possibility of your letter being classified as spam by users, or being sent in a closed mail account.

Increases efficiency.
There are a lot of websites or news articles that could be beneficial to your brand or company. At times, you’d like to add them to your site. Without the use of RSS, you’d have to copy the entire thing down and note where you got it. If you use RSS, then the headline and part of the story shows up on your site. And this is an automatic process now. If you use RSS, you just include the directory and automatically, the headline appears without you doing much.

Posting RSS directories could cost you some. But the benefits override it. Some sites even offer free RSS directory posting. If you are just starting up, you may like to check those out. The more RSS directory you have up, the more the possibility that you are sending out information to the people interested in your goods. Reason behind is that people will only get the RSS feeds that they are interested in. If they get yours, they sure are the target market.

Disseminating information online has become easier with RSS. The technology provided a cost-effective way of transferring facts and figures out. Utilizing it would definitely add up to your marketing approach. With it, you have an avenue of reaching out to even more people so easily.

RSS uses XML to syndicate pages. Though that sounds a little technical, there a lot of websites that has user-friendly interface to guide in building your directory. Go ahead and put up your RSS directory up now. RSS has proven to be essential. It has ceased to be an option; it has become a necessity.

Haz 15

All you need to know about RSS

What does RSS mean?

RSS may mean three different things. The original RSS (RDF Site Summary RSS 0.9) was developed by Dan Libby for Netscape. After a couple of months, they produced a simpler and easier-to-use version called Rich Site Summary or RSS 0.91. But they later lost interest, leaving it without an owner. As more and more users were using RSS, Winer made an adapted version of RSS 0.91 for Userland, claiming it as his own. Later in 2005, Microsoft developed Really Simple Syndication in relation to its Simple Sharing Extensions.

What is RSS?

RSS is a XML file format for syndicating content and news in the web. It is usually used by websites that constantly need to update their content regularly such as news websites (CNN, BBC and Reuters) and weblogs. Since it essentially gives one’s webpage more traffic, it is now more widely used in marketing, web publications and virus reports. Today, large and small websites alike are usually RSS-enabled.

For example, you’re an avid fan of baseball and you want to share something recent about one of the players. Other than content, you can also attach multimedia files, like videos or pictures. By using RSS feeds, other Internet users subscribed to RSS-enabled sites can read your “headline” for free. They can also track for changes and updates using news aggregators, which will be discussed later on.

How does RSS work?

To be able to use RSS, you first have to download a software (content management system), by which XML format can be read. The title and, excerpt of the article, and a link to the full article are shown. Other than just text, you can also insert multimedia files in RSS feeds like pictures, videos, mp3s and others. Broadcatching, picturecasting, photocasting, and podcasting are some features you can incorporate into your feed, but will not be discussed in this article.

For users to access a RSS feed, they need to use an aggregator or a feed reader. An aggregator searches for updates on RSS-enabled webpages then displays it. It can either be a standalone program or a web browser extension, depending on your operating system. Search engines for web content broadcasted over RSS feed are also available such as Plazoo and Feedster.

How can I make an RSS feed?

It is definitely easier to make an RSS feed if you know HTML. If not, you could sign up for a blog (there are hundreds out there), some of which automatically creates RSS. If you’re using a personal webpage building system, you need to understand more about RSS. Making an RSS feed from scratch is relatively easy.

A RSS feed should always contain an “item”, whichever version of RSS you might use. If you wrote about a recent event in your city or a book review, the contents of this article can form an item. An item is essentially composed of three things: a title, its description, and link (where they can find your webpage). In choosing a title and description, use something that will describe the web content best. Although it will be easier for you, it doesn’t follow that the title tag of your webpage and the item title are the same.

An item will look like HTML tags. First, you need to put an opening channel tag that defines it as an XML file. Then, label the tag as an item by putting <item> after the channel tag. After this, you can now insert the three essentials of your item: <title>, <description>, and <link>. Just like HTML, we need to close the tag by writing </channel> and </rss> at the bottom.

An RSS feed that contains multiple tags looks like this:

<?xml version=”1.0″?>
<rss version=”2.0″>

<channel>

<item>
<title>Anne Rice’s Belinda: A Book Review</title>
<description> If you haven’t read any Anne Rice books yet, you will be greeted with shocking romantic relationships forming between unlikely characters… </description>
<link> http://allaboutbookreviews.com/belinda </link>

<item>
<title>Harry Potter IV: Darker with More Deaths</title>
<description> The recently released Harry Potter installation has proved dark for its younger readers…</description>
<link> http://allaboutbookreviews.com/harrypotterandthehalfbloodprince </link>

</channel>

</rss>
Now, if you’re still having a hard time understanding these tags, look for HTML tags tutorial to further grasp the concept. Have fun!

Haz 15

Reading RSS Feeds with an RSS Aggregator
RSS or Really Simple Syndication or Rich Site Summary is the latest information management tool that is gradually earning popularity among web users and website owners. With RSS technology, it is possible to get the latest postings from your favorite websites. But clicking on the RSS or XML button in a homepage is not enough to give you the service you need. An RSS feed or code displayed in the pop-up screen if not on the main page is composed of symbols and words that would only make sense to advanced RSS users and computer programmers and software enthusiasts. Another software tool called an RSS aggregator or reader is needed.

An aggregator works by scanning the worldwide web with latest postings based on the RSS code (containing the website’s URL) provided or added by the user. When it finds a new posting, news, or update, it will publish the RSS feed on your home page containing the title of the posting, which also serves as a clickable link to the website source. This RSS feed may or may not contain the whole article, a summary, and photos, depending on what RSS aggregator you are using.

Aggregators come in two types: the downloadable program or desktop-type and the online or web-based type. The desktop aggregator usually charges a certain amount for its services; this would include regular updating in the form of upgrades or patches to the original version. This type of RSS reader allows more customization of RSS feeds as well as page format or design over its on-line counterparts. But of course, price can be a drawback.

On-line or web-based aggregators are free of charge. All you need to do is register an account with them then you can start enjoying their services. Depending on the “brand” of the aggregator, customization is more limited. Some even do not allow you to customize at all.

Product and service advertisers are realizing the potential of RSS aggregators in internet marketing. In fact, several submit RSS codes to several popular web-based aggregators to reach the growing technophile and internet-based market. My Yahoo has been instrumental in popularizing RSS technology to both users and website owners and advertisers.

At present, there are many aggregators to choose from and newer versions of the same aggregator are constantly developed by its programmers.

Below are some of these desktop and online aggregators:
Desktop Aggregators
1. AmphetaDesk
Advantages:
- free
- supports Linux, Mac, and Windows
- easy addition of RSS feeds

Disadvantages:
- not maximized use of screen display
- few options for customizing

2. FeedDemon
Advantages:
- user friendly
- free trial version
- contains prepared popular feeds
- allows filtering of RSS feeds
- configurable “watch list” to manage junk RSS feeds
- search channel feature that incorporates other RSS services e.g. Feedster
- allows feed storage for future use
- tabbed browsers for channel navigation
- built-in podcast receiver

Disadvantages:
- supports only Internet Explorer (embedded)
- paid software (`$29.95)
Online Aggregators
1. Bloglines
Advantages:
- all major browsers supported (e.g. Netscape Navigator, Internet Explorer, Firefox)
- user-friendly especially for beginners
- free, web-based aggregator
- easy registration
- no advertisements
- contains its own directory of RSS feeds of thousands of websites
- personal email account for subscribing to newsletter emails (optional)
- allows privacy adjustments for personal blogs
- allows saved searches
- mobile version available
- 10 languages supported
- Additional add-on tools for automated blogrolls and subscription buttons

2. NewsGator
Advantages:
- free (consumer-standard version)
- provides personalized news channel
- allows translation of RSS articles into email format
- synchronization of feeds in several devices possible
- browse and search feed capabilities save time on surfing
- allows keyword filtering
- blog headlines
- button-click automatic subscription to news feeds

Disadvantage:
- Outlook-based thus limited to Windows

3. My Yahoo
Advantages:
- Free web-based aggregator
- user-friendly
- customizable home page design
- button-click subscription to RSS feeds
- built-in directory and search tool for feeds
- wide variety of feeds e.g. news (science, technology, local), weather
- connects to all Yahoo features and services

Disadvantage
- banner advertisements
There are also lightweight RSS aggregator extensions which are actually plug-ins to existing internet browsers. An example of which is Sage aggregator.

Advantages:
- free of charge
- beginner-friendly
- reeds both RSS and Atom feeds
- allows feed discovery
- can be assimilated to Firefox bookmark (storage and live)
- allows OPML feed lists imports and exports
- customizable style sheets
- supports a wide range of locales e.g. Catalan, Italian, Japanese, Spanish, Korean, Polish, Slovenian, etc.
- easy installation

Disadvantages:
- good for about 12 RSS feeds
- limited use to Mozilla-Firefox and Mozilla-Firefox supported browsers
 

RSS developers promise better features in future versions of their aggregators. Microsoft is planning to include a built-in aggregator in their next Windows version. These developments are definitely something to look forward to by all internet aficionados.