Quantcast
Channel: web development tutorials » ajax
Browsing latest articles
Browse All 7 View Live

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 Article


alternate 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 Article


Uploading 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 Article

jquery 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 Article

check 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

Browsing latest articles
Browse All 7 View Live