What the Classical Course Includes
The following is a list of the topics that are covered in this tutorial series. Note that the material in this course covers much of the same material as the modern course does but covers the way that people used to handle the tasks using javaScript. While much of the code that is used for modern coding is the same as the classical method (which is why I haven't removed these tutorials) some of the material presented in these tutorials is more appropriate for antiquated browsers such as IE4 and Netscape 4 rather than modern browsers such as Firefox 3, Opera 9.5, Safari 3 and IE8.
- Hello World
- Variables
- Operators
- The IF Statement
- The CASE Statement
- Functions
- Variable Scope
- Passing Parameters
- Values of Functions
- ALERT and CONFIRM
- Comments
- Finding and Fixing Errors
- External Javascripts
- Using NOSCRIPT
- Objects and Properties
- Arrays
- FOR Loops
- WHILE Loops
- Date and Time
- Mathematical Functions
- String Processing
- Document Object Model
- The Internet Explorer DOM
- The Netscape DOM
- The W3C DOM
- Cross Browser DOM
- Event Handlers
- Mouse Events
- Keyboard Events
- Form Handling Events
- Page Load/Unload Events
- Timed Events
- Global Events
- Object Oriented Javascript
- Defining Classes
- Puting it all Together
No comments:
Post a Comment