The changes on the homepage a minimal, howserver they have made some big changes to the artical pages ( http://www.nytimes.com/2014/01/08/business/international/asi... ). Note that you can now scroll through the entire article, no clicking next three times!
The New York Times Redesign is Live
51–60 of 110 posts
Re: The New York Times Redesign is Live
#52If I may take a moment to whinge and whine a tad; Websites like this infuriate me because for all their "design", sites like Reddit and HN (which are basically just lists) are delivering news in a much more consumable fashion, better suited to the eating habits of the common or garden user. Who's to blame? The designers with their need to make their own mark? The suits with their demands that the business needs be me…
Re: The New York Times Redesign is Live
#53If I may take a moment to whinge and whine a tad; Websites like this infuriate me because for all their "design", sites like Reddit and HN (which are basically just lists) are delivering news in a much more consumable fashion, better suited to the eating habits of the common or garden user. Who's to blame? The designers with their need to make their own mark? The suits with their demands that the business needs be me…
It's not "bosses v. designers", it's a newspaper failing to grasp that when you put a newspaper online it doesn't have the same visual constraints a printed newspaper have. Either that, or it's the newspaper totally getting that they do need to look like that to not confuse the heck out of the large constituency of readers that are slightly older and less tech-savvy than the Reddit crowd. But yeah, I'm with you, I'm…
For instance, NY Times insists on using the delivery model for charging for online access. Additionally, the local newspaper here tries to use every new shiny toy they can. At the moment, it's auto play videos. lol
Re: The New York Times Redesign is Live
#54If I may take a moment to whinge and whine a tad; Websites like this infuriate me because for all their "design", sites like Reddit and HN (which are basically just lists) are delivering news in a much more consumable fashion, better suited to the eating habits of the common or garden user. Who's to blame? The designers with their need to make their own mark? The suits with their demands that the business needs be me…
My dad finds sites like Reddit/Digg/HN totally overwhelming, and I doubt he's alone. It's generational. Sites like NYT use standard design techniques to direct your attention (font size, etc) that work really well for people that are more-accustomed to traditional media. And, frankly, seeing a huge-headline is a much more-immediate way to indicate the importance of a topic than scanning down a list and looking for st…
Re: The New York Times Redesign is Live
#55I like the clean typography, and appreciate that they were content with subtle changes rather than something "radical." But why, oh why, did they add one of those horrible floating bars at the top of the screen? Those things almost always break page-down, yo!
Page down is working for me...
EDIT: They seem to do the right thing on articles, but not on the front page.
Re: The New York Times Redesign is Live
#56If I may take a moment to whinge and whine a tad; Websites like this infuriate me because for all their "design", sites like Reddit and HN (which are basically just lists) are delivering news in a much more consumable fashion, better suited to the eating habits of the common or garden user. Who's to blame? The designers with their need to make their own mark? The suits with their demands that the business needs be me…
It's not "bosses v. designers", it's a newspaper failing to grasp that when you put a newspaper online it doesn't have the same visual constraints a printed newspaper have. Either that, or it's the newspaper totally getting that they do need to look like that to not confuse the heck out of the large constituency of readers that are slightly older and less tech-savvy than the Reddit crowd. But yeah, I'm with you, I'm…
This layout (as opposed to a list format)makes browsing and discovering articles outside of my normal focus areas much easier as the headlines don't all blend together.
I'm not sure what the best layout would be, but for a newspaper, the NYTimes current style is better than a Hackernews style list.
Re: The New York Times Redesign is Live
#57Re: The New York Times Redesign is Live
#58Obligatory link to the the skimmer: http://www.nytimes.com/skimmer/?pagewanted=all#/Top+News
Re: The New York Times Redesign is Live
#59Re: The New York Times Redesign is Live
#60I like the new article pages generally, but I might need to write a userstyle to remove the position: fixed on the floating top bar.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.nytimes.com") {
#masthead {
position: relative !important;
}
}