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
- Shopping Cart with AJAX
- License: Freeware
- Price: 0.00

This tutorial will you how to build a Drag and Drop Shopping Cart..
- Publisher: sys-con.com
- 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 Guide to XML
- License: Shareware
- Price: .price.

This article provides a technical introduction to XML with an eye towards guiding the reader to appropriate sections of the XML specification when greater technical detail is desired. This introduction is geared towards a reader with some HTML or SGML experience, although that experience is not absolutely necessary.
- Publisher: xml.com
- Date: 14-03-2012
- Platform: Misc Scripts
- A Technical Introduction to XML
- License: Shareware
- Price: .price.

This introduction to XML presents the Extensible Markup Language at a reasonably technical level for anyone interested in learning more about structured documents. In addition to covering the XML 1.0 Specification, this article outlines related XML specifications, which are evolving.
- Publisher: xml.com
- Date: 14-03-2012
- Platform: Misc Scripts
- Data Binding with Castor
- License: Shareware
- Price: .price.

XML data binding for Java is a powerful alternative to XML document models for applications concerned mainly with the data content of documents. This article by an enterprise Java expert introduces data binding and discusses what makes it so appealing.
- Publisher: www-128.ibm.com
- Date: 14-03-2012
- Platform: Misc Scripts
- Effective XML processing with DOM and XPath in Java
- License: Shareware
- Price: .price.

Based on an analysis of several large XML projects, this article examines how to make effective and efficient use of DOM in Java. The DOM offers a flexible and powerful means for creating, processing, and manipulating XML documents, but it can be awkward to use and can lead to brittle and buggy code.
- Publisher: www-128.ibm.com
- Date: 14-03-2012
- Platform: Misc Scripts
- Managing e-zines with JavaMail and XSLT, Part 2
- License: Shareware
- Price: .price.

This article demonstrates how to automate e-mail publishing chores with Java and XML. This concrete application of XML and XSLT describes an e-mail newsletter (e-zine) publishing application that outputs both HTML and plain text e-mail messages. Five reusable code samples include a Java program to send e-mails using JavaMail, an XSLT style sheet to convert the DocBook sample introduced in Part 1 to HTML, a Java configuration handler (in the form of a SAX ContentHandler), and the Java code that puts it all together in a multistepped transformation.
- Publisher: www-128.ibm.com
- Date: 14-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
- Building "drag and drop" shopping cart with Ajax
- License: Freeware
- Price: 0.00

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.
- Publisher: Joro Kolarov
- 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



