TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How many people are missing out on JavaScript enhancement?

8 点作者 pedro84超过 11 年前

3 条评论

Isofarro超过 11 年前
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_sarge超过 11 年前
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;. :(
csense超过 11 年前
What about crawlers, bots and automated programs?