Plugins que exploran el uso de XmlHttpRequest
Link: antipop2.0 - Movable Type な Blog の全エントリを JavaScript with XMLHttpRequest でインクリメンタル検索する.
Here’s an awesome sample to search Movable Type entries using Ajax technology. The search itself is not done asynchronously using xmlHttpRequest, but on manipulating Javascript array (entries list is generated by MT template system and loaded using xmlHttpRequst on the startup). So you know it’s not pure “A”jax, but cool and useful enough to note here.