Posts Tagged ‘Javascript’

Sending AJAX Requests with Prototype

Saturday, October 11th, 2008

Several days ago I tried to learn a little about Javascript language and AJAX. Implementing AJAX with pure Javascript is not an easy work. It is not cross-browser so that I have to detect which browser sent the AJAX request. I think some frameworks can solve the problem in a better way and finally I found a Javascript framework — Prototype. (more…)