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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Are Web Interfaces "Good Enough"?

10 点作者 jcwentz大约 18 年前

3 条评论

lupin_sansei大约 18 年前
"Ajax improves the experience a lot, but it has limits and I suspect we've already seen most of the tricks that Ajax is going to offer."<p>This will be the new "640k ought to be enough for everyone"
评论 #4528 未加载
评论 #4566 未加载
mattculbreth大约 18 年前
This is a good post. I especially like the conversation around Eckel's point about Flash perhaps being better suited for Web apps than DHTML/JS. I can't really put my finger on it very well, but Flash apps just don't feel real. I never really get the sense that I'm the one controlling the application.
评论 #4568 未加载
e1ven大约 18 年前
Certainly a good read- <p>While I tend to be a bit of a details oriented person when it comes to UI, the most important aspect is reducing friction to the user.<p>If a user has to go to your website, download a plugin, wait for it to install, restart their browser, and then go back, you're going to lose them. This is the same problem when it comes to downloading an application. You want to make it as easy as possible to get things going, as quickly as possible.<p>Ajax gives users this- Flash is useful, and with Flex may gain inrodes into whole-application development, but It's still hairy- While flash is installed in a huge portion of desktops, most of them have old versions..<p>Using it also ties you to technology owned by a company other than you. This is a key point- Look what Adobe has done with Acrobat- It's a great format, but for YEAR it got slower with each revision.. If this happens with Flash, there's nothing you can do about it. It's a closed standard, and you don't own it.<p>At least with browsers, users have a choice of implementation..<p>Adding Flash adds a layer of abstration- Each time you do that, you lose a bit of control.<p>I'd rather use a Ajax toolkit like GWT- Even if Google screws up, it's OSS, and I can fork from the version that worked well for me.
评论 #4507 未加载