uses ajax
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8062
NAJAX 0.4.0.0
This package can be used to call PHP classes on the Web server side from Javascript code in Web pages. It uses AJAX technology to submit HTTP requests from Javascript to pass call parameters and collect and process the XML responses. This package more>> This package can be used to call PHP classes on the Web server side from Javascript code in Web pages. It uses AJAX technology to submit HTTP requests from Javascript to pass call parameters and collect and process the XML responses. This package acts as a proxy that maps PHP objects to JavaScript and vice versa. The package provides means to register the handling client-server events using custom PHP classes to process such events.<<less
Added: 2005-08-26 License: PHP Price: $0.00USD
13 downloads
Other version of NAJAX
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
Three Practical Uses For Ajax
In this article Im going to show you three simple and practical uses for Ajax on your Web site. Youll need to know a bit of HTML, JavaScript, and PHP to follow along, but Ill do my best to explain eve more>> In this article Im going to show you three simple and practical uses for Ajax on your Web site. Youll need to know a bit of HTML, JavaScript, and PHP to follow along, but Ill do my best to explain everything in simple terms so you dont get lost.<<less
Added: 2006-11-10 License: Freeware Price: Free
629 downloads
AjaxChat
AjaxChat.org is a simple, fast, and customizable chat server that uses mysql for message and nickname storage. It uses AJAX to smoothly refresh and display the chat zone and the nickname zone. It supp more>> AjaxChat.org is a simple, fast, and customizable chat server that uses mysql for message and nickname storage. It uses AJAX to smoothly refresh and display the chat zone and the nickname zone. It supports customized CSS stylesheets and a plugin.<<less
Added: 2006-10-06 License: BSD Style Price: Free
1122 downloads
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
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
hnGuestbook - Ajax Guestbook 1.0
hnGuestbook is a simple guestbook that use flat file to store the messages. Thats mean no SQL database is required. The guestbook uses AJAX technology, so you could view the pages, and sign the guestbook without reloading the whole page. Some of more>> hnGuestbook is a simple guestbook that use flat file to store the messages. Thats mean no SQL database is required. The guestbook uses AJAX technology, so you could view the pages, and sign the guestbook without reloading the whole page. Some of features are bad words filter, spam protection, and a simple admin panel to manage the messages.<<less
Added: 2007-04-07 License: Freeware Price: $0.00USD
13 downloads
Other version of hnGuestbook - Ajax Guestbook
License:Freeware
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
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
Ajax F1 1.0
Ajax F1 is a website dedicated to AJAX development. You can find Ajax tutorials and scripts on the portal. more>> Ajax F1 is a website dedicated to AJAX development. You can find Ajax tutorials and scripts on the portal.<<less
Added: 2008-03-07 License: Freeware Price: $0.00USD
20 downloads
AjaxIto 1.2
AjaxIto is known as a great and effective PHP class that can be used to call PHP code from JavaScript using AJAX. more>>
AjaxIto 1.2 is known as a great and effective PHP class that can be used to call PHP code from JavaScript using AJAX.
Added: 2009-07-24 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
AJAX DataGrid
AJAX DataGrid is a useful PHP class which you can use to list data in an HTML table that can be edited using AJAX. more>>
AJAX DataGrid is a useful PHP class which you can use to list data in an HTML table that can be edited using AJAX.
Added: 2009-07-31 License: Other Free / Open Source License - MIT/X Consortium Price: OtherFreeOpenSourceLicenseMITXConsortium
downloads
AJAX Matters
AJAX Matters is an informational site about AJAX (short for Advanced Javascripting and XML or Asynchronous JavaScripting and XML) and how these technologies are applied to web development. more>> AJAX Matters is an informational site about AJAX (short for "Advanced Javascripting and XML" or "Asynchronous JavaScripting and XML") and how these technologies are applied to web development.<<less
Added: 2006-11-10 License: Freeware Price: Free
1084 downloads
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
Edit-in-Place with Ajax
This tutorial is about edit-in-place system which is used for quickly amending titles and descriptions on photographs. more>> This tutorial is about edit-in-place system which is used for quickly amending titles and descriptions on photographs.<<less
Added: 2006-11-10 License: Freeware Price: Free
653 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above uses ajax search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed