Online Programming eLearning
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

...ork for Ajax, allowing Dreamweaver users with no advanced programming knowledge to quickly and easily visually design and deploy interactive interfaces, including visual transitions. This course provides an overview of form creation and customization, and form data processing. Also covered are Spry widgets and effects, and creating and editing behaviors to build such features as rollover images
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

...e discusses the new Network Access Protection application programming interface (API) and how it restricts network clients based on policies and enforces a minimum state of system health. It also introduces the Network Policy Server (NPS), which is responsible for managing and enforcing these policies and connection requirements. It outlines the NPS components involved in the Network Access
more...
Agile Programming Testing

...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

...ut the development process, co-ownership of code and pair-programming. A range of agile methodologies have emerged. All embrace the general principles of agile development but can differ in focus and level of formality. In this course you will be introduced to the principles of agile software development, and you will be provided with an overview of some of the principle agile methodologies
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

...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 environments, and ending with
more...
Introduction to Software Program Design

...ammers 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. Specific topics covered include variables, constants and data types, expressions and
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

...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, Number, and Date objects, as well as
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

...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 multiple processes. Specific
more...
Creating Implementing Programming Objects in SQL Server 2008

...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 retrieve the desired
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 )


...ther 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 have access to a PC( 486 or higher ), internet connection through a modem with reasonable speed/DSL etc. Also students will have to have access to some kind of web hosting service that will
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


... a teacher and Mathematics Department Head and has taught programming courses for several years in both day school and in adult evening education classes. He has taught HTML web page design for the Brant FreeNet, for the Grand-Erie Board of Education, and is a Teacher Professional Development HTML workshop presenter. These lessons have been field tested by many students of all ages. Each time
more...
J2EE Part I ( JSP/servlet )


...side Java. Prerequisite: Strong understanding of the Java Programming Language and basic HTML, familiarity with networking concepts, basic database concepts and Object-Oriented methodologies. Software/Hardware requirements : PC with 486 or better processor. Internet connection through modem with reasonable speed/modem. Access to an web server that can run JSP/servlet code. Access to JSP
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)


...d 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 techniques, optimization techniques, and some graphics programming (algorithms, some animation). Terms and definitions will be given in as simplest form as possible. A final project will be done to link
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


... experience using a computer in a windows environment. No programming experience is required. This is a self-directed course that provides you with a hands-on experience using an authoring program called Authorware. The textbook introduces you to the major features of Authorware and guides you step by step through the development of several Authorware projects. All of the files that you need
more...
Learn Authorware In 45 Days


... experience using a computer in a windows environment. No programming experience is required.
This course provides you with a hands-on experience using an authoring program called Authorware.
You will create several Authorware projects, which will contain a variety of multimedia objects such as text, graphics, sound, and video. This is a very self-directed course. The textbook guides you step
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
...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. This unit also explains how to
more...
Java 2 -- Classes & Inheritance
...phism, 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, protected, private, and package.
You will also learn to invoke
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
... 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 classes. The unit also explains how the Class class encapsulates the run-time state of an object or interface.
It also defines how the ClassLoader class loads the classes at run time.
You will learn about the Cloneable and
more...
Java 2 -- java.util Package
...out 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 Collections interface, such
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
...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 networking terms, such as UDP, socket, proxy
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
...nclude sample documents, application files, programs, and programming code that enable learners to practice with these files, enhancing the learning experience. Find-A-Word allows learners to look up an unfamiliar term in the Glossary, on the Web, in a dictionary, or in MindLeaders Reference Library (for subscribers). n addition, it lets them find other occurrences of the term in the same
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
... experience using a computer in a windows environment. No programming experience is required However some experience using Microsoft Access is recomended. There are two database case examples that are used throughout the course to illustrate database design concepts.
You will need to purchase a book. Information about the book will be given upon contacting the instructor.
The course is 10
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
...in the platform requirements for ASP.NET Describe ASP.NET programming models Explain what Web forms are and their uses Create an ASP.NET application Describe IIS application roots Explain how HTML and XML work in ASP.NET Visual Studio .NET and ASP.NET Using Server Controls Describe how server controls are used in ASP.NET Describe how Web controls are used in ASP.NET Set properties and handle
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
...pt What is an ActionScript? Understanding Object Oriented Programming When to Use ActionScript Introducing the Actions Panel Working in Normal Mode Working in Expert Mode Using the Reference Panel Understanding ActionScript Syntax Creating ActionScript Movies About Flash Symbol Types Adding an Action to Your Script Adding an Action to a Keyframe Adding an Action to an Object Adding an Action to
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

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0.
T otal Learning Time
6 - 8 Hour(s)
C ourse Contents
Unit 1: Web Site Planning
Duration: 2 - 3 Hour(s)
Identify the
more...
Visual InterDev 6 0 Building Web Sites and Pages

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. Participants should have completed the first course in the series.
T otal Learning Time
6 - 8 Hour(s)
C ourse Contents
Unit 1:
more...
Visual InterDev 6 0 Active Server Pages and Data Access

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. Participants should have completed the first two courses in the series.
T otal Learning Time
6 - 8 Hour(s)
C ourse Contents
more...
Visual InterDev 6 0 Accessing Remote Data

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. Participants should have completed the first three courses in the series.
T otal Learning Time
6 - 8 Hour(s)
C ourse Contents
more...
Visual InterDev 6 0 Implementing Server Technologies

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. Participants should have completed the first four courses in the series.
T otal Learning Time
6 - 8 Hour(s)
C ourse Contents
more...
Oracle Database 10g PL SQL Fundamentals Part 1

...ogram 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 stored functions, stored procedures, and packages along with some standard Oracle supplied packages and exception handling techniques in PL/SQL.
Learn To:
more...
Oracle Database 10g SQL Fundamentals I Part 1

...ally, 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 (ER) model.
Identify features of Relational Database Management System (RDBMS).
Identify the SQL statement to retrieve data from
more...
Oracle Database Administration Workshop I Part 2

...SQL code, which is Oracle's proprietary fourth generation programming language that enables Oracle applications to interact over different operating systems and hardware platforms.
Learn To:
Identify features of database user accounts and profiles in Oracle Database 10g.
Identify options you can configure when creating a user.
Identify options used to grant privileges to a
more...
Introduction to E-Commerce

...tures of a script.
Identify the characteristics of the programming choices available for the development of e-commerce applications.
Identify common server platforms and operating environments.
Identify the features of the SSL protocol, S/MIME, and digital certificates.
Identify methods of securing online transactions with cryptography.
Identify standards to facilitate
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

...etrain. Individuals who are skilled in another structured programming language (Pascal, FORTRAN, COBOL, etc.) and now need to learn C, possibly as a prerequisite to C++, and those who are experienced in the general process of application development. T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Basics of C Duration: 2 - 3 Hour(s) Sequence the stages in the
more...
C Programming - Part 2

...etrain. Individuals who are skilled in another structured programming language (Pascal, FORTRAN, COBOL, etc.) and now need to learn C, possibly as a prerequisite to C++, and those who are experienced in the general process of application development. In addition, students should have taken the first part of this series (course 13201) prior to taking this course. T otal Learning Time 6 -
more...
C Programming - Part 3

...etrain. Individuals who are skilled in another structured programming language (Pascal, FORTRAN, COBOL, etc.) and now need to learn C, possibly as a prerequisite to C++, and those who are experienced in the general process of application development. In addition, students should have taken the first two parts of this series (courses 13201 and 13202) prior to taking this course. T otal
more...
C Programming - Part 4

...etrain. Individuals who are skilled in another structured programming language (Pascal, FORTRAN, COBOL, etc.) and now need to learn C, possibly as a prerequisite to C++, and those who are experienced in the general process of application development. In addition, students should have taken the first three parts of this series (courses 13201-03) prior to taking this course. T otal Learning
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

...w 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 the C++
more...
C Programming - Part 2

... 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 assignment operate.
more...
C Programming - Part 3

...w 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: Identify the
more...
C Programming - Part 4

...ew 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 hierarchies. L
more...
C Foundation for Non-C Programmers - Part 1

...signed 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 fundamentals, such as syntax, data types, and operators. In addition, they will
more...
C Foundation for Non-C Programmers - Part 2

...signed 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 how to populate those classes with members and functions. They will also
more...
Object Analysis Design Requirements Analysis

...fy the features of the three most popular Object Oriented programming languages.
Identify the characteristics of Smalltalk.
Identify the characteristics of C++.
Identify the characteristics of Java.
Identify the characteristics of System Scoping.
Identify the need for System Scoping
Identify the characteristics of a Scenario.
Identify the uses of Scenarios.
Identify the
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

...Functions and Packages (ID#7745) Oracle PL/SQL: Database Programming (ID#7746) Oracle Form Builder: Form Fundamentals (ID#381) Oracle Form Builder: Enhancing the User Interface (ID#387) Oracle Form Builder: Writing and Debugging Code (ID#389) Oracle Form Builder: Managing Module Types (ID#395) Oracle Form Builder: Handling Multiple Object Relationships (ID#399) Oracle Form Builder:
more...
Oracle Report Builder Report Fundamentals

...QL and PL/SQL using Procedure Builder and PL/SQL Database Programming, or have taken courses 60111, 60112, 60113 and 60131. T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Developer/2000 Report Builder Duration: 1.5 - 2 Hour(s) Identify the feature of Developer/2000 Match the components of Developer/2000 with the tasks that they enable. Invoke Report Builder by
more...
Oracle Report Builder Enhancing Reports

...QL and PL/SQL using Procedure Builder and PL/SQL Database Programming, or have taken courses 60111, 60112, 60113 and 60131. In addition, participants should have taken the first part in this series, course 61221. T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Enhancing a Report - Data Model Duration: 1 - 2 Hour(s) Match the Data Model objects with their
more...
Oracle Report Builder Controlling Reports

...QL and PL/SQL using Procedure Builder and PL/SQL Database Programming, or have taken courses 60111, 60112, 60113 and 60131. In addition, participants should have taken the first two parts of this series, courses 61221 and 61222. T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Developing Report Templates Duration: 1.5 - 2 Hour(s) Match regions of a report template
more...
Oracle Form Builder R6 Forms Fundamentals

...ctions and Packages (60114); and, Oracle PL/SQL: Database Programming (60131). T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Oracle Developer: Form Builder Duration: 2 - 3 Hour(s) Identify the features of Oracle Developer. Match the components of Oracle Developer with the tasks that they enable. Identify the common features of Oracle Developer Builder
more...
Oracle Form Builder R6 Enhancing the User Interface

...ctions and Packages (60114); and, Oracle PL/SQL: Database Programming (60131). In addition, learners should have taken the first part of the Oracle Developer series, Oracle Developer: Forms Fundamentals (62211). T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Items: Creating Duration: 1.5 - 2 Hour(s) Identify input item types. Identify non-input item types.
more...
Oracle Form Builder R6 Writing and Debugging Code

...ctions and Packages (60114); and, Oracle PL/SQL: Database Programming (60131). In addition, learners should have taken the first two parts of the Oracle Developer series: Oracle Developer: Forms Fundamentals (62211) and Oracle Developer: Enhancing the User Interface (62212). T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Runform Messages and Alerts Duration: 1 - 2
more...
Oracle Form Builder R6 Project Builder and Menu Modules

...ctions and Packages (60114); and, Oracle PL/SQL: Database Programming (60131). In addition, learners should have taken the first three parts of the Oracle Developer series: Oracle Developer: Forms Fundamentals (62211); Oracle Developer: Enhancing the User Interface (62212); and, Oracle Developer: Writing and Debugging Code (62213). T otal Learning Time 6 - 8 Hour(s) Course Contents
more...
Oracle Form Builder R6 Controlling the User Interface Programmatically

...ctions and Packages (60114); and, Oracle PL/SQL: Database Programming (60131). In addition, learners should have taken the first four parts of the Oracle Developer series: Oracle Developer: Forms Fundamentals (62211); Oracle Developer: Enhancing the User Interface (62212); Oracle Developer: Writing and Debugging Code (62213); and, Oracle Developer: Project Builder and Menu Modules (62214). T
more...
Oracle Form Builder R6 Including Reusable Oracle Components

...ctions and Packages (60114); and, Oracle PL/SQL: Database Programming (60131). In addition, learners should have taken the first five parts of the Oracle Developer series: Oracle Developer: Forms Fundamentals (62211); Oracle Developer: Enhancing the User Interface (62212); Oracle Developer: Writing and Debugging Code (62213); Oracle Developer: Project Builder and Menu Modules (62214); and,
more...
Oracle Reports R6 Report Fundamentals

... and Packages (course 60114); and Oracle PL/SQL: Database Programming (course 60131). T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Oracle Developer Report Builder Duration: 1.5 - 2 Hour(s) Match the components of Oracle Developer with the tasks that they enable. Select the common features of Oracle Developer components. Identify the features of Oracle Toolkit
more...
Oracle Reports R6 Enhance Reports

... and Packages (course 60114); and Oracle PL/SQL: Database Programming (course 60131). In addition, participants should have taken the first part in this series Oracle Reports: Reports Fundamentals (course 62221). T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Data Model Duration: 1 - 2 Hour(s) Match the Data Model objects with their characteristics. Change the
more...
Oracle Reports R6 Control Reports

... and Packages (course 60114); and Oracle PL/SQL: Database Programming (course 60131). In addition, participants should have taken the first two parts in this series: Oracle Reports: Reports Fundamentals (course 62221); and, Oracle Reports: Enhancing Reports (course 62222). T otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Developing Report Templates Duration: 1 Hour(s)
more...
Programming XML Using XML

...erate 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 identify considerations for generating XML from Java
more...
SQL Server 7 0 - Implementing a Database - Part 1

... of the SQL Server Query Analyzer. Select the SQL Server programming tool that is used to enter Transact-SQL statements, system procedures and script files using ODBC. Select uses of Data Control Language statements. Select uses of Data Definition Language statements. Select SQL Server naming conventions for object identifiers. Select uses of Data Manipulation Language statements. Select
more...
SQL Server 7 0 System Administration - Part 1

...chitecture.
Identify the natively supported Application Programming Interfaces and Data Object Interfaces.
Match each management tool with its automated routine administrative task.
Identify the types of login authentication recognized by SQL Server.
Match the role to its definition.
Sequence the steps for validating permissions.
Match each system and user database with its
more...
Visual InterDev 6 0 Planning a Web Application

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0.
T otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1: Web Site Planning
Duration: 2 - 3 Hour(s)
Identify the features
more...
Visual InterDev 6 0 Building Web Sites and Pages

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. Participants should have completed the first course in the series.
T otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1: Visual
more...
Visual InterDev 6 0 Active Server Pages and Data Access

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. Participants should have completed the first two courses in the series.
T otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1:
more...
Visual InterDev 6 0 Accessing Remote Data

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. Participants should have completed the first three courses in the series.
T otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1:
more...
Visual InterDev 6 0 Implementing Server Technologies

...architectural planning, technology selection, or Web site programming tasks. This series will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. Participants should have completed the first four courses in the series.
T otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1:
more...
Visual Basic 6 0 Designing Implementing Desktop Applications - Part 1

...: 3 - 4 Hour(s) Identify the features of event-driven programming in Visual Basic. Identify file types and file extensions in a Visual Basic 6.0 project. Identify project templates in Visual Basic. Identify Help options in Visual Basic. Add a standard control to a form. Add ActiveX controls to the Toolbox. Identify the code used to set properties at run time. Identify different types
more...
Visual C 6 0 Designing Implementing Distributed Applications - Part 2

...tify the debugging tool that is to be used to resolve the programming errors in a given scenario. Unit 2: Deploying a Visual C++ Application Duration: 2 - 3 Hour(s) Match the deployment method with the factors to be considered when planning a deployment. Select the appropriate deployment strategy for a given scenario. Identify the reasons to select Microsoft Systems Management
more...
SQL and PL SQL PL SQL Basics

...guided step-by-step through the various aspects of PL/SQL programming. Numerous easy-to-understand examples ensure that the concepts are amply illustrated. L earn To: Identify the features and benefits of PL/SQL and understand the PL/SQL program constructs. Identify the PL/SQL datatypes Identify how to declare PL/SQL variables and identify the PL/SQL programming conventions.
more...
SQL and PL SQL Basic SELECT

...ocessing concepts and techniques. Some prior knowledge of programming languages would be an advantage. This course will help candidates prepare for test 1Z0-001, which applies towards the following Oracle Certified Professional (OCP) Program certification tracks: Oracle7.3 Certified Database Administrator, Oracle8 Certified Database Administrator, and Oracle Certified Application Developer,
more...
SQL and PL SQL Data Retrieval Techniques

...ocessing concepts and techniques. Some prior knowledge of programming languages would be an advantage. In addition, participants should have taken the first part of this series, Oracle SQL: Basic SELECT Statements (61110). This course will help candidates prepare for test 1Z0-001, which applies towards the following Oracle Certified Professional (OCP) Program certification tracks: Oracle7.3
more...
SQL and PL SQL DML and DDL

...ocessing concepts and techniques. Some prior knowledge of programming languages would be an advantage. In addition, participants should have taken the first two courses in this series, Oracle SQL: Basic SELECT Statements (course 61110) and Oracle SQL: Data Retrieval Techniques (61111). This course will help candidates prepare for test 1Z0-001, which applies towards the following Oracle
more...
Programming XML Using XML

...erate 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 identify considerations for generating XML from Java
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...
