[deleted]
Maybe you don't care about people who turn off javascript, but perhaps you should care about people at work and people on phones.
21–30 of 101 posts
[deleted]
Maybe you don't care about people who turn off javascript, but perhaps you should care about people at work and people on phones.
[deleted]
Earlier quoted context omitted.
The point being made is at the bottom - progressive enhancement. If at least the html makes it across the wire, a progressively enhanced website will still "work": you can still read content, click links, submit forms http://jakearchibald.com/2013/progressive-enhancement-still-...
See this comment: https://news.ycombinator.com/item?id=9432629 The web is no longer a collection of text content with links and forms. Many, is not most, web apps cannot be represented using html alone as progressive enhancement suggests. The core functionality just isn't there.
Earlier quoted context omitted.
The point being made is at the bottom - progressive enhancement. If at least the html makes it across the wire, a progressively enhanced website will still "work": you can still read content, click links, submit forms http://jakearchibald.com/2013/progressive-enhancement-still-...
See this comment: https://news.ycombinator.com/item?id=9432629 The web is no longer a collection of text content with links and forms. Many, is not most, web apps cannot be represented using html alone as progressive enhancement suggests. The core functionality just isn't there.
Also, I'd argue that the application-based web is still a minority compared to the content-based web, and you should check what side your site is really on.
ALWAYS keep in mind that people are coming to your site for the text almost exclusively. If your stupid JavaScript interferes with the consumption of said text you have failed as a developer.
Earlier quoted context omitted.
See this comment: https://news.ycombinator.com/item?id=9432629 The web is no longer a collection of text content with links and forms. Many, is not most, web apps cannot be represented using html alone as progressive enhancement suggests. The core functionality just isn't there.
Initial server-side rendering is still an option. User will be able to read the page, at least. And if URLs use a sane scheme, navigation would work too
[deleted]
Most people create websites to make money..either by selling their services directly or advertising themselves or someone else. Not building your website to support as many people as possible is like creating TV Ad that only works on TVs that support HD..
Because if you can create an effect that works it can be worth more than the whatever small number of users on SD, especially as those are likely out of demographic anyways.
Earlier quoted context omitted.
Most people create websites to make money..either by selling their services directly or advertising themselves or someone else. Not building your website to support as many people as possible is like creating TV Ad that only works on TVs that support HD..
Actually a number of ads have content outside the bounding box for SD streams (though some SD streams now cut down things even more by letterboxing because of this). Ads were the first and still the most aggressive to have content strongly outside the 4:3 screen type. Because if you can create an effect that works it can be worth more than the whatever small number of users on SD, especially as those are likely out o…