An example of wrong usage of AJAX aka XmlHttpRequest based web applications -一个例子是错误的使用AJAX技术又名xmlhttprequest基于Web应用程序- TinkingTeam Corporate Website tinkingteam企业网站 . Here the menu content is dynamically fetched using Ajax.这里的菜单内容是动态牵强,使用AJAX 。

This is bad because:这是坏的,因为:

  • Search engines like google cannot see it.搜索引擎,如Google不能看到它。
  • Users cannot bookmark the pages.用户不能书签的页面。
  • It doesn’t indicate anything is happening, which can be bothering over slow connections.这并不表明任何正在发生的事情,这可以困扰慢速连接。 This can be remedied by an “in progress” message like GMail.这可以弥补“在进步”的讯息,喜欢使用Gmail 。

The first two points reminds me of第一两点使我想起了 Flash only pages闪光的唯一的页面 .

Ajax is good for dynamic content update within a page. AJAX技术是有好处的动态内容更新的网页。 It should not be used to replace the page paradigm of web documents.它不应被用来取代页范式的Web文件。