advantages and disadvantages of ajax
AJAX disadvantages and advantages. AJAX (Asynchronous JavaScript and XML) is art of exchanging data with a server, and updating parts of a web page – without reloading the whole page. While there are...
View Articlealternate to AJAX web 2 applications
Alternatives To Ajax AJAX (Asynchronous JavaScript and XML) is art of exchanging data with a server, and updating parts of a web page – without reloading the whole page. We have discussed about the...
View ArticleUploading files with Ajax using FormData Objects
HTML5 has One of the enhancements to XMLHttpRequest is the introduction of the FormData object. With the FormData object, you can create and send a set of key/value pairs and, optionally, files using...
View Articlejquery ajax error handling
How to handle ajax errors using jQuery ? jQuery is the most awesome javascript library that made easy for asynchronous ajax calls.it has global ajax function and some pre defined ajax functions like...
View Articlecheck ajax request
how to find the given request from ajax with php In my recent project ,i have to restrict a page from direct accessing from browser with typing address on browser .this page must only accessible with...
View Article