public marks

PUBLIC MARKS from camel with tags ajax & php

2008

Tiny Tiny RSS: A PHP and Ajax feed reader

by 2 others
Tiny Tiny RSS is a web-based news feed (RSS/Atom) aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.

Monitoring File Uploads using Ajax and PHP - PHP articles and tutorials, MySQL, PostgreSQL

by 1 other
Because of the limitations of HTTP, it is difficult to monitor the status of files as they are uploaded via HTML forms. While other programming languages have built-in methods to monitor file uploads, PHP does not. This article shows how to implement such a solution in PHP. In order to achieve this, the APC (Alternative PHP Cache) PHP extension is required, as well as PHP 5. Specifically, APC 3.0.13 or newer and PHP 5.2 or newer are required for the code in this article to work. We will cover installation of APC in the next section. It is assumed you already have a working PHP 5.2 installation.

2007

Xaja

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.

2006

How to Create CAPTCHA Protection using PHP and AJAX

This tutorial is very simple, but if you are unfamiliar with PHP and AJAX this is a great place to start. The tutorial consists of a HTML page for presenting a simple form that will send the data, a JavaScript file for handling the Ajax functionality, and a simple PHP page that makes the actual comparison of the what is in the text box compared to what phrase was stored in the image.

mp3act - Streaming MP3 Jukebox AJAX Web Application

by 6 others
Comment monter un serveur de streaming en trois coups de cuillère à pot :-)

AJAX Uploader from Steven Miles

by 6 others (via)
AJAX File Uploader is a interacive file uploading script based on Perl, PHP and AJAX, that will allow you to upload files to your server much easier. Modeled after Safari's Downloads dialog it allows you queue up multile files for upload even while another file is currently being uploaded. You can customise the look of the uploader by simply changeing the css file to suit your application.

CakeTimer - Demo Page | An Ajax file uploads progress bar

by 3 others
This is a demonstration of an AJAX powered progressbar to monitor file uploads with (Cake)PHP.

w2box - Web 2.0 File Repository for PHP | labs.beffa.org

by 7 others (via)
This is a simple php script which allow you to upload and download files. There isn't any complex user management because it aims more for private file repository use. It as direct file deletion using AJAX, instant table sort using a self modified version of sorttable.js and finally upload file progressbar using a cgi(perl) script. If you want to know more about those technologies, go to more information section.

Tartine d'Ajax - dew's blog

Ajax se révèle d'une nouvelle petite utilité, par l'entremise d'un script de Markku Uttula intitulé AEL (Ajax Error Logger). Il s'agit de garder une trace des erreurs JavaScript survenues côté client dans un log côté serveur, via PHP, ASP ou JSP par exemple.

PHP FREE CHAT - Serveur de chat gratuit en PHP + AJAX

by 1 other
php Free chat est un serveur de chat simple à installer, gratuit, rapide et paramétrable. 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. L'apparence peut être paramétrée en écrivant sa propre feuille de style CSS et le système de plugin permet d'écrire ses propres routines de stockage (ex: Mysql, IRC backends ...)

2005

CPAINT

by 3 others
CPAINT (Cross-Platform Asynchronous INterface Toolkit) is a true AJAX (Asynchronous JavaScript+XML) and JSRS (JavaScript Remote Scripting) implementation that supports both PHP and ASP/VBscript. CPAINT provides you the code required to implement AJAX and JSRS on the back-end, while the returned data is manipulated, formatted, and displayed on the front-end in JavaScript. This allows you to build web applications that can provide nearly real-time feedback to the user, including nearly real-time data updates. (Nearly real-time = within 1-2 seconds, depending on network latency, server load, and client computing power.)

qwad_framework [QWAD Framework]

by 1 other (via)
Pour ceux qui souhaitent faire du RAD autour des interfaces web enrichies qui respectent les technologies traditionnelles, je vous propose de découvrir QWAD.

AJAX - Simple Ajax Toolkit by ModernMethod - XMLHTTPRequest Toolkit for PHP

by 4 others
Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh. The toolkit does 99% of the work for you so you have no excuse to not use it.