The real success here - if it is successful - will be convincing readers that have previously had free (for registered users) access to Boston Globe content at Boston.com to pay $208/yr simply for the new interface. It will be the same content, with a few exceptions, simply rehosted at a new site with a new URL. If they're able to convert even a subset of their current audience over, journalists everywhere will rejoi…
New Boston Globe website design
101–110 of 111 posts
Re: New Boston Globe website design
#102Earlier quoted context omitted.
Abrupt in what browser? Chrome doesn't feel abrupt.
yikes, bad karma, i was half joking with the negativity. good iOS apps have nice animated transitions between portrait and landscape.
Re: New Boston Globe website design
#103It may be responsive to my screen size, but it certainly isn't responsive to my data plan.
Re: New Boston Globe website design
#104The real success here is not the fluid design (which is awesome). It's getting it through inside a traditional media company. I'd love to read a frank overview of that process as well as the design itself.
the designer is Ethan Marcotte, he's written a book about fluid (or as he calls it, "responsive") web design. http://www.abookapart.com/products/responsive-web-design one member of the backend dev team was posting in /r/web_design over on reddit. if you're really interested, it couldn't hurt to post a reply and ask him about things. http://www.reddit.com/r/web_design/comments/kd2e9/boston_glo...
Re: New Boston Globe website design
#105The real success here is not the fluid design (which is awesome). It's getting it through inside a traditional media company. I'd love to read a frank overview of that process as well as the design itself.
It's worth noting that the Boston Globe is owned by the New York Times Co. I'd be somewhat comfortable (and admittedly, somewhat hopeful) venturing a guess that they're pushing this design as some sort of skunkworks project for their bigger brands.
BUT... if it is true it's a very canny maneuver. Again, this kind of inside view of the process (the business end of getting this through) would be great to hear about.
(are the times ad sales coordinated across BUs? this would be the big tipoff... if so then I can see the redesign being coordinate)
Re: New Boston Globe website design
#106Earlier quoted context omitted.
Having designed www.mogotix.com, which is completely responsive, I can say that fluid layouts absolutely create challenges that fixed layouts do not. That said, they're not insurmountable, and the benefits are substantial.
Elaborating: some things that are simple in a fixed layout can become very difficult in fluid ones. Two brief examples: 1. Try embedding a YouTube video into a fluid layout. You'll need a JavaScript solution to remove the ugly black bands that will appear above and below your video. 2. IE 6-8 do not support media queries, which form the basis for fluid layouts. When we relaunched MogoTix in March 2011, I had to inclu…
Re: New Boston Globe website design
#107Earlier quoted context omitted.
yikes, bad karma, i was half joking with the negativity. good iOS apps have nice animated transitions between portrait and landscape.
I don't think media queries offer you that functionality, and I can't think of a way to do it within JavaScript. How would you do it?
Resize that page.
Re: New Boston Globe website design
#108Earlier quoted context omitted.
I agree. Responsive design itself is not difficult. But the sell must have been a difficult one. I'd love to hear it as well. My guess is it was based on a prototype. Seems everyone these days expects you to build one :-S
Having designed www.mogotix.com, which is completely responsive, I can say that fluid layouts absolutely create challenges that fixed layouts do not. That said, they're not insurmountable, and the benefits are substantial.
Re: New Boston Globe website design
#109Earlier quoted context omitted.
I don't think media queries offer you that functionality, and I can't think of a way to do it within JavaScript. How would you do it?
I don't know much about javascript, I've just seen stuff like this -> http://masonry.desandro.com/demos/animating-jquery.html Resize that page.
Also, though this is much more subjective, I think that really looks terrible. Too much stuff is moving.
Re: New Boston Globe website design
#110Earlier quoted context omitted.
Having designed www.mogotix.com, which is completely responsive, I can say that fluid layouts absolutely create challenges that fixed layouts do not. That said, they're not insurmountable, and the benefits are substantial.
How do you overcome making sure mobile devices don't download lots of images/interactive components they won't/don't/can't display?