Speed Up Your Site With AJAX

Want to increase the interactivity, speed and usability of your web pages? AJAX could be the answer. Short for Asynchronous JavaScript and XML, AJAX is a web development technique for creating interactive web applications. In general, it makes web pages feel more responsive by exchanging small amounts of data with a server behind the scenes so an entire web page does not have to be reloaded each time the user makes a change.

The benefits are obvious to Fairytale Brownies in Chandler, Arizona, which recently implemented AJAX to speed up the checkout process on its site. Founded in 1992 by childhood friends Eileen Joy Spitalny and David Kravetz, both 40, Fairytale Brownies is the nation’s leading purveyor of mail-order gourmet brownies, with 2007 sales projections of $8.9 million. When the
company recently redesigned its website to make its brownies look more appealing, it used AJAX to speed up the gift list checkout section.

“This gift
list shows our customers who received gifts from them before,” explains Spitalny. “It’s a very popular feature, but we wanted to make it as quick and easy to use as possible.”
Before AJAX, any change to addresses, ship dates, quantities or gift messages meant waiting for entire
web pages to reload. But AJAX loads pages only once; changes need only small data updates. This translates into a smoother process that benefits not only customers, but also employees, who spend less time on the phone with customers.

Fairytale employed an outside consultant to implement AJAX. Spitalny suggests finding a programmer who is familiar with JavaScripting and XML. She also suggests a visit to
http://ajax.asp.net, a Microsoft site that provides free tutorials and starter kits to help programmers understand the technology.

See full detail: http://news.alibaba.com/article/detail/technology/100109433-1-speed-up-your-site-ajax.html

Comments

Popular posts from this blog

Asynchronous Socket Programming in C#

Url Routing MVC TUTORIAL

WCF Chat Sample