AJAX

No Cost AJAX Online Training Course

I have found a really cool and excellent resource for anyone wanting to fully understand AJAX. A man by the name of Sing Sang, who is a technology architect and consultant for Sun Microsystems, has created a 10 week long AJAX training course.  Best yet, it’s cost nothing to register and take the course.
I’ve More >

How To Create an RSS Aggregator with PHP and AJAX

Over on Informit.com is a great article I found that shows step-by-step how to create an RSS Aggregator with PHP and AJAX.
This seems like a great tutorial to get you started on AJAX, since it covers GET and POST to PHP via JavaScript, which is what’s required for AJAX.
It follows with a section on parsing More >

A New Approach to Web Applications

I have mentioned AJAX before, still have not learned much more. As much as I understand is that it is a concoction of your web language, PHP/ASP, java script and CSS to create a web app that acts more like a desktop app. Less page refreshing mostly.
That is really what separates web apps from More >

Sproutliner

Here is a cool little app that helps show the uses of the AJAX stuff. Pretty cool. sproutliner

AJAX Login System Demo

I was interested to find that Google used an older, not so popular technology in their Gmail interface called AJAX. AJAX allows to create web apps with out refreshing the pages when normally you have to.
AJAX Login Demo