Search in:
Home  Directory  AJAX  Articles Details
Login Form
Username

Password

Remember me

Forgotten your password?
No account yet? Create one
Know When You Should not Use Ajax

  Rating :
  
  Contributed by : The Administrator
  Member Level : Master
  Posted on : 2009-02-09



Article Index
 1.Know When You Shouldn't Use Ajax
Know When You Shouldn't Use Ajax
( Page 1 of 1 )
 

First let me describe the meaning of Ajax before moving to our discussion

What is Ajax

Ajax (sometimes called Asynchronous JavaScript and XML) is a way of programming for the Web that gets rid of the hourglass. Data, content, and design are merged together into a seamless whole. When your customer clicks on something on an Ajax driven application, there is very little lag time.

When You Shouldn't Use Ajax

Ajax is, without a doubt, preety cool, but what's cool isn't always what's best (despite what you thought in high school). As with any technology, employ Ajax because you should (when it adds useful features without adding more problems and excluding users), not because you can or know how.

Since Ajax relies upon Javascript, one potential problem is that not all users enable Javascript and it can run differently on different browsers. A well-implemented Ajax example can work seamlessly on any browser, but you really need to be thorough. You can also create a non-Ajax version of a system for those with Javascript disabled: not difficult, but again, something you do need to think about.

Another problem is that Ajax renders the browser's history feature unusable. For that matter, you can't bookmark Ajax pages the way you can search results (the page itself can be bookmarked, but not after some interaction). So by adding functionality, your Ajax application will remove common features.

And Ajax request still require a server connection and the data transfer, so they don't save any resources, just reallocate them.

Finally, I'll point out that there's an argument to be made that IFrames offer similar functionality to Ajax but without some of its downsides.

Article Source - http://suresh-mobileweb.blogspot.com

 


No review(s) Found !!



Specifications
  Submission Date  09-Feb-2009
  Last Update  09-Feb-2009


Member Rating Totals
  Poor  
 
 0%
  Fair  
 
 0%
  Average  
 
 0%
  Good  
 
 0%
  Excellent  
 
 0%




The following members only content has been hidden:
Member Rating Breakdown By Period and Graph of the same.

To view this content:
if you are already a registered user then login from the left panel or
click here to register - IT IS FREE