| TOTAL: 6 Page: 1 of 1 |
|
Ajax Polling Booth - Learn how to use AJAX to create your own poll
One annoying thing about many of the "old-fashioned" style polls which most sites still use is that you must reload an entire page just to submit one little vote. This can be time consuming for people on limited bandwidth, or on sites that it would just be plain impractical to reload the content. First of all this tutorial will not teach the underlying concepts of AJAX, merely show you how to use it specifically. If you are looking to learn how to use AJAX I suggest you read the tutorial "Ret

| Hits: | 147 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-19 |
AJAX: Getting Started - Complete introduction to AJAX with Javascript and PHP
AJAX is one of the fastest growing fads online. It's used by popular companies such as Google, and the company that produces the forum you're using right now uses it. But what does it exactly mean? Well, let's hear what Wikipedia has to say.Asynchronous JavaScript And XML, or its acronym, Ajax (Pronounced A-jacks), is a Web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behi

| Hits: | 66 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-19 |
Begin learning AJAX with simple retrieval!
With the recent popularization of AJAX (Asynchronus Javascript And XML), it is now unnessecary to reload a page with the same basic layout, just to get new content. You can use AJAX to retrieve just the content without reloading the page, then change the value of a content area. First of all, to use AJAX you must understand how it works. AJAX is JavaScript that can run through the "AJAX Engine" and by doing so, retrieve data from a remote page through HTTP, without having a page reload. It is s

| Hits: | 138 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-19 |
Create an Ajax XML ticker that uses a text txt file!
This is an Ajax enhanced ticker script that lets you use a text file as the contents of the ticker to show! Easily define your messages, which support rich HTML, all inside this external text file. Now there's no more excuse to not update the contents of your ticker more often! Note that due to Ajax limitations, the ticker script and text file to draw from need to be on the same domain/server. As a side note, while we're labelling this script "XML ticker", technically, it's not XML, as the ex

| Hits: | 44 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-19 |
Dynamic Ajax Content - This script uses Ajax to enable you to load external page
This script uses Ajax to enable you to load external pages into a DIV without having to reload the browser or use IFRAMES. If your external pages reference any external .css or .js files for styling, this script can also load and apply them to the page on demand.

| Hits: | 49 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-19 |
Including the contents of an external page using Ajax
You may have heard of a little something called Ajax these days, even if you're still not quite sure what it is. Instead of focusing on what it is, lets just focus on what's possible using Ajax, specifically, how to include the contents of another document onto the current using it. Ok, ok, I relent. Ajax stands for Asynchronous JavaScript and XML, and basically is a fancy term for describing using JavaScript to dynamically fetch and send data to the server.

| Hits: | 837 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-19 |