Skill Up Card - Course Bundles

Pricing is per delegate, giving you huge savings over the cost of individual courses.

  • UK = £2,000 + VAT per Skill Up Card
  • Ireland = €2,400 per Skill Up Card
skill up card logo - Nexus Human

JavaScript & jQuery Essentials (TT4115)

4.6 out of 5 rating Last updated 14/11/2024   English

Jump to outline

Click "Enquire" below to find out more about this course

Interested in available dates? Would like to book a private session of this course for your company? Or for any other queries please simply fill out the form below.


Duration

5 Days

30 CPD hours

Overview

Throughout the course, students will explore practical use of the umbrella of technologies that work in conjunction with JavaScript as well as some of the tools, toolkits, and frameworks that can be used in conjunction with web development and deployment. The course begins with an initial look at JavaScript and how it is used within the context of web applications, walking students through the different technologies that are used with JavaScript and exploring core aspects of JavaScript and JQuery in terms of web applications, security, tools and frameworks.
Working within in a dynamic, hands-on learning environment, guided by our expert team, attendees will:
- Become both familiar with the language and confident enough to work with it in any context
- Learn enough of the DOM API to bend it to your will
- Make communication between the browser and your server possible
- Understand and effectively leverage closures
- Understand how JavaScript's object model differs from the model classical object-oriented programming languages
- Learn what jQuery is and how to add it to your applications
- Use jQuery to select complex sets of elements from the DOM
- Develop rich web pages that respond to user interaction
- Interact with your server-side code using Ajax
- Explore a wide variety of plugins and learn how to write your own
- Test your applications to make sure your JavaScript is as solid as the rest of your code

Students will explore:
- What is JavaScript, how does it relate to other programming languages, and how do you script your web pages with it?
- How do you traverse and manipulate the DOM and how do you handle events in ways that work in all browsers?
- What is Ajax and how does JavaScript make it possible?
- What are closures and prototypes and other exotic features of JavaScript?
- What is jQuery and why should you use it?
- How does jQuery reduce the amount of code that you have to write to add rich functionality to both existing and new web pages?
- How does jQuery make Ajax programming easier?
- What best practices are there for using jQuery so that it works unobtrusively and performs well?
- What plugins and extensions are available to enhance your applications even more than the core jQuery library can provide?

Description

Mastering JavaScript and JQuery Essentials is a comprehensive, hands-on course geared for web developers who need to learn basic JavaScript and JQuery to use with today's systems and architectures to build sophisticated web interfaces. JavaScript is simple and elegant but is often difficult to work with because it's so different from the programming languages most developers are used to utilizing. The training will guide students through a balanced mixture of theory and practical labs to gain core JavaScript development skills and have them explore its related technologies through to the use of tools and libraries to ease the development of advanced web applications.
This course also covers jQuery and provides practical and hands-on experience with the preferred JavaScript library for building rich web applications. If you are building for the web, learning jQuery will change the way you write JavaScript, working across multiple browsers and platforms. Course attendees will be able to hit the ground running right after class, applying essential JavaScript to projects at both an architectural as well as a line by line coding level.

Prerequisites

This is an introductory level course for experienced software developers seeking to enhance and extend their core web
development skillset leveraging JavaScript and JQuery. Attendees should have practical experience developing basic software
applications. This course provides an excellent foundation for continued learning to gain in-demand skills in in-demand skills and
technologies such as NodeJS, Angular, React, Redux and more. This course can also be tailored for less experienced or nondevelopers as needed. Please inquire for details.

Session: Core JavaScript Essentials

Lesson: JavaScript Basics

JavaScript Defined
Variables and Operators
Flow Control and Conditionals
Lesson: Debugging Tools

Using the strict mode and setting breakpoints
Browser debugging tools
Monitoring resource usage and performance
Emulating devices Exceptions in JavaScript
Lesson: JavaScript Functions

Functions in JavaScript
Invoking Functions
Function Constructor
Function Scope and Closures
Lesson: JavaScript Arrays, Math and Date

JavaScript Literals
JavaScript Arrays
Working with Numbers and Dates
Lesson: JavaScript Event Handling and the DOM

Events and Event Handling
HTML Document Object Model
Accessing the DOM
Dynamically Working with the DOM
DOM Challenges
Lesson: Object-Oriented JavaScript

JavaScript œObjects and œClasses
Constructors and Prototypes
Prototypes
Extending Classes with Prototype
Reusable, Flexible Classes
Session: jQuery

Lesson: Why jQuery

JavaScript Evolution
Why jQuery
jQuery Usage
Downloading jQuery
Lesson: Basic jQuery

jQuery: Operational Overview
jQuery Capability Overview
Basic Selectors
Multiple Selector
Selecting by Order
Lesson: Manipulating the DOM

Attributes vs. Properties
CSS Box Model Properties
Element Content
Manipulating Children
Wrapping and Unwrapping
Effects (Basic Animation)
Effects Queues
Lesson: More on Element Selection

Hierarchical Selectors (Combinators)
Attribute Selectors
Basic vs. Child Filters
Filtering Methods
Traversing Methods
Session: Working with jQuery

Lesson: Attributes, Forms, and DOM

Selecting from Forms
Selecting Parent and Children
Automatic DOM Traversal
Manipulating DOM Elements
Getting and Setting Attribute Values
Removing Attributes
Lesson: More jQuery!

The jQuery Function
The jQuery Object
Some jQuery œStatic Methods
Utility Methods
Lesson: Event Handling

Binding Multiple Events to Same Handler
Multiple Events to Different Handlers
Event Targets
Triggering Events
Custom Events
Live Events
Lesson: More On Elements!

Changing HTML Content
Changing Text Content
Managing Elements
Introduction to Animations
Lesson: Ajax

Posting Data
Global Ajax Handlers
JSONP
Serialization
Deferred Objects
Promises and Piping
Chaining Tasks
Session: jQuery Plugins and Enhancements

Lesson: jQuery Plugins

jQuery Validation Plugin
jQuery Form plugin
jQuery BBQ (Back Button &
Query) Plugin
jQuery Hotkeys Plugin
jQuery Color Plugin
Lesson: jQuery UI

jQuery UI Effects
Advanced Easing
Interactions
Position Utility
Widgets
Icons
Lesson: Templates

Micro Templates
jQuery Template Plugin
Compiling Templates Template Items
Session: JavaScript Object Notation (JSON)

Lesson: JSON Objects

Understand JavaScript's literal syntax for creating arrays and objects
Understand object literals
Understand arrays
Understand arrays in objects
Understand objects in arrays
Lesson: JSON Syntax and Processing

Understand JSON Syntax
Understand JSON Parsers
Read and write object and array literals in JavaScript
How to use JSON in an Ajax application
Understand the advantages of using JSON
Understand the disadvantages of using JSON
How to use JSON in an Ajax application
How to transfer data to and from the server
Lesson: jQuery, JSON, and AJAX

jQuery AJAX Utility Method
jQuery and JSON
jQuery and Other Data Types
Serialization
Deferred Objects
Promises and Piping
Chaining Tasks
Session: Advanced JavaScript Topics

Lesson: ES6: The Next Step

ES6 Defined
ES6 Default and Rest Parameters
IIFE and Closures
ES6 Importing/Exporting Modules
Arrays, ES6 Maps, and ES6 Sets
Working Arrays with ES6
Working Strings with ES6 Strings
ES6 Constructs and Inheritance
ES6: Getters and Setters
Lesson: HTML5 JavaScript API

Cross-Domain Messaging
Working with Web Storage
Offline with Application Cache
Geolocation: What, Why, and How
Lesson: TypeScript

Strong Data Typing
Compiling TypeScript to JavaScript
TypeScript Datatypes
TypeScript Classes and Interfaces
Lesson: JavaScript Best Practices

Code Conventions for the Lifecycle
Resolving Shared Resources
Constructs to Use
Constructs to Avoid
Memory Considerations
Lesson: JavaScript Scheduling, Execution, and Security

Timers and Scheduling
Execution Contexts
Same Origin Policy and JavaScript
Security Considerations
Lesson: Performance and Optimization

Code Optimization
JavaScript Verbosity Tradeoffs
Memory Considerations
Cyclic References
Lesson: Download Options

Explain the basic principles underlying web application performance optimization
Understand the role of downloading options in smoothing bandwidth usage
Understand how caching can reduce bandwidth usage
Lesson: Security

Security: The Complete Picture
Unvalidated Input
Injection Flaws
XSS
Spoofing
How Attackers See JavaScript Applications
OWASP Top Ten for 2017
Session: Web Design

Lesson: Responsive Web Design

Adapting to Varying Screen Sizes
Scaling Page and Text Content
Scaling and Adapting for Media
Options for Adjusting Media
Lesson: User Interface Principles

Design Principles
Improving Interactions with Users
Matching Web Flow to User Expectations
Lesson: Layout Techniques

Page Layout Consideration
Stacking Content
Handling Excessive Content
Providing Consistency Across Web Presence
Lesson: Navigation Techniques

Handling Excessive Content
Providing Context and State Feedback
Navigation Placement and Techniques
Lesson: Selection Techniques

Improving Text Input
Improving Enumerated Input
Accessibility Considerations
Additional course details:

Nexus Humans JavaScript & jQuery Essentials (TT4115) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward.

This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts.

Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success.

While we feel this is the best course for the ITS Data Analytics course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you.

Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

FAQ for the JavaScript & jQuery Essentials (TT4115) Course

Available Delivery Options for the JavaScript & jQuery Essentials (TT4115) training.
  • Live Instructor Led Classroom Online (Live Online)
  • Traditional Instructor Led Classroom (TILT/ILT)
  • Delivery at your offices in London or anywhere in the UK
  • Private dedicated course as works for your staff.
How many CPD hours does the JavaScript & jQuery Essentials (TT4115) training provide?

The 5 day. JavaScript & jQuery Essentials (TT4115) training course give you up to 30 CPD hours/structured learning hours. If you need a letter or certificate in a particular format for your association, organisation or professional body please just ask.

Which exam does the JavaScript & jQuery Essentials (TT4115) training course prepare you for?

The JavaScript & jQuery Essentials (TT4115) prepares you for the Yes official exam. You can take this exam at any exam center across UK including, England, Scotland, Cymru (Wales) or Northern Ireland or live online where ever you are. Exams vary in duration and if required you can request with the provider for any accommodations appropriate for you.

What is the correct audience for the JavaScript & jQuery Essentials (TT4115) training?

This introductory-level course is for experienced web developers new to JavaScript and JQuery
- Focus: Responsive web design using JavaScript, HTML DOM, and related technologies

Do you provide training for the JavaScript & jQuery Essentials (TT4115).

Yes we provide corporate training, dedicated training and closed classes for the JavaScript & jQuery Essentials (TT4115). This can take place anywhere in UK including, England, Scotland, Cymru (Wales) or Northern Ireland or live online allowing you to have your teams from across UK or further afield to attend a single training event saving travel and delivery expenses.

What is the duration of the JavaScript & jQuery Essentials (TT4115) program.

The JavaScript & jQuery Essentials (TT4115) training takes place over 5 day(s), with each day lasting approximately 8 hours including small and lunch breaks to ensure that the delegates get the most out of the day.

What other terms do people search for when looking for this course?

Popular related searched include JavaScript; Jquery.

Why are Nexus Human the best provider for the JavaScript & jQuery Essentials (TT4115)?
Nexus Human are recognised as one of the best training companies as they and their trainers have won and hold many awards and titles including having previously won the Small Firms Best Trainer award, national training partner of the year for UK on multiple occasions, having trainers in the global top 30 instructor awards in 2012, 2019 and 2021. Nexus Human has also been nominated for the Tech Excellence awards multiple times. Learning Performance institute (LPI) external training provider sponsor 2024.
Is there a discount code for the JavaScript & jQuery Essentials (TT4115) training.

Yes, the discount code PENPAL5 is currently available for the JavaScript & jQuery Essentials (TT4115) training. Other discount codes may also be available but only one discount code or special offer can be used for each booking. This discount code is available for companies and individuals.

Jump to dates

Training Insurance Included!

When you organise training, we understand that there is a risk that some people may fall ill, become unavailable. To mitigate the risk we include training insurance for each delegate enrolled on our public schedule, they are welcome to sit on the same Public class within 6 months at no charge, if the case arises.

What people say about us


Top

}