CIW Web Languages

Computer Training Classes, Videos and CD-ROMs

| Home Page | Training Courses A-C | Training Courses D-F | Training Courses G-I | Training Courses J-L |
|
Training Courses M-O | Training Courses P-S | Training Courses T-V | Training Courses W-Z |

Home Page Training
Web Site Manager
CIW Server
CIW Web Languages
Site Designer Training

CIW Web Languages, JavaScript & PERL

Return to CIW Home Page

JavaScript Fundamentals Training - Exam 1D0-435

PERL Fundamentals Training - Exam 1D0-437

CIW Certified Internet WebMaster Training
CIW Web Languages, JavaScript 1D0-435 & PERL 1D0-437

CIW Server Administrator

$645.00

n87001d

CIW Site Designer

$645.00

n87021d

CIW Web Languages: PERL Fundamentals

$387.00

n87041d

CIW Web Languages: JavaScript Fundamentals

$258.00

n87044d

Web Language Training Kit Set of both JavaScript and PERL courses

$579.95

ciwwl

JavaScript Training

Part 1 - Programming Principles

This is the first course in a two part series that presents students with both theoretical and practical instruction on the origins and basic features of the JavaScript programming language . This course will provide an introduction to JavaScript and some common programming concepts. It will cover working with variables and data. Students will also learn about functions, methods and events including how to define and call functions. This course will teach students how to use conditional statements to control program flow.

Learn To

  • Identify the key characteristics of JavaScript.
  • Match object programming characteristics with their descriptions.
  • Identify the features of JavaScript that distinguish it from Java.
  • Identify features of the JavaScript object hierarchy model.
  • Identify syntax associated with the window object.
  • Open a new window by using the open() method.

Audience: The audience for this course will build n-tier database and legacy connectivity solutions for Web applications using Java, Java APIs, Java Database Connectivity (JDBC) solutions, middleware tools, and distributed object models such as CORBA/ORB and IIOP.  This course will prepare students for exam 1D0-435.

Total Learning Time7 hours
Unit 1: JavaScript Overview - 3 hours
Unit 2: JavaScript Objects - 3 hours

Top

Part 2 - Program Development

This is the second course in a two part series that presents students with both theoretical and practical instruction on features of the JavaScript programming language. This course will cover interactive forms and their development. Students will also learn about cookies and JavaScript security issues, and how to use frames, targets, and image maps. Additionally, students will learn how to create and manipulate custom JavaScript objects.

Learn To

  • Identify considerations for using form controls.
  • Identify features of the form object.
  • Create a button object.
  • Identify targeting code in HyperText Markup Language (HTML).
  • Identify syntax for targeting frames in JavaScript.
  • Change two or more frames simultaneously.

Audience: The audience for this course will build n-tier database and legacy connectivity solutions for Web applications using Java, Java APIs, Java Database Connectivity (JDBC) solutions, middleware tools, and distributed object models such as CORBA/ORB and IIOP. This course will prepare students for exam 1D0-435. In addition, students should have taken the first part of this series (87044).

Total Learning Time: 6 hours
Unit 1: Forms and Cookies - 3 hours
Unit 2: Frames and Custom Objects - 3 hours

Top

PERL Training

Part 1 - Basic Syntax

This is the first course in a three part series that presents students with both theoretical and practical instruction on the foundations of the Perl language. Students will also become familiar with an Introduction to Perl, Flow Control, Arrays, and Associative Arrays.

Learn To

  • Identify characteristics of the Perl programming language.
  • Identify characteristics of the Perl interpreter.
  • Identify how to output data by using the print function.
  • Identify the result of a numeric Boolean expression.
  • Identify the result of a string Boolean expression.
  • Identify how to match logical operators with their functions.
  • Identify characteristics of an array.
  • Identify how to initialize an array.
  • Identify how to access array elements.
  • Identify the syntax used to create a hash.
  • Identify how to access a hash element.
  • Identify how to delete a hash element.

Audience: The audience for this course includes application developers, software engineers, and other network designers. Candidates for this exam create interactive Web pages using client- and server-side Web applications; access relational database systems from Web applications; implement applications using component technology; and create parameters for environment variables. As a prerequisite, students must have the CIW Foundations series certification (exam 1D0-410) or equivalent experience for those students not seeking Master CIW Enterprise Developer certification. This course will help students prepare for exam number 1D0-437.

Total Learning Time: 6 - 8 hours
Unit 1: Introduction to Perl - 1 - 2 hours
Unit 2: Flow Control - 1 - 2 hours
Unit 3: Arrays - 1 - 2 hours
Unit 4: Hashes - 1 - 2 hours

Top

Part 2 - Manipulating Scripts

This is the second course in a three part series that students will learn both theoretical and practical instruction on external data Perl scripts. This course will also cover regular expressions and pattern matching, subroutines, and file access and manipulation.

Learn To

  • Identify the syntax of pattern binding operators.
  • Match metacharacters with their functions.
  • Identify the syntax of character classes.
  • Identify characteristics of subroutines.
  • Identify the syntax used to invoke a subroutine.
  • Identify the syntax used to return values from a subroutine.
  • Identify characteristics of filehandles.
  • Identify characteristics of the open function.
  • Output data to a file by using the print function.

Audience: The audience for this course includes application developers, software engineers, and other network designers. Candidates for this exam create interactive Web pages using client- and server-side Web applications; access relational database systems from Web applications; implement applications using component technology; and create parameters for environment variables. As a prerequisite, students must have the CIW Foundations series certification (exam 1D0-410) or equivalent experience for those students not seeking Master CIW Enterprise Developer certification. This course will help students prepare for exam number 1D0-437. In addition, students should have taken the first part of this series (87041)

Total Learning Time: 6 - 9 hours
Unit 1: Regular Expressions and Pattern Matching - 2-3 hours
Unit 2: Subroutines - 2-3 hours
Unit 3: Managing Files - 2-3 hours

Top

Part 3 - Best Practices

This is the final course of a three part series that presents students with an overview of best practices for Perl. Students will learn about packages and modules, object orientation, database connectivity, and debugging Perl scripts.

Learn To

  • Identify characteristics of a package.
  • Identify characteristics of package symbol tables.
  • Identify characteristics of BEGIN and END blocks.
  • Identify characteristics of an object.
  • Identify the syntax used to access object data.
  • Identify the syntax used to access object methods.
  • Identify characteristics of database connectivity.
  • Identify characteristics of database modules.
  • Identify the code used to interact with a database.
  • Identify considerations for debugging a Perl script.
  • Identify characteristics of the Perl debugger.
  • Match Perl debugger commands with their functions.

Audience: The audience for this course includes application developers, software engineers, and other network designers. Candidates for this exam create interactive Web pages using client- and server-side Web applications; access relational database systems from Web applications; implement applications using component technology; and create parameters for environment variables. As a prerequisite, students must have the CIW Foundations series certification (exam 1D0-410) or equivalent experience for those students not seeking Master CIW Enterprise Developer certification. This course will help students prepare for exam number 1D0-437. In addition, students should have taken the first two parts of this series (87041 and 87042).

Total Learning Time: 6 hours
Unit 1: Packages and Modules 1 - 2 hours
Unit 2: Object Orientation 1 - 2 hours
Unit 3: Databases 1 - 2 hours
Unit 4: Debugging Perl Programs 1 - 2 hours

CIW Server Administrator

$645.00

n87001d

CIW Site Designer

$645.00

n87021d

CIW Web Languages: PERL Fundamentals

$387.00

n87041d

CIW Web Languages: JavaScript Fundamentals

$258.00

n87044d

Web Language Training Kit Set of both JavaScript and PERL courses

$579.95

ciwwl

 

| Home Page | Product List |
|
A+ Certification | Access | CDi Cisco Certification | Classes | Desktop Publishing |
Flash Macromedia | Illustrator | Linux | Lotus Notes Training | MCDBA | MSCD Certification |
| MCSE Certification Training | MOUS MOS Certification Training | Microsoft Office Training |
|
PageMaker | Photoshop Adobe | PowerPoint | Programming | QuarkXpress | Quickbooks |
 Visual Basic | Web Training | Word |

This study guide and/ or material is not sponsored by, endorsed by or affiliated with Cisco Systems, Inc. Cisco®, Cisco Systems®, CCDA™, CCNA™, CCDP™, CCNP™, CCIE™, CCSI™, the Cisco Systems logo and the CCIE logo are trademarks or registered trademarks of Cisco Systems, Inc.

CDi

sales@cdicomp.com
webmaster@netwind.com
Copyright © CDi Communications Inc 1996-2004

*30-Day Guarantee applies only if products purchased are returned with 50% of product unopened. For example if product purchased contains 6 videos, 3 must remain unopened.