A different way of looking at responsive design: Intention.js
1–10 of 55 posts
Re: A different way of looking at responsive design: Intention.js
#2I'm really looking forward to the usual HN pessimistic discussion on why this is bad/wrong/could be done better. I know a lot of people don't like the negativity, but I really enjoy it because I get pumped up about stuff like this. WSJ is pretty reputable too.
MIT licesnse for everything Copyright (c) 2012 The Wall Street Journal, http://wsj.com/
Re: A different way of looking at responsive design: Intention.js
#3Re: A different way of looking at responsive design: Intention.js
#4Ok, but its still client side which I don't like. You're making the mobile device download all this markup, and then utilize further CPU cycles to discard that markup. It should run server side.
Re: A different way of looking at responsive design: Intention.js
#5Ok, but its still client side which I don't like. You're making the mobile device download all this markup, and then utilize further CPU cycles to discard that markup. It should run server side.
Re: A different way of looking at responsive design: Intention.js
#6Ok, but its still client side which I don't like. You're making the mobile device download all this markup, and then utilize further CPU cycles to discard that markup. It should run server side.
So you'd have to refresh the page when you change phone orientation from portrait to landscape?
Re: A different way of looking at responsive design: Intention.js
#7I think this is absolutely incredible. This is exactly how I've always envisioned responsive design. I'm really looking forward to the usual HN pessimistic discussion on why this is bad/wrong/could be done better. I know a lot of people don't like the negativity, but I really enjoy it because I get pumped up about stuff like this. WSJ is pretty reputable too. MIT licesnse for everything Copyright (c) 2012 The Wall St…
> Where should your advertising code get placed when you're on a desktop? Does the page require an alternate slideshow widget on touch enabled devices?
These are adaptive content concerns (the type of content served is adapted to fit the client, generally through progressive enhancement), rather than a responsive concerns (the content served is presented according to the client's metrics and capabilities). Completely valid use case here, IMO. Pitching it as an adaptive content library would be much nicer, because there actually is a need for good tools to do that well, whereas responsive content is basically fully handled by media queries and a tiny sprinkling of non-presentational Modernizr.
Re: A different way of looking at responsive design: Intention.js
#8Ok, but its still client side which I don't like. You're making the mobile device download all this markup, and then utilize further CPU cycles to discard that markup. It should run server side.
No. The entire purpose of responsive design is that it adapts to the client that is being used to view it.
Re: A different way of looking at responsive design: Intention.js
#9Earlier quoted context omitted.
No. The entire purpose of responsive design is that it adapts to the client that is being used to view it.
Why can't this adaptation happen on the server? Client tells server what the resolution possibilities are ("the current browser size is X by Y, and my screen size (and thus maximum browser size) is W by Z), and server gives back only styles relevant to that size. On mobile devices where the browser is always fullscreen, that means a maximum of two layouts (horizontal, vertical).
Re: A different way of looking at responsive design: Intention.js
#10I like the concept of what they're doing, but if their site is using it, then I'm not interested.