ADVANCED JAVASCRIPT TRAINING
Introduction to Advanced JavaScript Training
Advanced JavaScript Training Overview
In this Advanced JavaScript and Dynamic HTML training course, students learn to use JavaScript to manipulate CSS styles on the fly in response to user interaction.
Advanced JavaScript Training Class Goals
- Learn to use regular expressions for advanced form validation
- Learn to create dynamic forms with JavaScript
- Learn to create dynamic web applications with JavaScript and Dynamic HTML
- Learn to check for browser support on a feature by feature basis
- Learn to create dynamic menus
- Learn to create stunning visual effects with Dynamic HTML
- Learn to position elements dynamically
- Learn to modify content on the fly
Advanced JavaScript Courseware
- Regular Expressions
- Getting Started
- JavaScript’s Regular Expression Methods
- Flags
- String Methods
- Regular Expression Syntax
- Start and End ( ^ $ )
- Number of Occurrences ( ? + * {} )
- Common Characters ( . \d \D \w \W \s \S )
- Grouping ( [] )
- Negation ( ^ )
- Subpatterns ( () )
- Alternatives ( | )
- Escape Character ( \ )
- Backreferences
- Form Validation with Regular Expressions
- Cleaning Up Form Entries
- Conclusion
- Getting Started
- Dynamic Forms
- Jump Menus
- The options[] Array
- The selectedIndex Property
- Disabling Form Elements
- Interdependent Select Menus
- Making the Code Modular
- Creating a JavaScript Timer
- A Sample Quiz Tool
- Conclusion
- Jump Menus
- The User’s Environment
- Why Know the User’s Environment?
- Conclusion
- Dynamic HTML
- Introduction
- Accessing and Modifying Styles
- Hiding and Showing Elements
- The innerHTML Property
- Manipulating Tables
- Dynamically Changing Dimensions
- Creating a Timed Slider
- Positioning Elements Dynamically
- Creating a Different Timed Slider
- Changing the Z-Index
- Conclusion