This article illustrates one method of benchmarking your Ajax applications as well as point out some of the major performance pitfalls that the author has encountered while developing Ajax components and applications.
Views: 337 Price: Category: AjaxTips and Tutorials
In this article, the first of three parts, you will start creating a simple web-based POP 3 client using AJAX, which will use "XMLHttpRequest" objects to retrieve messages from a mail server.
Views: 461 Price: Category: AjaxTips and Tutorials
In this tutorial, you'll be introduced to Ajax, a technology that allows you to send these requests through small JavaScript calls, meaning the user doesn't have to wait for the page to refresh.
Views: 639 Price: Category: AjaxTips and Tutorials
For this article, we'll create an interactive shopping experience allowing us to add items to our shopping basket by dragging and dropping them onto an icon of a shopping cart. We'll add AJAX functionality, allowing us to update our shopping cart without redrawing the entire screen. To save the trou
Views: 245 Price: Category: AjaxTips and Tutorials
This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size limits.
Views: 330 Price: Category: AjaxTips and Tutorials
How Ajax Can Be Used To Build Java Applications Why Ajax Can be Useful For High Quality Web Applications One thing that most people are looking for on the web these days is interactivity. The ability for companies to create web applications which are highly interactive will play a prominent role in
Views: 301 Price: Category: AjaxTips and Tutorials
This tutorial explains from the very beginning how to use AJAX in web applications. It is assumed you have a knowledge of Javascript (with a little DOM) as well as a server side scripting language, although you should pick it up easily.
Views: 337 Price: Category: AjaxTips and Tutorials
Ever wanted to make your own "live" advanced search that gives you suggestions as you type. This tutorial will show you how to make one just like Google's new "Suggest" search feature.
Views: 480 Price: Category: AjaxTips and Tutorials
Introduction One of the major concerns of information technology (IT) in the present historical moment is making the Web and web applications as efficient as possible. This insures a business’ competitive edge in this era where operating systems and applications are increasingly accessed and/or st
Views: 318 Price: Category: AjaxTips and Tutorials
In this article we are going to delve deeper into Ajax and explore how XSL can be used on both the client side (using Javascript) and on the server side (using PHP) to transform XML data into XHTML.
Views: 665 Price: Category: AjaxTips and Tutorials
In this article I'm going to show you three simple and practical uses for Ajax on your Web site. You'll need to know a bit of HTML, JavaScript, and PHP to follow along, but I'll do my best to explain everything in simple terms so you don't get lost.
Views: 351 Price: Category: AjaxTips and Tutorials
In this article, the first of three parts, you will start creating a simple web-based POP 3 client using Ajax, which will use "XMLHttpRequest" objects to retrieve messages from a mail server.
Views: 328 Price: Category: AjaxTips and Tutorials
This article describes Prototype, an open source JavaScript library to create an object for an AJAX application. It explains how to use Prototype by describing an environmentally oriented web application that displays an annual atmospheric carbon dioxide (CO2) level.
Views: 259 Price: Category: AjaxTips and Tutorials
AJAX is an acronym that stands for Asynchronous JavaScript and XML. AJAX gains its popularity by allowing data on a page to be dynamically updated without having to make the browser reload the page.
Views: 355 Price: Category: AjaxTips and Tutorials
A small tutorial where I describe how to get a Userip with Ajax and making it afterwards available as javascript var. I describe two ways - in a pure php site and how to do it in a htm or html site (with Ajax). Perhaps it may help you, as I see it very often that people have problems with this issue
Views: 475 Price: Category: AjaxTips and Tutorials