Hi, good article! but I would like to add that using Cross-Domain AJAX plugin your application will depend in and external service (Yahoo YQL).
Cons:
It maybe add an extra delay. (Yahoo servers)
If the server fails, your application fails too.
Basically, Cross-Domain AJAX is as JSONP request through an external proxy (Yahoo YQL)that parse the result of your request.
More Infot: http://christianheilmann.com/2010/01/10/loading-external-content-with-ajax-using-jquery-and-yql/
Thanks for the article. |