Home     PHP / Javascript / Ajax
Ajax Codes
第一頁 2345最末頁

Ajax Codes > tutorials-training-tips

Degradable Ajax Form Validation Free

Rate: | Price: Free | Demo: | Views: 3627

PHP Script Codes > tutorials-training-tips
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. ... More

Ajax RSS Reader Step by Step Tutorial Free

Rate: | Price: Free | Demo: | Views: 3087

PHP Script Codes > tutorials-training-tips
This Ajax reader is written in JavaScript only. Itrequests a backend URL on the same server then displays the feed. ... More

Better File Uploads with AJAX and JavaServer Faces Free

Rate: | Price: Free | Demo: | Views: 2883

PHP Script Codes > tutorials-training-tips
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." ... More

Tutorial with demos Free

Rate: | Price: Free | Demo: | Views: 2675

PHP Script Codes > tutorials-training-tips
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 spec ... More

Ajax: Getting Started Free

Rate: | Price: Free | Demo: | Views: 2481

PHP Script Codes > tutorials-training-tips
This article guides you through the Ajax basics and gives you two simple hands-on examples to get you started. ... More

Ajax Tutorial with Prototype Free

Rate: | Price: Free | Demo: | Views: 2369

PHP Script Codes > tutorials-training-tips
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 ... More

How to Make AJAX Read between the Lines Free

Rate: | Price: Free | Demo: | Views: 2352

PHP Script Codes > tutorials-training-tips
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 contex ... More

Edit-in-Place with Ajax Free

Rate: | Price: Free | Demo: | Views: 2336

PHP Script Codes > tutorials-training-tips
This tutorial is about edit-in-place system which is used for quickly amending titles and descriptions on photographs. ... More

Explanation of Javascript/AJAX Free

Rate: | Price: Free | Demo: | Views: 2210

PHP Script Codes > tutorials-training-tips
This in-depth article explains exactly what Javascript and AJAX actually are. ... More

Simple Introduction to AJAX and XMLHttpRequest Free

Rate: | Price: Free | Demo: | Views: 2198

PHP Script Codes > tutorials-training-tips
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. ... More

How to Create CAPTCHA Protection using PHP and AJAX Free

Rate: | Price: Free | Demo: | Views: 2147

PHP Script Codes > tutorials-training-tips
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 b ... More

Making a Google Suggest-like application Free

Rate: | Price: Free | Demo: | Views: 2130

PHP Script Codes > tutorials-training-tips
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. ... More

AJAX Design Patterns Free

Rate: | Price: Free | Demo: | Views: 2054

PHP Script Codes > tutorials-training-tips
Excellent tutorial on how to build an Ajax-powered Web site, with dynamic page loads. ... More

Creating RSS Reader using AJAX with Code Free

Rate: | Price: Free | Demo: | Views: 1895

PHP Script Codes > tutorials-training-tips
Tutorial and code that shows how to create RSS Reader for your website with code ... More

PHP / Ajax upload form Free

Rate: | Price: Free | Demo: | Views: 1891

PHP Script Codes > tutorials-training-tips
In this quick tutorial we will show how-to create such an Ajax upload form using the jQuery Form plug-in and our easy upload class. ... More