Login   Register  
Icontem

AJAX level 2

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

      JS Classes blog  >  AJAX 2: What is comin...  >  All threads  >  AJAX level 2  >  (Un) Subscribe thread alerts  
Subject:AJAX level 2
Summary:to be or not to be that's...?
Messages:2
Author:Gianluca Zanferrari
Date:2010-11-23 10:27:22
Update:2010-11-23 16:41:53
 

  1. AJAX level 2   Reply  
Picture of Gianluca Zanferrari
Gianluca Zanferrari
2010-11-23 12:28:33
Thank for your post about Ajax level 2; I think that until all browsers do not support equally level 2, it is better not to use it for applications that are open for the public. May be, it is interesting using level 2 for backoffice apps, there where the users know that they have to use a specific browser that supports level 2.

  2. Re: AJAX level 2   Reply  
Picture of Manuel Lemos
Manuel Lemos
2010-11-23 16:41:53 - In reply to message 1 from Gianluca Zanferrari
As suggested in the article, the idea is to use the features conditionally depending if the browser supports them or not.

For instance, Gmail allows you to drag and drop files from your desktop to the browser for attaching into messages.

If you are using a browser that does not support drag and drop, nothing will happen. But if it supports drag and drop, Gmail can upload the dropped files using AJAX requests.