opensource: del.icio.us tag/opensource
Ajax
JavaScript
graph
opensource
webdev
License:BSD
system:has:license
XForms: del.icio.us/tag/XForms
Web
Ajax
JavaScript
xforms
forms
License:BSD
system:has:license
Payjacks is an object oriented PHP – Ajax web application framework I’ve written to help write robust and organised web applications. It was designed to require a minimal amount of effort to get your own web application up and running, while helping with such tasks as accessing a (MySQL, currently) database or providing a framework for sending asynchronous Ajax requests back to the server.
Payjacks uses many of the new object-oriented features in PHP 5 to do its work, and handles most of the details required to run a robust web application.
Web
object-oriented
user:marc
Requests
asynchronous
PHP
Ajax
Framework
Application
License:BSD
This project is no longer active. However if there are any mirrors for this project or signs where activity is ongoing, please add them to this page. Otherwise the page may be erased.
SwfJax is a Flash based approach to Ajax applications. It uses a lightweight SWF (Adobe’s Small Web Format) engine to get XML data from the server and xPath (XML Path Language) to address a part of data it has retrieved. Data can be returned to Javascript as an Array.
SwfJax is bundled with the latest version of Adobe’s “Flash / JavaScript Integration Kit”, or is available as a seperate component.
As of 2007 SwfJax is no longer supported by the developers.
Some people claim that using Flash to return XML to Javascript is overlooking the utility of the XMLHttpRequest functionality that is built-in to modern browsers. Additionally, the speed of passing from Flash to Javascript can be slow.
However one difference between these approaches may be that a Flash library using xPath may be closer to pure XML, if that is desired over more common Ajax data formats such as JSON or plain text.
One further criticism is that Flash is not supported by all web users, and thus any application that depends on SwfJax must neglect some portion of web users who do not have Flash.
SwfJax
Ajax
Flash
SWF
JavaScript
License:BSD
fjax
Paulius-Uža
Algirdas-Gricius
jMaki is a JSP tag library / JSF component for Ajax development. Developers can use jMaki to integrate rich Javascript widgets into their Javascript web applications.
jMaki provides bootstrap widgets from Dojo, Script.aculo.us, Yahoo! UI Library – and includes RSS, del.icio.us, and chat widgets.
jMaki is written for JSP 2.0/JSF 1.1, but it should work on any servlet containers that support the JSP 2.0 or JSF 1.1 specfications.
Ajax
JSP
JSF
JavaScript
PHP
Java
Tag-library
sun
License:BSD
jMaki
The Yahoo! User Interface Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, HTML and AJAX.
Ajax
JavaScript
javascript-library
widgets
yahoo
License:BSD
Yahoo!-UI-Library
Ajax and PHP driven web chat. Includes presence info.
Chatr is designed to be super simple to add to your site and it’s only requirement is php on the webserver. No database required. To install, unzip the file to a folder on your server, visit install.php(needs write access to write the resulting config.php) to fill in a few parameters and click submit. You’re ready to go.
Click to download the source
The AJAX MAssive Storage System (AMASS) uses a hidden Flash applet to allow JavaScript AJAX applications to store an arbitrary amount of sophisticated information on the client side. This information is permanent and persistent; if a user closes their browser or navigates away from the web site, the information is still present and can be retrieved later by the web page.
AMASS has been superceded by the dojo project, which now incorporates this functionality in dojo.storage.
Mod-PubSub is an open source publish-subscribe server and clients.
It is led by Joyce Park and Adam Rifkin, and used by their company, Renkoo.com.
mod-pubsub
Web
Ajax
python
twisted
License:BSD
adam-rifkin
joyce-park
Using CSS selectors to apply Javascript functionality
Behaviour
Ajax
JavaScript
css
License:BSD
Ben-Nolan
Simon-Willison
AJAXSLT is an implementation of XSLT in JavaScript, intended for use in AJAX applications running on a variety of web browsers.
Because XSLT uses XPath, it is also an implementation of XPath that can be used independently of XSLT.