TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How many people are missing out on JavaScript enhancement?

8 pointsby pedro84over 11 years ago

3 comments

Isofarroover 11 years ago
It is what I&#x27;ve suspected for a while, the number of people who proactively disable JavaScript in their browser is just a fifth of that total of people who don&#x27;t receive an enhanced JavaScript experience<p>Which means there are other reasons why fully tested and high quality JavaScript fails to run in a browser that fully supports it.<p>Quite a big chunk of this is probably people using smartphones over 3G network. As Bruce Lawson notes: &quot;Your smartphone is only as smart as the network it&#x27;s working on.&quot; -- <a href="https://twitter.com/marcofolio/status/388689216273907712" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;marcofolio&#x2F;status&#x2F;388689216273907712</a><p>Also, when network infrastructure companies like Level 3 have outages, yesterday and today, causes JavaScript to fail to reach the browser in great swathes of the United States.<p>This is all known and understood characteristics of the Internet in general. And why progressive enhancement is the sanest option of dealing constructively in a network a developer does not have complete control over.<p>And this points again, that JavaScript-dependent frameworks like ember.js, meteor are broken by design, and not fit for purpose in building websites on the Web. They are not designed to work with the strengths of the World Wide Web, but only within a network where every node and connection is controlled by the developer.
drill_sargeover 11 years ago
I hate simple websites which don&#x27;t work unless you have js on. It&#x27;s becoming more and more common to make &quot;JavaScript enhanced&quot; into &quot;JS required&quot;. :(
csenseover 11 years ago
What about crawlers, bots and automated programs?