Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Like Chris says, AJAX is a nice technology set, but it isn't a magic bullet, and should only be used if there is a real need. AJAX is used by developers, who know what they are doing, for creating interactive web applications, usually connected to a database, which change the content of the page in real time in response to user input or other conditions.
The normal state of the web is a static state, simply relaying information one page at a time. Most people don't need an event-based application state with AJAX, so unless you're designing something that has a rich response to the user, you shouldn't be considering it.
|