Categories
Tags → Ajax Send Data

How to implement COMET with PHP

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 b...
DETAILS

How To Get Started With Ajax

How To Get Started With Ajax Ajax Basics Ajax is an acronym which stands for Asynchronous JavaScript and XML. It is the method of using the XMLHttpRequest object to facilitate communication with scripts that are server sided. It can send data in a va...
DETAILS

obout AJAXPage

# Make a callback with data to server and return the results without reloading page. # Send parameters from client to server and from server to client. The parameters are keeping their type (bool, int, string, collection). # Call serve...
DETAILS

Building Tabbed Content

In this workshop, you''ll be building a tabbed content browser that''s Ajax powered. Whenever a user clicks a tab the script will communicate with the server and send back the appropriate data for that tab.
DETAILS

Ruby on Rails: Up and Running

This compact guide teaches you the basics of installing and using both the Ruby scripting language and the Rails framework for the quick development of web applications. Ruby on Rails: Up and Running covers just about everything you need - from makin...
DETAILS
©2003-2008 jCay.com