Home arrow HTML arrow Sending Email with AJAX: Developing the Client-Side Application Layer
HTML

Sending Email with AJAX: Developing the Client-Side Application Layer


Welcome to part two of the series “Sending email with AJAX.” In three parts, this series goes through the making of a simple web-based email application. It uses AJAX as the driving technology for fetching the files responsible for sending email from the server, as well as for adding and updating contacts.

Author Info:
By: Alejandro Gervasio
Rating: 4 stars4 stars4 stars4 stars4 stars / 16
January 24, 2006
TABLE OF CONTENTS:
  1. · Sending Email with AJAX: Developing the Client-Side Application Layer
  2. · Sending email with AJAX: defining the “email sender” module
  3. · Displaying contacts: defining the “contact listing” module
  4. · Adding new contacts: defining the “contact insertion” module
  5. · Initializing the AJAX email application: defining the “initializeEmailClient()” function

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Sending Email with AJAX: Developing the Client-Side Application Layer
(Page 1 of 5 )

Introduction

If you step back for a moment to the previous article of the series, you’ll probably recall that I wrote both the CSS rules and (X)HTML markup that rendered the corresponding user interface for the email program. This process was required to achieve the desired look and feel of each element included in the web document where the application will be run, which as you know was a really simple task, so it bears no further discussion.

Now, having created the basic front end for the email program, it’s time to leap forward and develop its client-side application layer. We'll do this by defining the complete set of JavaScript functions. These functions are tasked with adding the respective behaviors to each control button, along with providing the program with the ability to perform http requests in the background.

In consonance with my educational expectations, by the end of this article, you should have a clear understanding of how each module of the application works, in addition to expanding your grounding a little more in working with multiple XMLHttpRequest objects.

With the objectives of this tutorial already established, let’s move forward and start coding the behavior layer for this AJAX-driven email application. It’s going to be fun!


blog comments powered by Disqus
HTML ARTICLES

- HTML5 Boilerplate: Working with jQuery and M...
- HTML5 Boilerplate Introduction
- New API Platform for HTML5
- BBC Adopts HTML 5, Mozilla Addresses Issues
- Advanced Sticky Footers in HTML and CSS
- HTML and CSS Sticky Footers
- Strategy Analytics Predicts HTML5 Phones to ...
- HTML5 Guidelines for Web Developers
- Learning HTML5 Game Programming
- More Engaging CSS3 and HTML Background Effec...
- Engaging HTML and CSS3 Background Effects
- More Web Columns with CSS3 and HTML
- Columns with CSS3 and HTML
- Creating Inline-Block HTML Elements with CSS
- Drag and Drop in HTML5: Parsing Local Files

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