13 projects tagged "English"
php Free Chat is a simple, fast, and customizable chat server that uses the filesystem for message and nickname storage. It uses AJAX to smoothly refresh and display the chat zone and the nickname zone. It supports customized CSS stylesheets and a plugin system that allows you to write your own storage routines.
WebAbility is an advanced Web development platform that contains WebFlow, a content management system (CMS), a security advanced system (SAS), a powerful workflow engine, and Web site wrappers. It supports multiple database connections, multiple languages, multiple presentation templates, page, script, and library versioning, XML and Web Services integration, and advanced security management. It uses plugins to extend the software for tasks such as e-commerce, portals, intranets, and editorial systems.
xajax is a PHP class library that allows you to easily create powerful, Web-based, Ajax applications or plugins using only HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page. xajax is object oriented, supports passing single and multidimensional arrays and associative arrays, easy asynchronous form processing, and supports a wide range of Unicode characters and languages encoded with UTF-8.
AJASON is a PHP 5 library and JavaScript client for the Web technology called AJAX. AJAX permits data to be fetched asynchronously without the need for reloading the Web page and thus allows the development of interactive GUI-like Web applications. JSON is a lightweight data interchange format which is used by AJASON to exchange data between server and client. AJASON features the ability to exchange complex data types and client-side error reporting for server-side AJASON errors.
Sigma Grid is an AJAX-based data grid for displaying data and editing it inline in a scrollable and sortable table. It supports IE 6.0+, FireFox 2.0+, Safari 3.0+, and Opera9.0+. It seamlessly integrates with any server side solution, such as J2EE, .NET, PHP, or Perl. It features keyboard data navigation, nested multiline headers, and sortable and frozen columns. Slice rendering and built-in paginated output allow you to manipulate huge datasets.
JsHttpRequest is a library for AJAX-based script creation. It features cross-browser compatibility (IE 5.0+ including disabled ActiveX, Mozilla 1.7+, FireFox 1.0+, Opera 7.3+, and Safari); file uploads from user browser to the server; full support of PHP debug features (including fatal error handling); multi-dimensional data structures exchange (JSON analog); PHP session support; and optimal data loading method choosing (XMLHttpRequest, Microsoft.XMLHTTP, etc.) depending on the current browser. The interface is compatible with XMLHttpRequest.