Show (beta):
Join Help
  Home » How to implement COMET with PHP » Details

How to implement COMET with PHP

  • Profile
  • Reviews
  • Share

Homepage: How to implement COMET with PHP Homepage

Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. This technique will produce more responsive applications than classic AJAX. In classic AJAX applications, web browser (client) cannot be notified in real time that the server data model has changed. The user must create a request (for example by clicking on a link) or a periodic AJAX request must happen in order to get new data from the server. I will explain in this document how to implement a simple Comet application with PHP programming language.


Related
Cross-browser Ajax Tutorial
A tutorial using a JavaScript Ajax library to make form submissions more usable.
Testing for Security in the Age of Ajax Programming
Ajax programming is one of the most exciting new technologies in recent history....
You First AJAX Application
This is a simple tutorial that will teach you the basics of AJAX. There are step...
AJAX sorting with Script.aculo.us
Script.aculo.us lets create sortable lists which can be synchronized with the back-end...
Tuning Ajax
This article illustrates one method of benchmarking your Ajax applications as well...
Ajax Advantages
Introduction One of the major concerns of information technology (IT) in the present...
Delayed content loading
Additional content, or decorations, can be loaded after the basic content is displayed...
AJAX WebMail Tutorial
In this article, the first of three parts, you will start creating a simple web-based...
Edit-in-Place with Ajax
This tutorial is about edit-in-place system which is used for quickly amending titles...
Ajax Business Applications
Introduction Ajax is a method for building highly efficient and interactive web sites....
Most Popular
Explanation of Javascript/AJAX
This in-depth article explains exactly what Javascript and AJAX actually are.
Fetching additional content when end of page is reached
At times, pagination does not convey any meaning - say when you have a essentially...
AJAX sorting with Script.aculo.us
Script.aculo.us lets create sortable lists which can be synchronized with the back-end...
How to Make AJAX Read between the Lines
The method for getting information through an implicit request can be applied not...
Using AJAX to Post Form Data
JAX, short for asynchronous javascript and XML, is one of the "in" web...
Delayed content loading
Additional content, or decorations, can be loaded after the basic content is displayed...
AJAX-loaded pages
In javascript we declare variables by using the var keyword. Translation: when we...
Getting User IP with Ajax (Javascript/PHP)
A small tutorial where I describe how to get a Userip with Ajax and making it afterwards...
How To Pick an Ajax Framework
In the last year, nearly 500 Ajax frameworks have been created. Picking the proper...
Create a searchable Google map
The GSmapSearchControl Solution is a simple to use application of the Google AJAX...
Product Information
Listing Views302
Date Added05.11.2009
Downloads0 this week - 0 Overall



© 2012 - Transit Network - All Rights Reserved - All Copyrights & Trademarks are property of their respective owners. Terms of Service | Privacy Policy