E
Elizabeth
Can you all give me your best recommendation(s) for books on AJAX ?
Thanks ...
- E -
Thanks ...
- E -
Jim Carlock said:The following site has some great information to get started with
JavaScript. They provide some great examples and then offer a
way to test different javascripts out there. Click upon one of the
examples you run across.
http://w3schools.com/js/
that seems to be a dead link, Jim
DHTML utopia : modern web design using javascript and DOM, StuartElizabeth said:Can you all give me your best recommendation(s) for books on AJAX ?
Thanks ...
- E -
Rémi Bastide said:DHTML utopia : modern web design using javascript and DOM, Stuart
Langgridge, SitePoint, free sample chapters available.
Zif said:Search the CLJ archives, web references:
<URL:http://jibbering.com/2002/4/httprequest.html>
<URL:http://www.ajaxtoolbox.com/>
[...]
that seems to be a dead link, Jim
<URL:http://www.w3schools.com/js/>
[...]
Elizabeth said:.. this book supposedly has only one chapter on AJAX ... where is it
that you can see the sample chapters ? Amazon does not have them ..
VK said:Why do you expect an entire book about Ajax?
Ajax in it's current state is nothing but uniformed build up over
IXMLHTTPRequest (IE) and XMLHttpRequest (FF etc.) Plus a dozen or bugs
across different browsers to take into account, plus a dozen of tricks.
Enough for a good online article or a printed chapter. But what do you
suppose to write a *book* about?
Nobody seems to want to recommend an AJAX book or books; is that because
there aren't any good ones ?
- Drag & Drop
- Dynamic table reordering
- WYSIWIG editors
- maybe a bit on the server side?
No idea if a JavaScript book covers the first 3 though.
VK said:Why do you expect an entire book about Ajax?
Ajax in it's current state is nothing but uniformed build up over
IXMLHTTPRequest (IE) and XMLHttpRequest (FF etc.)
Randy Webb said:John Bokma said the following on 2/9/2006 2:19 PM:
Can be done without an HTTPRequest Object.
Can be done without an HTTPRequest Object.
Can be done without an HTTPRequest Object.
Can be done without an HTTPRequest Object.
Probably none of them.
Randy Webb said:Elizabeth said the following on 2/9/2006 2:09 PM:
Precisely. If anybody were to sit down right now and write a book on
this "AJAX" then 99% of it would have to be dedicated to explaining
the problems with it in it's current state. The page referred to in
the FAQ <URL: http://jibbering.com/2002/4/httprequest.html >
Has everything you need at the moment to make an HTTPRequest Object.
Why clutter it up just to make it a "book"?
Elizabeth said:I don't *expect* anything; I was looking for a "book" because it's a
commonly used unit of delivery; it doesn't have to be an "entire book" in
the sense of having some large number of pages .. I really don't care if
it's a short PDF file; but I would like something which covers enough ground
in a single text to be able to start doing some useful work with this
collection of technologies. I just don't want to have to refer to XML tomes
to see some simple ways of parsing the returned stream, for one
There are of course several AJAX books on the market; from experience I
know a lot of what the "computer press" puts out is garbage .. sold by the
pound ... so I asked in a forum where I expected people might know which, if
any, of the books might be worth buying. Needless to say, I also appreciate
any non-book references as well .. if they're good
that's a little bit like saying all you need or want to learn "C" is the
ANSI specifications .. good luck, have fun
Elizabeth said:There are of course several AJAX books on the market; from experience
I know a lot of what the "computer press" puts out is garbage .. sold
by the pound ...
that's a little bit like saying all you need or want to learn "C" is
the ANSI specifications .. good luck, have fun
Nobody seems to want to recommend an AJAX book or books; is that because
there aren't any good ones ?
John said:So I just gave you an outline for a book on AJAX, and it
wasn't even hard :-D
Elizabeth said:Nobody seems to want to recommend an AJAX book or books;
is that because there aren't any good ones ?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.