| Visit tutorial >> |
| AJAX is modern new technology which gives you an advanced way to improve the quality, speed and interactivity of internet applications. But the applications which intensively using AJAX, have one problem. To request data they make a URL post to server side script. This URL is cached by the client browser and even the server will serve new data, old data will be received by the browser. |
| Hits: 56 |
| Visit tutorial >> |
| The tutorial walks you through the primitive data types in JavaScript, such as strings and numbers etc. Moreover, it takes you through the common operators, and explains the flow control statements, such as loops and if-else conditions. |
| Hits: 111 |
| Visit tutorial >> |
| This AJAX tutorial will teach you what is AJAX and how to use AJAX programming tools. AJAX is coming from Asynchronous JavaScript And XML. AJAX is programming technique combining client JavaScript code and Server-Side HTTP Requests. AJAX stands more popular in 2005 with Google Suggest. |
| Hits: 124 |
| Visit tutorial >> |
| To see how AJAX work, we will develop small AJAX Web Application. First of all we need some HTML file with forms to input data. This will be one input field where we can write some text – in our case this will be some name. This HTML file we will save under ajax.html name. The code of HTML file we can get from bellow: (Please note that the text input handle onkeypress event and call to ajax(); function on this event and there is no "Submit" button in HTML form) |
| Hits: 174 |
| Visit tutorial >> |
| Learn how to create click tracking, Ajax-featured system. Even for outbound links and objects. |
| Hits: 147 |
| Visit tutorial >> |
| Learn AJAX step by step in 1 Hour using this tutorial. |
| Hits: 249 |
| Visit tutorial >> |
| This tutorial will teach you PHP starting from basics and will take through MySQL, XML and AJAX technologies alongwith PHP. |
| Hits: 150 |
| Visit tutorial >> |
| AJAX, shorthand for Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. AJAX meant to increase the web page's interactivity, speed, and usability. If you know Javascript, HTML, CSS and XML then you need to spend just one hour to startwith AJAX. |
| Hits: 193 |
| Visit tutorial >> |
| CAPTCHA is a simple test to determine if a user is a computer or a human. It is used to prevent spam abuse on the websites. The goal of this tutorial is to demonstrate how to make your own simple CAPTCHA protection using PHP and AJAX technologies. |
| Hits: 744 |
| Visit tutorial >> |
| This is a very informative introduction to AJAX. Using this technique enables you to get data fro the server without having to load a new page. In this tutorial we will be building a series of Select boxes on the fly. |
| Hits: 734 |