Online Cl Programming eLearning
Cl Programming Training Provider? - Tell us about your Training!
From 123-CBT Computer Based Training
Powerpoint 2002 Advanced

Powerpoint 2002: Advanced Microsoft
Lesson 1: Templates, Meeting Minders & Save Options Introduction Lesson Objectives Opening PowerPoint Overview Of Templates Design Templates Content Templates Creating A Presentation From A Content Template Modifying A Presentation Inserting A Slide From Outline Inserting Slides From Files Adding A Presentation To Favorites List Other Information
more...
C Programming Structured Programming

C Programming: Structured Programming
To provide the student with structured programming concepts used in C
more...
C Programming Classes and Data Abstraction

C Programming: Classes and Data Abstraction
To provide students with the skills required to create and instantiate classes
more...
C Programming Manipulating Objects

C Programming: Manipulating Objects
To provide the student with the skills required to use dynamic memory allocation in C
more...
C Programming Overloading

C Programming: Overloading
To provide the student with the skills required to use polymorphism and overloading
more...
C Programming Files and Streams

C Programming: Files and Streams
To provide the student with the skills required to create C programs that use files
more...
C Programming Programming Techniques

C Programming: Programming Techniques
To give the student an appreciation of advanced concepts in C programming
more...
ANSI C Programming Introducing C

ANSI C Programming: Introducing C
To familiarize students with the capabilities of the ANSI C language and to enable them to write useful C programs
more...
ANSI C Programming Data Representation

ANSI C Programming: Data Representation
To describe how ANSI C programs use memory to store data and how to write portable C programs
more...
ANSI C Programming Functions

ANSI C Programming: Functions
To introduce functions in ANSI C and describe how to write and use them in programs
more...
ANSI C Programming Expressions

ANSI C Programming: Expressions
To describe the syntax rules governing expressions and statements in ANSI C and how to to use expressions and statements
more...
ANSI C Programming Flow Control

ANSI C Programming: Flow Control
To describe advanced flow-control statements
more...
ANSI C Programming Text Processing

ANSI C Programming: Text Processing
To describe how to write ANSI C programs for text, string, and array processing
more...
ANSI C Programming Processing Records

ANSI C Programming: Processing Records
To describe how to write ANSI C programs for processing aggregate data objects individually, in arrays, and in lists
more...
ANSI C Programming Pointers

ANSI C Programming: Pointers
To describe how to write advanced, efficient ANSI C programs using pointers
more...
ANSI C Programming The Standard Library and Preprocessor

ANSI C Programming: The Standard Library and Preprocessor
To describe programming file and other I/O operations in ANSI C and how to implement facilities from the standard library
more...
Perl Language Fundamentals

Perl Language Fundamentals
To perform basic programming operations using Perl variables, regular expressions, search-and-replace procedures, and file handling
more...
Programming Techniques and Strategies

Programming Techniques and Strategies
To outline the high-level considerations for producing good code
more...
C 2005 Customized Programming

C# 2005: Customized Programming Microsoft
To enable compatibility between COM and C# 2005, use reflection to call classes and data types, and customize a C# 2005 application for graphics, text, globalization, and e-mail
more...
ABAP Programming I

ABAP Programming I SAP
To create a basic and an interactive report program using ABAP and to recognize how to preform basic object-oriented tasks such as creating and instantiating a class
more...
ABAP Programming II

ABAP Programming II SAP
To create a dialog program and format and print a SAP form
more...
Introduction to PL SQL

Introduction to PL/SQL Oracle
To introduce PL/SQL and provide an introduction to identifiers and variables in PL/SQL
more...
Using PL SQL with an Oracle Server

Using PL/SQL with an Oracle Server Oracle
To write lexical units in their correct format in a PL/SQL block, perform data conversion in PL/SQL, write PL/SQL anonymous blocks, and recognize the correct structure of a PL/SQL program block
more...
Using Control Structures

Using Control Structures Oracle
To implement a suitable conditional control statement in PL/SQL, simple and searched CASE expressions, and a suitable loop construct
more...
Using Composite Data Types

Using Composite Data Types Oracle
To identify the benefits associated with records and collections, declare and initialize nested tables and VARRAYs, and create and reference an INDEX BY table and table of records
more...
Explicit Cursors and Exception Errors

Explicit Cursors and Exception Errors Oracle
To use the FOR UPDATE and WHERE CURRENT OF clauses to lock and modify rows, process data using records and cursors, and outline how each of the PL/SQL exception types are raised and handled
more...
Creating Stored Procedures and Functions

Creating Stored Procedures and Functions Oracle
To create and execute a stored function and call, and remove and view stored functions in PL/SQL
more...
Oracle-Supplied Packages and DBMS_SCHEDULER

Oracle-Supplied Packages and DBMS_SCHEDULER Oracle
To use Oracle-supplied packages
more...
Managing Dependencies

Managing Dependencies Oracle
To manage dependencies and recompile PL/SQL units
more...
Manipulating Large Objects in PL SQL

Manipulating Large Objects in PL/SQL Oracle
To use LOBs and the DBMS_LOB package
more...
Dynamic SQL and Metadata

Dynamic SQL and Metadata Oracle
To write dynamic SQL and use the DBMS_METADATA package
more...
Visual Basic 2005 Customized Programming

Visual Basic 2005: Customized Programming Microsoft
To enable compatibility between COM and Visual Basic 2005, use reflection to call classes and data types, and customize a Visual Basic 2005 application for graphics, text, globalization, and e-mail
more...
Asynchronous Programming and Deployment with Visual Basic 2005

Asynchronous Programming and Deployment with Visual Basic 2005 Microsoft
To identify how to use asynchronous programming for Windows Forms applications and to identify how to deploy Windows Forms applications
more...
Asynchronous Programming and Deployment with C 2005

Asynchronous Programming and Deployment with C# 2005 Microsoft
To identify how to use asynchronous programming for Windows Forms applications and to identify how to deploy Windows Forms applications
more...
Programming with SQL Server 2005

Programming with SQL Server 2005 Microsoft
recognize how to implement SQL Server 2005 programming features to work with database data
more...
Java Programming with J2SE 5 Getting Started with Java

Java Programming with J2SE 5: Getting Started with Java Sun
To introduce the main principles and elements of the Java language
more...
Java Programming with J2SE 5 Operators and Flow Control in Java

Java Programming with J2SE 5: Operators and Flow Control in Java Sun
To enable the learner to identify and work with Java operators, expressions, selection statements, and loop constructs
more...
Java Programming with J2SE 5 Creating Classes in Java

Java Programming with J2SE 5: Creating Classes in Java Sun
To enable the learner to create and work with Java classes and objects
more...
Java Programming with J2SE 5 Working with Classes in Java

Java Programming with J2SE 5: Working with Classes in Java Sun
To enable the learner to implement inheritance and polymorphism in Java and to work with Java's static and final modifiers
more...
Java Programming with J2SE 5 Generics and Annotations

Java Programming with J2SE 5: Generics and Annotations Sun
To explain what metadata is and how it can be used to provide annotation source to third-party tools and to outline J2SE 1.5 tool changes
more...
Java Programming with J2SE 5 Reference Types and Threading

Java Programming with J2SE 5: Reference Types and Threading Sun
To enable the learner to work with reference types and threads in Java
more...
Java Programming with J2SE 5 Exception Handling and Assertions

Java Programming with J2SE 5: Exception Handling and Assertions Sun
To enable the learner to handle exceptions and use assertions in Java
more...
Java Programming with J2SE 5 Java Utilities

Java Programming with J2SE 5: Java Utilities Sun
To enable the learner to use the classes and methods of the java.lang, java.util, java.io, and java.nio packages
more...
Java Programming with J2SE 5 Java I O

Java Programming with J2SE 5: Java I/O Sun
To enable the learner to use Java's I/O facilities to read and write data, and format input or output
more...
Java Programming with J2SE 5 Basic GUI Development in Java

Java Programming with J2SE 5: Basic GUI Development in Java Sun
To demonstrate how to build GUI applications using the Swing API
more...
Java Programming with J2SE 5 Java Applets

Java Programming with J2SE 5: Java Applets Sun
To demonstrate how to build applets and place them on web pages
more...
Java Programming with Java SE 6 0 Java Applets

Java Programming with Java SE 6.0: Java Applets Sun
To demonstrate how to build applets and place them on web pages
more...
Java Programming with Java SE 6 0 Basic GUI Development in Java

Java Programming with Java SE 6.0: Basic GUI Development in Java Sun
To demonstrate how to build GUI applications using the Swing API
more...
Java Programming with Java SE 6 0 Java I O

Java Programming with Java SE 6.0: Java I/O Sun
To enable the learner to use Java's I/O facilities to read and write data, and format input or output
more...
Java Programming with Java SE 6 0 Java Utilities

Java Programming with Java SE 6.0: Java Utilities Sun
To enable the learner to use the classes and methods of the java.lang, java.util, java.io, and java.nio packages
more...
Java Programming with Java SE 6 0 Getting Started with Java

Java Programming with Java SE 6.0: Getting Started with Java Sun
To introduce the main principles and elements of the Java language
more...
Java Programming with Java SE 6 0 Operators and Flow Control in Java

Java Programming with Java SE 6.0: Operators and Flow Control in Java Sun
To enable the learner to identify and work with Java operators, expressions, selection statements, and loop constructs
more...
Java Programming with Java SE 6 0 Creating Classes in Java

Java Programming with Java SE 6.0: Creating Classes in Java Sun
To enable the learner to create and work with Java classes and objects
more...
Java Programming with Java SE 6 0 Working with Classes in Java

Java Programming with Java SE 6.0: Working with Classes in Java Sun
To enable the learner to implement inheritance and polymorphism in Java and to work with Java's static and final modifiers
more...
Java Programming with Java SE 6 0 Generics and Annotations

Java Programming with Java SE 6.0: Generics and Annotations Sun
To explain what metadata is and how it can be used to provide annotation source to third-party tools and to outline generics in Java.
more...
Java Programming with Java SE 6 0 Reference Types and Threading

Java Programming with Java SE 6.0: Reference Types and Threading Sun
To enable the learner to work with reference types and threads in Java
more...
Java Programming with Java SE 6 0 Exception Handling and Assertions

Java Programming with Java SE 6.0: Exception Handling and Assertions Sun
To enable the learner to handle exceptions and use assertions in Java
more...
Creating Interactive Pages in Dramweaver CS4

Creating Interactive Pages in Dramweaver CS4 Adobe
Adding interactivity to web pages enhances the functionality and overall appeal of a site. Dreamweaver CS4 allows developers to increase web site interactivity by using forms and behaviors. The application also includes the Spry framework for Ajax, allowing Dreamweaver users with no advanced programming knowledge to quickly and easily
more...
ORACLE DATABASE 10g PROGRAMMING WITH PL SQL I

ORACLE DATABASE 10g: PROGRAMMING WITH PL/SQL I Oracle
more...
ORACLE DATABASE 10g DEVELOPING PL SQL PROGRAM UNITS

ORACLE DATABASE 10g: DEVELOPING PL/SQL PROGRAM UNITS Oracle
more...
Network Access Security in Windows Server 2008

Network Access Security in Windows Server 2008 Microsoft Microsoft Certified Technology Specialist Windows Server 2008, Network Infrastructure Configuration (Exam 70-642)
Windows Server 2008 provides new services and capabilities for controlling and securing network access. This course discusses the new Network Access Protection application programming interface (API) and how it restricts
more...
Agile Programming Testing

Agile Programming & Testing
Agile software development is an iterative, incremental approach to developing and releasing software. Agile principles include commitment to timely and ongoing software deliveries, changing requirements, simplicity in approach, and sustainable development cycles. The Agile method also promotes self-organizing, self-empowered, self-monitoring teams and individuals
more...
Managing Agile Software Development

Managing Agile Software Development
Agile software development is an iterative, incremental approach to developing and releasing software. Agile principles include commitment to timely and ongoing software deliveries, changing requirements, simplicity in approach, and sustainable development cycles. The Agile method also promotes self-organizing, self-empowered, self-monitoring teams and
more...
Introducing Agile Software Development

Introducing Agile Software Development
Agile software development is an iterative, incremental approach to developing and releasing software. Agile principles include commitment to timely and ongoing software deliveries, changing requirements, simplicity in approach, and sustainable development cycles. The Agile method also promotes self-organizing, self-empowered, self-monitoring teams and
more...
Planning an Agile Software Development Project

Planning an Agile Software Development Project
Agile software development is an iterative, incremental approach to developing and releasing software. Agile principles include commitment to timely and ongoing software deliveries, changing requirements, simplicity in approach, and sustainable development cycles. The Agile method also promotes self-organizing, self-empowered, self-monitoring
more...
Getting Started with Software Programming

Getting Started with Software Programming
Today's computers are powerful tools capable of accomplishing sophisticated tasks, but not without the assistance of skilled software developers. This course introduces the learner to the magic behind computer software development, beginning with a brief history of computer languages and how these languages have evolved into powerful programming
more...
Introduction to Software Program Design

Introduction to Software Program Design
In order to work their magic, computer programmers need to understand the various methods required by programming languages. This course introduces the learner to the basic methods and processes necessary to construct algorithms, including variables and data types, expressions and statements, and more advanced concepts like arrays and functions.
more...
Creating Interactive Web pages in Dreamweaver CS3

Creating Interactive Web pages in Dreamweaver CS3 Adobe
Adding interactivity to web pages enhances the functionality and overall appeal of a site. Dreamweaver CS3 allows developers to increase web site interactivity by using forms and behaviors, and enables users to organize site components into layers. The application also includes the Spry framework for Ajax, allowing Dreamweaver users
more...
Programmability and Administration in Access 2007

Programmability and Administration in Access 2007 Microsoft
Microsoft Office Access 2007 makes it easy for you to share and manage data using the collaborative environment of a Microsoft Windows SharePoint site along with the many data management features available within Access 2007. This course explains how SharePoint sites can be used with Access and demonstrates options such as moving
more...
Database Administration in Access 2007

Database Administration in Access 2007 Microsoft
Microsoft Office Access 2007 makes it easy for you to share and manage data using the collaborative environment of a Microsoft Windows SharePoint site along with the many data management features available within Access 2007. This course explains how SharePoint sites can be used with Access and demonstrates options such as moving data to a
more...
JavaScript Objects Object-Oriented Programming

JavaScript: Objects & Object-Oriented Programming
Object-oriented programming is an important feature of JavaScript. This course 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 JavaScript language, including String, Math,
more...
Visual Basic Customized Programming

Visual Basic: Customized Programming Microsoft
Visual Basic offers flexibility to the programmer in many new ways in the latest installment of Visual Studio. This course focuses on customized programming such as Interoperability, Reflection, new Drawing Classes for graphics, and Globalization.
more...
Custom Controls Asynchronous Programming with VB 2008

Custom Controls & Asynchronous Programming with VB 2008 Microsoft
Developers often need to create applications that use controls that are configurable and are able to respond to and handle more than one task at a time. This course looks at how Visual Studio 2008 and the .NET Framework 3.5 allow for the creation of custom controls and the use of asynchronous programming techniques to handle
more...
Creating Implementing Programming Objects in SQL Server 2008

Creating & Implementing Programming Objects in SQL Server 2008 Microsoft Microsoft Certified Technology Specialist SQL Server 2008, Database Development (Exam 70-433)
In SQL Server 2008 you can use Transact-SQL statements to access data in the databases. Transact-SQL statements can be grouped together in a number of ways to create more complex queries when one Transact-SQL statement will not
more...
Creating Interactive Web Pages in Dreamweaver CS5

Creating Interactive Web Pages in Dreamweaver CS5 Adobe
Adding interactivity to web pages enhances the functionality and overall appeal of a site. Dreamweaver CS5 allows developers to increase web site interactivity by using forms and behaviors. The application also includes the Spry framework for Ajax, allowing Dreamweaver users with no advanced programming knowledge to quickly and easily
more...
Software Program Control Flow Fundamentals

Software Program Control Flow Fundamentals
Computer software works because programmers create algorithms, which when broken down, are nothing more than a collection of logical constructs. This course introduces the learner to the logic behind computer software, including using defining tables to solve a problem, conditional statements like IF THEN, and repetition using FOR and WHILE loops.
more...
From Online Training Directory
Beginning Webmastering Techniques( with site design/management focus )


Moderately Technical--HTML, DOM, CSS, UI design/layout database issues.
Topics Covered : Site design, Performance Tuning, Adding audio, video and simple add-ons and also a broad overview of other Webmastering areas of speciality. Prerequisite: Some programming experience is helpful. Familiarity with networking concepts will also be helpful. Software/Hardware Requirement : A student will need to
more...
Beginning Webmastering Techniques( with site design/management focus )
Object-Oriented Analysis & Design using UML


This will be an eight week course introducing OO Analysis & Design. Each concept taught will be applied to a real world system in a step-by-step modeling of the same.
Topics Covered : Why OO, What is UML, Outline of development process, Use Cases, Class Diagrams( basic concepts ), Interaction Diagrams, Class Diagrams( advanced concepts ), Packages & Collaborations, State Diagrams, Activity
more...
HTML Lessons in Web Page Design - 10 Week Facilitator Led


Design your own website with our 10 week interactive course.
HTML stands for HyperText Markup Language and is the language of web page design. If you have little or no experience with HTML, then this 10 week standard course with facilitator interaction is the one to take. With these lessons you will have your own web site up and running in no time! Learn to design internet web pages for your
more...
J2EE Part I ( JSP/servlet )


Learn the server-side Java in one easy attempt. Complement your web-front-end with this server-side part to create a whole application. Be comfortable with round-trip development.
We will mainly cover JSP/servlet/JDBC in this course.
Students will develop their own applications using server-side Java. Prerequisite: Strong understanding of the Java Programming Language and basic HTML, familiarity
more...
Client/Server Development and Remote Data Access in Visual Basic


This intermediate 7-week course teaches how to implement database access through client/server architecture over the Internet in Visual Basic.
Many applications today require access to a database located remotely, sometime over the Internet.
This course will teach the student how to create both a server and a client application that can communicate with each other over the Internet and provide
more...
8 Week JavaScript Standard Course with Instructor Interaction


A dynamic and complete course on JavaScript. Very hands on.
more...
Learn JavaScript All By Yourself-Advanced



Learn more advanced features of JavaScript with our 5 week advanced lite course.
more...
Learn JavaScript All By Yourself-Introductory



Learn the basics of JavaScript with our 5 week introductory lite course.
more...
Application Programming using Visual Basic 6.0 (Beginner/Intermediate/Advanced)


Comprehensive 10 week Visual Basic 6.0 workshop. Learn from a PRO!
In designing several applications using Visual Basic 6.0, this course will demonstrate the versatility of VB to help facilitate most projects related to Windows development, as well as, to help in personal programming endeavors. In the course, focus will be geared on learning proper development of friendly GUI screens, programming
more...
Introduction to XML


The ABC`s of XML tagging. Learn to read and write documents in XML, the key to new Web content and e-commerce.
In this self-directed course you learn why XML is becoming a key standard on the Web, how it changes the way you write content, and how XML tags take your text through a maze of software from your desk to the user.
You learn about the critical role of software called a parser that
more...
Authorware for Educators


This course is for educators who want to learn the basics of a multimedia authoring program in a short amount of time. Authorware can be used to create all kinds of interactive multimedia programs such as performance-support applications and educational games. The textbook for this course guides you step by step through the development of several Authorware projects. Each lesson in the textbook
more...
Learn Authorware In 45 Days


This course offers you an inexpensive why of learning how to develop multimedia programs using a very powerful authoring program called Authorware. You will need to purchase a textbook, which includes the Authorware program. The textbook guides you step by step through the development of several Authorware projects. The course length of time is based on the free usage of the 45 day trial version
more...
Getting Started With Microsoft Windows XP



This course introduces students to the basic features in Microsoft Windows XP. This course will teach the end-user necessary skills like using the mouse, working on the Desktop, using windows, and operating the Start menu and Taskbar. The course will also walk the students through formatting disks, printing documents, using system tools, and shutting down the computer.
This course introduces
more...
Getting Started With Windows Millennium



This course introduces the basic features in Windows Millennium Edition by teaching necessary skills like using the mouse, working on the Desktop, using windows, operating the Start menu and Taskbar, navigating in Windows Explorer, and using some of the included accessories.
This course introduces students to the basic features in Windows Millennium Edition.
This course will teach necessary
more...
Microsoft Office XP New Features



This course introduces students to some of the new features of the Office XP suite. It covers the major new features of Microsoft Word, Microsoft PowerPoint, Microsoft Excel, Microsoft Access, and Microsoft Outlook.
This course introduces students to some of the new features of the Office XP suite.
It covers the major new features that apply to all of the applications, including smart tags and
more...
Microsoft Windows XP Level 1



This course introduces students to the basic features in Microsoft Windows XP by including lessons on customizing the Desktop and using Windows Explorer. The course will walk the students through formatting disks, printing documents, using system tools, and shutting down the computer.
This course introduces students to the basic features in Microsoft Windows XP.
This course will teach the
more...
Office XP (2002) Advanced



This advanced course introduces students to some new features of Microsoft Office XP. It covers the major features that apply to all of the applications. This includes Microsoft Word, Microsoft PowerPoint, Microsoft Excel, Microsoft Access, Microsoft Outlook, as well as a special course on time management. The goal of this advanced course is to broaden and develop the intermediate skills that the
more...
Office XP (2002) Intermediate



This course introduces students to some new features of Microsoft Office XP. It covers the major features that apply to all of the applications. This includes Microsoft Word, Microsoft PowerPoint, Microsoft Excel, Microsoft Access, and Microsoft Outlook. This intermediate course strives to broaden and develop the intermediate skills that students already possess.
This intermediate course
more...
Office XP (2002) Introduction



This course introduces students to the basic features of Microsoft Office XP. It covers the major new features that apply to all of the applications. This includes Microsoft Word, Microsoft PowerPoint, Microsoft Excel, Microsoft Access, Microsoft FrontPage, and Microsoft Outlook. Students will learn the intoductory features that each of these applications has to offer.
This course introduces
more...
Windows 2000 Level 1



This course introduces students to the basic features in Microsoft Windows 2000 by walking them through the end-user necessary skills like using the mouse, working on the Desktop, using windows, and operating the Start menu and Taskbar.
This course introduces students to the basic features in Microsoft Windows 2000.
Students will learn end-user necessary skills like using the mouse, working on
more...
Windows 98 Level 1



This introductory course will teach students how to use the basic features of Microsoft Windows 98. The course includes lessons on customizing the Desktop using Web content, screen savers, and Desktop themes. Students will also gain un understanding of the file system, including how to use Windows Explorer.
more...
Windows 98 New Features



This course will introduce students to the new features found in Windows 98, including Internet-related features. Creating a Web page using FrontPage Express and using the Online Help option are just two of the specific topics that will be covered.
more...
PC Fundamentals With Microsoft Windows XP



This course introduces students to the basics of personal computers. Students will learn what a computer is and how to identify and classify some basic components and peripherals. Students will also receive instruction on how to turn on a computer and log on to Microsoft Windows XP. In addition, students will learn what Microsoft Windows XP is, how to use the mouse to access various essential
more...
Administering Microsoft ® SQL Server 2000 (SQL)



This course will provide student with the knowledge and skills required to install, manage and administer Microsoft SQL Server 2000 (SQL) databases.
This course is design to help students master the concept of administering Microsoft? SQL Server 2000 (SQL) databases effectively. When a student completes this course he/she will be able to plan and complete a successful installation or upgrade,
more...
Advanced Active Server Pages


Learn to program using Microsofta s latest technology, ASP. PREREQUISITE: Beginning Active Server Pages
more...
Database Design Concepts


During this course you will learn the basic concepts of database design, the SQL language and how to design and implement a simple relational database.
The course is suitable for all kinds of audiences, as it starts with the very basic concepts of database design and presents the subject in an easy manner. Coursework focuses on the real-life implementation of database solutions and on practical
more...
An Introduction to Linux A Workshop Approach


This Web-based course provide users with a hands-on introduction to the Linux operating system.
This Web-based course provide users with a hands-on introduction to the Linux operating system, with emphasis on practicing essential skills for setting-up and using a Linux desktop. In all, it covers general information on more than 50 Linux distributions.
The course is designed for new users as a
more...
Java 2 - Language & Semantics
Students will learn basic Java programming fundamentals, operators and expressions as well as, control statements and arrays.
In this unit, you will learn about the Java syntax and lexical issues.
It covers identifying the range and declaring the constants, literals, and variables of the three main categories of primitive data types.
You will learn to identify Java keywords and identifiers.
more...
Java 2 -- Classes & Inheritance
Students will learn about Classes & Objects, Inheritance and Polymorphism, Nested Classes and Creating Interfaces in the Java Programming Language
This unit introduces the concept of classes and objects, and discusses the procedure for declaring classes and creating objects.
You will learn to declare instance variables, methods, and local variables by using permitted modifiers such as public,
more...
Java 2 -- Handling Exceptions & Implementing Threads
This unit describes exceptions, exception handling, threading, multithreading, the creation of threads, their classes and their use.
This unit explains the basics of exception handling by introducing the concept and highlighting the advantages of exception handlers in a program.
It draws a distinction between errors and exceptions. In this unit, you will learn about the keywords used in
more...
Java 2 -- java.lang Package
This unit provides an overview of the java.lang package by explaining its classes, interfaces, and exceptions.
This unit provides an overview of the java.lang package by explaining its classes, interfaces, and exceptions.
It explains the importance of the java.lang package in Java programming.
You will learn about the importance of the Object class, which is the super class for all Java
more...
Java 2 -- java.util Package
This course teaches you about the various interfaces you will need to learn in Java programming You will also learn about additional classes in Java.
In this unit, you will learn about various interfaces, such as Collections, Map, List, Set, Enumeration, Iterator, and Observer, which are available in the java.util package.
You will also be shown how to override some of the methods of the
more...
Java 2 -- Building Graphical User Interfaces
This course contains 3 units: The Java.awt.package, using GUI components and managing the layout. Each unit covers detail the elements of Java necessary to build graphical user interfaces.
This course contains 3 units: The Java.awt.package, using GUI components and managing the layout. The first unit will cover the features of the java.awt.package.
It explains the important methods and alignment
more...
Java 2 -- Applets & Imaging
This course contains 4 units: Applets, Advanced Applets, 2d Graphics and Printing in Java, and Imaging. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Java language.
The first unit defines an applet and lists the features of an applet.
You will learn about the Applet class, its hierarchy, and its methods.
You will also
more...
Java 2 -- File I/O
This course contains 4 units: I/O in Java Streams, Using the Filter & Pipe Stream Classes, Using the Character Stream, and Using the File Classes Each unit covers detail the elements of Java necessary to implement the features and functions for file input and output as you program in the Java language.
In the first unit, you will learn about how Java performs basic I/O operations using streams.
more...
Java 2 -- Advanced Java
This course contains 4 units: Garbage Collection, Java Security, Internationalization, JavaBeans Technology. Each unit covers detail the elements of Java necessary to implement these advanced features and functions as you program in the Java language.
The first unit explains the process of garbage collection.
It describes the gc( ) and finalize( ) methods in Java and the code used to make
more...
Java 2 -- Enterprise Java
This course contains 4 units: JFC and Swing, Working with Swing Components, Java Servlets, and Distributed Applications. Each unit covers detail the elements of Java necessary to implement these enterprise features and functions as you program in the Java language.
The first unit provides an overview of the JFC package and the Swing architecture.
It explains the features of the Swing class and
more...
Java 2 -- Advanced java.lang & java.util Packages
This course contains 3 units: Accessing Resources at Run Time, The Reflection Package, The jar Utility. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Java language.
The first unit describes the important methods in the System class, such as arrayCopy( ), exit( ), gc( ), getProperty( ), load( ), setProperty( ), setIn( ),
more...
Java 2 -- Extending the GUI
This course contains 3 units: Creating Fonts, Dialog Boxes, and Menus, Using Listener Methods, and Handling Events. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Java language.
In the first unit, you will learn to use fonts in a program. The unit explains the Font and FontMetrics classes and their methods.
You will learn to
more...
Java 2 -- Networking
This course contains 3 units: Networking Basics, Programming Using Sockets, and Programming Using Datagrams. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Java language.
In the first unit, you will learn about the client/server architecture that forms the core of networking concepts. The unit also explains frequently used
more...
Linux Complete Set
This complete set of Linux Operating System training will get you started in the world of the Linux operating system, Linux networking and Linux administration. This is a basic course to give you a good foundation from which to build on that will lead to certification and more.
This course set will walk you through Linux installation and setup, including some of the more difficult topics like
more...
Linux Operating System
Linux Operating System will get you started in the world of Linux networking and administration. This is a basic course to give you a good foundation from which to build on that will lead to certification and more.
Linux Course Description This course will walk you through the Linux installation and setup, including some of the more difficult topics like network settings and graphical interface
more...
Linux System Administration
This course will teach students how to setup, install, maintain and administer a computer system using the Linux operating system.
Topics include system installation and configuration, startup and shutdown, adding/deleting users, installing peripheral devices, backing up and restoring system and user data, application package installation, security, and task scheduling.
Students will also learn
more...
Linux Network Administration
Linux Network Administration is the 3rd of three courses required for Linux+ and LPI certification. Security, firewalls, e-mail, web servers and much more is covered in this course.
Linux Network Administration covers the key areas of Linux network management, security, e-mail and domain servers.
This course also teaches how to set-up Linux web servers as well as how to manage and maintain them.
more...
SQL Server 2000 Implementing and Designing Databases
This course teaches you to design, implement, administer and troubleshoot information systems that incorporate Microsoft SQL Server 2000.
This course prepares you to design and implement database solutions by using Microsoft SQL Server 2000.
This course covers subjects such as: Developing a Logical Data Model, Implementing the Physical Database, Retrieving and Modifying Data, Programming
more...
SQL Server 2000 Administration
This course will teach techniques for installing, configuring, and administering SQL Server 2000.
This course is designed to teach the student all the necessary knowledge to successfully pass the Microsoft exam 70-228 required for MCDBA. (Installing, Configuring, and Administering Microsoft SQL Server 2000.) This indepth course covers all necessary materials to accomplish outcomes listed below.
more...
SQL Server 2000 Data Warehousing
This course will teach you the knowledge and skills necessary to design a data warehouse and to populate data marts by using Data Transformation Services (DTS) in Micorsoft SQL Server 2000
This course will teach you the ins and outs of in Micorsoft SQL Server 2000 by providing the knowledge and skills necessary to understand the underlying design and principles of a data warehouse.
You will
more...
SQL Server 2000 - XML-Enabled Applications Using SQL 2000
This course is designed to teach students the basics of SQL and XML in building and combining applications where database functions are required
This course will give students a good understanding of how to use SQL 2000 in building and integrating applications that use or require a database and are enabled with XML. Course includes a primer for SQL and XML calls for SQL. Course also covers using
more...
Flash 8 Series
Flash is the standard tool for delivering interactivity and animation on Web sites. This series walks you through the new and improved features found in Flash 8. The student will have access to this course for 1 year. This self-directed course can be completed within 90 days or sooner depending on time and learning capabilities of the student.
Welcome to Flash 8 Series Flash is the standard tool
more...
Adobe Dreamweaver CS3: Essentials
Adobe Dreamweaver CS3 places the tools in your hands to quickly and easily design, develop and eye catching and manageable websites. During this comprehensive introduction to Dreamweaver CS3 you will cover the basics of how to create Web pages, set links, and insert images, to more advanced techniques for creating page layouts with tables and CSS. This self-directed course can be completed within
more...
Crystal Reports XI
Receive a fundamental understanding of the concepts of Crystal Reports XI by learning to build reports, use formulas, build groups, work with records, and create charts.
Crystal Reports XI Receive a fundamental understanding of the concepts of Crystal Reports XI by learning to build reports, use formulas, build groups, work with records, and create charts. Follow Jason Manibog as he teaches you
more...
Crystal Reports 8
This self-paced interactive course will give the student in-depth knowledge of Crystal Reports 8 and all of its functionality.
One of the greatest challenges in working with data and databases is creating useful, effective, and efficient reports that people will use to enhance the business capabilities of their companies. Upon completion of this course, the student will be able to quickly create
more...
Database Management
This course features coverage of the important aspects of the relational PC-based database model including coverage of SQL. A highly useful methodology for designing databases is presented and illustrated through a variety of examples. This course is designed for anyone interested in gaining familiarity with database management.
Someone taking this course should have some experience using a
more...
Microsoft Access XP Certification
Our Access XP gives you powerful new tools for managing your data.
Welcome to Microsoft Access XP Certification Our Access XP gives you powerful new tools for managing your data. Share your database with co-workers over an Intranet, find and retrieve information quickly, and take advantage of automated, pre-packaged solutions to quickly create databases. Our interactive training series will show
more...
Microsoft Excel XP Certification
Our Excel XP gives you the comprehensive tools to create spreadsheets and share them on the Web for universal viewing and collaboration.
Welcome to Microsoft Excel XP Certification Our Excel XP gives you the comprehensive tools to create spreadsheets and share them on the Web for universal viewing and collaboration. You'll be able to easily analyze data with charts, Microsoft PivotTable views and
more...
Microsoft Office XP Certification
Our Office XP Training consists of 15 interactive computer-based training modules delivered via CD-ROM or via the Internet through our online university.
Welcome to Microsoft Office XP Certification Our Office XP Training consists of 15 interactive computer-based training modules delivered via CD-ROM or via the Internet through our online university. The Office XP suite includes Access, Excel,
more...
Microsoft Outlook XP Certification
Our Outlook XP provides a single location for organizing and managing all of your day-to-day information, from e-mail and calendars to contacts and task lists.
Welcome to Microsoft Outlook XP Certification Our Outlook XP provides a single location for organizing and managing all of your day-to-day information, from e-mail and calendars to contacts and task lists. Our interactive training series
more...
Microsoft Word XP Certification
Our Word XP provides powerful tools for creating and sharing professional documents that anyone with a web browser can view, making it easy for team members to collaborate online.
Welcome to Microsoft Word XP Certification Our Word XP provides powerful tools for creating and sharing professional documents that anyone with a web browser can view, making it easy for team members to collaborate
more...
Oracle 10g OCA
The demand for Oracle technical professionals is growing fast. Experienced or new to the profession you need to know what skills make you more attractive to employers. You will have 1 year access to this course but can complete it as quickly as you like to.
Oracle 10g OCA The demand for Oracle technical professionals is growing fast. Experienced or new to the profession you need to know what
more...
SQL Server 2000 Complete Course
This course is a complete set of SQL Server 2000 Administration, SQL Server 2000 Desing and Implementation, Datawarehousing and XML Enabled Applications using SQL 2000.
This course teaches you to administer and troubleshoot information systems that incorporate the SQL Server 2000 Enterprise Edition. Learn how to install and configure a SQL 2000 Server, plan, design, and create SQL 2000 databases,
more...
Visual Basic.NET
This Visual Basic .NET course teaches you the standards and basics for the Microsoft .NET framework.
Visual Basic.NET is a significant upgrade to Visual Basic and incorporates many new features and framework goals of the .Net architecture. Learning to manage these changes will allow VB developers to create enterprise applications for the .NET platform and to create more traditional VB
more...
Visual Studio .NET and ASP.NET Online Training
This series introduces students to the ASP.NET platform, and gets students started using ASP.NET features such as server controls, validation controls and composite controls in their Visual Studio .NET projects.
This e-learning computer training series includes all of the online training tutorials listed below and is provided in an interactive e-learning format. All courses allow for 1 year
more...
Windows Vista
This course introduces students to Microsoft Windows Vista. It discusses the editions available, including Windows Vista Home Basic, Home Premium, and Ultimate, and points out the differences between them. It also introduces some of the new features of Windows Vista, including the Sidebar, Windows Aero, and Windows Media Center. It teaches the user skills such as working on the Desktop, using
more...
Windows Vista Essentials
Windows Vista Essentials offers the tools needed to become a proficient Microsoft Windows Vista user in no time through comprehensive lessons and engaging quizzes, allowing the user to choose which lesson to learn.. Whether the user is a beginner who wants to learn basic operations of the new Windows environment or a seasoned user, learning to access advanced functions and new features, this
more...
Java 2 - Introduction
This course provides students a general overview and understanding of the Java 2 Programming Language.
This unit will discuss Java history and the main features of the Java language.
You will learn how Java differs from C++, and what types of unique features are available in the Java language.
You will also learn why the Java Virtual Machine is considered the core of the Java platform.
more...
From 123-CBT Computer Based Training
Inside C
To compare and contrast the features of the C# programming language with those of C
more...
Advanced ADO NET Programming
To explain how to modify DataSet data, update data sources, read and write XML data sources, and interact with ADO.NET
more...
Advanced ADO NET Programming
To explain how to modify DataSet data, update data sources, read and write XML data sources, and interact with ADO.NET
more...
VBScript - Elements Arrays Procedures and Program Flow
To explain the capabilities of the VBScript programming language and the use of arrays, procedures, loops, and conditional statements in a VBScript program
more...
Getting Started with Java
To introduce the main principles and elements of the Java language
more...
Java Utilities
To enable the learner to use the classes and methods of the java.lang, java.util, java.io, and java.nio packages
more...
Exception Handling and Assertions
To enable the learner to handle exceptions and use assertions in Java
more...
Operators and Flow Control in Java
To enable the learner to identify and work with Java operators, expressions, selection statements, and loop constructs
more...
Working with Classes in Java
To enable the learner to implement inheritance and polymorphism in Java and to work with Java's static and final modifiers
more...
Reference Types and Threading
To enable the learner to work with reference types and threads in Java
more...
Basic GUI Development in Java
To demonstrate how to build GUI applications using the Swing API
more...
Getting Started with Programming
To introduce structured programming concepts, coding design, and style
more...
Designing Programs
To introduce selection and repetition programming constructs and introduce structured data types and procedures
more...
Object-Oriented Analysis and Design with UML Fundamentals
To introduce basic OOAD principles, the Rational Unified Process, and the role of UML
more...
Object-Oriented Analysis and Design with UML Exploring System Behavior
To explain how to capture a system's requirements with use cases
more...
Object-Oriented Analysis and Design with UML Finding Classes
To outline techniques for finding classes from an initial set of system requirements
more...
Object-Oriented Analysis and Design with UML Analyzing the System
To show how to specify object interaction in the UML and to identify associations and inheritance between classes
more...
Object-Oriented Analysis and Design with UML System and Object Behavior
To introduce operations and attributes, state and activity diagrams, and to show the importance of a review of the class model
more...
Object-Oriented Analysis and Design with UML Designing the System
To introduce architectural analysis and design, and the role of key mechanisms
more...
Object-Oriented Analysis and Design with UML Design and Implementation Issues
To describe the main principles of designing and implementing an object-oriented model
more...
Windows 2000 Script Host Automating Administration Tasks
To explain more advanced aspects of the VBScript programming language
more...
Java Programming with J2SE 5 Generics and Annotations
To explain what metadata is and how it can be used to provide annotation source to third-party tools and to outline J2SE 1.5 tool changes
more...
Java Programming with J2SE 5 Java Applets
To demonstrate how to build applets and place them on web pages
more...
Java Programming with J2SE 5 Java I O
To enable the learner to use Java's I/O facilities to read and write data, and format input or output
more...
Java Programming with J2SE 5 Basic GUI Development in Java
To demonstrate how to build GUI applications using the Swing API
more...
Java Programming with J2SE 5 Exception Handling and Assertions
To enable the learner to handle exceptions and use assertions in Java
more...
Java Programming with J2SE 5 Java Utilities
To enable the learner to use the classes and methods of the java.lang, java.util, java.io, and java.nio packages
more...
Java Programming with J2SE 5 Reference Types and Threading
To enable the learner to work with reference types and threads in Java
more...
Java Programming with J2SE 5 Working with Classes in Java
To enable the learner to implement inheritance and polymorphism in Java and to work with Java's static and final modifiers
more...
Java Programming with J2SE 5 Creating Classes in Java
To enable the learner to create and work with Java classes and objects
more...
Java Programming with J2SE 5 Getting Started with Java
To introduce the main principles and elements of the Java language
more...
Java Programming with J2SE 5 Operators and Flow Control in Java
To enable the learner to identify and work with Java operators, expressions, selection statements, and loop constructs
more...
Flash MX ActionScript
Author Doug Sahlin teaches you the ins and outs of Macromedia Flash MX ActionScripting. Designed to create websites or multimedia presentations for CD-ROM, Flash MX ActionScripting allows users to create exciting animated graphics while keeping a smaller file size than with conventional graphic editing methods. Learn key concepts that will make your Flash designs efficient and entertaining. If you
more...
Designing and Implementing Security in SQL Server 2000
To use programming logic to implement security and describe the different levels of security
more...
SQL Server 2000 Programming Business Logic
To demonstrate how to implement views, stored procedures, triggers and user-defined functions as means for programming business logic
more...
Visual InterDev 6 0 Planning a Web Application

C ourse Overview
This is the first course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to plan a Web site; analyze the planning guidelines and the performance and maintenance factors that need to be
more...
Visual InterDev 6 0 Building Web Sites and Pages

C ourse Overview
This is the second course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to identify the deployment stages of a Web project and create a Web project; deploy applications on the Web and
more...
Visual InterDev 6 0 Active Server Pages and Data Access

C ourse Overview
This is the third course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to identify the features of Active Server Pages (ASP); create a server script and debug the server-side script;
more...
Visual InterDev 6 0 Accessing Remote Data

C ourse Overview
This is the fourth course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to work with database records and identify the methods of managing recordset size; identify the components of
more...
Visual InterDev 6 0 Implementing Server Technologies

C ourse Overview
This is the final course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to identify the features and installation requirements of Microsoft Transaction Server (MTS) and the features of
more...
Oracle Database 10g PL SQL Fundamentals Part 1

In this course, the learner will get familiar with the procedural language to access Oracle database. The learner will learn how to write and use anonymous PL/SQL blocks, program constructs, simple and composite PL/SQL data types, programming guidelines, and accessing and manipulating data using PL/SQL. Additionally, the learner will also learn how to write and use PL/SQL program units, such as
more...
Oracle Database 10g SQL Fundamentals I Part 1

In this course, learners will be introduced to the concepts of relational databases and the Oracle Database 10g database technology. Additionally, the learners will be introduced to the powerful SQL programming language and its features.
Learn To:
Match the different phases of system development life cycle (SDLC) with their features.
Identify features of an Entity Relationship
more...
Oracle Database Administration Workshop I Part 2

Oracle Database 10g is the first database designed for enterprise grid computing, the most flexible and cost-effective way to manage enterprise information. This course covers salient aspects of Oracle Database 10g such as user and data management. The basic aspects of database management such as database integrity constraints, transferring data, and defining tables and schemas has been discussed
more...
Introduction to E-Commerce

This course provides the learner with an overview of the state of e-commerce today. It defines electronic commerce and discusses electronic commerce elements. An overview of business-to-consumer and business-to-business electronic commerce is given. This course also addresses issues and technologies available for companies wishing to engage in e-commerce.
Learn To:
Introduction to
more...
C Programming Curriculum

The C Programming Curriculum includes the following courses: C Programming - Part 1 C Programming - Part 2 C Programming - Part 3 C Programming - Part 4 To review individual course descriptions, please return to the previous page and select the desired title(s).
more...
C Programming - Part 1

Course Overview This course is the first in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course will give students a basic understanding of some of the fundamental
more...
C Programming - Part 2

Course Overview This course is the second in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard ANSI C library, to create basic applications. This series is not environment or vendor-specific. In this course, students will learn about arrays, pointers, and user-defined
more...
C Programming - Part 3

Course Overview This course is the third in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course begins to introduce some more advanced topics. Students will learn
more...
C Programming - Part 4

Course Overview This course is the last in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course will teach students the skills and knowledge necessary to perform some
more...
C Programming Curriculum

The C++ Programming Curriculum includes the following courses: C++ Foundation for Non-C Programmers - Part 1 C++ Foundation for Non-C Programmers - Part 2 C++ Programming - Part 1 C++ Programming - Part 2 C++ Programming - Part 3 C++ Programming - Part 4 To review individual course descriptions, please return to the previous page and select the desired title(s).
more...
C Programming - Part 1

Course Overview This course is the first in a four-part series on C++ Programming, which is based on ANSI C++. This course will focus on teaching users some of the fundamental differences between C and C++. It will also introduce the object-oriented (OO) features of C++ and teach users how to use these features to create a simple class. L earn To: Identify the features supported by
more...
C Programming - Part 2

Course Overview This course is the second in a four-part series on C++ Programming, which is based on ANSI C++. The focus of this course will be on the object-oriented (OO) capabilities of C++. Students will gain the skills and knowledge needed to effectively create and manage classes, work with functions and operators, and take advantage of inheritance. L earn To: Override the
more...
C Programming - Part 3

Course Overview This course is the third in a four-part series on C++ Programming, which is based on ANSI C++. This course will give students the skills and knowledge needed to better manage their C++ objects and classes. Students will learn how to handle references and dynamic memory allocation, as well as take advantage of polymorphism, overloading, and templates. L earn To:
more...
C Programming - Part 4

Course Overview This is the last course in a four-part series on C++ Programming, which is based on ANSI C++. This course is designed to give learners some of the practical skills needed to be able to write and compile user-ready C++ applications. Learners will acquire skills needed to perform runtime exception handling, incorporate standard libraries, and create well-designed class
more...
C Foundation for Non-C Programmers - Part 1

Course Overview This is the first part of a two-part series which is designed to teach non-C programmers the fundamentals of C++ programming. This series is based on ANSI C++ and is not environment or vendor-specific. This course will teach students the basic skills and knowledge necessary to be able to write, compile, and run basic C++ applications. Students will learn the language
more...
C Foundation for Non-C Programmers - Part 2

Course Overview This is the second part of a two-part series which is designed to teach non-C programmers the fundamentals of C++ programming. This series is based on ANSI C++ and is not environment or vendor-specific. This course introduces the skills needed to be able to begin to use C++'s Object-Oriented (OO) features. Students will hearn how to create, use, and extend classes, as well as
more...
Object Analysis Design Requirements Analysis

Course Overview
This is the first title in a series of two, and covers the same material as the first half of the Instructor Led course Object Oriented Analysis and Design Using UML. This course teaches students the principles and terminology of object oriented development, and how to apply object oriented techniques to define systems using the notation of the Unified Modeling Language (UML).
more...
Object Analysis Design Design Implementation

Course Overview
This is the second title in a series of two, and covers the same material as the second half of the Instructor Led course Object Oriented Analysis and Design Using UML. This course teaches students the principles and terminology of object oriented development. It follows on from the first title in the series Object Analysis and Design: Requirements and Analysis and teaches the
more...
Oracle Cert App Developer Track for Developer 2000 R2 Curriculum

NETg is Oracle's partner in offering interactive TBT preparation courses for this important certification program. Each of these TBT courses has been co-developed by Oracle Education and NETg to offer step-by-step instruction and hands-on practice in key topic areas. The Complete Oracle Certified Application Developer Track for Developer/2000 Release 2 consists of the following courses:
more...
Oracle Report Builder Report Fundamentals

Course Overview This course is the first in a three-part Oracle Report Builder series that is based on Oracle Developer/2000 Release 2. This course introduces the learner to the key features of Report Builder, building a standard tabular report, and report layout styles. In addition, this course will help participants learn how to use the Live Previewer, store reports, and migrate report
more...
Oracle Report Builder Enhancing Reports

Course Overview This course is the second in a three-part Oracle Report Builder series that is based on Oracle Developer/2000 Release 2. This course introduces the learner to the ways to enhance a report using the Data and Layout Model. In addition, this course will help participants learn how to modify layout objects and enhance matrix reports. L earn To: Enhance a report using the
more...
Oracle Report Builder Controlling Reports

Course Overview This course is the third in a three-part Oracle Report Builder series that is based on Oracle Developer/2000 Release 2. This course helps participants learn how to develop report templates, code PL/SQL triggers in a report, and use Report Builder's built-in package. Finally, building reports for different environments will be covered. L earn To: Identify the regions of
more...
Oracle Form Builder R6 Forms Fundamentals

Course Overview This course is the first in a six-part Oracle Developer series that is based on Oracle Developer Release 6. This course introduces the learner to the key features, components, and capabilities of Oracle Developer. In addition, this course helps learners to run, create, and customize a form module. L earn To: Identify the key features, components and capabilities of
more...
Oracle Form Builder R6 Enhancing the User Interface

Course Overview This course is the second in a six-part Oracle Developer series based on Oracle Developer Release 6. This course describes how to create input and non-input items, how to create lists of values (LOVs) and editors to support text items, and how to create forms using multiple windows and a variety of canvas styles. Additionally, this course covers ways to add functionality to
more...
Oracle Form Builder R6 Writing and Debugging Code

Course Overview This course is the third in a six-part Oracle Developer series that is based on Oracle Developer Release 6. In this course learners will create and control alerts, debug PL/SQL code, and process queries in form modules. In addition, the course will cover transaction processing, Form Builder application customization, and writing flexible code. L earn To: Identify the
more...
Oracle Form Builder R6 Project Builder and Menu Modules

Course Overview This course is the fourth in a six-part Oracle Developer series based on Oracle Developer Release 6. This course describes the features and benefits of Oracle Project Builder, how to create and deliver projects, and how to create new file types. In addition, the course describes how to create and manipulate menu modules, and how to manage menu modules. L earn To:
more...
Oracle Form Builder R6 Controlling the User Interface Programmatically

Course Overview This course is the fifth in a six-part Oracle Developer series based on Oracle Developer Release 6. This course enables learners to create Key triggers, to write code that responds to mouse events, to manage windows and canvases, and to use the Object Navigator. In addition, learners work with multiple form applications, record groups, and list items. L earn To:
more...
Oracle Form Builder R6 Including Reusable Oracle Components

Course Overview This course is the sixth in a six-part Oracle Developer series that is based on Oracle Developer Release 6. This course will enable learners to implement methods to use additional data sources, to work with Oracle8 objects, and to integrate charts, reports, and timers in form modules. In addition, the course covers the procedures to reuse components, objects, and code and to
more...
Oracle Reports R6 Report Fundamentals

Course Overview This course is the first in a three-part Oracle Report Builder series that is based on Oracle Reports Release 6. This course introduces the learner to, the key features of Report Builder, steps involved in building a standard tabular report and report layout styles. In addition, this course will help participants learn how to use the Live Previewer, store reports, and migrate
more...
Oracle Reports R6 Enhance Reports

Course Overview This course is the second in a three-part Oracle Reports series that is based on Oracle Reports Release 6. The goal of this course is to enable developers to construct complex reports and charts using Oracle Reports. This course introduces the learner to the key features of the Data Model editor, Layout Model objects and their properties. The course also enables the learner to
more...
Oracle Reports R6 Control Reports

Course Overview This course is the third in a three-part Oracle Reports series that is based on Oracle Reports Release 6. This course introduces the learner to features of Oracle Reports that can be used to control report output. This course covers developing templates, creating and using parameters, coding PL/SQL triggers, exporing built-in package procedures, using the Reports Server, and
more...
Programming XML Using XML

This course firstly provides a general overview of how to generate XML documents from Java objects. It introduces Java programming with XSL Transforamtions (XSLT). It covers architectural implications of incorporating XML into business applications. Lastly, this course shows how to use the DB2 XML Extender to import and export XML from a DB2 database. Learn To To
more...
SQL Server 7 0 - Implementing a Database - Part 1

Course Overview This is the first course in a five part series that will provide students with the knowledge to to implement a database solution with Microsoft SQL Server 7.0. L earn To: Identify the components of SQL Server 7.0. Identify the characteristics of Transact-SQL and its processing. Perform the skills to construct and manage databases. C ontent Emphasis
more...
SQL Server 7 0 System Administration - Part 1

Course Overview
This is the first course in a five part series that will provide students with the knowledge to install, configure, administer and troubleshoot Microsoft SQL Server 7.0.
L earn To:
Identify the main components of the SQL Server.
Understand the properties of SQL Server Architecture, including the underlying technical details.
Understand the components of
more...
Visual InterDev 6 0 Planning a Web Application

Course Overview
This is the first course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to plan a Web site; analyze the planning guidelines and the performance and maintenance factors that need to be
more...
Visual InterDev 6 0 Building Web Sites and Pages

Course Overview
This is the second course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to identify the deployment stages of a Web project and create a Web project; deploy applications on the Web and use
more...
Visual InterDev 6 0 Active Server Pages and Data Access

Course Overview
This is the third course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to identify the features of Active Server Pages (ASP); create a server script and debug the server-side script; set
more...
Visual InterDev 6 0 Accessing Remote Data

Course Overview
This is the fourth course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to work with database records and identify the methods of managing recordset size; identify the components of
more...
Visual InterDev 6 0 Implementing Server Technologies

Course Overview
This is the final course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to identify the features and installation requirements of Microsoft Transaction Server (MTS) and the features of MTS
more...
Visual Basic 6 0 Designing Implementing Desktop Applications - Part 1

Course Overview This is the first course in a five part series that will provide students with the knowledge to write a Microsoft Visual Basic-based application that accesses data from a database. In this course, students will be introduced to the Visual Basic environment and its main options and characteristics. Students will also learn the strategy for Universal Data Access and the visual
more...
Visual C 6 0 Designing Implementing Distributed Applications - Part 2

Course Overview This is the seventh course in an eight part series for programmers. This series provides the C++ programmers the necessary skills to develop applications using the MFC library and the Microsoft Visual C++ 6 development environment. L earn To: Test and debug a Visual C++ application. Deploy a Visual C++ application. Maintain and support Visual C++ applications.
more...
SQL and PL SQL PL SQL Basics

Course Overview This course introduces the learner to the basics of PL/SQL. The course builds the necessary skills for using Oracle PL/SQL. It will help the learner acquire the expertise to design, develop, and implement Oracle Server applications by using Oracle Structured Query Language (SQL) and PL/SQL. The learner is guided step-by-step through the various aspects of PL/SQL programming.
more...
SQL and PL SQL Basic SELECT

Course Overview This course is the first in a three-part Oracle SQL series that is based on the ILT course Introduction to Oracle: SQL and PL/SQL. This course introduces the learner to Oracle relational database concepts and the use of SQL for storing, retrieving, and manipulating data in a relational database. This course covers relational database principles and Oracle concepts; writing basic
more...
SQL and PL SQL Data Retrieval Techniques

Course Overview This course is the second in a three-part Oracle series that is based on the ILT course Introduction to Oracle: SQL and PL/SQL. This course describes how to access data from more than one table using joins and aggregating data using group functions. This course also describes how to embed a SQL statement in a clause of another SQL statement to enhance the power of SQL queries.
more...
SQL and PL SQL DML and DDL

Course Overview This course is the third in a three-part Oracle SQL series that is based on the Oracle ILT course, Introduction to Oracle: SQL and PL/SQL. Using the Oracle SQL*Plus environment, this computer-based training course uses Structured Query Language (SQL) to create and populate Oracle database tables. Learners create tables and other database objects and learn to maintain and modify
more...
Programming XML Using XML

This course firstly provides a general overview of how to generate XML documents from Java objects. It introduces Java programming with XSL Transforamtions (XSLT). It covers architectural implications of incorporating XML into business applications. Lastly, this course shows how to use the DB2 XML Extender to import and export XML from a DB2 database. Learn To To
more...
Programming XM XML Parsing

This course introduces students to WebSphere Studio Application Developer. It provides a general over overview of XML parsing and it introduces students to the Simple API for XML (SAX) parser and the Document Object Model (DOM) XML parser. Learn To To identify features of the WebSphere Studio family. To identify features of WebSphere
more...
