Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology

Top Rated Scripts | Ajax

Results 21-40 of 396
dhtmlxCombo - Ajax Autocomplete Combobox
Easy-configurable JavaScript combobox with Ajax support, autocomplete functionality, and wide cross-browser compatibility. The features include type-ahead, keyboard support, and the ability to display images in the dropdown list. dhtmlxCombo can be easily converted from existing HTML SELECT or populated with JavaScript. The component works fast with large sets of data, loading list of suggestions dynamically on demand.
(6 ratings)
Reviews0
PriceFree
Views8783
Degradable Ajax Form Validation
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.
(3 ratings)
Reviews0
PriceFree
Views4118
AJAX Design Patterns
Excellent tutorial on how to build an Ajax-powered Web site, with dynamic page loads.
(3 ratings)
Reviews0
PriceFree
Views2415
Tooltip kit
This class can be used to lookup text expressions/images on the server a page using AJAX to avoid page reloading. When a user drags the mouse over a link of a site page popup window with the expression appears. And it disappears when the user takes the mouse out from the link. The same way the class allows to add to your site context help, in-text advertising and news with descriptions by request
(3 ratings)
Reviews0
PriceFree
Views10683
dhtmlxTreeGrid - Editable TreeGrid Control
dhtmlxTreeGrid is an Ajax-enabled UI component that allows you to add an editable data grids with expandable rows on a web page. The TreeGrid represents both hierarchical and tabular data and supports rich client-side data entry, editing, and sorting. Rich and flexible JavaScript API allows complete customization of the component to meet any application needs. dhtmlxTreeGrid supports paging, column resizing, drag-and-drop, serialization to XML/SCV, filtering, searching, grouping capabilities, and much more useful and powerful features.
(3 ratings)
Reviews0
PriceUSD 299.00
Views4619
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.
(3 ratings)
Reviews0
PriceFree
Views4580
Delayed content loading
Additional content, or decorations, can be loaded after the basic content is displayed by "including" an external file with an AJAX call.
(3 ratings)
Reviews0
PriceFree
Views2293
Beginning Ajax and ASP.NET 3.5
Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you what's ajax and database querying at same time. Now let's build our scene. Open an empty web site and dop a ScriptManager and UpdatePanel from Ajax Extensions tab. Close the tab and open standard controls and drop one textbox and one button. Place a label inside ajax control and one more outside of UpDatePanel. The second label will display that we are using Ajax and page is not posting back. I will add some hard codes and I have put s SqlDataSource and a GridView. Complete code is included
(3 ratings)
Reviews0
PriceFree
Views1536
JavaScript PHP Remote Method Library
This PHP5 class allows your Prototype JavaScript AJAX applications to natively call PHP methods and get data back as if the methods were written in JavaScript. I modeled this somewhat after AMFPHP for Flash remoting. I wanted to be able to simply write methods in a PHP class and then call them in JavaScript and not write any more code than that. This pretty much does that. You can see it in action at my website: http://onesandzeros.biz/j sphpremoting/
(3 ratings)
Reviews0
PriceFree
Views979
Anthem.NET with Minimal JS
Developing an Ajax based application with minimal JavaScript coding is possible with the use of VS 2005, ASP.NET and a simple but powerful library called Anthem.NET. This open source library might not be popular but it has been given a pretty good ranking as it provides any developer the ability to build an Ajax based website without using too much Ajax. As you may have already noticed, it uses a lot of frameworks and software development tools to compensate with the minimal use of JavaScript. To use Anthem.NET you need to fire it up first in ASP.NET. Basically, you will just have to use the libraries DLL as a reference point to make it work. It is really simple at first glance but apparently Antem.NET�s DLL is not precompiled first. Make sure that you compile the project carefully as the DLL could get extracted in different places.
(3 ratings)
Reviews0
PriceFree
Views621
Relational List
Relational List is a Dreamweaver extension that allows to insert two associated lists (select fields) into your forms, a main list and a subordinate list. This is useful if you need related fields into your forms, for example country/states, brand/model, etc… In these cases the second field is populated when the user select the value for the first one. Relational List executes these actions without reloading the page, through the use of dynamic Javascript and Ajax technologies. The fields’ data are retrieved from XML files. You can edit your own XML files for your form fields.
(21 ratings)
Reviews0
PriceUSD 29.99
Views2422
Upload in Background
Allows to create background uploads using Ajax. This uploads start when the user is still filling out the form, making the form submission faster and more intuitive. In the case that the background upload can not be completed, a PHP code (automatically generated) will complete the process. This tool makes the upload process technically superior with the use of modern technologies and at the same time makes the insertion of an upload feature into web page an easy process carried out from the Dreamweaver visual interface.
(21 ratings)
Reviews0
PriceUSD 19.99
Views4043
hnGuestbook - Ajax Guestbook
hnGuestbook is a simple guestbook that use flat file to store the messages. That's 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.
(19 ratings)
Reviews1
PriceFree
Views20281
Super AJAX Calendar
Here's a new version of my original AJAX Calendar. It includes lots of new features and a visual refresh. This version features linked events, an admin tool to easily manipulate those events, and a jump to box for jumping straight to the month / year you're looking for. This calendar has everything you need and it's styled with an external CSS style sheet, so you can integrate it into your site with ease! Works perfectly with IE6 and Firefox!
(9 ratings)
Reviews0
PriceFree
Views12057
TDE Comment System
Comment System is a Dreamweaver extension that allows to collect, moderate and show users comments on any web page, even on static HTML pages! The comments are saved and loaded using JavaScript & Ajax technologies, executing the actions on background on the browser side with a transparent PHP file on the server side; this method allow you to insert comments in pages with any extension: .html, .htm, .php, ...etc. The requirement on the server side is PHP support but you don't need hand coding or PHP coding skills.
(18 ratings)
Reviews0
PriceUSD 29.99
Views3451
You First AJAX Application
This is a simple tutorial that will teach you the basics of AJAX. There are step by step instructions written to assist you on your first application. You will also find the source code and a demo for the application.
(6 ratings)
Reviews0
PriceFree
Views1099
How to implement COMET with PHP
Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. This technique will produce more responsive applications than classic AJAX. In classic AJAX applications, web browser (client) cannot be notified in real time that the server data model has changed. The user must create a request (for example by clicking on a link) or a periodic AJAX request must happen in order to get new data from the server. I will explain in this document how to implement a simple Comet application with PHP programming language.
(9 ratings)
Reviews0
PriceFree
Views2134
Best Ajax Scripts
The site contains a collection of ajax scripts and web-related jax applications . All scripts are provided with online examples. It has a great search tool to find the scripts and tutorials you need! Also You can Submit your scripts-tutorials and get hits! Thx
(79 ratings)
Reviews1
PriceFree
Views17124
Phery PHP jQuery AJAX Library
It unleashes everything you expect from an AJAX library, with nested responses, merging and unmerging responses, acessing directly the calling element. It's a straightforward and powerful AJAX library with direct integration and mapping of all jQuery functions in PHP, the mapping is extended to custom functions set by $.fn, can create elements just like $('') does, as phery creates a seamless integration with jQuery functions, through AJAX to PHP functions.
(12 ratings)
Reviews0
PriceFree
Views862
Claros Chat
Claros Chat is a Web based instant messaging client which is capable of talking with a Jabber server. Claros Chat is well tested with Google Talk and it supports all major browsers such as Internet Explorer, Firefox, Safari, and Mozilla. It has a minimalistic and an elegant user interface which looks and feels a lot like a desktop application, since it uses AJAX. With the help of a Jabber server, creating your own corporate chat network and chatting with other networks such as MSN, ICQ, AOL, Yahoo IM is possible.
(52 ratings)
Reviews0
PriceFree
Views21576
Results 21-40 of 396