eBusiness Help
Serve ads that make sense. And money.
->> More Info
Rackspace managed Hosting: Fanatical Support™ and Guaranteed 100% network uptime.
1 hour hardware fix and many more business critical support features.
Sweet deals for iEntry members! Out with the old, in with the new...
if you have equipment that qualifies for trade-in, get a discount of up to 20%* off the Web price on featured IBM ® ThinkPad ® notebooks.


WebProWorld Marketing Forum

Evil & Confusion From Microsoft?
Michael sees a lot of confusion and mixed messages coming out of Redmond lately. Particularly with IE and Longhorn, but also concerning DRM and Xbox. I wish teams could talk about our plans in all these areas, but I've learned to just keep quiet about future plans until you have betas to play with.

Does cold calling still work?
Yes, if you're careful of the fine line between being a welcomed addition to a customer's day, or an intrusion. An article by Kevin Stirtz posted on the Better Local Marketing blog addresses the issue of cold calling, because there are underlying truths in that it works.

Daisy Duke Needs a Blogger
While a lot of the blogosphere debates the nature of marketing, public relations and blogging - particularly the PR bloggers - here comes an ingenious campaign that melds marketing and blogging, and is fully transparent (you know, the big requirement in blogging that not enough corporations get).





Recent Articles

Search Google for Stock Quotes
I know, I know, free stock quote sites are everywhere. But, since you use the Google search field for just about everything else, why not use it to get your stock quotes as well... To retrieve the quote, just enter into the search field the operator "stock:" followed by one or more stock symbols:

Isn't a Blog Just a Personal Web Site?
I get this question all the time. Finally, Rex Hammock explains the difference between a personal website and a weblog. I think a personal website is a static presence on the Internet that can be comprised of many components, a weblog being one of those components. (Or, you can make your blog the only component if you want.)

Instant Messaging – Expressway for Identity Theft, Trojan Horses, Viruses, and Worms
Never before with Instant Messaging (IM) has a more vital warning been needed for current and potential IM buddies who chat online. "IM viruses and worms are growing exponentially….Virus writers are now shifting the focus of their attack to instant messaging, which is seen as a largely unprotected channel into the enterprise."

Content Readability is Essential
The content of your web site should be written with readability in mind. Those who provide written content that does not reflect an understanding of internet readability research are losing an opportunity to have their message heard more often and more clearly.

Firefox Extensions Add Great Functionality
One of the great things about Firefox is the vast range of extensions you can add it to. These are little applications that you install into the browser which give you some great additional functionality.

Weird? Baskin Robbins Celebrates Yahoo!'s 10th Birthday...
Yahoo!'s 10th birthday is today. To celebrate, they're giving away... a scoop of ice cream, courtesy of Baskin Robbins. I don't know about the rest of the country, but right now in Dallas it's 45 degrees. Was this a promotion cooked up by Baskin Robbins to boost sales during a slow month? Does anyone else think this is weird?

Feedview Makes RSS 'Purty'
Anyone who follows RSS closely has probably drooled over Apple's planned feed integration in Tiger, the next major version of Mac OS X. Today I discovered Feedview, a handy Firefox extension that not only shows newsfeeds/blogs in a more stylish way, but also basically apes this feature for us mere mortal Windows users.

Accessibility... The Basics
An accessible website is one that allows as many people as possible to access the infomation contained within it. An inportant subset of accessibility is allowing people with visual, aural, or physical disabilities full access to the information and services available in the same way as able-bodied people.

Web Site Content Ideas for Webmasters
Many years ago I began creating web sites that began as photo albums for friends and family and then turned into travel guides for trips I took to Jamaica , Napa Valley and the Black Hills of South Dakota.

Test Your Website Marketing Knowledge
Here are 5 questions to flex your mental muscle to. The answers and explanations are at the end - no cheating now! There are no trick questions. You cannot ask the audience but I welcome you to 'Phone a Friend' (and forward this article onto them!).

Podcasting Continues to Gather Momentum
FeedBurner today manages 1,750 podcasts via SmartCast. That is a significant increase from 750 at the end of 2004. But is anybody listening, they ask? Well, someone is. In the feeds they manage there are examples of podcasts with over 3,000 subscribers/listeners.



03.31.05

Displaying RSS Feeds

By Sharon Housley

RSS offers webmasters a unique opportunity to display fresh content on websites. While publishing an RSS feed is a great way to generate site interest and increase communication, syndicating and displaying feeds from related relevant sources can also generate interest, increase traffic and improve search engine ranking.

RSS Radars

Webmasters with limited time or capacity can syndicate related content. In a nut shell, webmasters can create RSS radars by combining a mix of content from related sources by grouping similarly-themed feeds. RSS feeds are updated at different intervals, providing an ever-changing collection of related information.

RSS is a form of eXtensible Markup Language or XML. Viewing an RSS feed in a web browser generally produces code that is not easy for website visitors to decipher. As a result, webmasters use tools to display the content contained in an RSS feed.

Content contained in RSS feeds can be added to websites a number of different ways. Each method for displaying the RSS feed has pros and cons associated with it. Webmasters will need to determine which option will best meet their hosting and technology needs.


Using Javascript to Display RSS

Javascript is the easiest way to display RSS feeds on a website. There are a number of sites that will allow you to generate code that can be inserted into a website. The javascript will auto-update, showing the latest headlines as the feed is updated. Each time a visitor visits the website the javascript pulls the data from the feed. Often, the various scripts can be customized so that the look of the feed can be made to match a specific websiteeeds with hopes that the search engines will devour and spider the contents, you will be disappointed. When javascript is used to display RSS feeds, search engines do not actually "see" the contents of the feed, meaning that the search engines will not index the contents of the feed within the website.

Feedroll - Feedroll is a free service for syndicating RSS and ATOM news feeds on your website. Simply select a feed, customize the design, then copy and paste the code provided onto your page.

http://www.feedroll.com

Using PHP to Display RSS

PHP is a slightly more complex solution for displaying RSS. Like javascript, as the contents of the feed updates, the web page contents will update as the page is refreshed. The benefit of using PHP to display RSS is that the contents of the feed displayed with the webpage can be spidered and indexed by search engines. The result is a feed that always displays the most current information from the RSS feed and the web page content is considered search engine spider and robot-friendly.

rss2html.php - The rss2html.php script allows users to create web pages that will always display the most current information from the RSS feed, and because the resulting page is pure HTML, it will be in a format friendly to search engine robots. Using rss2html.php, webmasters can customize the format and look of the web page created from the feed. The RSS feed's contents can easily be integrated into an existing website's theme. The rss2html.php script parses the RSS file, extracts the pertinent information, formats it, and serves it up as regular HTML.

http://www.feedforall.com/free-php-script.htm

FeedRoll Pro - FeedRollPro was really designed to enable publishers to syndicate their own content on other sites. But it can be used to syndicate news feeds from other sites on your own pages. http://www.feedrollpro.com


Using ASP to Display RSS

ASP is similar to PHP. The free ASP/ASP.NET scripts can be used to convert RSS feeds into HTML and display on ASP/ASP.NET web-server.

rss2html.asp - ByteScout has implemented a guide for displaying of RSS/XML feed using free RSS2HTML.ASP script in ASP or ASP.NET environment. This script can be used free of charge on any ASP or ASP.NET web-server and generate HTML from RSS feed. This free ASP script uses MSXML to load RSS feed from URL and display it. You can use it as a standalone or call from script on HTML page to generate HTML content from RSS feed and then display on your HTML page.

http://bytescout.com/how_to_display_rss_using_asp.html

RssFeed - RssFeed is an open-source custom ASP.NET server control that displays the contents of a specified RSS feed in an ASP.NET web page.

http://www.scottonwriting.com/sowBlog/RssFeed.htm

If PHP or ASP is used to update feeds, the website will have free fresh, relevant content each time the feeds referenced are updated.

Export RSS to HTML

If you wish to dress up the feed's appearance you can use a template exporting the feed as HTML or an HTML table. Publishers can incorporate exported tables into an HTML template using a server-side include. Each time the feed is updated, the feed will need to be exported to HTML and uploaded along with the feed. Though this only takes a few moments, exporting RSS to HTML does require webmaster intervention to update the content. The end result, though, is a complete web page with an RSS feed in it that will be search engine-friendly.

FeedForAll - FeedForAll allows users to export RSS feeds from RSS to HTML. The look of the HTML can be modified to match an existing website's design.

http://www.feedforall.com

Sweet deals for iEntry members! Out with the old... if you have equipment that qualifies for trade-in,
in with the new. Get a discount of up to $720* off the Web price on featured IBM(r) ThinkPad(r) notebooks.
And ask about our battery offer. See full details of offer.
Hurry! Offer valid from IBM in the US only through 3/28/05 or while supplies last.

Using Services

There are a number of services available that host and display RSS feeds, in many cases free of charge. Because these services operate on a different domain server there is little benefit to end-users displaying their feeds in this fashion. That said, the services are generally free of charge, so you get what you pay for.

RSS2HTML.com - Select a layout, color scheme and enter the URL of the feed. A web page URL will be generated that will display the feed in the selected scheme.

http://www.rss2html.com

FeedBurner - FeedBurner provides a number of online services. Among them is a service that displays RSS feeds on a website.

http://www.feedburner.com

Using XSL to Display RSS

Although using XSL and CSS stylesheets to display XML directly is easy to understand in theory, it is rather tricky to implement in the real world and is very tough for novices to use successfully. Webmasters must be fairly familiar with CSS and XSL to have the formatting work well, and webmasters then have to address browser incompatibilities and exceptions. As a result, not a lot of resources or services yet exist to display RSS using XSL.

Using highly targeted feeds, webmasters can enhance their websites with themed content. Ultimately, providing relevant, educational or newsworthy information from reputable related sources will establish expertise in a specific area.


About the Author:
Sharon Housley manages marketing for NotePage, Inc. http://www.notepage.net and FeedForAll http://www.feedforall.com.
About NetDummy
A collection of news and articles covering the latest developments for webmasters and site owners seeking to enhance their online properties. Building better websites for business

NetDummy is brought to you by:

WebProNews.com Jayde.com
MarketingNewz.com SalesNewz.com
CareerNewz.com ManagerNewz.com
eCommNewz.com WebsiteNotes.com
AdvertisingDay.com ManagerNewz.com
SoHoDay.com CRMNewz.com

-- NetDummy is an iEntry, Inc. publication --
iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509
2005 iEntry, Inc.  All Rights Reserved  Privacy Policy  Legal

archives | advertising info | news headlines | free newsletters | comments/feedback | submit article

NetDummy Home Page About Article Archive News Downloads WebProWorld Forums iEntry Advertise Contact Jayde NetDummy News Archives About Us Feedback Building better websites for business WebProWorld Forum