HTML
  Home arrow HTML arrow Sending Email with AJAX: Building a Small ...
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
HTML

Sending Email with AJAX: Building a Small Application
By: Alejandro Gervasio
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 30
    2006-01-17

    Table of Contents:
  • Sending Email with AJAX: Building a Small Application
  • Getting started: developing the application’s user interface
  • Spicing things up: writing the CSS rules for the AJAX email application
  • Working with building blocks: defining the (X)HTML markup for the email application

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Sending Email with AJAX: Building a Small Application


    (Page 1 of 4 )

    AJAX has become ubiquitous, thanks to the fact that it gives web developers the ability to create applications that make http requests without reloading the page on which the application is running. It is also extremely versatile and powerful. This article, the first in a series, will start you on the way to creating an AJAX-based email application.
    A downloadable file for this article is available here.

    Introduction

    As part of the Web development community, I’m sure you have seen the remarkable impact AJAX has had on the creation of Web applications that perform most of their operations on the same web page. The capability to develop web-based programs that make http requests without reloading the page on which the application is running, has sparkled the creativity of many developers. It allows them to build http-driven programs which look a lot like desktop applications.

    At the time of writing this article, you can already see the influence of AJAX within the Web development universe. It's easy to find small AJAX-driven packages, aimed at offering solutions at specific problems. Likewise, full-featured frameworks are also available, which are in most cases best suited for use within the development of large web projects.

    As you’ll probably agree, one of the main advantages of AJAX is definitely its versatility, which turns it into an extremely powerful tool for creating distinct web-based programs that require writing complex client-side application layers. Considering the benefits that I mentioned right at the beginning of this article, during this series, I’ll contribute to expanding the terrain of AJAX-driven applications, by creating a small –- yet extensible -- JavaScript program, which will be capable of performing a few handy tasks, such as sending email messages and adding and displaying contacts. These functions will be housed in a simple-to-use web interface.

    Asides from learning how to work with multiple “XMLHttpRequest” objects across the same application, the experience hopefully will illustrate how to interact with a couple of server-side procedural scripts, in this case written in PHP. However, because of the ease and flexibility of the application I plan to build in, you can easily use your preferred server-side language, all without dealing with major maintenance hassles.

    Ready to begin learning how this small AJAX-based email application will be developed? Fine, let’s do it together.

    More HTML Articles
    More By Alejandro Gervasio


       · Without a doubt, AJAX exposes a great versatility for building different Web-based...
       · The AJAX Email tutorial is very interesting and should be helpful to those who want...
       · Hello,I thank you for posting your comments on this tutorial, and of course it's...
     

    HTML ARTICLES

    - Hello HTML 5, Goodbye Gears
    - Comparing Browser Response to Active Client ...
    - Testing Browser Response to Active Client Pa...
    - Active Client Pages: Completing the Code for...
    - ACP and Browsers: Setting up an Example
    - How Browsers Respond to Active Client Pages
    - Completing a Tree with Active Client Pages
    - HTML Form Verification and ACP
    - Building an ACP Tree
    - Completing an ACP 3D HTML Table Image Gallery
    - Building an ACP 3D HTML Table Image Gallery
    - A Multiple Page Image Gallery with Active Cl...
    - Building an Image Gallery with Active Client...
    - Concluding a Menu for All Browsers
    - A Vertical Menu for All Browsers







    © 2003-2010 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek