[nycphp-talk] So who's using Ajax anway?
csnyder
chsnyder at gmail.com
Fri Nov 10 13:28:05 EST 2006
On 11/10/06, Kenneth Downs <ken at secdat.com> wrote:
> Methinks you will always do better if you assume limited bandwidth.
> Sort of a penny-saved-is-a-penny-earned thing, no?
>
One of the best things about XMLHttpRequest is that it frees us from
having to transmit fully-formed HTML pages on each request, which is
great for limited bandwidth. The client asks for just the pieces it
needs.
On the other hand, the bulk of a page's content is often not markup or
textual data, but attached media. You don't need (or want)
XMLHttpRequest for that -- you can dynamically add DOM elements (or
tweak existing src attributes) as required for just-in-time media
delivery.
--
Chris Snyder
http://chxo.com/
More information about the talk
mailing list