PDA

View Full Version : Ajax



redtom
28-09-2007, 03:05 PM
I want to learn ajax so where would be a good place to learn from, I don't want a single tutorial I would rather have somthing like w3school, where they have bit you can learn then come back to and learn some more, but the ajax and javascript stuff there isn't very good last time I checked, so is there anywere else whats good for ajax/javascript, I already know a little but I would rather start from the basics so I don't miss anything.

Edited by Tomm (Forum Moderator): Moved from Website Designing & Development. Please post in the correct forum next time.

Eccentric
28-09-2007, 05:43 PM
http://www.pixel2life.com/tutorials/javascript/ajax/
That may help youa little :( sorry if it doesnt but good luck its rather hard.

Mentor
29-09-2007, 04:37 PM
The easyest and quickest tutorial ive ever read, which incredibly pretty much tells you everything you need to know:

http://rajshekhar.net/blog/archives/85-Rasmus-30-second-AJAX-Tutorial.html

Moh
29-09-2007, 05:39 PM
just don't use it on request lines, they click send loads of times :(

Invent
29-09-2007, 05:57 PM
At above, that can easily be prevented. Lol.

Moh
29-09-2007, 06:22 PM
hows that?

Invent
29-09-2007, 06:27 PM
At the top of the <script> tag, set the var "lol" to 0 and then once the onSubmit function is run increase the var "lol" by one.

THEN only submit the data if the var "lol" is set to 1. So it only sends the first time the form is submitted.

Moh
29-09-2007, 07:08 PM
Humm, confusing :p

Also, reply 2 PM pls Simon

Want to hide these adverts? Register an account for free!