Eden Ridgway's Blog

.Net and Web Development Information

  Home :: Contact :: Syndication  :: Login
  105 Posts :: 1 Stories :: 78 Comments :: 3 Trackbacks

Search

Article Categories

Archives

Post Categories

Development

General

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.

posted on Saturday, September 10, 2005 3:24 AM
Comments have been closed on this topic.