Title:
Ajax Tutorials Articles developerworks
Description: Ajax resource center-IBM developerWorks
1500+ Articles Tutorials Examples
How to create more interactive Web apps with Ajax technologies
Achieve a complete Ajax-based application using less code. Learn how you can take advantage of the various PHP and Ajax frameworks and APIs to reduce the amount of code you need to write for your Web-based applications[...]...,
Hits: 12114
|
Free Version: n/a Platform(s): All Updated:
September 6, 2008 |
|
Title:
MySQL to JSON
Description: If you're running MySQL 4.1 or later you can use the nifty function GROUP_CONCAT() together with the normal CONCAT() function to build all your JSON straight from your SQL query. ...,
Hits: 11031
|
Free Version: n/a Platform(s): All Updated:
August 30, 2008 |
|
Title:
Prototype-based email application
Description: Prototype facilitates working with XML HTTP request objects via its proprietary AJAX.Updater class (among others, by the way). This class can be used in conjunction with a few intuitive parameters for more than just fetching files that are located on the server in the background. It can also be used for receiving the respective response, either as plain text or formatted as XML.
Therefore, over the course of this three-part series, I'm going to show you how to develop a highly expansible SMTP client application for sending email by using the "AJAX.Updater" class that was mentioned above. ...,
Hits: 9209
|
Free Version: n/a Platform(s): All Updated:
August 29, 2008 |
|
Title:
Easy Grid
Description: This package can be used to display and data grids using AJAX.
It uses Yahoo User interface library Javascript classes to perform AJAX requests.
A Javascript script calls Yahoo UI libraries to load the data for the table from...,
Hits: 7565
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
Implementing AJAX Using ASP.NET 1.1
Description: 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.
...,
Hits: 5480
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
Delayed content loading
Description: Additional content, or decorations, can be loaded after the basic content is displayed by "including" an external file with an AJAX call.
Attaching the additional content loading to a window.onload event, lets visitor start the basic content sooner. Inserting HTML from another file, makes separating the markup easy and accessible for a designer.
...,
Hits: 5645
|
Free Version: n/a Platform(s): All Updated:
July 21, 2008 |
|
Title:
How to Create CAPTCHA Protection using PHP and AJAX
Description: 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 ...,
Hits: 5529
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
Making a Google Suggest-like application
Description: 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.
...,
Hits: 5440
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
Ajax Tutorial with Prototype
Description: 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 retu...,
Hits: 5455
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
Better File Uploads with AJAX and JavaServer Faces
Description: 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."
...,
Hits: 10580
|
Free Version: n/a Platform(s): All Updated:
August 29, 2008 |
|
Title:
AJAX WebMail Tutorial
Description: 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.
...,
Hits: 5599
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
Create a searchable Google map
Description: 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...,
Hits: 5614
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
Building Tabbed Content
Description: In this workshop, you`ll be building a tabbed content browser that`s Ajax powered. Whenever a user clicks a tab the script will communicate with the server and send back the appropriate data for that tab.
...,
Hits: 5754
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
AJAX: Building a Chat
Description: This tutorial is teaches how to build a Live Chat for WebSite
...,
Hits: 5711
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
Building "drag and drop" shopping cart with Ajax
Description: 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 ...,
Hits: 5462
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
AJAX sorting with Script.aculo.us
Description: Prototype
Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX.
Extensive JavaScript library; DOM manipulation, AJAX etc.
Script.aculo.us
Builds upon Prototype and provides animation, drag-and-drop, DOM manipulation and effects...,
Hits: 5413
|
Free Version: n/a Platform(s): All Updated:
July 21, 2008 |
|
Title:
Rich Ajax slide shows with DHTML and XML
Description: Personal image-management applications such as Apple® iPhoto® on the Macintosh® have popularized the slide show view. In a slide show, the images appear in a timed sequence, with images fading in and out. In addition, the images are moved and zoomed in what has become known as the "Ken Burns Effect."
In this example, I have the browser download a list of images from the server. Then, I use that list of images to compose a slide show using Dynamic HTML (DHTML). I animate the images with random slow moves, zooms, and fades to give a pleasing version of the Ken Burns Effect without having to download Macromedia® Flash or any other heavyweight animation tools....,
Hits: 9151
|
Free Version: n/a Platform(s): All Updated:
July 21, 2008 |
|
Title:
CAPTCHA validation using PHP and Ajax
Description: 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 int...,
Hits: 6174
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|
Title:
Integrate Google Calendar in your website using AJAX
Description: This tutorial will guide you how to integrate `Google Calendar` in your website using AJAX
...,
Hits: 5355
|
Free Version: n/a Platform(s): All Updated:
July 16, 2008 |
|