Introduction
  • Introduction
  • AJAX Powerpoint Slides ( For Reference )
AJAX Basics
  • What is AJAX
  • Understanding AJAX Workflow
  • XAMPP Installation
  • Starting Apache Server and Possible Installation Problem
  • Text Editors
  • Root folder of XAMPP
  • Difference Between GET and POST Method
AJAX Using Javascript
  • Creating Interface ( Step 1 of AJAX )
  • Understanding XMLHttpRequest Object
  • GET Method for AJAX using Javascript
  • POST Method for AJAX using Javascript
AJAX Using Jquery
  • Introduction to Jquery , $.get and $.post
  • Implementation of $.get and $.post for AJAX using Jquery
  • Understanding $.ajax and Implementing GET and POST Methods using $.ajax
  • Code for Reference : GET and POST Method of AJAX using Javascript and Jquery
Project 1 : Planet Details Finder
  • Project 1 : Introduction
  • Project 1 : Building the Interface
  • Project 1 : Creating Server File Using PHP
  • Project 1 - AJAX
  • Code for Reference : Planet Details Finder Project
Project 2 : Group Chat Application
  • Project 2 : Introduction
  • Project 2 : Interface
  • Project 2 : Database
  • Project 2 : Creating Server File
  • Project 2 : Update Chat Box
  • Project 2 : Add Comment Section
  • Code for Reference : Group Chat Application Project