Learning Ajax with PHP?

  • Thread starter Thread starter Bee A
  • Start date Start date
B

Bee A

Guest
I want to learn Ajax,
my base is HTML and PHP,
I dont have any basic of AJAX but now I am currently developing a site to learn Japanese, www.japaneseclass.jp using PHP
I want to build an application rich web

any recommendation like books? site?
i want a book that covers how to make upload progressbar, photo slidehow, auto complete, etc... or some applications you can find on facebook. or anything to develop stunning GUI website
 
You do realize that AJAX is really an extension of Javascript and you should really understand Javascript before tackling AJAX? Well you can build your AJAX application from scratch, or you can use a backend. I found it a little more modular to use a backend for this stuff, although it isn't a perfect solution.

Here's the site for SAJAX (simple ajax toolkit)
http://www.modernmethod.com/sajax/download.phtml

and a tutorial on how to use it
http://darrenpangan.com/blog/developing-ajax-applications-with-sajax.html
 
Back
Top