Friday, 17 August 2012

AJAX is Your Friend - Item 1



Ever get tired of typing the same thing in a search engine or email login? Then all of a sudden what you are about to type appears highlighted and you can click it to type the rest of your work. This is AJAX, and only one way to use it.

AJAX working in a search bar, looking into
popular common searches.
AJAX takes the repetitiveness out of exploring the World Wide Web. AJAX stops the start-stop style of flow of Web pages by sending bits of information while the Web page is still stopped. This technique is only limited to a certain extent, but eliminates the constant page refresh problem.

A lot of common uses of AJAX used in Web pages are: username validation, checking fields in forms are properly filled in, and checking for commonly referred searches in search bars.

No comments:

Post a Comment