FREELessons: 14Length: 2.6 hours
- Overview
- Transcript
1.1 Introduction
Throughout this course, I teach you how to create a simple Ajax script, which we can use to issue Ajax requests and process different server responses. We then take our simple Ajax script and turn it into a flexible and easy to use Ajax Library. Along the way, we learn how to cope with a few of the issues you may run into while creating your own Ajax Library, such as dealing with GET request caching, providing user feedback and adding older IE compatibility. Finally, we’ll take our complete Ajax Library and use it to build a small, Ajax search form using the Laravel PHP framework.
1.Introduction1 lesson, 01:42
1 lesson, 01:42
1.1Introduction01:42
1.1
Introduction
01:42
2.Ajax Basics4 lessons, 45:02
4 lessons, 45:02
2.1The Simplest Ajax Script20:33
2.1
The Simplest Ajax Script
20:33
2.2Processing HTML Responses06:15
2.2
Processing HTML Responses
06:15
2.3Handling XML Responses08:46
2.3
Handling XML Responses
08:46
2.4Working with JSON Responses09:28
2.4
Working with JSON Responses
09:28
3.Improving Our Ajax Toolkit4 lessons, 1:01:44
4 lessons, 1:01:44
3.1Making Our Library Easier to Use23:38
3.1
Making Our Library Easier to Use
23:38
3.2Identifying & Handling the Different Responses07:34
3.2
Identifying & Handling the Different Responses
07:34
3.3Issuing Post Requests20:58
3.3
Issuing Post Requests
20:58
3.4Providing User Feedback09:34
3.4
Providing User Feedback
09:34
4.Accommodating for Internet Explorer2 lessons, 11:06
2 lessons, 11:06
4.1Adding Older IE Compatibility04:26
4.1
Adding Older IE Compatibility
04:26
4.2Preventing Caching on GET Requests06:40
4.2
Preventing Caching on GET Requests
06:40
5.Ajax Search - Hands On Project2 lessons, 26:52
2 lessons, 26:52
5.1Creating the App10:22
5.1
Creating the App
10:22
5.2Building the Server Side Code16:30
5.2
Building the Server Side Code
16:30
6.Conclusion1 lesson, 12:26
1 lesson, 12:26
6.1Adding In the Ajax & Conclusion12:26
6.1
Adding In the Ajax & Conclusion
12:26