About the Course
This 2 day course introduces JavaScript, including how to write JavaScript, programming principles, working with numbers and arithmetic, string operations and Boolean calculations. Other topics include form validation and form calculators. Practical projects are designed to give students hands-on confidence, and include creating a game, a slide show and jump menus.
Who should do this course?
This course is designed for participants who want to extend their web development skills beyond HTML and want to enhance the user interface on the website. The core skills taught in this course can also be applied to variety of other applications which require JavaScript.
Prerequisites
Although there are no prerequisites for attending this course; we recommend that participants have a basic understanding of HTML and CSS to get the best out of this course and to better contextualise the learning.
Course Dates
-
Sydney Class Dates
Book NowLevel 11, 32 Walker Street, North Sydney , NSW 2060
23 - 24 Jun 22 Thu - Fri Online Live 19 - 20 Jul 22 Tue - Wed Online Live 17 - 18 Aug 22 Wed - Thu Online Live 15 - 16 Sep 22 Thu - Fri Online Live 17 - 18 Oct 22 Mon - Tue Online Live 17 - 18 Nov 22 Thu - Fri Online Live 13 - 14 Dec 22 Tue - Wed Online Live -
Melbourne Class Dates
Book NowLevel 12, 379 Collins Street, Melbourne , VIC 3000
23 - 24 Jun 22 Thu - Fri Online Live 19 - 20 Jul 22 Tue - Wed Online Live 27 - 28 Jul 22 Wed - Thu Classroom 17 - 18 Aug 22 Wed - Thu Online Live 15 - 16 Sep 22 Thu - Fri Online Live 21 - 22 Sep 22 Wed - Thu Classroom 17 - 18 Oct 22 Mon - Tue Online Live 03 - 04 Nov 22 Thu - Fri Classroom 17 - 18 Nov 22 Thu - Fri Online Live 13 - 14 Dec 22 Tue - Wed Online Live 19 - 20 Dec 22 Mon - Tue Classroom 16 - 17 Feb 23 Thu - Fri Classroom -
Brisbane Class Dates
Book NowLevel 6, 371 Queen Street, Brisbane , QLD 4000
09 - 10 Jun 22 Thu - Fri Classroom 23 - 24 Jun 22 Thu - Fri Online Live 19 - 20 Jul 22 Tue - Wed Online Live 17 - 18 Aug 22 Wed - Thu Online Live 25 - 26 Aug 22 Thu - Fri Classroom 15 - 16 Sep 22 Thu - Fri Online Live 17 - 18 Oct 22 Mon - Tue Online Live 14 - 15 Nov 22 Mon - Tue Classroom 17 - 18 Nov 22 Thu - Fri Online Live 13 - 14 Dec 22 Tue - Wed Online Live 09 - 10 Feb 23 Thu - Fri Classroom 02 - 03 May 23 Tue - Wed Classroom
-
Canberra Class Dates
Book NowAll courses facilitated in, Online Live format ,
23 - 24 Jun 22 Thu - Fri Online Live 19 - 20 Jul 22 Tue - Wed Online Live 17 - 18 Aug 22 Wed - Thu Online Live 15 - 16 Sep 22 Thu - Fri Online Live 17 - 18 Oct 22 Mon - Tue Online Live 17 - 18 Nov 22 Thu - Fri Online Live 13 - 14 Dec 22 Tue - Wed Online Live -
Adelaide Class Dates
Book NowAll courses facilitated in, Online Live format ,
23 - 24 Jun 22 Thu - Fri Online Live 19 - 20 Jul 22 Tue - Wed Online Live 17 - 18 Aug 22 Wed - Thu Online Live 15 - 16 Sep 22 Thu - Fri Online Live 17 - 18 Oct 22 Mon - Tue Online Live 17 - 18 Nov 22 Thu - Fri Online Live 13 - 14 Dec 22 Tue - Wed Online Live -
Perth Class Dates
Book NowAll courses facilitated in, Online Live format ,
23 - 24 Jun 22 Thu - Fri Online Live 19 - 20 Jul 22 Tue - Wed Online Live 17 - 18 Aug 22 Wed - Thu Online Live 15 - 16 Sep 22 Thu - Fri Online Live 17 - 18 Oct 22 Mon - Tue Online Live 17 - 18 Nov 22 Thu - Fri Online Live 13 - 14 Dec 22 Tue - Wed Online Live
Course Units
Expand full topic list
Unit 1: Introduction
- The Origins of JavaScript
- The Document Object Model
- Understanding the Browser
See more
Unit 2: JavaScript Syntax
- Statements
- Comments
- Variables
- Data Types
- Arrays
- Objects
- Arithmetic Operators
- Conditional Statements
- Comparison Operators
- Logical Operators
- Looping Statements
- The While Loop
- The For Loop
- Functions
- Objects
See more
Unit 3: The Document Object Model
- Understanding Document
- Understanding Object
- Understanding Model
- Understanding Nodes
- Element Nodes
- Text Nodes
- Attribute Nodes
- Cascading Style Sheets
- Getting Elements
- Understanding Attributes
- getAttribute
- setAttribute
See more
Unit 4: Project - A JavaScript Image Gallery
- The Markup
- A DOM Diversion
- Finishing the Function
- Applying the JavaScript
- Event Handlers
- Expanding the Functions
- Introducing childNodes
- Introducing the nodeType Property
- Adding a Description with JavaScript
- Introducing nodeValue Property
- Introducing firstChild and lastChild
- Using nodeValue to Update the Description
See more
Unit 5: Best Practice
- The JavaScript - Pseudo Protocol
- Inline Event Handler
- Separation of Structure and Style
- Progressive Enhancement
- Unobtrusive JavaScript
- Backward Compatibility
- Object Detection
- Browser Sniffing
- Performance Considerations
- Minimising DOM Access and Markup
- Assembling and Placing Scripts
- Minification
See more
Unit 6: Project - The Image Gallery Revisited
- A Quick Recap
- Checking if JavaScript is Unobtrusive
- Adding the Event Handlers
- Sharing the Load
- Fine-Tuning
- Keyboard Access
- Sharing Hooks with CSS
- DOM Core and HTML-DOM
See more
Unit 7: Creating Markup on the Fly
- Understanding Old-School Methods
- document.write
- innerHTML
- Understanding DOM Methods
- createElement
- appendChild
- createTextNode
- Inserting a new Element Before an Existing One
- Inserting a New Element After an Existing One
See more
Unit 8: Enhancing Content
- Making the Invisible Visible
- Working with the Content
- The Markup - HTML
- The CSS
- The JavaScript
- Displaying Abbreviations
- Writing the displayAbbreviations Function
- Displaying Citations
- Writing the displayCitations Function
- Displaying Access Keys
- Retrieving and Attaching Information
See more
Unit 9: CSS-DOM
- Structure
- Presentation
- Behaviour
- Seperation
- Understanding the Style Property
- Getting Styles
- Setting Styles
- Knowing When to Use DOM Styling
- Styling Elements in a Node Tree
- Repetitive Styling
- Responding to Events
- Understanding className
- Abstracting a Function
See more
Unit 10: An Animated Slideshow
- Understanding Animation Basics
- Position
- Time
- Incremental Movement
- Abstraction
- Working with Practical Animation
- The Situation
- The Solution
- Adding CSS
- Adding JavaScript
- The Scope
- Refining the Animation
- Adding a Safety Check
- Generating Markup
See more
Unit 11: Putting it All Together
- Raw Materials
- Site Structure
- Page Structure
- CSS: Colour
- CSS: Layout
- CSS: Typography
- Javascript Page: Highlighting
- Javascript: Slideshow
- Javascript Internal: Navigation
- Javascript: Image Gallery
- Javascript: Table Enhancements
- Javascript: Form Enhancements
- Javascript: Minification
See more
Training Packages
Web Design Package - Level 2
- HTML5 Essentials (2 days)
- CSS3 Essentials (2 days)
- Introduction to JavaScript (2 days)
- jQuery: Interactive Websites (2 days)
$ 2970 incl GST
(You save $990)
Duration
8 days
Related Courses
Course Reviews
Enquire Now
Fill in your details to have a training consultant contact you to discuss your training needs.