A Simpler New York Times
July 1st, 2008 | Published in Out Loud, Personal Projects
I just finished up a super-simple view of the New York Times that answers a simple question: What’s new?
SimplerTimes, What’s New at The New York Times
http://simplertimes.smithmag.net
The Backstory
All I wanted was a simple page where I could see what’s new at the NYT. I’m a bit of a news/blogs junkie, and I check my feeds throughout the day. However, in the case of the Times, I check a few regular sections in the morning, but then only return to the homepage. There’s so much I knew I was missing, but I didn’t feel like digging through the site or subscribing to a whole mess of RSS feeds.
Separately, it’s been bugging me that newspapers are still hanging on to the idea of “editions” on their Web site (an always-on medium, if there ever was one). The editors program the day’s news, package it up into an updated homepage, and voila! Success! Eureka! Brilliant! Their job is done! Their paychecks justified.
Unless I visit their site more than once a day.
At which point, I’ve already seen all those homepage stories, and I’m looking for something new. Which I can’t find anywhere, because it’s all buried in a mess of sections and categories. So here I am: a voracious reader, at your site, ready to engage with whatever you’ve got — and you give me nothing.
So i decided to take a stab at fixing it. SimplerTimes is my little experiment to create a reader’s view of the news. It’s what I expected from MyTimes, but didn’t get.
The site is very simple. You simply click on the “Categories” link to customize the sections you want to see. Click “Update” and your preferences are saved in a cookie. The page now lists recent articles from the sections you’re interested in.
Articles with a red flag are brand new within the past 2 hours, articles with a yellow flag have been published today. Just a few simple visual cues to help you navigate your way down the page, until you decide you’re done and there’s nothing more to see.
I’ve also included “Top Stories” articles on the first page. These come from the NYTimes Home Page feed. This way, I still get a taste of what the NYTimes feels is important today. So now we’ve flipped the balance of power, the main content is personalized, and the sidebar is editor-driven. I think I like it better this way.
The concept is very simple and can be extended in any number of ways.
- The categories are all feeds from the NYTimes (pulled from their OPML file, though, inexplicably, not ALL their feeds are in that file). The feeds could come from any number of sources.
- The displayed content is very limited, with better data in the feed, you’d have more options for how to display it
- I wanted to use Thickbox to display the article in an iframe on the page, but NYT uses an iframe breakout script. Bah, no fun at all.
There’s nothing particularly revolutionary here. You can certainly add each feed to your newsreader and get the same effect (without the css elements of course). But there’s something compelling to me about reconstituting all this RSS data back into a Web page that’s been customized just for me.