An example of wrong usage of AJAX aka XmlHttpRequest based web applications - 일명 확장 기능이나 XMLHttpRequest의 잘못된 사용을 예로 ajax 기반 웹 응용 프로그램 - 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. 구글 같은 검색 엔진을 볼 수없습니다.
  • 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. 하는 조치를 취했고, 이것은 "진행 중"메시지가을 요청할합니다.

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. 이 페이지를 사용하지 말아야한다 패러다임을 웹 문서로 대체합니다.