Home    Add a Script    Modify a Script    Log-in    Register    Link to us    Contact us
Web Scripts Directory - PHP, ASP, CGI, Perl, JavaScript, and hosted scripts Search:
New Listings    Most Popular    Top Ranked    Search Database    Web Hosting
 
Web Directory
Web Design Templates
 
   Recommended
Web Templates
Free Photos
Webmaster Directory
Free Websites
 
   Categories
ASP Scripts
ASP.NET Scripts
C and C++ Scripts
CFML Scripts
CGI and Perl
Flash
Java Applets
JavaScript
PHP Scripts
Python Scripts
Remotely Hosted
Tips and Tutorials
Tools and Utilities
 
 
   Partners
PHP Tutorials
CSS Examples and Gallery
Chipmunk Scripts
Website Templates
Free Website Templates
Free Templates
Free Tutorials
PHP Development
Flash Templates
Web Templates
Logos
Clipart
Stock Photos
 
   Google Ads

 
    Home : Tips and Tutorials : Ajax
Total: 42
1 2 3 [>>]
 
A PHP Developer's Primer - Delving into Ajax
In this article we are going to delve deeper into Ajax and explore how XSL can be used on both the client side (using Javascript) and on the server side (using PHP) to transform XML data into XHTML.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Ajax - Building a Request
In this tutorial, you'll be introduced to Ajax, a technology that allows you to send these requests through small JavaScript calls, meaning the user doesn't have to wait for the page to refresh.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

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

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Ajax For Beginners
AJAX allows you to make a call to an http server (typically an RSS feed or a webpage), get it’s content and load them into your existing page without having to refresh the whole page. This means that services like email don’t have to reload the whole page everytime you click a message, saving on bandwidth (loading the header/footer all over again) and making things more efficient.

Price: Free - Version: - Platform(s):

Added: Fri Mar 16 2007 - Updated: Fri Mar 16 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Ajax from Scratch
Learn how to keep your XMLHttpRequests from colliding with your rich Internet applications.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Ajax Mistakes
Ajax is also a dangerous technology for Web developers, its power introduces a huge amount of UI problems as well as server side state problems and server load problems. I've compiled a list of the many mistakes developers using Ajax often make.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

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

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Ajax Tutorial with Prototype
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.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Ajax Username Availability Checking
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.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

AJAX WebMail Tutorial
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.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

AJAX without XMLHTTP
I have a client that has their own version of IE installed in their large user base (I think this is very typical of large corporations). While they have JavaScript running, they have removed the XMLHTTP object. So, how do you do AJAX without XMLHTTP?

Price: - Version: - Platform(s): linux, windows, freebsd, osx, sun

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

AJAX: Building a Chat
This tutorial is teaches how to build a Live Chat for WebSite.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

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

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

AJAX: How to Handle Bookmarks and Back Buttons
This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Alternate Ajax Techniques - Part 2
In this installment, you'll learn how to use images and cookies to enable client-server communication even on older browsers that don't support the DOM.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Better File Uploads with AJAX and JavaServer Faces
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."

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Building "drag and drop" shopping cart with Ajax
For this article, we'll create an interactive shopping experience allowing us to add items to our shopping basket by dragging and dropping them onto an icon of a shopping cart. We'll add AJAX functionality, allowing us to update our shopping cart without redrawing the entire screen. To save the trouble of setting up a product database, we'll use Amazon Web Services to search for DVDs and use those to shop from.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Building Tabbed Content
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.

Price: Free - Version: - Platform(s):

Added: Mon Mar 19 2007 - Updated: Mon Mar 19 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

CAPTCHA validation using PHP and Ajax
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).

Price: Free - Version: - Platform(s): linux, windows, freebsd, sun

Added: Fri Mar 16 2007 - Updated: Fri Mar 16 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Create a searchable Google map
The GSmapSearchControl Solution is a simple to use application of the Google AJAX Search API that is designed to let you easily add a searchable map to your pages, sites and blogs. The rest of this page discusses this topic in detail - but if you just want to cut and paste some code, the “hello world” of the Map Search Control solution is available at the end of this article.

Price: Free - Version: - Platform(s):

Added: Fri Mar 16 2007 - Updated: Fri Mar 16 2007
Review It - Rate It - Member Reviews:    Visitor Ratings:   (0 Votes)

Total: 42
1 2 3 [>>]
 
Web Hosting Providers | Advertising Info | | Terms of Use | Privacy Policy | Link to us | Contact Us
Copyright © 2004-2007 ScriptsBank.com. All rights reserved.