Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.329.808 Times

Xmlhttprequest software
Filter: All | Freeware | Demo
 

Xmlhttprequest

1 2 > 
Added: April 12, 2010 | Visits: 1.739

XHR Chat XHR Chat is a demonstration type chat script I wrote when experimenting with xmlHttpRequest. It never refreshes, keeps an infinite post log, and checks for new posts once a second. XHR Chat will degrade gracefully if the browser doesnt support xmlHttpRequest, just so long it still has...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (169): XHR Chat Download

Added: April 12, 2010 | Visits: 1.240

JsHttpRequest JsHttpRequest project is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. JsHttpRequest first appeared as cross-browser analogue of XMLHttpRequest, and then became a very useful instrument to create dynamic web pages. It uses JavaScript...





Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): JsHttpRequest Download

Added: May 10, 2013 | Visits: 301

AjaxRequest AjaxRequest is a layer over the XMLHttpRequest functionality which makes the communication between Javascript and the server easier for developers. Features: - Simplify the interface to using XMLHttpRequest, making it more logical and consistent with what developers expect. No more worrying about...


Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (49): AjaxRequest Download

Added: May 10, 2013 | Visits: 609

Web 2.0 AJAX Loading Panel It is possible to separate the function that creates the a cool modal semi-transparent loading effect of a website (and many others, as well) from the XmlHTTPRequest function, so it could be used with other AJAX engines or for other purposes. With Web 2.0 AJAX Loading Panel, this effect could...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (64): Web 2.0 AJAX Loading Panel Download

Added: December 10, 2013 | Visits: 629

getHTTP Script GetHTTP consists basically of two functions asyncHTTP and syncHTTP.The goal of the script is to make AJAX available to anyone, without any knowledge of the XMLHttpRequest object.


Platforms: Ajax

License: Freeware Size: 10 KB Download (63): getHTTP Script Download

Added: March 22, 2013 | Visits: 415

AJAX/JSHttpRequest for XML Tools The Web applications can be programmed in PHP or any other server-side scripting language.Here are some key features of "AJAX/JSHttpRequest":JSR_createRequestObj():dlTE Returns XMLHttpRequest object or null if failed.JSR_sendRequest(requestObj, method, url, callback[, formObj]):dlTE Sends...


Platforms: JavaScript

License: Freeware Size: 10 KB Download (41): AJAX/JSHttpRequest for XML Tools Download

Added: August 27, 2013 | Visits: 409

phpMp3 for Music and Sound phpMp3 is a cross-platform, web-based (PHP javascript/EcmaScript) MPD (Music Player Daemon) client.Yet another web-client for famous Music Player Daemon. Totally in javascript, driven by XMLHTTPRequest (AJAX) with a small php-backend.


Platforms: PHP

License: Freeware Size: 10 KB Download (45): phpMp3 for Music and Sound Download

Added: July 26, 2013 | Visits: 227

FWXHR Since Fireworks is used so heavily for web graphics production, it's quite likely that there'll be times when you developers out there would like your JSF commands to interact with a web service. Unlike a browser's JS environment, unfortunately, Fireworks doesn't offer any XmlHttpRequest...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 256 KB Download (47): FWXHR Download

Added: June 07, 2013 | Visits: 527

Speed Tracer Speed Tracer is a tool to help you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs. Speed Tracer is available as a Chrome extension and works...


Platforms: Mac

License: Freeware Size: 266.24 KB Download (42): Speed Tracer Download

Added: August 06, 2013 | Visits: 385

Extension Test This add-ons tests for a few of the harder-to-detect criteria for AMO approval. At the moment, these include: Variables defined in the global window scope DOM node IDs defined in shared namespaces Properties added to native prototypes New XPCOM classes and interfaces javascript global...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (49): Extension Test Download

Added: August 02, 2013 | Visits: 290

Extension Test for Thunderbird This add-ons tests for a few of the harder-to-detect criteria for AMO approval. At the moment, these include: . Variables defined in the global window scope . DOM node IDs defined in shared namespaces . Properties added to native prototypes . New XPCOM classes and interfaces . javascript...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (44): Extension Test for Thunderbird Download

Released: June 26, 2006  |  Added: March 13, 2007 | Visits: 3.158

Ajax-Controls.NET Ajax-Controls.NET component is designed to provide developers with an easy-to-use tool to AJAX enable standard ASP.NET controls and 3rd party controls in ASP.NET application, which allow you to update page content without postback and loss of scroll position. The short response time combined...


Platforms: Windows

License: Shareware Cost: $89.00 USD Size: 6.25 MB Download (135): Ajax-Controls.NET Download

Added: June 27, 2010 | Visits: 1.511

ChaNT ChaNT is a flexible, powerful, cross-browser and easy to use open source web-based chat system written in PHP and JavaScript. Support for BBCode, 3D Animated Smileys with a IM like toolbar for formatting your chat messages. This project does not require any browser plugins like Java or Flash....


Platforms: *nix

License: Freeware Size: 1.3 MB Download (171): ChaNT Download

Added: August 01, 2010 | Visits: 1.625

Selenium Remote Control Selenium Remote Control project is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. Selenium Remote Control provides a Selenium Server, which can automatically...


Platforms: *nix

License: Freeware Size: 8.3 MB Download (94): Selenium Remote Control Download

Added: May 08, 2010 | Visits: 847

PAJAX PAJAX project is a framework that facilitates the creation of remote PHP objects in JavaScript. You might have heard of AJAX by now. I first saw the term coined in this article by adaptive path and is short for Asynchronous JavaScript + XML. This technique came into the spotlight with Google...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (88): PAJAX Download

Added: November 03, 2010 | Visits: 725

AnnoCPAN::XMLCGI AnnoCPAN::XMLCGI is a Perl module to read XML input through a CGI.pm-like interface. SYNOPSYS use AnnoCPAN::XMLCGI; my $cgi = AnnoCPAN::XMLCGI->new; my $name = $cgi->param(name); print $cgi->header; print "Hello, $name!n"; # Hello, Bob! # In STDIN... < data > < name >Bob< /name > <...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (88): AnnoCPAN::XMLCGI Download

Added: April 04, 2010 | Visits: 1.815

xajax 0.5 Beta xajax project is an open source PHP class library for easily creating powerful PHP-driven, web-based AJAX Applications. Using xajax, you can asynchronously call PHP functions and update the content of your webpage without reloading the page. xajax is designed to be easy to implement. To keep...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (103): xajax 0.5 Beta Download

Added: October 20, 2010 | Visits: 1.013

Tagneto Tagneto is a web developer tool and JavaScript libraries to aid MVC development of XML user interfaces, with HTML web applications (DHTML, AJAX, RIA, Web 2.0, etc...) being the primary target. It is available under the GNU Lesser General Public License (LGPL). Tagneto includes a "View Assembly"...


Platforms: *nix

License: Freeware Size: 4.6 MB Download (90): Tagneto Download

Added: May 05, 2010 | Visits: 1.285

astGUIclient astGUIclient is a GUI client application for the Asterisk open-source PBX. This is a suite of programs that are designed to interact with the Asterisk Open-Source PBX Phone system at a client computer level to extend the functionality of your phone and system. The suite of software is...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (130): astGUIclient Download

Added: August 03, 2010 | Visits: 1.104

WWW::Selenium WWW::Selenium is a Perl Client for the Selenium Remote Control test tool. SYNOPSIS use WWW::Selenium; my $sel = WWW::Selenium->new( host => "localhost", port => 4444, browser => "*iexplore", browser_url => "http://www.google.com", ); $sel->start; $sel->open("http://www.google.com");...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (88): WWW::Selenium Download

1 2 >