新的网络标准?

发布于 2024-07-13 22:38:47 字数 272 浏览 5 评论 0原文

谷歌、微软和 雅虎现在计划创建一个新的网络标准。 这对于使用 html、ajax 进行开发的 Web 开发人员来说会是一个优势吗?

如果发生这种情况,浏览器不会出现问题吗?

他们制定这个新标准是为了击败 adobe 的 flash 播放器和 mxml 约定吗?

就 GUI 而言,当今 Web 应用程序开发的最佳举措是什么? 使用adobe的flex框架进行开发 或者使用各种 ajax 工具包/框架(例如 GWT、EXT、jQuery)保持现代化?

Google, Microsoft, & Yahoo now plan to create a new web standard.
Is this going to be an advantage to web developers using html, ajax as development?

Will there be no browser issues if this happens?

Are they doing this new standards to beat adobe's flash player, and mxml conventions?

What's the best move for web app development today in terms of GUI?
To develop using adobe's flex framework
OR to stay contemporary using various ajax toolkits/ frameworks (e.g. GWT, EXT, jQuery)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抚笙 2024-07-20 22:38:47

您可能指的是“规范标签”的定义(“Google、雅虎和微软联合使用“规范标签” “减少重复内容混乱”):

<link rel="canonical" href="http://www.example.com/products/apples"/>

这只是告诉搜索引擎哪些 URL 包含重复内容的一种方法。 所以,我想这并不是什么革命性的事情。 它不会影响当今网络开发人员所做的大部分工作,也不会解决任何浏览器问题。

来自此处:

据估计20左右
网络上 URL 的百分比是
复制。 许多网络出版商,例如
电子商务企业,拥有多家
全部指向同一页面的 URL。
这让搜索引擎感到困惑,
有时会导致他们索引
同一页面多次。

You probably mean the definition of a "canonical tag" ("Google, Yahoo & Microsoft Unite On “Canonical Tag” To Reduce Duplicate Content Clutter"):

<link rel="canonical" href="http://www.example.com/products/apples"/>

It is just a way to tell search engines which URLs contain duplicate content. So, I guess it isn't something revolutionary. It won't affect most of the work done by web developers today and it won't resolve any brower issues.

From here:

According to the estimates around 20
percent of URLs on the web are
duplicate. Many web publishers, like
e-commerce companies, have multiple
URLs that all point to the same page.
This confuses search engines,
sometimes causing them to index the
same page multiple times.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文