Wrong. wrong. wrong. wrong. wrong. wrong. A rebuttal - 1. It Defeats User Expectation This only holds true if A: your user has never seen a mobile site before (and if they are on a phone thats true for about ~0.5s), or B: if your responsive design is poorly implemented. A well designed site will be intuitive. 2 - It Costs More and Takes Longer Let's assume that you have customers that will use your site on a non desk…
I would argue 1 even in the case of users that have seen mobile sites before. Unless the desktop version of the site is completely unusable on a mobile device (which to me points to bad design anyway), I've hated mobile site experiences... the reality is that good mobile site design is the exception rather than the rule. Take eBay for example. The mobile site makes me feel like I'm on WAP and not a device with more p…
Why Responsive Design Is Not Worth It
91–100 of 139 posts
Re: Why Responsive Design Is Not Worth It
#92Earlier quoted context omitted.
I would argue 1 even in the case of users that have seen mobile sites before. Unless the desktop version of the site is completely unusable on a mobile device (which to me points to bad design anyway), I've hated mobile site experiences... the reality is that good mobile site design is the exception rather than the rule. Take eBay for example. The mobile site makes me feel like I'm on WAP and not a device with more p…
That is mostly because eBay is a generally badly designed site. They have one of the most averse-to-change user bases on top of it, so bad decisions stick for a longtime. Check out amazon, or google for wonderful mobile versions of sites. I don't understand your question - are you saying how to full site click throughs work? Most of the time it sets a cookie or a query string that overrides the session 'isMobile' val…
As the article says, the good sites are not the rule, but the exception.
And I think the question in the above comment was simply about wondering how many people, out of all mobile visitors to a website, click on the desktop version link (what percentage of users prefer the desktop version on their mobile devices).
Re: Why Responsive Design Is Not Worth It
#93Biggest proof that this article is wrong? I'm on my phone reading the blog post and the site doesn't scale for my screen width and it is so annoying to read because I have to keep scrolling left and right to see all of the text. I got so frustrated I didnt even continue reading the article and I left the site. That is what will happen with users when a site doesn't display properly for their device, it's a fact.
Yep, the inline images seem to have disabled my mobile browser's magic reflow thing. On the other hand, that suggests that the article should have narrower rows of text even on desktop (95 characters per line is on the high side of recommended widths for legibility; not unreasonable, but suboptimal), and usually I prefer to read desktop sites since zooming is actually a nice way to navigate around content - better th…
Re: Why Responsive Design Is Not Worth It
#94Biggest proof that this article is wrong? I'm on my phone reading the blog post and the site doesn't scale for my screen width and it is so annoying to read because I have to keep scrolling left and right to see all of the text. I got so frustrated I didnt even continue reading the article and I left the site. That is what will happen with users when a site doesn't display properly for their device, it's a fact.
Good point, but of course installing a decent browser is the counter argument. Admittedly my 3 year old Nokia may not be very representative, but its Opera Mini version solves that problem beautifully. My hunch is that it uses heuristics to find the main text area (which nearly every site has), and adjusts the css of that block to $SCREEN_WIDTH. It's been able to do this ever since I started using it in 2009. Now, I'…
Re: Why Responsive Design Is Not Worth It
#95"I am a fan of responsive (or alternative) design in certain situations – for example, when dealing with a web application whose desktop design could not practically be contained within a mobile device’s screen." That's the whole idea.
Note that the author is a wordpress blogger. He may be referring to traditional web sites more than the average HN'er, to who the entire web consists of apps (and a few blogs over there in the corner). I believe that his point has a lot more merits when considering web sites than when considering web apps. For example, my favourite online newspapers on my cellphone are those which don't default to some half-arsed mob…
Again, that's an argument against bad responsive design, not responsive design in general.
Re: Why Responsive Design Is Not Worth It
#96Earlier quoted context omitted.
You are absolutely right about the complex user interactions. In that case the responsive design could just be informational only (hiding all the complex features that would otherwise be very hard to use on a mobile screen).
This is a terrible suggestion. The age of crippled, stripped down mobile sites is long gone, and smartphone users expect full functionality on their phones. If that functionality can be provided with a responsive design, that's great. If they have to use the regular website and do some zooming and panning, that's a nuisance, but one with which users are familiar. It's certainly better than not having the feature avai…
It depends how critical that functionality is to the core value the site provides. It depends how appropriate it is to a mobile platform experience.
As a contrived example I'd probably be perfectly happy if I could only browse, read, and maybe vote on HN if the mobile experience of reading was significantly improved. I never want to write a comment from my phone, I hate typing on it. Not a great example since a textarea isn't complex and it's easy to add to a mobile layout, I just want to get across the point that not all interaction is appropriate or important on every platform.
This is why responsive design is hard, because doing it well means far more than just changing the layout, size and visibility of elements. It is a different interaction paradigm and generally will need to be treated as such to maintain a quality experience.
Re: Why Responsive Design Is Not Worth It
#97Earlier quoted context omitted.
So many people talk about responsive design taking longer and being not worth the effort.... That's true if you start with the desktop and try and work your way backwards to the small screen, which is how a lot of designers look at it, I think. If you take a progressive enhancement approach and work your way up from low-end mobile to full-featured desktop, the process is 100x easier and the end result is, in my exper…
I decided to try converting some of my site designs to bootstrap recently, instead of having one of our developers do it. I haven't actually coded the HTML/CSS design on an entire page in 3 or 4 years now (not counting simple stuff) and this was light years easier than I ever remember. If responsive design is hard, your doing it wrong.
I've built responsive sites in Bootstrap, Foundation and "without a net" and I wouldn't presume to tell anyone what's hard or not about responsive design or even if I'm doing it right or wrong. Look if out-of-the-box Bootstrap is good enough for your needs (and more importantly your user's) awesome. That's called an anecdote.
Re: Why Responsive Design Is Not Worth It
#98Anyone arguing that "they're just doing a bad responsive design" I think it missing the point. Responsive almost means it has to be bad in some way, because it is a compromise of design between 2 very different devices, not just in screen size but in use cases.
The "right" approach, is the same thing we've been taught for 50 years, separating code from presentation. Building a robust API for your backend data makes the front-end presentation much easier and cheaper, so you can afford to make front-ends tailored for whatever you need.
Re: Why Responsive Design Is Not Worth It
#99A surprising (or unsurprising perhaps) number of negative responses to this article. I do see why people are so generally defensive of responsive design, I mean it just seems like the right thing to do, it fits with what we wish the commonly accepted wisdom should be. That said, building anything more interactive than a blog layout with it is actually very hard . It is time consuming, there is tedious work to do to t…
I agree, responsive is challenging and always worth a conversation before starting. However, his arguments in this article have no place in any meaningful discussion. He essentially puts the blinders on and claims there's nothing wrong and mobile design is unnecessary.
Re: Why Responsive Design Is Not Worth It
#1001. It Defeats User Expectation — This is not a fault of responsive design, but rather the designer. We need more, skilled responsive designers. A responsive site should act and feel like a regular mobile site.
2. It Costs More and Takes Longer — A mobile site usually requires two separate code bases. With a responsive site, you can maintain both the desktop and mobile experiences from the same place. Also, a good responsive designer is cheaper than a desktop and mobile designer. If it's costing more, you're doing it wrong.
3. Non-Responsive Designs Usually Work — This isn't specifically targeted at responsive design, but rather all mobile websites. By your logic, any mobile site is subpar. While I think you should always include a link to the desktop version (which can be easily achieved by switching out the stylesheet), I don't think desktop sites are superior. A desktop view might be appealing to a small percentage of power users, but the majority of users will appreciate a tailored experience. Just don't hide functionality. You should be able to accomplish the same tasks on mobile that can be achieved on the desktop.
4. There is Often No Load Time Benefit — You're doing it wrong. A good responsive design will have a much lighter weight than a desktop version. There is no reason a responsive site can't function in the same manner and achieve the same performance as a mobile website.
5. It’s a Compromise — Again, this is a power user issue. Always offer the option to view the desktop version.
It is silly to argue against mobile design. Screen real-estate is more valuable on a mobile device and our designs should reflect that. If your argument is responsive design doesn't offer performance benefits, than you probably need to reconsider your workflow and RWD structure.