SOMEBODY GIVE ME AN INTRO TO AJAX

 
afrazer0001 on Tue, April 18, 2006 11:13 PM
What the topic header says

please

thank you very much [:)]

Replies:

Tue, April 18, 2006 11:03 PM
One of my favorite classes: xajax

and also Prototype Javascript Framework checkout Prototype Wiki here

Download the files and start playing, that is the only way to learn more about ajax and becoming more creative about it. Checkout Wikipedia for articles on ajax.

Rastin
afrazer0001 on Wed, April 19, 2006 1:06 AM


thank you Rastin [:)]
Wed, April 19, 2006 10:45 AM
I recommend you try and get a good understanding & background of OOP, Javascript and XML first.

Once you're more familiar with it, then I'd look at frameworks and all that stuff..
afrazer0001 on Wed, April 19, 2006 11:22 AM
DarkKnight,

I've taken courses in Javascript and XML but I missed the presentation on AJAX and have no idea what OOP is.

Could you please point me to any links with relevant info? [:)]
Wed, April 19, 2006 11:25 AM
You probably already know a bit about OOP already.. Object Oriented Programming [:)]
Wed, April 19, 2006 11:44 AM
Oh learn about OOP and MVC ( Model View Controler ) architecture, and learn it very well.

Object Oriented Design goes beyond just programming. It is a universal design philosophy, and a fascinating one.

Rastin
afrazer0001 on Wed, April 19, 2006 12:05 PM
Oh yes I guess I do know about OOP but nobody ever presented it as OOP to me, which is odd because its easier to say than the full name [:)]
afrazer0001 on Sun, April 30, 2006 8:32 PM
anymore resources?
Sun, April 30, 2006 11:34 PM
You can also look into JSON which is an alternative to xml in AJAX. Basically instead of exchaning xml messages between client and server JSON is used which is a lot leaner than parsing fat xml files.

Rastin
afrazer0001 on Mon, May 1, 2006 1:13 AM
thanks Rastin [:)]