
Students learn to integrate XML/AJAX into their applications to seamlessly relay information from client-to-server.
We explore several methods to update page content, without page reload. This is the focal point of the course and is demonstrated through a variety of exercises and projects.
Students will have the opportunity to apply all their newly acquired skills to build a complete web application with a PHP/AJAX validated registration form, member’s access area, and encrypted authentication page using a login form. The project will also explore how to create a web based contact form and submit the data to an email address via SMTP using the PHPMailer Library.
Who this course is for:
- Beginner Web Developers interested in Learning XML & AJAX
- Students interested in Building Web Applications
- Students interested in Building Login Authentication Forms and Blogs
- Students interested in Processing Database Queries using AJAX
Goals
- XML Schema
- Parsing XML Files
- AJAX Search Suggest Function
- AJAX Database Select Menu
- Database Integration with AJAX
- AJAX Call Functions
- Creating Validated PHP Forms using AJAX
- Encrypting a Web Session
- Creating Login Authentication forms using AJAX & PHP
- Installing PhpMailer for Email Transmission
Prerequisites
- Basic knowledge of PHP & MySQL
- Basic Computer Skills
Curriculum
- 3 Sections
- 26 Lessons
- 10 Weeks
- IntroductionStudents will have the opportunity to apply all their newly acquired skills to build a complete web application with a PHP/AJAX validated registration form, member's access area, and encrypted authentication page using a login form. The project will also explore how to create a web based contact form and submit the data to an email address via SMTP using the PHPMailer Library.1
- XML AJAX Development8
- Development Project17
- 3.1Development Overview
- 3.2Project Setup
- 3.3Index Page Overview
- 3.4Home Page Mods
- 3.5About Page Mods
- 3.6Blog Page Mods
- 3.7Database Creation
- 3.8Registration Form
- 3.9Registration Status using JavaScript and AJAX
- 3.10PHP Validation, Encryption, Session
- 3.11Login Authentication
- 3.12Logout l Terminate Session
- 3.13Contact Page l Embed Map
- 3.14Contact Form l AJAX Integration
- 3.15PHPMailer Installation
- 3.16PHP Form Validation and Email Transmission
- 3.17Production Server Migration