Google AJAX Feed API
A great way to put Ajax feeds on your website without even needing to write any code. Google has created a tool that will write the code for you. You can make the feeds appear vertical, horizontal, or vertical stacked. The only issue that I have found is that it has a problem picking up [...]
An Ajax Poller to Celebrate the Election.
The election is upon us, so here is a little Ajax poller to help you with your polling needs. To install the script is very easy. Here are 3 steps to install it.
Open the dbConnect.php and put your database name, username, and password in it. (You may have to create a new database)
You also need [...]
A Few things you Should Know About Ajax
1. Ajax is not an acronym. I have seen some people spell Ajax out as Asynchronous JavaScript and XML or Active JavaScript and XML. This is not true. XML is not required to create an Ajax application.
2. If you are running your own server then this will be important. Plan for an increase in HTTP [...]