Home arrow JavaScript arrow Interacting with MySQL to Build a Web Site Indexing Application with Prototype
JAVASCRIPT

Interacting with MySQL to Build a Web Site Indexing Application with Prototype


Are you one of those web developers who wants to learn how to quickly build robust AJAX-driven applications using the Prototype JavaScript library? Then welcome to the final tutorial of the series "Building a web site indexing application with Prototype." Comprised of three articles, this series shows you how to use Prototype's strong capabilities to create an expansible AJAX-based application that indexes the data for different web sites, including their URLs, titles, and brief descriptions.

Author Info:
By: Alejandro Gervasio
Rating: 5 stars5 stars5 stars5 stars5 stars / 3
March 06, 2007
TABLE OF CONTENTS:
  1. · Interacting with MySQL to Build a Web Site Indexing Application with Prototype
  2. · A brief recapitulation
  3. · Handling new and existing web site data
  4. · Listing the application's full source code

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Interacting with MySQL to Build a Web Site Indexing Application with Prototype
(Page 1 of 4 )

Introduction

Going back for a moment to the previous article of this series, you'll probably remember that most of the primary modules that integrate this indexing application were already developed. First I created the corresponding user interface for adding and displaying web site data. Then I went through the definition of all the JavaScript functions, which were tasked with submitting new web site information in the background via the Prototype's AJAX.Updater object, as well as displaying all this data as part of a general indexing system.

If you already used the neat capabilities that come integrated with Prototype to develop a diverse range of AJAX-driven web applications, then you'll realize that this process is quite straightforward and comprehensive, and certainly it can be addressed with minor hassles.

So, at this stage you hopefully learned how to develop all the client-side code that corresponds to this web site indexing system. The question that comes now is: what's the next step in this journey?

Well, over the course of this final part of the series, I'm going to complete the application by creating a simple PHP script. The script will take care of adding new web site data to a simple MySQL database table, in addition to displaying the complete list of existing web sites that integrate the indexing system.

Are you ready to face the last part of this series and learn how the server module of this application will be developed in a few easy steps? All right, let's get started.


blog comments powered by Disqus
JAVASCRIPT ARTICLES

- More Top jQuery Tutorials for Beginners
- More Top jQuery Plugins for Menus
- Top jQuery Tutorials for Beginners
- New UI Framework and SDK for JavaScript Rele...
- JavaScript OpenPGP Tool, Node.js 0.6.3 Avail...
- Yahoo Releases Cocktails Language and Develo...
- Customizing jQuery Slideshows: Dynamic Contr...
- Customizing jQuery Slideshows: the animate()...
- Customizing jQuery Slideshows: slideUp() and...
- Customizing jQuery Slideshows: hide() and sh...
- Web Workers: Performing Calculations in Para...
- More Top JavaScript Frameworks and Libraries
- More Dynamic jQuery Styling Techniques
- The Top JavaScript Libraries
- The Top JavaScript Frameworks

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 7 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials