原文来自 6 Places You Must Use Ajax,说的都没错,但我怎么看都觉得是废话—说的都对,但跟没说一样啊…突然想起一个搞笑般的技巧—“如何让你的收录排到delicio的popular里面”,其中第一条就是用数字做标题的第一个字(如10大方针、六大策略云云…)

适合Ajax解决的问题

# Form driven interaction.

表单驱动的交互

# Deep hierarchical tree navigation.

深层次的导航树(比如MSDN的树)

# Rapid user-to-user communication.

快速的用户短消息等

# Voting, Yes/No boxes, Ratings submissions.

投票、打分等

# Filtering and involved data manipulation.

数据过滤调用等

# Commonly entered text hints/autocompletion.

用户输入提示/自动完成

以下几个地方不要用

* Simple forms.

* Search.

* Basic navigation.

* Replacing a large amount of text.

* Display manipulation.

* Useless widgets.

[Edit on 2005-12-4 11:15:23 By guoshuang]