The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: Ajax :: Tips and Tutorials
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 133    Displaying: 21 - 40 Pages:   1 2 3 4 5 6 7

   CAPTCHA validation using PHP and Ajax   Hits: 4072 

 
CAPTCHA has become a popular means of securing forms against automated submission, by requiring users to enter a string displayed in an automatically generated image. This implementation uses Ajax to conveniently combine CAPTCHA into normal pre-submission form verification. You'll need PHP to be installed with the GD image library (most PHP implementations will have this as standard).


Free   Version: n/a   Platform(s): linux, windows, freebsd, sun   Updated: Wed Dec 20 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Creating Live Data with AJAX   Hits: 3195 

 
If you want to have live data on your website, that will change all on its own without you having to constantly refresh the page, then this tutorial will show you how to. Assumes you have an understanding of the AJAX (XMLHttpRequest) object.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Dec 29 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Simple Introduction to AJAX and XMLHttpRequest   Hits: 1976 

 
This tutorial explains from the very beginning how to use AJAX in web applications. It is assumed you have a knowledge of Javascript (with a little DOM) as well as a server side scripting language, although you should pick it up easily.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Dec 29 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Making a Google Suggest-like application   Hits: 1639 

 
Ever wanted to make your own "live" advanced search that gives you suggestions as you type. This tutorial will show you how to make one just like Google's new "Suggest" search feature.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Dec 29 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Tutorial with demos   Hits: 2278 

 
Step-by-step tutorial to understand the XMLHttpRequest object and how to use it from JavaScript. Examples with text, XML and JSON files. The tutorial is completed by demo pages that you can use as templates for you own website. Plus a specific JSON tutorial a very simple to use format.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Dec 19 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Integrate Google Calendar in your website using AJAX   Hits: 4479 

 
This tutorial will guide you how to integrate 'Google Calendar' in your website using AJAX


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Shopping Cart with AJAX   Hits: 5043 

 
This tutorial will you how to build a Drag and Drop Shopping Cart.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   AJAX: Building a Chat   Hits: 3037 

 
This tutorial is teaches how to build a Live Chat for WebSite


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Building Tabbed Content   Hits: 3037 

 
In this workshop, you'll be building a tabbed content browser that's Ajax powered. Whenever a user clicks a tab the script will communicate with the server and send back the appropriate data for that tab.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Degradable Ajax Form Validation   Hits: 2709 

 
Thanks to Ajax, we can provide real-time feedback to the user using server-side validation scripts and eliminate the need for redundant validation functions without giving up a solution that degrades gracefully when JavaScript is disabled.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   AJAX WebMail Tutorial   Hits: 2281 

 
In this article, the first of three parts, you will start creating a simple web-based POP 3 client using AJAX, which will use "XMLHttpRequest" objects to retrieve messages from a mail server.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Better File Uploads with AJAX and JavaServer Faces   Hits: 2158 

 
In this article, we will take fresh approach and implement an AJAX-powered component that will not only upload the file to server, but also monitor the actual progress of a file upload request in "real time."


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Ajax RSS Reader Step by Step Tutorial   Hits: 2120 

 
This Ajax reader is written in JavaScript only. Itrequests a backend URL on the same server then displays the feed.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Ajax Username Availability Checking   Hits: 2107 

 
The goal of this Ajax example is to allow a user who is registering for your site to see if the username they want to use is taken already or not, without having to submit a form and reload the page.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Ajax: Getting Started   Hits: 1910 

 
This article guides you through the Ajax basics and gives you two simple hands-on examples to get you started.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   AJAX Design Patterns   Hits: 1760 

 
Excellent tutorial on how to build an Ajax-powered Web site, with dynamic page loads.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Ajax Tutorial with Prototype   Hits: 1710 

 
This is an example of a good use of Ajax, and at the same time keeps it simple. It is a zip code verifier. As soon as the person enters the zip code it makes a request to the server to see if the zip code is in the database, and returns the city and state.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Edit-in-Place with Ajax   Hits: 1662 

 
This tutorial is about edit-in-place system which is used for quickly amending titles and descriptions on photographs.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Three Practical Uses For Ajax   Hits: 1438 

 
In this article I'm going to show you three simple and practical uses for Ajax on your Web site. You'll need to know a bit of HTML, JavaScript, and PHP to follow along, but I'll do my best to explain everything in simple terms so you don't get lost.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   AJAX: How to Handle Bookmarks and Back Buttons   Hits: 1104 

 
This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Nov 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 133    Displaying: 21 - 40 Pages:   1 2 3 4 5 6 7

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog