public marks

PUBLIC MARKS from parmentierf with tags php & ajax

2009

THE CODING MACHINE

by 5 others
The Xaja machine is full featured PHP Reverse Ajax framework. It enables the developer to escape the request/response model, and reverses the way you think about your web-application. Furthermore, the developer can push the data from the browser to the client easily.

2008

ajax im - the ajax-based instant messenger

by 5 others (via)
ajax im ("asynchronous javascript and xml instant messenger") is a browser-based instant messaging client. It uses AJAX to create a near real-time IM environment that can be used in conjunction with community, intranet, and social websites. No refreshing of the page is ever needed for this "web application" to work, as everything is updated in real-time via JavaScript.

2007

THE CODING MACHINE

(via)
The Xaja Machine (we will call it Xaja to makes things simpler) is a PHP framework that enables the developer to access the most advanced Web 2.0 features very easily. Xaja is a Reverse Ajax framework, therefore, it enables the server to push data directly to the client. Your applications will become more responsive. Using Xaja, it becomes easy to build applications that need real time data to be send to the user (think about chat program or GMail!).

2006

xajax PHP Class Library - The easiest way to develop asynchronous Ajax applications with PHP

by 16 others (via)
xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page.

PHP FREE CHAT - Chat gratuit en PHP AJAX - Nouvelles

by 1 other
php Free Chat est un chat simple à installer, gratuit, rapide, paramétrable et multi langues. Le chat permet de créer des salons (/join), de parler en privé, et de modérer les salons (/kick /ban). Par soucis de simplicité, des répertoires et fichiers sont utilisés pour stocker les pseudonymes et les messages. AJAX est utilisé pour mettre à jour sans clignotement la liste des messages et des pseudonymes. Le système de thèmes basé sur les feuilles de styles CSS permet de changer complètement l'apparence et le système de plugin permet d'écrire ses propres routines de stockage (ex: Mysql, IRC backends ...) et vos propres commandes de chat !

Gérer les caractères spéciaux dans Ajax - JDN Développeurs

by 2 others (via)
Par défaut, l'objet XMLHttpRequest est censé traiter les requêtes avec l'encodage UTF-8, ce qui devrait normalement libérer de toutes les contraintes possibles au niveau des caractères. Cependant, ce n'est pas toujours le cas selon les navigateurs (particulièrement Internet Explorer, malheureusement), et il peut arriver que l'on souhaite utiliser un autre encodage.

PHP FREE CHAT - Free PHP AJAX chat

by 6 others (via)
php Free Chat is a free, simple to install, fast, customizable and multi languages chat that uses a simple filesystem for message and nickname storage. It uses AJAX to smoothly refresh (no flicker) and display the chat zone and the nickname zone. It supports customized themes based on CSS and a plugin system that allows you to write your own storage routines (ex: Mysql, IRC backends ...), and you own chat commands !