Ajax PHP tutorial
In this article I will try to summarize the basics of Ajax and PHP communication. At the and you can find a full working Ajax - PHP example.
Part 2: Using the Prototype JavaScript Framework
As an extension to Wildhoney's introductory article on JavaScript, I have written this article to show how to achieve the same results from using Prototype. Please note that the code in this example could be compacted considerably using some of Prototypes advanced features. However, due to this being an introduction to Prototype, I have decided to go with a "more code, easier to read", approach.
Part 1: Getting Started with Javascript and DOM
I find Javascript is one of those languages that every man and his dog has heard about, but not many people (or dogs) know how to use it very well.
Drop down menu easy way and configurable
One of the most popular usages of JavaScript is to create a drop down menu. This tutorial will show you how to make one.
AJAX Edit-in-Place Tutorial
Implement AJAX edit-in-place functionality in your web applications. Tutorial demonstrates how to write AJAX edit-in-place feature using easy-to-use Prototype AJAX library and PHP.