Home > Web Application Development > Development Techniques
- Lesson: Making web pages interactive with jQuery
- Lesson: Asynchronous, AJAX & Promises
- Lesson: Browser developer tools & node/npm
- Lesson: Web development life cycle
- Assessment: Use jQuery
- Assessment: Use XHR
Making web pages interactive with jQuery
- Self Learning Duration
- 300 mins
- Lecture Duration
- 120 mins
- Lab Tutorial Duration
- N/A
Teach how to do basic DOM manipulations using jQuery
N/A
Asynchronous, AJAX & Promises
- Self Learning Duration
- 240 mins
- Lecture Duration
- 360 mins
- Lab Tutorial Duration
- 300 mins
- Read Introducing asynchronous JavaScript
- Follow AJAX Introduction
- What is asynchronous programming
- AJAX
- Callbacks
- Promises
Lab exercises to practice xhr and promises
Browser developer tools & node/npm
- Self Learning Duration
- N/A
- Lecture Duration
- 90 mins
- Lab Tutorial Duration
- N/A
Read Learn web development > Common questions: Tools and setup
- Browser developer tools
- The Inspector: DOM explorer and CSS editor
- The JavaScript debugger
- The JavaScript console
- Network and Application tabs
- Intro to Node.js & npm
N/A
Web development life cycle
- Self Learning Duration
- 120 mins
- Lecture Duration
- 120 mins
- Lab Tutorial Duration
- 240 mins
- Recap Software Lifecycle in Industry Knowledge module
- Introduction to testing with Selenium
- Introduction to deployments and web servers with nginx [engine x]
Lab for Selenium
Use jQuery
Use jQuery to simplify the implementation of the shopping cart page created on HTML: Structuring the Web assessment and redo the total calculation
Use XHR
Use xhr to get json data from a hosted file or Rest API created in Working with Data