Sunday, October 4, 2009

Using Javascript and HTML to create dynamic pages

This article gives a brief introduction to AJAX

Recently we implemented an AJAX application for our client using C#, Javascript and JQuery.
JQuery is a lightweight javascript library that enables: easy manipulation of the DOM; and AJAX.

AJAX enables seamless web applications without the annoying flicker/page refresh that exists in traditional applications.


Traditional Web Applications


Web 2.0 / AJAX Web Applications

No comments:

Post a Comment