Hey guys,
I'm looking for an AJAX tutorial for a guy who hates the sight of javascript and doesn't understand the practical use of XML (*cough*me*/cough*). I need a very VERY basic tutorial, something that will help me do something like this: http://24ways.org/examples/easy-ajax-with-prototype/ . Much Appreciated.
Cheers!
AJAX tutorial
Moderator: General Moderators
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
Actually, that itself doesn't require AJAX, just Javascript.
It's basically saying:
It's basically saying:
Code: Select all
PSUEDO----
when this text box changes, change the value of the div too.
-----I used to hate javascript, but now at my job, I have full disgression over the browser that people use [I'm forcing everyone to use firefox 1.0+] - Needless to say, I love my job.
Back to the topic:
The following is a very specific example using AJAX, but its great code and if you can replicate, and make some changes - it should help you understand/learn.
http://www.developertutorials.com/tutor ... page1.html
Stick with js - it gets easier as you go.
Back to the topic:
The following is a very specific example using AJAX, but its great code and if you can replicate, and make some changes - it should help you understand/learn.
http://www.developertutorials.com/tutor ... page1.html
Stick with js - it gets easier as you go.