Main > Free Download Search >

Free ajax requests software for linux

ajax requests

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1502
AJAX Tree Control 0.1

AJAX Tree Control 0.1


AJAX Tree Control is a modified version of SilverStripes tree control. more>>
AJAX Tree Control is a modified version of SilverStripes tree control. It adds dynamic loading of child nodes via AJAX.

The default implementation uses the prototype library to make dynamic requests, but this behavior can be overridden by setting functions on the global Tree object.

There are a few demo Ruby on Rails applications included in the distribution that show how to use and customize the tree.
<<less
Download (0.082MB)
Added: 2007-05-07 License: BSD License Price:
902 downloads
PITA::XML::Request 0.30

PITA::XML::Request 0.30


PITA::XML::Request is a request for the testing of a software package. more>>
PITA::XML::Request is a request for the testing of a software package.

SYNOPSIS

# Create a request specification
my $dist = PITA::XML::Request->new(
scheme => perl5,
distname => PITA-XML,

# The package to test
file => PITA::XML::File->new(
filename => Foo-Bar-0.01.tar.gz,
digest => MD5.0123456789ABCDEF0123456789ABCDEF,
),

# Optional fields for repository-based requests
authority => cpan,
authpath => /id/A/AD/ADAMK/Foo-Bar-0.01.tar.gz,
);

PITA::XML::Request is an object for holding information about a request for a distribution to be tested. It is created most often as part of the parsing of a PITA::XML XML file.

It holds the testing scheme, name of the distribition, file information, and authority information (if the distribution was sourced from a repository such as CPAN)

<<less
Download (0.070MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1017 downloads
AJAX Book Reader 1.00

AJAX Book Reader 1.00


AJAX Book Reader is a complete AJAX client-server application. more>>
AJAX Book Reader is a complete AJAX client-server application that may be used with a Web browser to display a sequence of text files one page at a time.

The display style is completely controlled by a configuration file. The first application of this is as a book viewer where each chapter resides in a seperate text file.

AJAX Book Reader application is also suitable for any case where it is not practical to show all of the text to be displayed at once in the browser window.

It is assumed there is a directory that contains text files named [book][chapter]#.[ext]
and directory has been assigned to the $shelf variable in .pt-config
and [book] is 1 to N characters to identify a collection of chapters
and [chapter] is the chapter seperator (default=c)
and # is the 0 based chapter number
and [ext] is the extension of the text files (default=.txt)
and each file contains one chapter of text
and there is optionally a chapter index file [book].lis
in the shelf directory where the first line is the title of the book
and the second line is the authors name
and subsequent lines are the chapter names

It is further assumed that read.php contains the div tags < div > with an id of title, where the books title will be placed author, where the authors name will be placed navbar, where the page/chapter navigation controls will be placed page, where the text of the page will be placed

.pt-config should be changed to suit your preferences but there is nothing else especially designed to be user configurable in the other files
<<less
Download (0.004MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
778 downloads
AJAX Image Dump System 1.1

AJAX Image Dump System 1.1


AJAX Image Dump System is a image dump system written in PHP and Javascript using MYSQL databases, with AJAX functionality. more>>
AJAX Image Dump System or AIDS for short, is a image dump system written in PHP and Javascript using MYSQL databases, with AJAX functionality using the jquery library and the MOD_REWRITE Apache module to shorten down URL-addresses. The system also uses the XTemplate.
Enhancements:
- Fixed the bug causing the second image uploaded to fail, and send the user to the upload.php page.
- See https://sourceforge.net/tracker/index.php?func=detail&aid=1735653&group_id=198562&atid=965971 for more info regarding this bug.
- Got more of the system onto the xtemplatephp-system and added support for multiple languages, translation will begin shortly.
- Better support for adding other languages will come in one of the next releases. (See langNO.php for the current running language).
- Changed the link for the pictures after a uploading to point to the right page (removed .jpg at the end of the link).
<<less
Download (0.50MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
855 downloads
Jifty::Request 0.60912

Jifty::Request 0.60912


Jifty::Request is a canonical internal representation of an incoming Jifty request. more>>
Jifty::Request is a canonical internal representation of an incoming Jifty request.

This document discusses the ins and outs of getting data from the web browser (or any other source) and figuring out what it means. Most of the time, you wont need to worry about the details, but they are provided below if youre curious.

This class parses the submission and makes it available as a protocol-independent Jifty::Request object.

Each request contains several types of information:

actions

A request may contain one or more actions; these are represented as Jifty::Request::Action objects. Each action request has a moniker, a set of submitted arguments, and an implementation class. By default, all actions that are submitted are run; it is possible to only mark a subset of the submitted actions as "active", and only the active actions will be run. These will eventually become full-fledge Jifty::Action objects.

state variables

State variables are used to pass around bits of information which are needed more than once but not often enough to be stored in the session. Additionally, they are per-browser window, unlike session information.

continuations

Continuations can be called or created during the course of a request, though each request has at most one "current" continuation. See Jifty::Continuation.

(optional) fragments

Fragments are standalone bits of reusable code. They are most commonly used in the context of AJAX, where fragments are the building blocks that can be updated independently. A request is either for a full page, or for multiple independent fragments. See Jifty::Web::PageRegion.

<<less
Download (0.52MB)
Added: 2006-10-20 License: Perl Artistic License Price:
1099 downloads
RAJAX 1.5

RAJAX 1.5


RAJAX is an approach to remove the repetitive code that coders need to add for simple AJAX applications. more>>
RAJAX is an approach to remove the repetitive code that coders need to add for simple AJAX applications. RAJAXs main goal is to create a library that at runtime will generate a proxy JavaScript class to a server side Java class allowing the web programmer to invoke remote methods in the local JavaScript object.
The project is composed by an network abstraction layer and other sub components such as a Model-View-Controller Framework totally based in AJAX and JavaScript. Since this the project is quite dynamic other components will be added from research experiences or user requests.
Installation:
- Note: Requires Java Runtime Environment (JRE) 1.5 or higher. Requires a Servlet 2.4 compatible container, Tomcat 5.5.x/6.x recomended.
- Add rajaxlib.jar to your webapp WEB-INF/lib.
- Add js/* to your webapp web/js.
- Alternatively grab the sample webapp from the repository and start from it.
Enhancements:
- A Servlet dispatcher was added, so there is no need to declare each bean as a servlet in web.xml.
- RAJAX objects are POJOs and can be tested with JUnit without running a container.
- Nimble MVC now uses the concept of the Observer pattern for event attaching and detaching.
- The code for the XSLT processor on the server side when the browser cannot handle the action locally was started.
<<less
Download (0.025MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
859 downloads
AjaxStub 0.3.0

AjaxStub 0.3.0


AjaxStub package provides a Python API for writing Web pages that include JavaScript stubs for Python functions or methods. more>>
AjaxStub package provides a Python API for writing Web pages that include JavaScript stubs for Python functions or methods.
A few months ago (it is now February 2007) I decided to start looking into AJAX. My engineering experience has mostly been in writing servers, threaded application, etc. in Java, Python, and some in C. When I started to play with AJAX I had to add Javascript to my repertoire. I have always applied the rules of abstraction to my code and I wasnt going to change with Javascript, so I started searching the NET for what the best practices were in AJAX implementations.
I found some interesting stuff on Web Services, REST (Representational State Transfer), RPC (Remote Procedure Call), SOAP (Simple Object Access Protocol), and the list goes on. Ive done a lot of work with XMLRPC, so I thought Id look for something in that vane. I found only one API for RPC written in Python that seemed to work, but when I looked at the code I realized that it was very immature, so I rolled my own. So, here is my contribution to the OpenSource community. It is only in its early stages, but is quite functional already.
The idea behind AjaxStub is to provide an API that will let you write Python methods or functions that will be called by an identically named function in Javascript. The AJAX communication is completely abstracted from the developer. You write your Python API and a few Javascript functions and your done. Well it may not be that easy depending on what you are trying to achieve with your site, however, the concept is really very simple.
Enhancements:
- AjaxStub now will process multi-requests properly.
- Custom content types can now be added, and the debug mode now is more verbose.
- The home page now has additional example code and API documentation is now available.
- All documentation is now included in the tarball or zip packages.
<<less
Download (0.023MB)
Added: 2007-08-05 License: Eclipse Public License Price:
810 downloads
Ajaxdo 1.1

Ajaxdo 1.1


Ajaxdo is a Ajax persistent Data Objects framwork. more>>
Ajaxdo is a Ajax persistent Data Objects framwork.
Ajax Data Objects (ajaxdo) provides an easy database persistency framework for JavaScript objects. Ajaxdo enables runtime loading, saving, deleting, and listing of JavaScript objects stored on the server database.
Using Ajaxdo can dramatically reduce server side code and make a Web 2.0 application port easily from one server-side programming language to another.
Enhancements:
- This release adds a fully functional Java server-side implementation in addition to the pre-existing PHP server-side implementation.
- Ajaxdo enabled applications can now work in a JSP/JDBC environment and port easily from PHP to Java and vice versa.
<<less
Download (0.014MB)
Added: 2006-10-16 License: MPL (Mozilla Public License) Price:
1103 downloads
Gaia Ajax Widgets 2007 Q3

Gaia Ajax Widgets 2007 Q3


Gaia Ajax Widgets is an Ajax library for ASP.NET and Mono. more>>
Gaia Ajax Widgets is an Ajax library for ASP.NET and Mono. The project is a "high-level library", meaning it abstracts away JavaScript 100%, and the developer doesnt have to write anything other than his favorite .Net language like C#, VB.NET, IronPython, or Boo (Mono).

Gaia is not your average "yet another Ajax Framework", with Gaia you can do things impossible in all other Ajax Libraries. Gaia is about letting you do Ajax and not Ajax do YOU! In fact were so certain about this that if youre not satisfied with Gaia Ajax Widgets within 3 months of purchasing well give you a total refund of all of your license costs! If you cant do it with any other Ajax Framework you can probably do it with Gaia!

<<less
Download (0.72MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
509 downloads
PAJAX 0.5.2

PAJAX 0.5.2


PAJAX is a framework that facilitates the creation of remote PHP objects in JavaScript. more>>
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 Suggest and Google Maps.
It relies on a little known JavaScript object named XMLHttpRequest. This object allows for synchronous and asynchronous HTTP request to be performed from within a browser via JavaScript.
Wanting to play with this, I deiced to create a framework that would allow simple PHP objects to be made remotable in JavaScript, using XMLHttpRequest.
Introducing JSON
AJAX technique usually implies using XML as a data exchange format. While suitable as a format to marshal parameters back and forth, there is another format that is much more suitable for JavaScript. JSON (JavaScript Object Notation) is an alternate markup format that can be used to describe structured text data. It is based on the internal format used to store JavaScript Objects.
Object Request Broker pattern
CORBA and RMI are two well known instances of the ORB (Object Request Broker) pattern. In this pattern, objects in a distributed environment need to call methods of remote objects. For remote call to work, many details must be just right. This pattern covers the aspect of building an infrastructure that hides all the complexity from the caller standpoint.
Enhancements:
- Fixes a remote code injection vulnerability.
<<less
Download (0.083MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1277 downloads
JustAjax Table 0.7

JustAjax Table 0.7


JustAjax Table project performs all operation with tables on-fly using Ajax requests. more>>
JustAjax Table project performs all operation with tables "on-fly" using Ajax requests.
Main features:
- Supports all popular web browsers.
- Populates the data into the cells automatically .
- On-fly scrolling, sorting, editing.
- PHP/MySQL backend.
- Works with up to 100,000 record tables.
<<less
Download (0.040MB)
Added: 2007-06-08 License: Other/Proprietary License Price:
869 downloads
myAJAX 6.1.0

myAJAX 6.1.0


myAJAX is an AJAX Javascript OOP implementation. more>>
myAJAX is an AJAX Javascript OOP implementation.
Object myAJAX
PARAMETERS
url = pages URL
urlParameters = pages parameters
method = HEAD, GET or POST with a defaul value of GET
refreshInterval = sets the execution of AJAX request periodically for values not zero; it is expressed in msec.
onProgressFunction = function called on interactive mode
onReadyFunction = function called when servers response is constants.serverStatus.OK
onErrorFunction = function called when servers response is other than constants.serverStatus.OK
InnerHtmlId = is the ID of an html element who will be populated with the text response
PROPERTIES
same as PARAMETRS
METHODS
namedInstance(instanceName) = create and/or just return specified instance name
urlEncode(urlParameters) = encode URL parameters
sendRequest() = performs AJAX request
abortRequest() = aborts AJAX request
onProgressFunction(new String(responseText), new Number(myContentLength));
onReadyFunction(Array(ResponseHeaders) | new myXML() | new String(responseText));
onErrorFunction(new String(statusText),new Number(status));
Object myXML
PARAMETERS
xmlDoc = XML object returned by responseXML
PROPERTIES
same as PARAMETRS
METHODS
rootNodeName = returns root nodes name of the XML document
rootNodeObject = returns root node object of the XML document
nodeObject(nodeName, index=0 | nodeObj) = returns node object of the XML document
nodeValue(nodeName,index=0 | nodeObj) = returns nodes value
nodeAttribute=function(nodeName, index, attribute | nodeObj, attribute) = returns nodes attribute
nodesByTagName(tagName) = returns a list of nodes with specified tag name
Object cookie
PARAMETERS
name = cookies name
PROPERTIES
none
METHODS
set(value, days) = sets cookies value
get() = get cookies value
delete() = delete cookie
Enhancements:
- Adding dragging facility for HTML elements - see `myAJAX.draggable` function.
- Redefine `myXML` object definition into `myAJAX.XML` and `XMLHttp` object definition into `myAJAX.XMLHttp`, while keeping backward compatibility.
- Adding `$getPosition` method for `HTMLElement`.
- Adding `$scroll` and `$getMousePosition` methods for `window`.
- Redesign of `$captureEvent` and `$releaseEvent` methods for `HTMLElement`.
- Renaming `$style` `HTMLElement`s method into `$getStyle`.
- Renaming `$opacity` `HTMLElement`s method into `$setOpacity`.
<<less
Download (0.030MB)
Added: 2007-04-12 License: MIT/X Consortium License Price:
925 downloads
AjaxAC 0.4.1

AjaxAC 0.4.1


AjaxAC is a PHP framework which can be used to develop, create, and generate AJAX applications. more>>
AjaxAC is an open-source framework written in PHP, used to develop/create/generate AJAX applications.
The fundamental idea behind AJAX (Asynchronous JavaScript And XML) is to use the XMLHttpRequest object to change a web page state using background HTTP sub-requests without reloading the entire page. It is released under the terms of the Apache License v2.0.
Main features:
- All application code is self-contained in a single class (plus any additional JavaScript libraries)
- Calling PHP file / HTML page is very clean. All that is required is creating of the application class, then referencing the application JavaScript and attaching any required HTML elements to the application.
- Built in functionality for easily handling JavaScript events
- Built in functionality for creating subrequests and handling them
- Allows for custom configuration values, so certain elements can be set at run time
- No messy JavaScript code clogging up the calling HTML code - all events are dynamically attached
- Easy to integrate with templating engine due two above 2 reasons
- Easy to hook in to existing PHP classes or MySQL database for returning data from subrequests
- Extensible widget structure to be able to easily create further JavaScript objects (this needs a bit of work though)
Enhancements:
- Created ArithmeJax sample application
- Replaced JavaScript escape() with encodeURIComponent()
- Changed hook name generator to include __ in front of hookname due to IE6 compatibility error
- Removed redundant AjaxAC class and moved this functionality to AjaxACApplication class
- Updated all examples to reflect removal of main AjaxAC class
<<less
Download (0.020MB)
Added: 2005-06-30 License: The Apache License 2.0 Price:
1581 downloads
Saja 2.3

Saja 2.3


Saja is a lightweight AJAX scripting engine for PHP with secured function calls. more>>
Saja is a lightweight AJAX scripting engine for PHP with secured function calls. Saja is designed for the speedy creation of simple, intuitive, and maintainable AJAX applications, without the need to write any JavaScript.

<<less
Download (0.009MB)
Added: 2006-09-02 License: MIT/X Consortium License Price:
1152 downloads
Change Control Request Manager 0.3.0

Change Control Request Manager 0.3.0


Change Control Request Manager is an online system for managing change requests for businesses. more>>
Change Control Request Manager is an online system for managing change requests for businesses. Change Control Request Manager project can be customized to fit the needs of a particular business.
Main features:
- Abillity to customize data entry fields. Field type include test, dropdown list, boolean, date, and integer.
- Search for existing CCR records.
- Custom logo. You can place your companys logo at the top.
- Custom Disclaimer message.
- User administration.
- Install script.
Enhancements:
- A reporting system was added.
- Similar to the browse order screen, you can customize the report and display a date range to print.
<<less
Download (0.17MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1193 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5