bzbyte ez ajax 1.4.523
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 263
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.
<<lessWe 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.
Download (4.1MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1054 downloads
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.
<<lessBZByte 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.
Download (4.5MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
962 downloads
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`.
<<lessObject 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`.
Download (0.030MB)
Added: 2007-04-12 License: MIT/X Consortium License Price:
925 downloads
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.
<<lessHow 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.
Download (0.11MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1333 downloads
BZbyte Reports 2.0.1 Alpha
BZbyte Reports provides a Web-based reporting solution. more>>
BZbyte Reports provides a Web-based reporting solution.
BZbyte Reports is a reliable and easy-to-use reporting application that supports features expected from a reporting tool such as Crystal Reports, MS Access, Jasper, and iReports.
It is completely Web-based and uses dynamic HTML to provide a rich, interactive experience with a standard browser. The server software can be installed on a personal computer or shared on a network server.
Author:
Enhancements:
- This is a milestone release for Technical users.
- It demonstrates some of the new structure and functions but is not complete and is not yet usable for creating reports from end to end.
- This release is an overhaul of the 1.0 version.
- The next alpha release, at the end of October 2005, will allow creating reports from end to end along with many other features.
- Note: This release includes the tomcat app server.
<<lessBZbyte Reports is a reliable and easy-to-use reporting application that supports features expected from a reporting tool such as Crystal Reports, MS Access, Jasper, and iReports.
It is completely Web-based and uses dynamic HTML to provide a rich, interactive experience with a standard browser. The server software can be installed on a personal computer or shared on a network server.
Author:
Enhancements:
- This is a milestone release for Technical users.
- It demonstrates some of the new structure and functions but is not complete and is not yet usable for creating reports from end to end.
- This release is an overhaul of the 1.0 version.
- The next alpha release, at the end of October 2005, will allow creating reports from end to end along with many other features.
- Note: This release includes the tomcat app server.
Download (40.3MB)
Added: 2007-03-07 License: AFPL (Aladdin Free Public License) Price:
962 downloads
TopJax 0.2
TopJax is essentially the top Unix utility ported to the Web via AJAX using Sack of Ajax. more>>
TopJax is essentially the top unix utility ported to the web via Ajax using Sack of Ajax. It provides the ability to view system processes, sort processes by various fields, pause/unpause monitoring, and hide idle processes.
TopJax is released under the GPL.
<<lessTopJax is released under the GPL.
Download (0.011MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1577 downloads
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.
<<lessAjax 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.
Download (0.014MB)
Added: 2006-10-16 License: MPL (Mozilla Public License) Price:
1103 downloads
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
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
APIlity Agua 1.8.1
APIlity Agua is an Ajax application which allows users to manage their Google AdWords accounts. more>>
APIlity Agua is an Ajax application which allows users to manage their Google AdWords accounts in an interactive and asynchronous way. The application behaves almost like a program on your desktop, but runs entirely in your web browser.
In order to access the AdWords API, Agua uses the APIlity library. Agua is meant to be an example of what you can do with this library. Feel free to learn from the code, adapt it to your needs, or simply inspire yourself by giving it a try.
The name Agua stands for APIlity GUI for AdWords.
<<lessIn order to access the AdWords API, Agua uses the APIlity library. Agua is meant to be an example of what you can do with this library. Feel free to learn from the code, adapt it to your needs, or simply inspire yourself by giving it a try.
The name Agua stands for APIlity GUI for AdWords.
Download (0.81MB)
Added: 2007-02-13 License: BSD License Price:
986 downloads
Gojax 0.2
Gojax is a web-based GO-board using PHP, javascript and ajax techniques. more>>
Gojax is a web-based GO-board using PHP, javascript and ajax techniques to produces a nice-looking interface.
Gojax is a C++ go server handling the GO boards(game number limited only by memory).
<<lessGojax is a C++ go server handling the GO boards(game number limited only by memory).
Download (0.25MB)
Added: 2005-11-18 License: GPL (GNU General Public License) Price:
1436 downloads
Ez Sidebar 3.1.2007030901
Ez Sidebar is an extension which provides an undockable Sidebar. more>>
Ez Sidebar is an extension which provides an undockable Sidebar.
This make the sidebar undockable, and provides some tiny features.
Main features:
- This provides the undockable Sidebar. You can detach the Sidebar pane from the browser window and place it to your favorites position. (The undocked Sidebar can raise on top always, and collapse/expand itself automatically with mouseover.)
- This provides the "Sidebar" toggle button to the toolbar. It shows/hides the Sidebar on click. And, you can switch the sidebar panels from the dropdown list of the button directly.
- This allows to take web pages into sidebar panels directly like Mozilla Seamonkey. They will be listed in the "Sidebar" menu and the list of the "Sidebar" button, same as built-in panels, Bookmarks, History, or others. (Firefox can load bookmarks into the Sidebar, so this feature will be no use for some people.)
<<lessThis make the sidebar undockable, and provides some tiny features.
Main features:
- This provides the undockable Sidebar. You can detach the Sidebar pane from the browser window and place it to your favorites position. (The undocked Sidebar can raise on top always, and collapse/expand itself automatically with mouseover.)
- This provides the "Sidebar" toggle button to the toolbar. It shows/hides the Sidebar on click. And, you can switch the sidebar panels from the dropdown list of the button directly.
- This allows to take web pages into sidebar panels directly like Mozilla Seamonkey. They will be listed in the "Sidebar" menu and the list of the "Sidebar" button, same as built-in panels, Bookmarks, History, or others. (Firefox can load bookmarks into the Sidebar, so this feature will be no use for some people.)
Download (0.057MB)
Added: 2007-04-20 License: MPL (Mozilla Public License) Price:
922 downloads
Squid Users Manager 1.2.0
Squid Users Manager is a web-enabled and intuitive user interface that manager Squid Proxy NCSA auth users. more>>
Squid Users Manager is a web-enabled and intuitive user interface written upon Ruby on Rails web development framework that manager Squid Proxy NCSA auth users across MD5 digest files.
The project is Open Source and distributed under the terms of the GPL licence.
Enhancements:
- Application Web 2.0 compliant
- New design with css and light layout.
- Ajax enabled app.
- More intuitive and elegant application.
<<lessThe project is Open Source and distributed under the terms of the GPL licence.
Enhancements:
- Application Web 2.0 compliant
- New design with css and light layout.
- Ajax enabled app.
- More intuitive and elegant application.
Download (1.4MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1125 downloads
eZ region 1.1.4
eZ region provides updated eZpublish modules that provide Regions/States. more>>
eZ region provides updated eZpublish modules that provide Regions/States.
eZ region is a PHP class and an updated set of eZ publish modules that provide support for regions or states to eZ publishs eZ address and eZ user modules.
eZ region is not a killer app, but it made eZ publish one for me!
eZ region provides a lookup table of what some
call regions or states, depending on the country.
eZ region is an added dependacy to eZ address.
eZ region was based off the eZ country module.
eZ regions are each associated with an eZ country.
eZ region design is dependant on the eZ address and eZ country modules.
eZ region can be used in at least the following ways:
Default - Providing ezuser/user/userwithaddress with a region or stat list.
Requiring only eZ address, and eZ user .
Trade - Providing eztrade/user with a region list included in the trade transaction.
Requiring eZ address, eZ user and eZ trade.
Note: eZ region 1.1.4 does not contain the eZ trade user
functions to meet the trade use dependancy, though future releases (1.1.5) will.
International Regions / States:
eZ region can be used to support non-US States.
Only states from the United States of America are included in eZ region 1.1.4.
Regions from any country can be used in conjunction with U.S. states.
The missing dependancy for other regions is a list of
South American and European regions and some sql additions.
All countries have regions in some fashion or style.
A fair amount of North America has states. Other countries
Canada, Mexico, South & Central America & Europe use other names to lable their regions.
Users from other countries can use eZ region by populating
the eZAddress_Region table with a list of regions/states/provinces associated to their countrys ez country ID.
Note: International users feel free to contact me regarding,
including your countrys regions in eZ region.
<<lesseZ region is a PHP class and an updated set of eZ publish modules that provide support for regions or states to eZ publishs eZ address and eZ user modules.
eZ region is not a killer app, but it made eZ publish one for me!
eZ region provides a lookup table of what some
call regions or states, depending on the country.
eZ region is an added dependacy to eZ address.
eZ region was based off the eZ country module.
eZ regions are each associated with an eZ country.
eZ region design is dependant on the eZ address and eZ country modules.
eZ region can be used in at least the following ways:
Default - Providing ezuser/user/userwithaddress with a region or stat list.
Requiring only eZ address, and eZ user .
Trade - Providing eztrade/user with a region list included in the trade transaction.
Requiring eZ address, eZ user and eZ trade.
Note: eZ region 1.1.4 does not contain the eZ trade user
functions to meet the trade use dependancy, though future releases (1.1.5) will.
International Regions / States:
eZ region can be used to support non-US States.
Only states from the United States of America are included in eZ region 1.1.4.
Regions from any country can be used in conjunction with U.S. states.
The missing dependancy for other regions is a list of
South American and European regions and some sql additions.
All countries have regions in some fashion or style.
A fair amount of North America has states. Other countries
Canada, Mexico, South & Central America & Europe use other names to lable their regions.
Users from other countries can use eZ region by populating
the eZAddress_Region table with a list of regions/states/provinces associated to their countrys ez country ID.
Note: International users feel free to contact me regarding,
including your countrys regions in eZ region.
Download (0.41MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
936 downloads
eZ calendar 2.1
eZ calendar provides a calendar extension for the eZ publish CMS. more>>
eZ calendar provides a calendar extension for the eZ publish CMS.
eZ calendar is an eZ publish 2 module that provides an advanced Web based calendar application.
It supports recurring events, comments, groups, types, categories, priorities, status, comments, files, links, sorting, month, week, day, and year views, tooltips, JSCalendar date selection, and new design templates.
It features very flexible security and supports permissions on the groups that can view, add, edit, and delete events.
Main features:
- With eZ calendar you can filter the events based on the event type and for which group of people the event concerns. The eZ calendar features very flexible security and permissions on calendar administration depending on user groups specified in the admin which can view, add, edit, delete events. The public user in the prerequisite group can view either by day, month or year.
- It also supports a new dhtml, css user interphase, advanced repeat event, file/image/map attachments, directions link, html descriptions, multi-tier event groupings and many more features .
- eZ calendar is a powerful component to add into any existing eZ publish installation, especially used for collaborative and informative sites.
- eZ calendar provides calendar features which match most handheld and computer desktop datebook / calendar applications.
- eZ calendar has been extended to support every possible kind of reoccurring event type you can imagine.
- eZ calendar is a standalone module, which depends on the eZ publish framework, modules and classes.
- A special thanks goes out to everyone in the eZ publish user community who contributed to eZ calendars design, development, motivation, funding, testing, extension, feedback and so much more .
<<lesseZ calendar is an eZ publish 2 module that provides an advanced Web based calendar application.
It supports recurring events, comments, groups, types, categories, priorities, status, comments, files, links, sorting, month, week, day, and year views, tooltips, JSCalendar date selection, and new design templates.
It features very flexible security and supports permissions on the groups that can view, add, edit, and delete events.
Main features:
- With eZ calendar you can filter the events based on the event type and for which group of people the event concerns. The eZ calendar features very flexible security and permissions on calendar administration depending on user groups specified in the admin which can view, add, edit, delete events. The public user in the prerequisite group can view either by day, month or year.
- It also supports a new dhtml, css user interphase, advanced repeat event, file/image/map attachments, directions link, html descriptions, multi-tier event groupings and many more features .
- eZ calendar is a powerful component to add into any existing eZ publish installation, especially used for collaborative and informative sites.
- eZ calendar provides calendar features which match most handheld and computer desktop datebook / calendar applications.
- eZ calendar has been extended to support every possible kind of reoccurring event type you can imagine.
- eZ calendar is a standalone module, which depends on the eZ publish framework, modules and classes.
- A special thanks goes out to everyone in the eZ publish user community who contributed to eZ calendars design, development, motivation, funding, testing, extension, feedback and so much more .
Download (0.46MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
1014 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above bzbyte ez ajax 1.4.523 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed