American Graphics InstituteAGI Training Boston
8 Cabot Rd
Woburn, MA
01801
USA
(781) 376-6044
Woburn, MA
01801
USA
(781) 376-6044
Graphic Design Courses, Web Design Classes, Adobe Training, Photoshop Classes, InDesign Courses, HTML Classes, UX Classes, Creative Cloud Classes, Illustrator Classes, and Apple Training in Boston.
All classes include
Free retakes
Detailed curriculum
Live instructor
Flexible rescheduling
Certificate of Completion
JavaScript Class in Boston on February 15, 2023
Javascript Training Class for Web Design - Introduction
-
AGI Training Boston
$995.00
Learn JavaScript essentials for web design and web development in this introductory JavaScript course. Discover how to use JavaScript and jQuery for common practical situations. Add interactivity to HTML pages, add rollovers, validate forms, create redirects, and more. This JavaScript course is for individuals who have basic skills with web page design or development, such as those gained in the introductory HTML & CSS course, although no previous programming experience is required.
JavaScript Overview
- Understanding the role of JavaScript
- Places where JavaScript is used
- Adding JavaScript to an HTML website
- Drawbacks and browser incompatibilities
- JavaScript libraries, plug-ins, and frameworks
JavaScript Language Essentials
- Storing data in a variable
- Overview of the different types of data
- Understanding operators and expressions
- Working with JavaScript's built-in functions
Defining JavaScript Functions
- Working with local variables
- Allowing external arguments
- Returning values from functions
- Understanding recursion
Working with Objects in JavaScript
- Identifying the role of Objects
- Defining Objects using JSON
- Accessing properties with the dot syntax
- Working with JavaScript's built-in Objects
JavaScript Events and Interactivity
- Responding to events
- Understanding function scope
- Working with the Event Object
- Preventing the default behavior of events
- Understanding event bubbling
JavaScript Forms and Conditionals
- Understanding Boolean logic
- Checking multiple conditions at once
- Working with the switch statement
- Overview of HTML forms
- Accessing form fields with JavaScript
Arrays and Looping in JavaScript
- Storing lists of data using Arrays
- Accessing data within an Array
- The structure and purpose of a loop
- Understanding the difference between loops
- Using a loop to access an entire array
The Document Object Model
- The Document Object Model (DOM)
- Finding elements using their ID
- Finding elements using their tag name
- Finding elements based on their context
Introduction to jQuery
- Understanding the purpose of jQuery
- Various uses of the jQuery constructor
- Working with jQuery collections
- Chaining functions to avoid redundancy
- Common jQuery methods and events
Practical jQuery Applications: animation with jQuery
- Using the 'animate' method
- Running multiple animations in a row
- Running multiple simultaneous animations
- Stopping a running animation
- Creating a looping animation
Using jQuery Plug-ins
- Overview of common jQuery plug-ins
- A look at the different types of plug-ins
- Understanding the Configuration Pattern
- Working with custom events