Javascript
An introduction to javascript, and its use in creating interactive web pages. An overview of Object Oreinted Programing (OOP) in general and covering the Document Object Model (DOM) of a web page in some detail. You will learn the complete syntax of the Javascript language, and how it interacts with (DOM) to create Dynamic HTML (DHTML), to have your web pages react to user input without having to resubmit the page. You should have a basic understanding of HTML before starting this course, as it is designed to build on your knowledge of how to build a basic web site, and show you how to make it come alive.
- Module 1: Introduction to JavaScript
- Module 2: Placing JavaScript in an HTML File.
- Module 3: Using Variables
- Module 4: Using Functions
- Module 5: Basic Operators
- Module 6: Conditional Statements/Loops
- Module 7: Event Handlers
- Module 8: Objects (optional)
- Module 9: Document Object
- Module 10: Window Object
- Module 11: JavaScript Arrays
- Module 12: Math, Number, and Date Objects
- Module 13: Handling Strings
- Module 14: Working with Forms
- Module 15: Frames (optional)
- Module 16: An Introduction to Advanced Techniques


