Archive

Posts Tagged ‘Getting’

Calling a Different Domain Safely – Getting Ajax Power – 30

May 1st, 2010 No comments


www.ajaxtraining.blogspot.com – Calling a Different Domain Safely – Getting more Ajax Power

Getting instant login feedback Ajax Tutorial 8

April 28th, 2010 No comments


(Find more about AJAX at ajaxtraining.blogspot.com )Getting instant login feedback.Another Internet task that can involve many annoying page refreshes is log- ging in to a site. If you type the wrong login name, for example, you get a new page explaining the problem, have to log in on another page, and so on. How about getting instant feedback on your login attempt, courtesy of Ajax? That’s possible, too.

Ajax Tutorial 6 Getting the Answer With Autocomplete

April 28th, 2010 No comments


Getting the Answer With Autocomplete.Find more about AJAX at ajaxtraining.blogspot.com

Ajax Tutorial 3 – Getting to know Ajax

April 26th, 2010 No comments


(Find more about AJAX at ajaxtraining.blogspot.com )Ajax is asynchronous in that extra data is requested from the server and loaded in the background without interfering with the display and behaviour of the existing page. JavaScript is the scripting language in which Ajax function calls are usually made. Data is retrieved using the XMLHttpRequest object that is available to scripting languages run in modern browsers. There is, however, no requirement that the asynchronous content is formatted in XML.

Categories: Video Tutorials Tags: , , ,