|
|||||||
| XML Discussion and technical support for using and deploying XML applications and websites. |
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
RSS vs. Atom
Is there a need for both an RSS and Atom feed on a website, or an argument to use one over the other? I have both on my website, but from what I can tell on Firefox live bookmarks, they basically do the same thing.
__________________
A Hogwarts RPG - Ultimate Hogwarts: The Rebirth |
|
#2
|
||||
|
||||
|
It really just depends upon what you are doing with the feed and how you are generating it. If it's being auto generated then my thought is always the more the better. If by hand you have to ask just what the feed will be used for. If you are just pushing out stuff to humans then the more simple is better. If you are trying to communicate to machines and give users and user agents lots of possibilities then the more info the better.
__________________
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.” —Tim Berners-Lee, W3C Director and inventor of the World Wide Web |
|
#3
|
||||
|
||||
|
Both my Atom and RSS feeds are fed by MySQL and generated by PHP.
__________________
A Hogwarts RPG - Ultimate Hogwarts: The Rebirth |
|
#4
|
||||
|
||||
|
my two cents: stick with rss. if rss is the swiss army knife of repetitive data, atom is a 16 drawer steel toolchest on casters.
__________________
libs: mini (updated) ASPmini myIO (new) dnd tmpl8 apps: snippets blog photos crypto image editor crapplets: json browse json view compressor time grads |
|
#5
|
||||
|
||||
|
I agree with you on the tool chest image but RSS is not Swiss Army knife. It does one thing but it does it well. If all you want is that one thing then go for RSS but if you want to give your users some more options then use Atom.
__________________
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.” —Tim Berners-Lee, W3C Director and inventor of the World Wide Web |
|
#6
|
||||
|
||||
|
Quote:
i did a massive rss study three years ago (might be impossible now), and at that time 68% of feeds were 2.0, and atom was only 7%. if we pretend that those numbers are browser statistics, it's obvious me what system you should develop for. atom is a full (r/w) publishing protocol, rss is more of a stream-acting RESTful data resource. but ether one can be used for the things most rss2.0 feeds do. They both show up in browsers just fine nowadays, though atom probably doesn't have as many apps/widgets that can use it.
__________________
libs: mini (updated) ASPmini myIO (new) dnd tmpl8 apps: snippets blog photos crypto image editor crapplets: json browse json view compressor time grads Last edited by rnd me; 03-10-2010 at 04:47 PM. |
|
#7
|
||||
|
||||
|
What options can you give your users with Atom?
__________________
A Hogwarts RPG - Ultimate Hogwarts: The Rebirth |
|
#8
|
||||
|
||||
|
With Atom you are giving them more meta-information. The chances are, I admit, really small that any one is going to make use of that information. But someone just might. That's why I wrote above, if you are typing this out then use RSS. Otherwise you have options.
But the browser analogy doesn't hold. You don't want to know what syndication is used, you want to know what syndication is supported. Just because nobody uses a particular color doesn't mean that your web site should eschew it. And, of course, the best of all possible worlds to the users is options. Best to give them both in this instance.
__________________
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.” —Tim Berners-Lee, W3C Director and inventor of the World Wide Web |
|
#9
|
||||
|
||||
|
So since I'm using PHP to generate both feeds rather than update them by hand, it's beneficial to use both?
__________________
A Hogwarts RPG - Ultimate Hogwarts: The Rebirth |
|
#10
|
||||
|
||||
|
Why wouldn't it be?
__________________
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.” —Tim Berners-Lee, W3C Director and inventor of the World Wide Web |
|
#11
|
||||
|
||||
|
one reason, and this might just be a personal thing that only bothers me, but i don't like being offered more than one or two feeds by firefox because i often click the wrong one. when i click the rss icon, i'm not expecting to have to make a choice. it a usability thing.
if a choice will seldom be used, it might be worth the efficiency of not forcing a decision upon the user. in web, less is often more; google vs yahoo front pages for example...
__________________
libs: mini (updated) ASPmini myIO (new) dnd tmpl8 apps: snippets blog photos crypto image editor crapplets: json browse json view compressor time grads |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|