The Artima Developer Community
Sponsored Link

Python Buzz Forum
Don't use the timestamp in RSS feeds to sort the entries

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jarno Virtanen

Posts: 109
Nickname: jajvirta
Registered: May, 2003

Jarno Virtanen is a university student for life, it seems, and a part time software developer
Don't use the timestamp in RSS feeds to sort the entries Posted: Oct 1, 2003 3:29 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Jarno Virtanen.
Original Post: Don't use the timestamp in RSS feeds to sort the entries
Feed Title: Python owns us
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: A weblog about Python from the view point of Jarno Virtanen.
Latest Python Buzz Posts
Latest Python Buzz Posts by Jarno Virtanen
Latest Posts From Python owns us

Advertisement

I just wanted to interrupt my usual broadcast by saying that, based on my experience, one should not use timestamps in RSS feeds, such as the ones in elements dc:date or pubDate, to determine the display order of blog entries from different weblogs in an RSS reader. I use one that aggregates all entries into one page (and I've seen this happen in other RSS readers too) and everything gets screwed up when it tries to determine the date and time the entry was posted from the information in the RSS feed. What one should do instead, in cases like this, is to discard the timestamp found in the RSS feed (or merely use it as an anecdotal or a historical little detail shown in the user interface somewhere) and sort the entries in reverse chronological order based on the time the entry was first fetched. That way the entries are sorted the way that best serves the user: always showing the ones (possibly) not seen by the user first.

You might or might not agree or disagree with me on this one, but that doesn't matter; I just wanted to share this with you.

Read: Don't use the timestamp in RSS feeds to sort the entries

Topic: Restaurant reviews Previous Topic   Next Topic Topic: Tonight's Star Party

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use