Listing of Tutorials & Articles in Scripts
- Rich Ajax slide shows with DHTML and XML
- License: Freeware
- Price: 0.00

This tutorial shows how to create an Asynchronous JavaScript and XML (Ajax) client-side slide show that's animated using "Ken Burns Effects." You'll discover how to build XML data sources for Ajax, request XML data from the client, and then dynamically create and animate HTML elements with that XML.
- Publisher: phpmagazine.net
- Date: 15-03-2012
- Platform: Misc Scripts
- Saving Session Across Page Loads Without Cookies
- License: Freeware
- Price: 0.00

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..
- Publisher: codinginparadise.org
- Date: 15-03-2012
- Platform: Misc Scripts
- Take Ajax to Your E-mail Inbox
- License: Freeware
- Price: 0.00

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..
- Publisher: devarticles.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Tuning Ajax
- License: Freeware
- Price: 0.00

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..
- Publisher: xml.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Tutorial with demos
- License: Freeware
- Price: 0.00

Step-by-step tutorial to understand the XMLHttpRequest object and how to use it from JavaScript. Examples with text, XML and JSON files. The tutorial is completed by demo pages that you can use as templates for you own website. Plus a specific JSON tutorial a very simple to use format.
- Publisher: Xul.fr
- Date: 15-03-2012
- Platform: Misc Scripts
- A PHP Developer's Primer - Delving into Ajax
- License: Freeware
- Price: 0.00

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..
- Publisher: phpbuilder.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Ajax - Building a Request
- License: Freeware
- Price: 0.00

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..
- Publisher: yourhtmlsource.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Ajax For Beginners
- License: Freeware
- Price: 0.00

AJAX allows you to make a call to an http server (typically an RSS feed or a webpage), get it?s content and load them into your existing page without having to refresh the whole page. This means that services like email don?t have to reload the whole page everytime you click a message, saving on bandwidth (loading the header/footer all over again) and making things more efficient.
- Publisher: Seco
- Date: 15-03-2012
- Platform: Misc Scripts
- Ajax from Scratch
- License: Freeware
- Price: 0.00

Learn how to keep your XMLHttpRequests from colliding with your rich Internet applications..
- Publisher: developer.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Ajax Mistakes
- License: Freeware
- Price: 0.00

Ajax is also a dangerous technology for Web developers, its power introduces a huge amount of UI problems as well as server side state problems and server load problems. I've compiled a list of the many mistakes developers using Ajax often make..
- Publisher: backpackit.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Ajax RSS Reader Step by Step Tutorial
- License: Freeware
- Price: 0.00

This Ajax reader is written in JavaScript only. Itrequests a backend URL on the same server then displays the feed..
- Publisher: phpmagazine.net
- Date: 15-03-2012
- Platform: Misc Scripts
- Ajax Tutorial with Prototype
- License: Freeware
- Price: 0.00

This is an example of a good use of Ajax, and at the same time keeps it simple. It is a zip code verifier. As soon as the person enters the zip code it makes a request to the server to see if the zip code is in the database, and returns the city and state.
- Publisher: petefreitag.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Ajax Username Availability Checking
- License: Freeware
- Price: 0.00

The goal of this Ajax example is to allow a user who is registering for your site to see if the username they want to use is taken already or not, without having to submit a form and reload the page..
- Publisher: mgroves.com
- Date: 15-03-2012
- Platform: Misc Scripts
- AJAX WebMail Tutorial
- License: Freeware
- Price: 0.00

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..
- Publisher: phpmagazine.net
- Date: 15-03-2012
- Platform: Misc Scripts
- Ajax: Getting Started
- License: Freeware
- Price: 0.00

This article guides you through the Ajax basics and gives you two simple hands-on examples to get you started..
- Publisher: mozilla.org
- Date: 15-03-2012
- Platform: Misc Scripts
- AJAX: How to Handle Bookmarks and Back Buttons
- License: Freeware
- Price: 0.00

This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications..
- Publisher: onjava.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Alternate Ajax Techniques - Part 2
- License: Freeware
- Price: 0.00

In this installment, you'll learn how to use images and cookies to enable client-server communication even on older browsers that don't support the DOM..
- Publisher: webreference.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Better File Uploads with AJAX and JavaServer Faces
- License: Freeware
- Price: 0.00

In this article, we will take fresh approach and implement an AJAX-powered component that will not only upload the file to server, but also monitor the actual progress of a file upload request in "real time.".
- Publisher: java.net
- Date: 15-03-2012
- Platform: Misc Scripts
- CAPTCHA validation using PHP and Ajax
- License: Freeware
- Price: 0.00

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.
- Publisher: The Mouse Whisperer
- Date: 15-03-2012
- Platform: Misc Scripts
- Creating RSS Reader using AJAX with Code
- License: Shareware
- Price: .price.

Tutorial and code that shows how to create RSS Reader for your website with code..
- Publisher: Expertsforge.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Edit-in-Place with Ajax
- License: Freeware
- Price: 0.00

This tutorial is about edit-in-place system which is used for quickly amending titles and descriptions on photographs..
- Publisher: 24ways.org
- Date: 15-03-2012
- Platform: Misc Scripts
- Getting Started with Ajax
- License: Freeware
- Price: 0.00

This is a two-part tutorial on starting with Ajax. The first part of the article is using Ajax using the DOM innerHTML and the second part using nodes from XML..
- Publisher: alistapart.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Guide to Using AJAX and XMLHttpRequest
- License: Freeware
- Price: 0.00

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 easy it is to use the XMLHttpRequest object.
- Publisher: webpasties.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Head Rush Ajax
- License: Shareware
- Price: 25.19

With Head Rush Ajax, in no time you'll be writing JavaScript code that fires off asynchronous requests to web servers...and having fun doing it. By the time you've taken your dynamic HTML, XML, JSON, and DOM skills up a few notches, you'll have solved tons of puzzles, figured out how well snowboards sell in Vail.
- Publisher: Brett McLaughlin
- Date: 15-03-2012
- Platform: Misc Scripts
- How to Create CAPTCHA Protection using PHP and AJAX
- License: Shareware
- Price: .price.

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 forms.
- Publisher: WebCheatSheet
- Date: 15-03-2012
- Platform: Misc Scripts
- How to Make AJAX Read between the Lines
- License: Freeware
- Price: 0.00

The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts.com and devarticles.com? This is context-dependent advertising based on IntelliTXT engine from Vibrant Media (www.
- Publisher: Dmitry Sheiko
- Date: 15-03-2012
- Platform: Misc Scripts
- Implementing AJAX Using ASP.NET .
- License: Freeware
- Price: 0.00

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..
- Publisher: 15seconds.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Lightweight Ajax Development
- License: Freeware
- Price: 0.00

The tutorial discusses some of the limitations of the JSP application design and shows how a lightweight Ajax-based solution can help to overcome them. It introduces basic Ajax concepts and a popular Java toolkit called Direct Web Remoting (DWR). You'll convert the application to a lightweight design.
- Publisher: ajax.phpmagazine.net
- Date: 15-03-2012
- Platform: Misc Scripts
- Prototype, Easing AJAX's Pain
- License: Freeware
- Price: 0.00

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.
- Publisher: phpmagazine.net
- Date: 15-03-2012
- Platform: Misc Scripts
- Using Ajax from Perl
- License: Freeware
- Price: 0.00

You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code. Thankfully, there's already a module on CPAN to take the pain out it: CGI::Ajax..
- Publisher: perl.com
- Date: 15-03-2012
- Platform: Misc Scripts


