An example of wrong usage of AJAX aka XmlHttpRequest based web applications -間違って利用方法の例をajaxベースのWebアプリケーションのaka XMLHttpRequest経由- 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私の最初の2つのポイントを連想させる 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.の代わりに使われることがないよう、ページのパラダイムのウェブ文書です。