
Lecture Description
"In this tutorial I will give a short introduction to AJAX, lots of theory for the most part.
AJAX stands for Asynchronous JavaScript and XML and it actually a concept about transferring data between the browser and the server a-synchronically. So what a-synchronically means, is not that complicated to be honest to you - it is concept of exchanging information after the web page is loaded. Well normally, when you enter an URL in your browser and press enter the browser sends a GET request to server and asks for some data. And the server usually answers and lets the communications be established. During this communication your browser load data from the server and when it's done the connection interrupts."
www.mybringback.com/?p=13852
Course Index
- Getting Started with jQuery
- jQuery Selectors
- Understanding jQuery Functionality
- Events and Triggers
- jQuery Text Boxes
- Create Chat box User Interface
- Implementing Chat Features
- Adding more Chat Features
- Sending Messages
- jQuery Scrolling
- Adjusting and Fixing Code
- Adding the Username
- Creating a Chat Bot
- The Algorithm Design
- Fighting the Mess
- jQuery Animations
- Chatbot Reactions
- Creating AI Functions
- Creating a jQuery Portfolio Project
- Styling the Portfolio
- Adding Overlay and Frame
- Interactive Portfolio
- Styling the Frame
- Adding Arrows
- Programming Arrows
- jQuery Slideshow Arrows
- Optimizing jQuery Arrows
- Introduction to AJAX
- Getting Started with AJAX
- More AJAX setup
- First AJAX Implementation
- AJAX Styling Outputs
- AJAX Custom Filters
- Coding AJAX Filters
- AJAX Highlighting Active Categories
- AJAX Filter Revert to the Original State
- Introducing jQuery UI
- Using the jQuery UI
- jQuery UI Droppable Events
- Taking Advantage of AJAX
- Setting up search GUI
- jQuery Search Example
- Finishing the Search
- When to use AJAX?
- AJAX Login Example
- Logging in with jQuery
- Login System Part 3
- More ways to use AJAX
- Back to the Basics
- Final Tutorial
Course Description
This series is for those who want to become a web application engineer. You'll learn a lot of cool front-end tricks within this series!