Active Articles: 2038
Total Categories: 16
Sub Categories:616
Delayed content loading | ||||||||
Additional content, or decorations, can be loaded after the basic content is displayed by "including" an external file with an AJAX call. ... learn more
| ||||||||
| ||||||||
Ajax RSS Reader Step by Step Tutorial | ||||||||
This Ajax reader is written in JavaScript only. Itrequests a backend URL on the same server then displays the feed. ... learn more
| ||||||||
| ||||||||
Saving Session Across Page Loads Without Cookies | ||||||||
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. ... learn more
| ||||||||
| ||||||||
AJAX: How to Handle Bookmarks and Back Buttons | ||||||||
This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications. ... learn more
| ||||||||
| ||||||||
How to Create CAPTCHA Protection using PHP and AJAX | ||||||||
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. So if you use CAPTCHA on your web site forms, this can help in stopping some bots and making life harder for other bots in accessing or using your ... learn more
| ||||||||
| ||||||||
A PHP Developer's Primer - Delving into Ajax | ||||||||
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. ... learn more
| ||||||||
| ||||||||
Create a searchable Google map | ||||||||
The GSmapSearchControl Solution is a simple to use application of the Google AJAX Search API that is designed to let you easily add a searchable map to your pages, sites and blogs. The rest of this page discusses this topic in detail - but if you just want to cut and paste some code, the ... learn more
| ||||||||
| ||||||||
Using AJAX to Post Form Data | ||||||||
JAX, short for asynchronous javascript and XML, is one of the "in" web technologies at the moment. Although it is currently being utilized in a wide variety of ways, it's original intended method was simply sending data and retrieving responses without waiting for a page to reload. We're going to take a step back to ... learn more
| ||||||||
| ||||||||
Take Ajax to Your E-mail Inbox | ||||||||
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. ... learn more
| ||||||||
| ||||||||
AJAX Design Patterns | ||||||||
Excellent tutorial on how to build an Ajax-powered Web site, with dynamic page loads. ... learn more
| ||||||||
| ||||||||
Ajax from Scratch | ||||||||
Learn how to keep your XMLHttpRequests from colliding with your rich Internet applications. ... learn more
| ||||||||
| ||||||||
Degradable Ajax Form Validation | ||||||||
Thanks to Ajax, we can provide real-time feedback to the user using server-side validation scripts and eliminate the need for redundant validation functions without giving up a solution that degrades gracefully when JavaScript is disabled. ... learn more
| ||||||||
| ||||||||
AJAX: Instant Tutorial | ||||||||
This is a quick tutorial to get you jump started with Ajax. It uses object detection and explains some of the caveats for doing what is being done in the tutorial. ... learn more
| ||||||||
| ||||||||
The Capabilities of Ajax | ||||||||
The Capabilities of Ajax The Importance of Ajax on The Java Platform If you have used Flickr or Gmail, you should be well aware of the fact that new web applications are becoming prevalent on the web. Many of these applications are prominently seen in programs like Flickr, and you are probably wandering what makes ... learn more
| ||||||||
| ||||||||
CAPTCHA validation using PHP and Ajax | ||||||||
CAPTCHA has become a popular means of securing forms against automated submission, by requiring users to enter a string displayed in an automatically generated image. This implementation uses Ajax to conveniently combine CAPTCHA into normal pre-submission form verification. You'll need PHP to be installed with the GD image library (most PHP implementations will have this as ... learn more
| ||||||||
| ||||||||
Tuning Ajax | ||||||||
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. ... learn more
| ||||||||
| ||||||||
AJAX without XMLHTTP | ||||||||
I have a client that has their own version of IE installed in their large user base (I think this is very typical of large corporations). While they have JavaScript running, they have removed the XMLHTTP object. So, how do you do AJAX without XMLHTTP? ... learn more
| ||||||||
| ||||||||
What is AJAX | ||||||||
On the surface, Ajax is the acronym for Asynchronous Javascript and XML. However, the acronym doesn’t describe an object, but a technique for web development. The definition incorporates a suite of technologies working in conjunction for web development. These techniques help produce more responsive and interactive web applications. Increased interactivity is required by web applications ... learn more
| ||||||||
| ||||||||
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 variety of different formats, and it can receive data as well. Some ... learn more
| ||||||||
| ||||||||
Integrate Google Calendar in your website using AJAX | ||||||||
This tutorial will guide you how to integrate 'Google Calendar' in your website using AJAX ... learn more
| ||||||||
| ||||||||
