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 61-80 of 396
Skitsanos WAML
Another aproach of combining existed AJAX frameworks under single Application Markup Language. WAML - Web Application Markup Language. WAML allows you to define your web application appearance and functionality by using simple XML like syntax mixed with HTML. The idea behind WAML is to simplify application functionality definition and provide flexible access to UI objects, data and communication services. WAML functionality build on top of existed AJAX frameworks available for public use.
(6 ratings)
Reviews0
PriceFree
Views3057
JsHttpRequest: AJAX+PHP library with Prototype JS and file uploading
JsHttpRequest is a library for AJAX-based script creation compatible with the popular Prototype JS library. It could be used as a server part (PHP) for the Prototype JS, has a great cross-browser compatibility (IE 5.0+ including disabled ActiveX, Mozilla 1.7+, FireFox 1.0+, Opera 7.3+, and Safari); file uploads from user browser to the server; full support of PHP debug features (including fatal error handling); multi-dimensional data structures exchange (JSON analog); PHP session support; and optimal data loading method choosing (XMLHttpRequest, Microsoft.XMLHTTP, etc.) depending on the current browser. The interface is compatible with XMLHttpRequest.
(13 ratings)
Reviews1
PriceFree
Views7737
FileRun - World's Best File Manager
Upload and download LARGE files and folders, regardless of the PHP configured limits! Manage and share files online using an intuitive Web interface. Drag and drop uploading, unlimited upload size, upload and download folders, progress bar, file versioning, full-text search, metadata and file comments, email notifications, fully customized interface, embedded WebDAV server, user registration, advanced user permissions settings, assign space and traffic quotas, share folders between users, publish files online, search users activity logs, multilanguage support, SSL support... It can even share the login with your existing website/scripts!
(178 ratings)
Reviews6
PriceFree
Views41404
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.
(9 ratings)
Reviews0
PriceFree
Views4900
JustAjax Table
JustAjax Table is an Ajax/PHP grid library that allows you to create web-based data grids/tables that behave like desktop software. JustAjax Table offers in-place cell editing, live scrolling, live sorting, PHP/MySQL backend, cross-browser support.
(9 ratings)
Reviews0
PriceUSD 9.00
Views15418
simplAjax
simplAjax is a very easy way to put ajax in your website. It only requires you to link the file in your html document, type out one line of code, and you're done! It is cross browser, and will work with any browser that supports XMLHTTPRequest/ActiveX An example of the simplicity: " timestamp = ajax('time.php?time=get') ; document.write(timestamp) ; " That is really all it takes! simplAjax is released under a GPL license, so it is free to use, as long as you keep the copyright notice in the script. Enjoy!
(9 ratings)
Reviews0
PriceFree
Views5255
jAlbum
Want an easy way to make static HTML or Flash-based photo galleries? Try a free Java program called jAlbum. You can easily make online photo galleries with this program, or use it to make a photo gallery to put on a CD for friends and family. There is a list of features here. If you are interested in Flash-based photo galleries, try a jAlbum skin called BananAlbum. Easy to use. Just drag and drop an image folder onto JAlbum, select an output directory and press "Make album"
(12 ratings)
Reviews0
PriceFree
Views23684
AJAX file upload tutorial
In this tutorial I will show you how to create simple AJAX file upload system using PHP and JavaScript.
(46 ratings)
Reviews1
PriceFree
Views5474
Shopping Cart with AJAX
This tutorial will you how to build a Drag and Drop Shopping Cart.
(18 ratings)
Reviews0
PriceFree
Views9729
PHPLiveX
PHPLiveX is a lightweight php-javascript class library and framework that helps you enrich your php applications with AJAX. You may call your php functions in the same page via JavaScript without reloading the page, submit your forms and send ajax requests with passing any type of data. You may also upload files via ajax with progress bars
(12 ratings)
Reviews0
PriceFree
Views2157
Ajax in Action
Ajax in Action helps you implement that thinking--it explains how to distribute the application between the client and the server (hint: use a "nested MVC" design) while retaining the integrity of the system. You will learn how to ensure your app is flexible and maintainable, and how good, structured design can help avoid problems like browser incompatibilities.
(9 ratings)
Reviews0
PriceUSD 29.67
Views2155
Ajax Den
Ajax Den is a large ajax script showcase that allows you to browse through 100's of free to use scripts.
(9 ratings)
Reviews0
PriceFree
Views2407
Creating Live Data with AJAX
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.
(6 ratings)
Reviews0
PriceFree
Views4070
Ajax resources
This is a directory of AJAX resources and fremeworks that are necessary for every AJAX programmer.
(6 ratings)
Reviews0
PriceFree
Views2698
Getting User IP with Ajax (Javascript/PHP)
A small tutorial where I describe how to get a Userip with Ajax and making it afterwards available as javascript var. I describe two ways - in a pure php site and how to do it in a htm or html site (with Ajax). Perhaps it may help you, as I see it very often that people have problems with this issue.
(6 ratings)
Reviews0
PriceFree
Views2071
Virto Ajax Web Part Calendar 4.0 for Microsoft® SharePoint®
Virto Calendar enables users to view all of their events from different data sources (SharePoint Lists, Microsoft Exchange Calendars and SQL Tables) in one single calendar! It also has the ability to bind from those different data sources to create a new calendar event. Most other calendars only use one data source, and display it in one view. Virto Calendar surpasses the existing SharePoint calendar view's functionality by allowing users to specify the list or view, and also color code the displayed items by category of events (e.g., internal/external, Gantt view, etc). Key Features of Virto Calendar: - Integrate events from different data sources into one single calendar (from SharePoint Lists, SQL Tables and Microsoft Exchange 2007& 2010 Calendars) - Add, delete and edit events with drag & drop feature - Multi-level color coding - Audience Targeting Support - Advanced filtering, displaying only items satisfied to the specific criteria - Print any Calendar View
(5 ratings)
Reviews2
PriceFree
Views1916
Anaa
Anaa, An Ajax API is a simple but complete framework that supports GET and POST method. Adding new feature is easy, an optional extension is provided and more will be added to the basic library in the future. The archive holds a manual and demo that you can use to start your own applications.
(3 ratings)
Reviews0
PriceFree
Views2839
Mobile File Explorer with PhoneGap/Cordova and jQuery Mobile Part 2
In the first part of this tutorial we’ve learned how to browse the file system. Now we’ll learn how to deal with files and folders actions, like open, copy, move and delete. This tutorial will show you how to create a cross-platform mobile file explorer using web technologies like PhoneGap/Cordova and jQuery Mobile UI. This is a two part tutorial, the first part contains the browsing part of the folders and files from your file system device, and the second part contains implementation of the actions that can be made with the folders and files, like open, copy, move, delete.
(3 ratings)
Reviews0
PriceFree
Views711
SAJAX � Ajax for PHP
Since Ajax has become the focus of today�s web and application development. A lot of tools have been developed to cater to this programming technique. Although it has been dubbed to be a very challenging technique to master, it all goes down to three languages to build an efficient Ajax website: JavaScript, HTML and XML. Some have preferred to use JSON instead of XML but an efficient mark-up language is all that Ajax needs to perform well. The efficiency it brings is almost second to none and the interface an Ajax application could do is beyond par.
(1 ratings)
Reviews1
PriceFree
Views1118
DHTMLX Suite - Ajax/JavaScript UI Library
The DHTMLX library offers a rich set of Ajax-enabled user interface components, including powerful datagrid, tree, windows, combobox, tabbar, menu, layout, and more. The components provide advanced features required in modern web apps: cross-browser compatibility, drag-n-drop capabilities, in-line editing, clipboard operations, and fast performance with large data sets. The DHTMLX library is written in JavaScript and can be used with any server-side technology (special client-sever connectors available for PHP, ASP.NET, Java, and Cold Fusion). With DHTMLX, you can create rich and interactive web apps with less efforts and time.
(15 ratings)
Reviews0
PriceFree
Views4908
Results 61-80 of 396