DevArticles.com: A Three Part Tutorial – Sending Email with Ajax

by admin on June 22, 2006

DevArticles.com has posted all three parts of a series over on their site – “Sending Email with Ajax”. It follows a step by step process of building up the client-side interface (with Ajax’s help) and the server-side code that interacts with it (in this case PHP).

  • Part one starts the process off, talking about the user interface for the application – how to style it with CSS and defining the (X)HTML framework.
  • Part two builds on the previous application structure and creates various modules that can be used on the client (“email sender”, “contact listing”, and “contact insertion”). This part actually has the code to start up the application and get things running.
  • Wrapping it all up is Part three, the construction of the server-side pieces – all written in PHP. They demonstrate how the scripts can add a contact to the listing held in an XML document on the server and send a simple, quick email with the parameters from the client-side application.

At the end, you’ll have an email application that can run without a single reload and can send emails and track a simple contact listing. Of course, the server-side piece can be swapped out for any language of your choosing – one of the wonderful things about Ajax…

Leave a Comment

Previous post:

Next post: