Advanced Training>>Course Catalogue>>Visual C#.NET>>JavaScript
 

Course ID :-

S02

Course Title :-

JavaScript

Course Duration :-

1 Week

Hardware Requirements :-

  • Intel-based PC Workstation (Windows XP, NT or 2000) with minimum Intel Pentium III processor. 
    (Pentium IV 1.8 GHZ or higher recommended).

  • 512 MB RAM minimum recommended.

  • 20 GB disk space.
    (Disk space can be reduced if optional features and run-time environments are not installed).

  • 800 x 600 minimum display resolution(1024 x 768 recommended)

Software Requirements :-

 > Visual Studio. NET 2005
  > IIS 5.1
 >  Access2000 / SQL Server 2005
 >  One of the following operating systems:
       >  Windows XP Professional with Service Pack 2
       >  Windows 2000 Professional with Service Pack 3 or higher
       > Windows NT Workstation or Server Version 4.0 with Service Pack 5 or higher

Objectives :-

Upon completion of the course, participants will be able to:

  • Understand the Programming Constructs

  • Understand the Java Script language

  • Understand to design & develop web applications

Description :-

This course provides a foundation for professionals in the JavaScript language.

Prerequisites :-

Basic programming background is required.

Table Of Contents :-

Introduction to Java script:-

The difference between java and java script
The java script  language

 

Core Java script

Lexical Structure                             Character set
Case Sensitivity
                     White space and line breaks         Comments                         Literals                          Identifiers                         Reserve words

 

Data Types and values

Numbers
Strings
Boolean values
Functions
objects
Arrays

 

Variables

Variables
Variable Typing
Variable Declaration
Variable scope
Primitive Type and Reference Types
Garbage Collection

 

Expressions and operators

Expressions
Operator Overview
Arithmetic Operators
Equality Operators
Relational Operators
String operators
                    Logical operators                      Bit wise Operators                 Assignment Operators

 

Statements

Expression statements            Compound statement                    if                                  else if                             switch                             while                           do/while                             for                                  for/in                             Labels                            break                                continue                   try/catch/finally

 

Functions

Functions
Defining and Invoking Functions
Functions as Data
Functions Scope: The Call Object
    Functions Properties and Methods

 

Arrays

Arrays and Array Elements             Array Methods 

 

Client-side Java script

Java Script in web Browsers            The Web browser  Environment    Embedding java script in html        Execution of java script programs

 Events and Events Handling

Basic Event Handling                 Advanced Event Handling with DOM 

Document Object Model

The Document Object Model             An Overview of  DOM