Home arrow JavaScript arrow Handling Contents with MySQL for a Content Management System Built with Prototype
JAVASCRIPT

Handling Contents with MySQL for a Content Management System Built with Prototype


If you've been working with the popular Prototype JavaScript framework for a while, then you know about its remarkable capabilities for facilitating the development of diverse AJAX-based applications. This article, the last part of a three-part series, teaches you how to build a content management system by taking advantage of the neat features that come bundled with this software package.

Author Info:
By: Alejandro Gervasio
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
April 30, 2007
TABLE OF CONTENTS:
  1. · Handling Contents with MySQL for a Content Management System Built with Prototype
  2. · The full client-side code of the CMS application
  3. · Inserting, updating and deleting articles
  4. · Assembling the modules of the application

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Handling Contents with MySQL for a Content Management System Built with Prototype
(Page 1 of 4 )

Introduction

If you're an AJAX enthusiast and read the preceding article of the series, then you'll recall that I defined all the JavaScript functions required to complete the behavioral layer of the application. In layman's terms, the functionality provided by this CMS is based upon its capacity for adding new publishable articles to the system, in addition to editing and deleting these articles with extreme ease.

As you can see, even when this content management application has been tuned to handle article-related data, it's fair to say that in can be quickly adapted to work with contents of a different nature, which illustrates the flexibility offered by the system.

Now, paying attention specifically to the development of this CMS application, it's necessary to complete the system by creating at least a basic server-side module. This module must be capable of processing all the commands sent by an user to connect to MySQL and insert, update or delete the contents of a specific article.

This time I'm going to use PHP 5 to perform the aforementioned tasks, but logically you can use the server-side scripting language of your choice to interact with the web server and eventually work with a different database system.

All right, having generally outlined the subject of this last installment of the series, let's learn together how to build the server-side component of this Prototype-based content management system. Let's get started now!


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 10 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials