About this course
This AJAX course will teach you what AJAX is and how to start using it with PHP to create excellent web applications like a chat system.
AJAX is all around us, just type something in the GOOGLE search bar and you will automatically see words appear in the input, that's the AJAX.
If you really want to make web applications better and interactive for the users then you really need to learn ajax.
we'll create a chat application in the last section of the course.
Ajax makes you work asynchronously, asynchronously means without page reload. Let me share the actual definition of AJAX here:
"The method of exchanging data with a server, and updating parts of a web page - without reloading the entire page"
Now you got the idea about ajax, it's time to jump in the course and learn it.!
What are the requirements?
- Notepad++ and xampp are needed, I'll cover this in first lecture
- Little bit knowledge of JavaScript
What am I going to get from this course?
- Over 15 lectures and 1.5 hours of content!
- Create asynchronous web application e.g, chat system
- Start working with ajax in JavaScript and JQuery
What is the target audience?
- This course is for those who don't know how to make web page interactive by requesting the content asynchronously