How important is it to gracefully degrade or inversely Progressively Enhance the UI experiance? I mean am I going to lose a LOT of business if I don't? Do you practice this concept? Are there any web 1.0 users still left out there?

优雅地降级或反向逐步增强UI体验有多重要?我的意思是,如果不这样做,我会失去很多生意吗?你练习这个概念吗?有没有网络1.0用户仍然被遗忘?

Please could you also include if you practice this personally and how much time you've spent relative to the entire project. I realize every project is different, I want to get a sense of how much time as a general rule I should be allocating toward this goal.

如果你亲自练习这个以及你花了多少时间相对于整个项目,请你也可以参加。我意识到每个项目都是不同的,我想知道我应该为这个目标分配多少时间作为一般规则。

EDIT

Firstly, i'm looking for guidance around how much time I should be devoting to making my applications run without javascript.

首先,我正在寻找指导我应该花多少时间来使我的应用程序在没有javascript的情况下运行。

Secondly, the BS term "web 1.0" (...lol... I don't really like it either) works because we all understand that as the iteration before ajax and all its goodness.

其次,BS术语“web 1.0”(...大声笑......我也不喜欢它)有效,因为我们都理解为ajax之前的迭代及其所有优点。

Thirdly, the kind of applications I'm describing are the ones we are all building, not Facebook, not Twitter (unless you're from Facebook or Twitter) but service or utitlity programs like a web calendar, or an online todo list or [INSERT YOUR APP HERE].

第三,我所描述的那些应用程序是我们正在构建的应用程序,而不是Facebook,而不是Twitter(除非你是来自Facebook或Twitter),而是服务或优质程序,如网络日历,或在线待办事项列表或[在这里插入您的应用]。

5 个解决方案

#1


1

First of all, lets not start using bullshit terms like "web 1.0" and "web 2.0" etc, the fact is the web is forever progressing and new websites are starting to use JavaScript to enhance the user experience.

首先,不要开始使用像“web 1.0”和“web 2.0”等废话术语,事实是网络正在不断发展,新网站开始使用JavaScript来增强用户体验。

I don't know anyone that doesn't allow their site to gracefully degrade when JavaScript isn't available, this is for the same reason we use semantic markup so screen readers can correctly interpret our websites for users with visual impairment, and whilst the vast majority of your visitors / users won't fall into these categories it's still important to think about the minority.

我不知道任何人在JavaScript不可用时不允许他们的网站优雅地降级,这与我们使用语义标记的原因相同,因此屏幕阅读器可以正确地为有视力障碍的用户解释我们的网站,同时绝大多数访客/用户不会属于这些类别,考虑少数群体仍然很重要。

Will you lose a LOT of business, well that depends on how successful you are now and how badly your site degrades, chances are you probably won't lose any business... but that should not be the measure yo use to decide whether to gracefully degrade a website.

您是否会失去很多业务,这取决于您现在的成功程度以及您的网站有多糟糕,您可能不会失去任何业务......但这不应该是您决定是否使用的措施优雅地降级网站。

So unless you can come up with a pretty good reason, you should probably use JavaScript for the purposes of progressive enhancement, don't depend too much on it.

因此,除非你能提出一个很好的理由,否则你应该使用JavaScript来实现渐进增强,不要过分依赖它。

:-)

更多相关文章

  1. 将(重度公式加载的)Excel电子表格转换为用户友好的网络计算器
  2. 用户打开一个DropDown关闭其他DropDowns
  3. 在用户将'n'粘贴复制到文本字段后,如何更新视图模型?
  4. 跟踪来自特定来源的用户
  5. 是否可以知道文件是否在用户的浏览器缓存中?
  6. 使用js / php识别用户,无需登录[重复]
  7. 用户输入从.csv文件生成新列表?
  8. 基于scrapy框架的关于58同城招聘网站信息的爬取
  9. Cloud Pub / Sub Demo:403未授权用户执行此操作。当试图推送通知

随机推荐

  1. SQLiteDatabase 启用事务源码分析
  2. Android下图片或按钮等可拖动到任意位置
  3. Android给ListView设置分割线Divider样式
  4. Android Telephony Framework相关知识整
  5. Android桌面应用
  6. Android根据输入银行卡号判断属于哪个银
  7. Vectors时代(2) - 图像的路径动画
  8. 命令行建avd
  9. RelativeLayout用到的一些重要的属性(自
  10. Android build.gradle文件详解(转述自《An