Which class should I take next: javascript, Ajax or Xml?

catlady1715

New member
I just finished 4 classes in web design xhtml & CSS. I hope to learning how to nifty websites for nonprofits and artists, and maybe for handhelds. Which class would be the best one to take next?
 
AJAX is not JavaScript, it a web development technique that uses JavaScript and XML. JavaScript is a requirement for AJAX.

You can't learn AJAX without understanding JavaScript and XML. So I would first learn JavaScript, then XML, and finally AJAX.
 
Back
Top