View Full Version : AJAX: getting started
fozzy 05-24-2006, 08:57 AM There have been so many questions regarding AJAX that I thought I would post these links as good references for helping people start out.
First here is a Mozilla site which is how I got started. I think It lays things out in a nice clear manner.
http://developer.mozilla.org/en/docs/AJAX:Getting_Started
Another good reference is IBM. They released a 5 part series on AJAX. The later parts get into the DOM for some more advanced features. I have not gone through this one in detail however it looks really good.
Part 1: http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro1.html
part 2: http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro2/
Part 3: http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro3/
Part 4: http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro4/
Part 5: http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro5/
Vdevelopers 05-24-2006, 02:51 PM Great resource :). Thanks.
da_badtz_one 05-29-2006, 06:27 AM Second that, it's a great resource. Just started learning about ajax!
Thanks.
fozzy 05-29-2006, 12:55 PM I'm glad some people have found this helpful.
Please leave a comment if you found this useful (or if not) and / or links to any other good tutorials which you have found.
netbird 05-30-2006, 10:33 AM Thanks for making this selection for us (and for me in particular! heheh)
Thank you :)
flakdesign 05-30-2006, 10:57 AM Found these in my bookmarks
h--p://www(dot)ajaxlessons(dot)com/category/lessons/
h--p://www(dot)dynamicdrive(dot)com - some specific ajax tweeks
hostingbot 07-19-2006, 06:19 PM Great resources if you're just getting started with AJAX. I've got a few of my own but I don't have 5 posts yet so I can't link them.
wayiran 07-22-2006, 06:40 AM After 1 week searching for Ajax, I found the attached file the simplest for beginners...
boonchuan 07-22-2006, 07:24 AM You can also try out Microsoft AJAX component, they named it Atlas http://atlas.asp.net, very useful resources there.
fozzy 07-26-2006, 07:32 PM Someone in the main forum asked for a book so I thought I would add the info I posted in reply to this thread also.
The following book got a good review on slashdot. Below is the slashdot and Amazon (Canada) link for the book.
http://books.slashdot.org/books/05/11/23/1426249.shtml?tid=6
http://www.amazon.ca/gp/product/1932394613/702-0127992-2074423?v=glance&n=916520
My boss bought that book and seems to like it. I have not looked at it much.
jacobsd 08-28-2006, 08:41 PM Thanks, I have been thinking about trying to learn AJAX for a while and this should help me get started.
welshboy 09-16-2006, 03:06 PM thanks for the resources they helped so much!
Ranky 09-22-2006, 07:48 AM Yeh, I've been going to learn AJAX for ages - but I never go 'round to it. These are some good resources, maybe I will finally start learning :).
xeno439 09-24-2006, 09:32 PM Very nice, I will add those to my script site. Thanks
robertmitchell 10-14-2006, 03:56 PM Superb.. Excellent resourse..!!! AJAX - Latest revolution in Web Technology
It really useful..
CodyRo 10-25-2006, 05:49 AM Bleh, I hate the term AJAX, but anywho. W3Schools (http://www.w3schools.com) has a good cut throat AJAX example that will really show you the basics of what it really is.
Link (http://www.w3schools.com/ajax/default.asp)
funkytaco 10-25-2006, 11:30 AM I have a PHP4 version of SAJAX with example code here:
http://www.avidbeauty.com/code/
Click on the forum link for a PHP5 OOP version. :agree:
Just two cents from me
http://en.wikipedia.org/wiki/Ajax_%28programming%29#References
Geetanjali 11-03-2006, 05:52 AM Hi
Thanks a lot.
Its been a useful tutorial and helped a lot.
Thank you once again
Bye
Geetanjali
m4trix 12-06-2006, 12:12 AM wow, just what I needed, thanks
nik0las 01-04-2007, 09:41 AM http :// script.aculo.us <= if you don't really wanna learn it, but you wanna use it.
blubox 04-28-2007, 06:13 PM Wow. This will really help me out. Thank you.
I always wanted to learn about AJAX.
Shai-Soft 05-11-2007, 09:00 AM AJAX is built on the JAVA language for the J2EE architecture?
RedHart 06-19-2007, 09:48 AM Nice resource :D
Eversuns 07-13-2007, 05:39 AM Just read some of these, there really great!
Thanks
adrevol 11-04-2007, 11:40 AM Great to see the Response from people , Added to this dont forget to read ajax tutorial from w3schools.com, the tutorial is really a good one for even starter and if you read it for 2 times, u can grab more things out of it
example
Response Status which is very very improtant for AJAX
0-- The request is not initialized
1-- The request has been set up
2-- The request has been sent
3-- The request is in process
4-- The request is complete
with this in later stages you can play around the code ..
after that ... i preffer Prototype javascript Framework .. which is really really a simple to use with and play with ..
designcodes 01-05-2008, 07:38 AM miniajax.com has some fine ajax script and full details of their development
TheGavin 02-03-2008, 02:20 PM great links. ajaxian.com usually has some information about ajax scripting.
rub3n 02-12-2008, 06:35 PM Nice links there...
I already tried to start learning some ajax, but i don't have time for that... :P:P
firehawk1010 02-28-2008, 04:09 PM ajax.asp.net
bqinternet 03-03-2008, 05:59 AM AJAX is built on the JAVA language for the J2EE architecture?
No, AJAX uses Javascript on the browser side, and then can use any language (PHP, ASP, Java, etc.) on the server side to process the requests. AJAX stands for "Asynchronous JavaScript and XML".
diehost 01-24-2011, 11:55 AM AJAX is one of the best web technology, I believe if someone wants to learn AJAX or every any technology such as php, ASP, ASP.Net, etc. visit w3school.com
saiPA 02-13-2011, 06:53 AM Great share thank you so much
HinsmartHostingServe 02-27-2011, 12:25 AM Very useful resources! I have been looking for tutorials on AJAX since last few months. BTW, is AJAX easy to learn?
Jenkin
VPSPort 04-17-2011, 08:24 AM Excellent. Thank you very much.
evernet 04-18-2011, 02:04 PM Great Resource!
kutzki 05-04-2011, 05:12 PM Wow man thnx for the start off really appreciate it I was trying to learn Ajax I think this might help :P thnx a lot
geethaa 07-27-2011, 02:15 AM Learning Ajax is entirely interesting. More and more ajax tips, code snippets, scripts and tutorials can be found at Hscripts.com an excellent webmaster resource. Not only ajax you could learn all web technologies at one place.
lonea 07-27-2011, 02:42 AM Learning ajax has become obsolete. Stick with jquery and you don't have to mess with the whole cross browser mess.
halsteadtech 07-30-2011, 09:38 AM Nice tutorial and documentation. Welly played young jedi ;) Thanks for not being a thieve and posting these up here like you wrote them and taking credit. Posting the actual links was the best thing you could have done. Again, thanks for these.
|