The following AJAX related sites/posting are quite interesting:
-
Dan Grossman blogged about the top 10
AJAX applications that he's seen
-
Backbase sells AJAX .Net controls
which could be quite useful
-
Ajaxian is a blog containing a list of
AJAX sites and developments
Playing with a few of the AJAX applications and controls it would appear that quite
a few of the authors have not made the XMLHttp calls work asynchronously because the
browser locks while processing which kind of defeats the purpose of AJAX in my opinion.
If the browser is unresponsive while processing a call to the server you might as
well post the whole page back to the server.