![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Expert Programmer
|
How to learn Ajax?
I want to learn how to use AJAX (you know what it stands for) on my websites. Can anyone recommend a book or website? I was considering purchasing a book on the subject but all the ones I have looked through seem short and sparse, which makes me wonder if it is even worth it.
|
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Nowadays AJAX is usually used through a toolkit or library of some kind, which are often relatively straightforward. A basic Ajax handling Javascript class is included with Prototype, which IMO is an essentially library to have for any non-trivial Javascript project.
In Prototype, you'll either be using the Ajax.Request class, which sends off an AJAX request and executes a callback function on completion, or Ajax.Updater, which uses Ajax.Request to update a particular element on the current page. A large proportion of AJAX calls fall into this category, so Ajax.Updater is a useful class to know about. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| hello, is it too late to learn? i have natural 1337ness but am a n00b | angry_asian | Community Introductions | 26 | Jul 7th, 2006 1:35 PM |
| What is the best language to learn? | aron_h | Coder's Corner Lounge | 10 | Jun 13th, 2006 7:50 PM |
| Best way to Learn the STL | capiCrimm | C++ | 9 | Jun 4th, 2006 5:30 PM |
| Wanting to learn something. | uman | Assembly | 13 | Jul 7th, 2005 1:03 PM |
| Starting to learn... | Jerry | Java | 14 | Jun 17th, 2005 7:46 AM |