Hacker News new | ask | show | jobs
by todd3834 5109 days ago
I used to concern myself with such potential issues but people like you are usually less than a fraction of a % of the users. Anyone who has javascript disabled in 2012 should be pretty used to websites being broken and I would expect they know how to turn it on if they want to.

In my experience the only reasonable argument to support non-javascript users was web crawlers but even that is becoming less of a problem.

However, if your web application seems to have a significant percentage of non-javascript users then obviously you probably would have never used backbone or considered this API approach to begin with.

1 comments

Yes, and I didn't intend to sound like I disagree with Kicksend's approach. Being broken for a fraction of your users is just the nature of the web. It's the reason I don't usually bother to support IE7 and below.

That said, there's a case to be made for least checking to see how the site looks in, say, IE6, or with JS disabled. There are a few easy solutions to mitigate the fact that it might be totally broken. (For instance, a noscript tag, or a polite message reminding you to update your browser if you are able.)