Main > Free Download Search >

Free ajax software for linux

ajax

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 246
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
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
Apache2::Ajax 0.1

Apache2::Ajax 0.1


Apache2::Ajax is a mod_perl interface to CGI::Ajax. more>>
Apache2::Ajax is a mod_perl interface to CGI::Ajax.

SYNOPSIS

######################################################
# in httpd.conf
PerlLoadModule Apache2::MyAjaxApp
< Location /ajax >
SetHandler perl-script
PerlResponseHandler Apache2::MyAjaxApp
PJX_fn js_function_name perl_function_name
PJX_html Show_Form_sub
PJX_JSDEBUG 2
PJX_DEBUG 1
< /Location >
######################################################

######################################################
# module file Apache2/MyAjaxApp.pm
package Apache2::MyAjaxApp
use Apache2::Ajax;
# use whatever else

sub perl_function_name {
my @params = @_;
# do whatever
return $return_value;
}

sub Show_Form_sub {
my $html = ;
# construct html string
return $html;
}

sub handler {
my $r = shift;
# do stuff
my $ajax = Apache2::Ajax->new($r);
$r->print($ajax->build_html());
return Apache2::Const::OK;
}
1;
##################################################

This module is a mod_perl2 interface to CGI::Ajax, which provides a mechanism for using perl code asynchronously from javascript-enhanced HTML pages.

As well as mod_perl2, this package requires CGI::Ajax, as well as a CGI.pm-compatible CGI module for supplying the param() and header() methods. If available, CGI::Apache2::Wrapper will be used, which is a minimal module that uses methods of mod_perl2 and Apache2::Request to provide these methods; if this is not available, CGI (version 2.93 or greater) will be used.

Setting things up can be illustrated by the following example of CGI::Ajax, which contains a more thorough discussion, as well as a number of illustrative example scripts.

<<less
Download (0.010MB)
Added: 2007-03-19 License: Perl Artistic License Price:
951 downloads
ajaxMyTop 0.7.2

ajaxMyTop 0.7.2


ajaxMyTop project is a Web-based tool featuring an AJAX user interface for monitoring a MySQL server. more>>
ajaxMyTop project is a Web-based tool featuring an AJAX user interface for monitoring a MySQL server.

<<less
Download (0.10MB)
Added: 2006-08-08 License: LGPL (GNU Lesser General Public License) Price:
1172 downloads
Mila Ajax Map 1.2

Mila Ajax Map 1.2


Mila Ajax Map is an AJAX Web application that may be used with a Web browser to display a network map with monitoring functions. more>>
Mila Ajax Map is an AJAX Web application witch can be used with a Web browser to display a network map with monitoring functions.
How Install
- You need apache, python, python gadfly and cup of coffee.
- At first you need create gadfly db with create_db.py.
- You need determine x and y coordinates for your nodes.
- For each x and y determine node center, i.e x = node x + gif-image size/2. This is center of image. y has same option.
- Write now connections in map.html with jg.drawLine(x,y,x2,y2).
- Write custom tooltips for each node in map.html.
- You can use rrdtools for creating round-trip-time or traffic graffics(see demo page).
- Then copy all from "cgi-bin" and "htdocs" dirs to your apache dirs.
- Add poller.py to crontab (and script for rrd, if you use it). Open http://your.host/map.html and relax.
- You can customize scripts as you want.
Enhancements:
- Changes were made in JavaScript support.
<<less
Download (0.11MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1333 downloads
BZByte Ajax 1.4.523

BZByte Ajax 1.4.523


BZByte Ajax provides a Java-based interactive Web toolkit for writing professional interactive apps. more>>
BZByte Ajax provides a Java-based interactive Web toolkit for writing professional interactive apps.
BZByte Ajax is a Java-based interactive Web toolkit to make writting professional interactive Web applications easy.
Its a server centric toolkit with the application and development being done on the server, allowing easy development of large applications.
Main features:
- Its very simple/quick to develop GUIs. Many developers know DOM/HTML features which are directly applicable in BZByte Ajax.
- No Remote interfaces to worry about. All updates are GUI driven and handled by the framework, therefore you do not need any exposed code or remote interfaces for your application. Not exposing app interface/code over the net is more secure and protects your intellectual property.
- It runs fast. GUI updates are fast and dont rely on the end users potentially slow computer.
- You can write large/complex applications easily. There is no limit to how big/complex your application is. All code stays on the server. You can add pieces as you go and also share them with other developers
- Controls are provided. Tree, Tabs, Spitters, Menus, Toolbars, Popups, Buttons, and more are provided. You can add more easily.
- Its free for commercial or open source use. Source code is always available and there are no license fees!
Enhancements:
- Simplified the Virtual Image control. Now you just need to pass in a Virtual Image Provider instead of making a .jsp file and all the other nonsense. The WJPageContext needs to be passed in to the new version. Eliminated the VirtualImageUtil class. Deleted the GetImage.jsp page as it is not needed. Note that each tile may not be the same size. The size passed into the control is a "preferred" tile size. The control will optimize the tile size so that it is evenly fits the virtual area. In some cases the end tiles will be smaller than other tiles. As long as you use the tile size given to your VirtualImageProvider then you dont have to worry about any of this.
- Briefly tested with Firefox 2.0 and everything seems to work fine.
- Tree: Set cellspacing and cellpadding to 0 to remove extra space between tree nodes.
- Tree: Added ability for each node to be represented by multiple rows. This allows inserting addition GUI elememts in the tree under a certain node for advanced GUI behavior (e.g. inline property editor).
- Tree: Changed TreeColumnBuilder to return "" instead of null if a property value is null.
- Tree: Added ability to specify alternate row background colors. The tree automatically handles updating the background color as needed.
- Fixed major bug that set a property on an element but not its attribute (setAttribute) in certain situations. Changed the communcation with the JS Client to allow setting properties and setting attributes explicitly. So the server now tells the client what to do specifically depending on the situation (either setProperty or setAttribute).
- Changed BZInput(HTMLINput also BZButton) add setDisabled(boolean) and getDisabled(). This is the easy way to set these properties withouth having to worry about it. Dont use setAttribute("disabled", some value) anymore.
- Changed BZOption to support setDisabled,getDisabled, setSelected,getSelected. Same thing as BZInput. Dont use the setAttribute method for this anymore.
- Changed DataEntryFormElement: Align field names to top. Added method to add vertical field (where the name is above the field value)
- Fixed bug with text field and text area that once the user modified the value and the server tried to reset the value it did not work.
- Split up key event listeners into up,down,and press. Allows listening to only one of these instead of all 3. In most cases only need one so this is more efficient.
- Text field now generates a property changed event for the "TextValue" property when the value changes on the client via typing. The typical "change event" is seperate from this and occurs only when the browser generates a change event (i.e. when the field losses focus).
- Changed the "error connecting host" message to use a div inserted in the top of the browser. This is to avoid a thousand message dialogs that the user needs to dismiss in some situations.
- Fixed bug with Select Element not showing a selection change made from the server on IE6.
- Changed timer cycle that contacts the host to not start another timer cycle until the current one is done. This is more efficient in batching updates to the server.
<<less
Download (4.5MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
962 downloads
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
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
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
BZByte EZ Ajax 1.4.523

BZByte EZ Ajax 1.4.523


BZByte EZ Ajax is a Java-based interactive Web toolkit to make writting professional interactive Web applications easy. more>>
BZByte EZ Ajax is a Java-based interactive Web toolkit to make writting professional interactive Web applications easy. BZByte EZ Ajax is much easier/quicker to use than other frameworks, and all development is done in Java.
We have been developing interactive web applications for several years now. During this time weve learned the best, quickest, and easiest approach. Weve developed a very simple framework which makes it extremely easy and quick to develop small or large robust interactive web applications.
This framework has already been used to develop several commercial web applications. We are releasing BZbyte EZ Ajax under the GPL and also providing FREE (as in beer) Commercial Licenses. We hope developers will take advantage of this software and approach to create great interactive web based applications, easily, quickly, and sanely.
Enhancements:
- Simplified the Virtual Image control. Now you just need to pass in a Virtual Image Provider instead of making a .jsp file and all the other nonsense. The WJPageContext needs to be passed in to the new version. Eliminated the VirtualImageUtil class. Deleted the GetImage.jsp page as it is not needed. Note that each tile may not be the same size. The size passed into the control is a "preferred" tile size. The control will optimize the tile size so that it is evenly fits the virtual area. In some cases the end tiles will be smaller than other tiles. As long as you use the tile size given to your VirtualImageProvider then you dont have to worry about any of this.
- Briefly tested with Firefox 2.0 and everything seems to work fine.
- Tree: Set cellspacing and cellpadding to 0 to remove extra space between tree nodes.
- Tree: Added ability for each node to be represented by multiple rows. This allows inserting addition GUI elememts in the tree under a certain node for advanced GUI behavior (e.g. inline property editor).
- Tree: Changed TreeColumnBuilder to return "" instead of null if a property value is null.
- Tree: Added ability to specify alternate row background colors. The tree automatically handles updating the background color as needed.
- Fixed major bug that set a property on an element but not its attribute (setAttribute) in certain situations. Changed the communcation with the JS Client to allow setting properties and setting attributes explicitly. So the server now tells the client what to do specifically depending on the situation (either setProperty or setAttribute).
- Changed BZInput(HTMLINput also BZButton) add setDisabled(boolean) and getDisabled(). This is the easy way to set these properties withouth having to worry about it. Dont use setAttribute("disabled", some value) anymore.
- Changed BZOption to support setDisabled,getDisabled, setSelected,getSelected. Same thing as BZInput. Dont use the setAttribute method for this anymore.
- Changed DataEntryFormElement: Align field names to top. Added method to add vertical field (where the name is above the field value)
- Fixed bug with text field and text area that once the user modified the value and the server tried to reset the value it did not work.
- Split up key event listeners into up,down,and press. Allows listening to only one of these instead of all 3. In most cases only need one so this is more efficient.
- Text field now generates a property changed event for the "TextValue" property when the value changes on the client via typing. The typical "change event" is seperate from this and occurs only when the browser generates a change event (i.e. when the field losses focus).
- Changed the "error connecting host" message to use a div inserted in the top of the browser. This is to avoid a thousand message dialogs that the user needs to dismiss in some situations.
- Fixed bug with Select Element not showing a selection change made from the server on IE6.
- Changed timer cycle that contacts the host to not start another timer cycle until the current one is done. This is more efficient in batching updates to the server.
<<less
Download (4.1MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1054 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
OpenLink AJAX Toolkit 2.6

OpenLink AJAX Toolkit 2.6


OpenLink AJAX Toolkit in short OAT, offers a broad Javascript-based, browser-independent widget set for building rich UI. more>>
OpenLink AJAX Toolkit in short OAT, offers a broad Javascript-based, browser-independent widget set for building rich user interfaces on all common browsers.
It comes with sample applications for interactive SQL query composition and database design. These applications work against any Microsoft XML for Analysis (XML/A) servers, such as OpenLink Virtuoso and others.
Enhancements:
- This release includes the following new Semantic Data Web technologies: a JavaScript-based Fresnel processor, enabling declarative display templates for RDF Data Sources; an XSLT template for producing HTML from the Fresnel processor; Interactive Query Builder for SPARQL (iSPARQL) with support for INSERTs and DELETEs; an enhanced N3/Turtle parser; and new Navigator UI for the OAT RDF Browser.
- Other fixes and enhancements were made.
- Additionally, there is a new OAT.Notify widget and notification service, facilitating real-time tracking of data sources similar to services such as Yowl and Growl.
<<less
Download (MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
502 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
Cross Browser Ajax 0.01

Cross Browser Ajax 0.01


Diminutive JavaScript-on-Demand based library that helps web developers add AJAX functionally to projects. in a few easy steps. Supports ALL modern ... more>> <<less
Download (0KB)
Added: 2009-04-05 License: Freeware Price: Free
203 downloads
Super AJAX Programming Seed 1.0

Super AJAX Programming Seed 1.0


Super AJAX Programming Seed is a little program that illustrates a simple implementation of AJAX technology. more>>
AJAX is all the rage these days, and for a good reason. With AJAX, you can create web applications with nearly the same functionality as your desktop programs. Super AJAX Programming Seed project is a tight script that illustrates a simple use of AJAX technology using PHP, HTML and JavaScript.
Main features:
- Super AJAX Programming Seed is easy to install. Just upload the files to your server and youre good to go.
- Super simple code makes it easy to start using AJAX in your own applications.
- Comes with a working exaple of AJAX so you can get started right away.
- Use Super AJAX Programming Seed as a starter for your own technology, or offer it as an example on your own web site of AJAX in action.
<<less
Download (0.004MB)
Added: 2006-02-27 License: Freeware Price:
1338 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5