Ajax is all about efficiently using the available techniques today, and putting 
them to use by preventing full page reloads.
 
Seperate presentation from markup, prevent full page reloads, dramatically 
improve the user experience.
 
Currently 99% of the web applications are not put to their full potential. 
 
- Why are we still reloading entire grids when we only remove one row? 
 
- Why do we reload entire treeviews when we expand a level, when we can 
dynamically load the expanded part when necessary. 
 
- Why do we force complete reloads when we click a link and the resulting page 
behaves the same, only with the article shown.
 
That's what Ajax is about. Ajax is about reusing the page, putting techniques 
to work result in only to reload parts of a page that have changed instead of 
reloading entire pages.
 
The end result, responsive interfaces, bandwidth savings (we saved 83%), 
dynamic interfaces, customization options. The still static interface becomes 
truly a dynamic one like Google did with Gmail.
 
About the Backbase question, yes it is all JavaScript. 
 
Section 508 does not deny you using Javascript, it only forces you to come up 
with alternative ways of displaying data.

________________________________

From: G [mailto:[EMAIL PROTECTED]
Sent: Thu 3/17/2005 5:50 PM
To: CF-Talk
Subject: Re: Ajax



I've only read the first article that MD posted, but from that I was able to
gather one huge advantage: faster reaction times between user initiated
events and program responses.

My main concern is the heavy reliance on javascript and elaborate client
side scripting to perform these tasks. Isn't scripting something that can be
easily turned off, and would that render these sites useless? Not to mention
javascript-only functionality is a section 508 no-no.


> Can someone explain in broad terms what Ajax et al can do? why would I
> want
> to use it?
>
> ....and yes Mike...I'll sign up for the new list ;-)
>
> Cheers
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> phone: 250.480.0642
> fax: 250.480.1264
> cell: 250.920.8830
> e-mail: [EMAIL PROTECTED]
> web: www.electricedgesystems.com
> ----- Original Message -----
> From: "Rob" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[email protected]>
> Sent: Thursday, March 17, 2005 8:27 AM
> Subject: Re: Ajax
>
>
>> On Thu, 17 Mar 2005 17:08:51 +0100, Micha Schopman
>> <[EMAIL PROTECTED]> wrote:
>>> Rob,
>>>
>>> Ajax isn't from Google. It is a name "thought up" by someone from
>>> Adaptive Path which probably did it because of personal PR stunt, but
>>> the name eventually floated around the blogs as the new handle for the
>>> combination of xhtml + css + xmlhttprequest. It is easier to say Ajax,
>>> than Single Paged Interface, XmlHttpRequest, Dynamic JavaScript
>>> MuchoBlabla framework, etc.
>>
>> Ah I didn't know that - I've only perused the links as I kind of know
>> how it works already
>>
>>> However, this approach to the web isn't something Google invented,
>>
>> yeah no kidding ;-D - Neuromancer was out around the same time as Flex
>> which was well before this stuff started going around.
>>
>>> So for me it is funny to see the "Google" invented it stamp on it,
>>> because others like Erik (webfx) have been using it for quite some time
>>> now. It only needed that enormous exposure, and I hope it continuous.
>>
>> Yeah me too
>>
>>> So, just use Ajax, Google has nothing to do with it, except doing
>>> marketing for us developers.
>>
>> Well, Neuromancer is a set of libraries that abstract, use, provide
>> factories for, and marshal objects using Ajax then - :)
>>
>> Thanks for the clear up Micha
>>
>> --
>> ~Blog~
>> http://www.robrohan.com
>> ~The cfml plug-in for eclipse~
>> http://cfeclipse.tigris.org
>> ~open source xslt IDE~
>> http://treebeard.sourceforge.net
>>
>>
>
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199161
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to