Learn to Program with JavaScript Training Course Online or CBT CD Fundamentals
JavaScript is a client-side interpreted scripting language that enables you
to enhance static web applications by working in tandem with HTML and Cascading Style Sheet (CSS). Our JavaScript training course will introduce the history of the programming language and outline how it is
commonly used to develop dynamic web sites. Moving into the fundamentals of the language, the course will demonstrate the use of script in web pages, and the basic elements of the language, including
variables and data types, operators, statements, and functions.
Target Audience All organizations or individual consultants with a working knowledge of HTML and basic programming concepts, who intend to use JavaScript
with HTML to develop interactive web applications that utilize cross-browser client-side scripting.
JavaScript Fundamentals Training Course Online or CDs Includes the Following;
Each Training Lesson is done in Full Multi Media. Over Ten Hours (10) of Training
Interactive Lab Exercises
Proven Track Record Over Ten (10) years of training
Printable Transcripts - Printable Transcripts of each lesson for easy review
CD or Online Course
|
Fundamentals of JavaScript Training Courses Online One Year unlimited Access
|
skjavason
|
$199.00
|
|
|
Fundamentals of JavaScript Training Courses CBT CD
|
skjavascd
|
$229.00
|
|
Fundamentals of JavaScript Course Outline
Language Basics
- identify the uses and capabilities of JavaScript
- recognize key characteristics
- recognize the practical advantages of using key elements
- recognize how to open, close, and add a statement to a simple program
- place an opening JavaScript tag in an HTML page
- use the write and alert functions in a basic program
- load an external file into a JavaScript page
- turn a JavaScript program into a valid XHTML version that will work on non-XHTML-compliant browsers
- choose an appropriate name for a variable in a given scenario
- recognize how to use parseInt or parseFloat to convert data types in a given scenario
- recognize how arithmetic, unary, relational, and Boolean operators are used to affect data values
- distinguish between conditional, assignment, comma, and bitwise operators
- distinguish between key statement types
- recognize how to complete a statement to define or call a given function
- recognize what is meant by variable scope and lifetime
- declare and initialize a variable in a given scenario
- complete a switch statement within a function
- add arithmetic operators within a function
- call a function
Objects and Object-oriented
Object-oriented programming is an important feature of JavaScript. These lessons will explore the advantages and implications of object-oriented programming, and prepare the learner to create and utilize user-defined objects in JavaScript. It
will also introduce key objects that are part of the programming language, including String, Math, Number, and Date objects,
as well as arrays. The course will survey common methods and contexts for using these native objects.
Functions and Regular Expressions
In JavaScript, all functions are technically Function objects and provide users with an alternative way to encapsulate statements to perform more powerful and useful actions in a reusable piece of code. Regular expressions ease the task of
validating data in programs. This course will explore how to use Function objects and useful predefined functions that are part
of the language. It will also detail the regular expression support built into the programming language that allows developers to
perform pattern matching and validation of user-entered data. Specific topics covered will include Function objects, recursion,
anonymous functions, predefined functions, and pattern matching using regular expressions.
Browser Scripting Fundamentals
Using JavaScript, developers can interact with numerous browser objects, create and modify windows and frames, and access and modify form information. This course explores and demonstrates how to access and modify client-side features
of the browser, and as a result to add a degree of interactivity to web sites. Specific topics covered include browser objects, windows and frames, event handlers, and forms.
Advanced Browser Scripting and DHTML
JavaScript allows developers to use browser scripting techniques to detect code or user-entry errors, and to dynamically add interactivity to web sites. This course explores and demonstrates how to incorporate error handling techniques into your
programs as well as enhance the interactivity of the user experience using DHTML. Specific topics covered include error handling, client-side form validation, cookies, and DHTML.
|