|
|
 |
Re: FN-FORUM: AJAX... Is it worth it?
date posted 20th February 2007 16:52
> I'm sure i'll get lots of mixed opinions on this one but what does
> everyone think about the use of AJAX?
For things like Google Maps it's essential. Used carefully (with regard to
bookmarking, etc. it's a bit like using frames) it can make sites much
quicker to use.
> I have just been reading up about it and
> although it seems useful i was just wondering whether it was safe to use
> or not?
Pretty much safe to use. It's just javascript plus some asynchronous
requests to a server.
> The major drawback seems to be that some people dont have javascript
> turned
> on which could essentially ruin the whole page. are there any ways around
> this?
Almost all users of my sites have javascript turned on. You do need to
provide the same info, where possible, plus a message, for people who
don't. This is very easy to organise, usually.
Treat AJAX like any other javascript, that is, as a bonus rather than an
essential part of your site, and all will be fine.
> I've also heard that it can be quite slow. Is this true?
It's almost always quicker than re-loading the entire web page, which is
the whole point. AJAX is a very broad term though, so the slowness would
depend on what "it" is.
Cheers!
Anthony
--
www.fonant.com - Quality web sites
|
 |
|