Javascript Introduction - A 2 Day Course
Synopsis
This Hands-On course provides an intensive introduction to the features provided by JavaScript and Dynamic HTML.
Course Objectives
After completing this Javascript course, delegates will be able to:
- Understand the JavaScript language
- Understand the Document Object Model and how it is used in JavaScript
- Understand how to detect and respond to user actions
- Alter, show, hide and move objects on a web page
- Check information inputted into a form
- Understand how to use CSS (Cascading Stylesheets)
- Understand how to make JavaScript cross-browser compatible
Intended Audience
Web and IT professionals who are completely new to JavaScript and who need to gain hands-on experience of developing commercial JavaScript systems.
Prerequisites
Knowledge of a mark-up language such as HTML would be advantageous.
Publicly scheduled dates, locations, and prices
London — £495 (+VAT)
- 4–5 Nov 2010
- 20–21 Dec 2010
Course Contents
Getting Started with JavaScript
- Create Basic JavaScript Script
- Types of Scripts
- The Script Tags
- Components of JavaScript
- The Alert Statement
- Browser Support
- Script Errors
- Identify Scripting Guidelines
- Comments
- Line Terminators
Managing the Browser Window
- Display Messages on the Status Bar
- Objects
- Types of Objects
- Client-Side Objects
- Core Objects
- Object Hierarchy
- Instances
- The Window Object
- Window Object Properties
- Window Object Methods
- Event Handler
- Mouse Events
- Open a Linked Page in a New Window
Managing the Document
- Write Content to a Document
- The Document Object
- Document Properties
- Document Methods
- Document Event Handlers
- Create a Dynamic Document
- Document Object Model
- DHTML
- Image Rollover
