internet_technology_block_2
Introduction
1.
Session 11 - Introduction To JavaScript
1.1.
Understanding JavaScript
1.2.
Exercise 1 - Our First Javascript Program
1.3.
Comments
1.4.
Variables
1.5.
Exercise 2 - Using Variables
1.6.
The Document Object
1.7.
Exercise 3 - A more interesting javascript program
2.
Session 12 - Assessment1 Feedback
2.1.
How your marks were calculated
2.2.
Common Issues
2.3.
Introducing Assessment2
2.4.
Exercise 1 - Start Assessment1
3.
Session 13 - External javaScript and Event Listeners
3.1.
Session 11 Recap
3.2.
Exercise 1 - Session 11 Recap
3.3.
External JavaScript Files
3.4.
Exercise 2 - Adding External javaScriptFiles
3.5.
Adding Event Listeners
3.6.
Exercise 3 - Our First JavaScript Project
4.
Session 14 - Functions And Conditions
4.1.
Feedback Survey
4.2.
Session 13 Recap - Exercise Solution
4.3.
Java Script Functions
4.4.
Conditional Statements
4.5.
Exercise 1 Functions And Conditional Statements
5.
Session 15 - Form Validation
5.1.
How to Make a Favicon
5.2.
javaScript form Validation Introduction
5.3.
Form Validation
5.4.
Form Validation Example
5.5.
Form Validation Exercise
6.
Session 16 - Catch Up And Start Assessment 2
6.1.
Feedback Survey Results
6.2.
Survey Action To Be Taken
6.3.
Start Assessment
7.
Session 17 - Loops and The Data Attribute
7.1.
Loops
7.2.
While Loop
7.3.
For Loop
7.4.
Looping Through a Checkbox
7.5.
The onChange Event
7.6.
Encoding Data Into HTML Elements
7.7.
Solent Stores Exercise
8.
Session18 - Real Time Form Validation
8.1.
Accessing Related Elements
8.2.
Real Time Form Validation
8.3.
Real Time Form Validation Continued
8.4.
Exercise
9.
Session 19 - JavaScript Basic Animation
9.1.
Global Variables
9.2.
Scroll To Top
9.3.
javaScript image rollovers
9.4.
A Simple Picture Gallery
9.5.
Adding And Removing CSS Classes
9.6.
Exercise
10.
Session 20 - Website Design Choices
10.1.
Assessment2 Support
10.2.
Class Decided javaScript Demo
10.3.
Picking a Colour Scheme For Your Website
10.4.
Wire Frames
10.5.
WireFrame Exercise
11.
Session 21 - Assessment 2 Support
11.1.
Assessment 2 Essentials
12.
Session 22 - Welcome Back
Powered by
GitBook
internet_technology_block_2
Session18 - Real Time Form Validation
By the end of this session you should:
Know how to validate a from in real time
Understand how to group together common HTML elements