Main > Free Download Search >

Free using ajax script

using ajax

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7970
Using Ajax from Perl

Using Ajax from Perl


You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code. Thankfully, theres already a m more>> You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code. Thankfully, theres already a module on CPAN to take the pain out it: CGI::Ajax.<<less
Added: 2006-11-10 License: Freeware Price: Free
1087 downloads
Using AJAX to Post Form Data

Using AJAX to Post Form Data


JAX, short for asynchronous javascript and XML, is one of the in web technologies at the moment. Although it is currently being utilized in a wide variety of ways, its original intended method was s more>> JAX, short for asynchronous javascript and XML, is one of the "in" web technologies at the moment. Although it is currently being utilized in a wide variety of ways, its original intended method was simply sending data and retrieving responses without waiting for a page to reload. Were going to take a step back to the time where that was all it was used for. To start off, were going to write our PHP script that we are POSTing to. Were just going to have it echo our name back to us. Simple, but weve gotta start somewhere!<<less
Added: 2007-07-12 License: Freeware Price: Free
915 downloads
A Sortable Data Grid Using Ajax

A Sortable Data Grid Using Ajax


Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a more>> Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a page reload. Full instructions including source code and demo.<<less
Added: 2005-11-24 License: Freeware Price: $0.00USD
16 downloads
Random Yahoo Links using AJAX 1

Random Yahoo Links using AJAX 1


A small PHP file on your server pulls in Yahoo links randomly. An AJAX (Asynchronous Javascript and HTMLRequest) script on your web page serves up a different link each time a viewer clicks on it. No need to reload page to get different links. Very small more>> A small PHP file on your server pulls in Yahoo links randomly. An AJAX (Asynchronous Javascript and HTMLRequest) script on your web page serves up a different link each time a viewer clicks on it. No need to reload page to get different links. Very small and fast script.<<less
Added: 2005-07-23 License: Free Non-Commercial Price: $0.00USD
12 downloads
A Simple Link Checker using Ajax

A Simple Link Checker using Ajax


In this simple script we use Ajax (Asynchronous JavaScript and XML) to allow all the links on your web pages to be automatically checked for validity every time the page is visited! Can be easily retrofitted to legacy HTML pages. The Ajax call is made more>> In this simple script we use Ajax (Asynchronous JavaScript and XML) to allow all the links on your web pages to be automatically checked for validity every time the page is visited! Can be easily retrofitted to legacy HTML pages. The Ajax call is made to a simple PHP script at the server which checks the links on the page and reports any broken ones to the webmaster via email. The page visitor need never know anything has happened! Free, of course.<<less
Added: 2006-01-12 License: Freeware Price: $0.00USD
13 downloads
A Tabbed Page Interface using Ajax

A Tabbed Page Interface using Ajax


This script uses the popular Ajax programming model to build a tabbed navigation page. Using Ajax (Asynchronous Javascript and XML) allows the data to be displayed on the current page without waiting for a page refresh. Free. more>> This script uses the popular Ajax programming model to build a tabbed navigation page. Using Ajax (Asynchronous Javascript and XML) allows the data to be displayed on the current page without waiting for a page refresh. Free.<<less
Added: 2005-11-26 License: Freeware Price: $0.00USD
14 downloads
Guide to Using AJAX and XMLHttpRequest

Guide to Using AJAX and XMLHttpRequest


The XMLHttpRequest object is a handy JavaScript object that offers a convenient way for Web pages to get information from servers without refreshing themselves. The purpose of this article is to demon more>> The XMLHttpRequest object is a handy JavaScript object that offers a convenient way for Web pages to get information from servers without refreshing themselves. The purpose of this article is to demonstrate through a series of baby steps just how easy it is to use the XMLHttpRequest object<<less
Added: 2006-11-10 License: Freeware Price: Free
1089 downloads
Integrate Google Calendar in your website using AJAX

Integrate Google Calendar in your website using AJAX


This tutorial will guide you how to integrate Google Calendar in your website using AJAX more>> This tutorial will guide you how to integrate Google Calendar in your website using AJAX<<less
Added: 2006-11-10 License: Freeware Price: Free
705 downloads
Handling hashed links for web applications using AJAX

Handling hashed links for web applications using AJAX


Web page visitors may want to bookmark certain state or pass it along to others. In pre-AJAX days it was a matter of simply passing a page URL. With AJAX, however, theres no standard way of conveying page state when some content have been pulled thru an more>> Web page visitors may want to bookmark certain state or pass it along to others. In pre-AJAX days it was a matter of simply passing a page URL. With AJAX, however, theres no standard way of conveying page state when some content have been pulled thru an AJAX call. One solution is to pass a "hash" parameter as if it was a request to move to an anchor within the page. That hash parameter can then be fetched processed by Javascript.<<less
Added: 2008-10-09 License: Free Non-Commercial Price: $0.00USD
10 downloads
gAjax 1.0

gAjax 1.0


This package can be used to execute PHP functions from Javascript using AJAX calls. It registers PHP function that may be called from Javascript. Then it can generate the necessary Javascript code to call those PHP functions using AJAX. A more>> This package can be used to execute PHP functions from Javascript using AJAX calls. It registers PHP function that may be called from Javascript. Then it can generate the necessary Javascript code to call those PHP functions using AJAX. A separate helper class can be used to generate Javascript code to be executed when the PHP functions are called.<<less
Added: 2007-09-07 License: Other Price: $0.00USD
10 downloads
Using JavaScript Errors

Using JavaScript Errors


Dealing with JavaScript or an Ajax based application is always a tricky task. Even the most experienced developers would end up with unexpected errors especially when the application is tested for the first time. Bugs and error in coding will always be more>> <<less
Added: 2009-05-09 License: Freeware Price: $0.00USD
16 downloads
Beginner's Guide to Ajax

Beginner's Guide to Ajax


Using Ajax (Asynchronous Javascript And XML) allows you to issue a server request, get the response and use it in your web application without waiting for a page refresh. Produce desktop-like user interface experience for your website users. more>> Using Ajax (Asynchronous Javascript And XML) allows you to issue a server request, get the response and use it in your web application without waiting for a page refresh. Produce desktop-like user interface experience for your website users. No-nonsense quickstart guide/overview with links to more detailed resources. From the author of Sams Teach Yourself Ajax in 10 Minutes.<<less
Added: 2005-09-13 License: Freeware Price: $0.00USD
12 downloads
Getting Started with Ajax

Getting Started with Ajax


This is a two-part tutorial on starting with Ajax. The first part of the article is using Ajax using the DOM innerHTML and the second part using nodes from XML. more>> This is a two-part tutorial on starting with Ajax. The first part of the article is using Ajax using the DOM innerHTML and the second part using nodes from XML.<<less
Added: 2006-11-10 License: Freeware Price: Free
629 downloads
Simple AJAX Survey 1.0

Simple AJAX Survey 1.0


Heres a FREE simple, easy to use AJAX survey that uses PHP and MySQL for the backend. It even comes with an admin panel that makes creating and updating surveys a snap! AJAX allows the survey to fit seamlessly into your website! As with all my other more>> Heres a FREE simple, easy to use AJAX survey that uses PHP and MySQL for the backend. It even comes with an admin panel that makes creating and updating surveys a snap! AJAX allows the survey to fit seamlessly into your website! As with all my other projects, this one has been tested successfully in IE6 and Firefox.<<less
Added: 2007-11-14 License: Freeware Price: $0.00USD
16 downloads
CAPTCHA validation using PHP and Ajax

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 more>> 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. Youll need PHP to be installed with the GD image library (most PHP implementations will have this as standard).<<less
Added: 2006-12-20 License: Freeware Price: Free
978 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5