rusting pipe

Feeds - Stop Calling them RSS!

Jun 24, 2007

Web feeds have been around now for a pretty long time and it’s pretty much destroyed the way that we browse the web, yet there are many many people that aren’t using it. Not because of anything technical, but because of a lack of understanding of what it really is and how it can be beneficial.

I believe that the slow adoption of the technology comes only from the use of the acronym RSS in the first place and I honestly prefer a more semantic approach. Lets all please stop referring to XML/RSS/Atom feeds as they are and simply call them FEEDS.

RSS may eventually phase out and the Atom format or another future format will take over, but it’s all the same thing and we don’t need users to know that. So instead of reeducating them down the road I think we should just refer to them in a more user friendly way.

I went and looked around at how site owners are referencing their feeds and which images they use to denote them and there was a pretty broad range of findings. A couple sites still had the old Orange XML buttons up. I mean didn’t those phase out years ago? Most sites had a combination of images and text links for their feeds, others just had images.

One thing that most sites have in common is that they refer to them, at least, as a feed in some way or another; be it an XML feed, an RSS feed a News Feed or Web Feed. Sites that handled it the best called them “Site Feed”, “Job Listing Feed” , “News Feed” or an “Upcoming Event Feed” and thought about the needs and web education of their users as apposed to their own.

So next time your thinking about sticking a nice big link to your xml feed, please know that only the technically savvy will understand the benefits and use until it becomes as second nature as email.

Comments

Brad's AvatarI'm Brad Cooper, a user experience designer and front-end programmer with a passion for actualizing visions. I strive to create a piece of art in each site that I put together both visually and technically.

I'm an advocate of web standards and open source.

I work outside Philadelphia, PA and live in Marlton, NJ.

Learn more about me

Contact Me

bradleyjcooper@gmail.com or (856) 316-7128

Previous Tutorials

Unobtrusive Expand and Collapse Navigation

Create a vertical navigation that will expand and collapse to show and hide sub-navigation using only unordered lists and as few class/id names as possible…

Forcing New Windows on Users Script

Launch new windows for PDFs and External Websites without having to add anything into my (x)HTML – a pure behavior that should be separated from my core structure. There have been many attempts at tutorials on this, but I’ve never been happy. Here is my attempt – check out the finished demo.

Shorten document.getElementById

Do you write document.getElementById or document.getElementsByTagName too many times in your javascript to count? How about shortening them into their own easy to use functions?…

Google Feed API Tutorial

Using Google’s new Feed API, I wanted to be able to read in a single feed that pulls all of my blog, twitter, del.icio.us and digg posts…