Categories
Tags → Xmlhttprequest Javascript

Ajax Chat

Ajax Chat is a free customizable web chat software implemented in JavaScript (client side) and PHP (server side). JavaScript XMLHttpRequest object is used to fetch new data from the server. The script implements public and private chat; logging in as...
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

Ajax and JavaScript

Introduction Ajax is a combination of technologies that increase web page usability. It is an acronym for Asynchronous JavaScript and XML. Ajax performs its functions by encoding all requests between the server and the browser in the common programmi...
DETAILS

Guide to Using AJAX and XMLHttpRequest

The XMLHttpRequest object is a handy JavaScript object that offers a convenient way for Web pages to get information from servers without refreshing themselves. The purpose of this article is to demonstrate through a series of baby steps just how eas...
DETAILS

AJAX get page title example

AJAX (Asynchronous JavaScript and XML) is a JavaScript technique which involves special object XMLHttpRequest and sending/receive asynchronous (without full page reload) requests to server. This is an example of simple AJAX application which allows u...
DETAILS

AJAX Rating System

Based on the prototype.js javascript framework, these rating stars are really easy to implement on your website. They feature form field binding, javascript callback function support, and XMLHttpRequest value sending (AJAX).
DETAILS

Tipue JS

Tipue JS is an Open Source JavaScript site search engine. It works with any browser that supports JavaScript and at least partially supports the W3C DOM and ActiveX or the XMLHttpRequest object. The Tipue JS search engine is small at less than 19 Kb,...
DETAILS
©2003-2019 jCay.com