Main > Free Download Search >

Free improving ajax applications script

improving ajax applications

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2416
Building Ajax Applications Using SXML

Building Ajax Applications Using SXML


Proper data handling in Ajax is always the primary purpose of developers in looking for ways to effectively develop the application. The different data formats are usually judged not only how they could be seamlessly implemented from the source but also more>> <<less
Added: 2009-05-18 License: Freeware Price: $0.00USD
14 downloads
XML Ajax Application Using DHTML

XML Ajax Application Using DHTML


Creating an Ajax based application with XML ensures functionality and ease of development from developers. Because of XMLâ??s ability to work with different browsers and programming languages, XML enable developers to build applications not just based on more>> <<less
Added: 2009-05-03 License: Freeware Price: $0.00USD
12 downloads
Making your ASP.net applications AJAX enabled

Making your ASP.net applications AJAX enabled


This tutorial examines the Triggers functionality of the ASP.NET AJAX UpdatePanel component. XML Triggers give granular control over the components that can cause partial rendering for specific UpdatePanel controls. more>> This tutorial examines the Triggers functionality of the ASP.NET AJAX UpdatePanel component. XML Triggers give granular control over the components that can cause partial rendering for specific UpdatePanel controls.<<less
Added: 2009-05-13 License: Freeware Price: $0.00USD
16 downloads
Ajax Pagination script

Ajax Pagination script


This script lets you include content from multiple pages and display them on demand, using Ajax. Pagination links are automatically created, with each page downloaded only when requested. more>> This script lets you include content from multiple pages and display them on demand, using Ajax. Pagination links are automatically created, with each page downloaded only when requested.<<less
Added: 2007-12-13 License: Freeware Price: $0.00USD
30 downloads
PHP and AJAX Auto Suggest

PHP and AJAX Auto Suggest


How to use the scriptaculous ajax autocompleter with PHP to search your MySQL database. more>> How to use the scriptaculous ajax autocompleter with PHP to search your MySQL database.<<less
Added: 2008-08-08 License: Freeware Price: $0.00USD
15 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
Prototype, Easing AJAXs Pain

Prototype, Easing AJAXs Pain


This article describes Prototype, an open source JavaScript library to create an object for an AJAX application. It explains how to use Prototype by describing an environmentally oriented web applicat more>> This article describes Prototype, an open source JavaScript library to create an object for an AJAX application. It explains how to use Prototype by describing an environmentally oriented web application that displays an annual atmospheric carbon dioxide (CO2) level.<<less
Added: 2006-11-10 License: Freeware Price: Free
631 downloads
Ajax Basic Tutorial

Ajax Basic Tutorial


AJAX, or Asynchronous JavaScript and XML, is a web technology that is based on JavaScript. more>> Ajax Basic Tutorial provides you with a powerful application which is based on JavaScript and HTTP requests. By using AJAX, JavaScript can be used to get/send data from/to a server without reloading the whole webpage with the help of XMLHttpRequest object<<less
Added: 2009-07-04 License: Freeware Price: $0.00USD
14 downloads
Prototype, Easing AJAX's Pain

Prototype, Easing AJAX's Pain


This article describes Prototype, an open source JavaScript library to create an object for an AJAX application. It explains how to use Prototype by describing an environmentally oriented web application that displays an annual atmospheric carbon dioxide more>> This article describes Prototype, an open source JavaScript library to create an object for an AJAX application. It explains how to use Prototype by describing an environmentally oriented web application that displays an annual atmospheric carbon dioxide (CO2) level.<<less
Added: 2006-11-10 License: Freeware Price: $0.00USD
14 downloads
Tuning Ajax

Tuning Ajax


This article illustrates one method of benchmarking your Ajax applications as well as point out some of the major performance pitfalls that the author has encountered while developing Ajax components more>> This article illustrates one method of benchmarking your Ajax applications as well as point out some of the major performance pitfalls that the author has encountered while developing Ajax components and applications.<<less
Added: 2006-11-10 License: Freeware Price: Free
1083 downloads
SSLBridge AJAX Samba Web Client 1.4

SSLBridge AJAX Samba Web Client 1.4


SSLBridge enables users to access files and folders located on a local company network from locations outside of the physical office and network. Users can login from home to access shared folders on their computer and other servers on the company more>> SSLBridge enables users to access files and folders located on a local company network from locations outside of the physical office and network. Users can login from home to access shared folders on their computer and other servers on the company network without any client software installed on their home machine. A user can log into SSLBridge from any computer that has a web browser and internet connection using their user MS Active Directory username and password for the network. All shared files and folders are accessible for upload and download. Files can also be dragged from one machine to another. SSLBridge utilizes Asynchronous JavaScript And XML (AJAX) to increase the application?s interactivity, speed, and usability. This helps make SSLBridge nearly as responsive as software that resides on a user?s computer.<<less
Added: 2006-05-21 License: GPL Price: $0.00USD
14 downloads
Cross Browser Ajax Library 1.1.5

Cross Browser Ajax Library 1.1.5


Diminutive JavaScript-on-Demand based library that helps web developers add AJAX functionally to projects. in a few easy steps. Supports ALL modern browsers! more>> Diminutive JavaScript-on-Demand based library that helps web developers add AJAX functionally to projects. in a few easy steps. Supports ALL modern browsers!<<less
Added: 2007-06-27 License: Freeware Price: $0.00USD
15 downloads
 
Other version of Cross Browser Ajax Library
Cross Browser Ajax LibraryDiminutive JavaScript-on-Demand based library that helps web . Diminutive JavaScript-on-Demand based library that helps web
Price: FreeAdditionalInfoFreeforalluse
License:Freeware
Download
525 downloads
Added: 2007-06-27
AJAX Matters

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
PHP AJAX example: asynchronous file upload

PHP AJAX example: asynchronous file upload


Asynchronous file uploads is quote popular feature in modern AJAX web-applications. However standard AJAX classes (XmlHttpRequest) does not have capabilities to process or send files selected with fi more>> Asynchronous file uploads is quote popular feature in modern AJAX web-applications. However standard AJAX classes (XmlHttpRequest) does not have capabilities to process or send files selected with "file dialog" (input type="file"). This article contains example application (trivial file-sharing service, like rapidshare, megaupload or yousendit) which uses embedded frames (IFRAME) to upload file. While file is uploaded to hidden frame, user can still access web-page and fill "file description" field.<<less
Added: 2006-12-04 License: Other Free / Open Source License Price: Free
977 downloads
AJAX Targeting 1.0

AJAX Targeting 1.0


An Ajax application written JavaScript, PHP and DHTML that stores target location size and history. That history of that target area can then be replayed through JavaScript animation from the history stored in the database. Multiple target areas can be more>> An Ajax application written JavaScript, PHP and DHTML that stores target location size and history. That history of that target area can then be replayed through JavaScript animation from the history stored in the database. Multiple target areas can be added and tracked as well as deleted.<<less
Added: 2006-10-06 License: GPL Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5