Online Expressions eLearning - Training Resources
Expressions Training Provider? - Tell us about your Training!
From Online Training Directory
Java 2 - Language & Semantics
... 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. This unit
more...
Access 97 Level 3



In this course, accomplished Access users will be introduced to the most powerful features in Microsoft Access 97. Students will work with advanced forms, use parameter and crosstab queries, and employ complex calculation expressions and selection criteria.
more...
Access 97



This course introduces the database functions of Microsoft Access 97, such as working with Access menus and dialog boxes, creating and editing tables, formatting columns and rows, and planning table design. Accomplished users will work on advanced forms, use parameter and crosstab queries, and employ complex calculation expressions and selection criteria.
more...
From 123-CBT Computer Based Training
Java Programming with Java SE 6 0 Java Utilities
...quality of strings, carry out pattern matching in regular expressions, and modify strings and string buffers for a given scenario.
The Arrays class and its methods
- use the copyOf and copyOfRange methods of the Arrays class to copy arrays in a given scenario.
Java system operations
- specify the code required to modify system resources for a given scenario.
Interacting with the
more...
Java Programming with Java SE 6 0 Java Utilities
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...
The Art of Global Communication
...portant to be left to chance. The subtleties of language, expressions, and gestures all enrich the content of what you are saying. Of course, when you're communicating on a global scale, you need to be sure that what you're saying--and the way you say it--will not cause offense to your cross-cultural audience. In this course, you'll find out more about the cross-cultural communication process,
more...
Regular Expressions and User Access in Oracle Database 10g
To demonstrate how to use regular expression support and control user access in Oracle 10g
more...
Using Control Structures
To implement a suitable conditional control statement in PL/SQL, simple and searched CASE expressions, and a suitable loop construct
more...
General Coding Best Practices
To outline the best practices for writing high quality methods, expressions, variables, arrays, loops, and if statements, and to describe recommended practices for writing readable code
more...
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...
Perl Language Fundamentals
To perform basic programming operations using Perl variables, regular expressions, search-and-replace procedures, and file handling
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...
Regular Expressions and Text Processing
To search text files using regular expressions and make simple changes
more...
CIW Perl Fundamentals Part 2 Manipulating Scripts

...al data Perl scripts. This course will also cover regular expressions and pattern matching, subroutines, and file access and manipulation. Learn To Identify the syntax of pattern binding operators. Match metacharacters with their functions. Identify the syntax of character classes. Identify characteristics of subroutines. Identify the syntax used to invoke a subroutine. Identify the
more...
Oracle PL SQL Database Programming

...ntify the rules for calling user-defined functions in SQL expressions. Unit 2: Oracle Supplied Packages Duration: 1 - 2 Hour(s) Match the different Oracle supplied packages with their uses. Identify correct combinations of DBMS_PIPE subprograms and their uses. Identify the uses of the DBMS_DDL package. Match the subprograms of the DBMS_JOB package with their uses. Match the
more...
Oracle PL SQL Procedures Functions Packages

... Identify the advantages of user-defined functions in SQL expressions. Identify the restrictions when calling user-defined functions from SQL expressions. Perform the steps to remove a subprogram. Identify the differences between a procedure and a function. Unit 3: PL/SQL Packages Duration: 2 Hour(s) Identify the uses of packages. Identify the features of package components.
more...
C Programming - Part 4

... Sequence the steps to evaluate a value for an arithmetic expressions in a postfix notation. Identify the code to insert an element in a queue. Identify the definition of queue. Identify the code to delete an element from a queue. Identify the code that is used to define a binary tree. Identify the code to traverse a binary tree based on a specific method. Identify the code that
more...
C Programming - Part 3

...rray of pointers by using the malloc function. Match the expressions to access the elements of an array of pointers with their outputs. Match the arithmetic expressions involving an array of pointers with their outputs. Identify the code to pass an array of pointers to a function in a specified situation. Identify the correct code to allocate memory to a structure pointer. Identify the
more...
C Programming - Part 1

... a variable based on the given situation. Identify valid expressions in C. Identify the result of implicit conversion in C in mixed expression. Identify the code for the character-based input function that should be used in a given situation. Identify the code for the character-based output function that should be used in a given situation. Identify the code for print function based on a
more...
SQL Server 7 0 Designing and Implementing Data Warehouses - Part 4

...f MDX SELECT statement as compared to SQL. Match the MDX expressions with their examples. Match the different methods of axis content specification with their examples. Match the keywords for dimension specification with their definitions. Match the groups of MDX advanced functions with their members. Define the slices of a cube by using MDX. Create an MDX by using MDX components. Match
more...
Oracle Database 10g SQL Fundamentals I Part 1

...ement to retrieve data from tables.
Identify arithmetic expressions used to perform operations on data.
Identify operators used to format results in SQL statements.
Identify features of single-row functions.
Match the character functions with their uses.
Match the number functions with their purpose.
Identify the use of natural joins to retrieve data from multiple tables.
Identify
more...
C Foundation for Non-C Programmers - Part 1

...and operators. In addition, they will learn how to create expressions and statements, apply flow control, and create and call functions. L earn To: Identify the basic program structure in C++. Identify the different compilers. Identify the process of creating an executable program. Identify basic and complex data types used in C++. Identify the operators and the expressions in
more...
SQL Server 7 0 - Implementing a Database - Part 4

...ns. Select statements to use with the GROUP BY clause on expressions. Select when to use the HAVING clause. Perform the steps to summarize group values. Perform the steps to summarize combinations of groups. Select the characteristics of the GROUPING function. Select guidelines for using the COMPUTE clause. Select guidelines for using the COMPUTE BY clause. Select recommended practices
more...
Oracle Database 10g New Features for Administrators Part 5

Oracle Database 10g is designed for enterprise grid computing. It is the most flexible and cost-effective way to manage enterprise information. Oracle Database 10g supports the Oracle vision of creating a self-aware, self-learning, and completely self-managing database. This course covers new features of Oracle Database 10g such as automatic storage management, upgrade methods, RMAN backup, flash
more...
Red Hat Linux Part 2 Advanced Topics for Users

...and-line interface (CLI). Identify certain basic regular expressions that are frequently used in Linux. Search for specific string patterns using basic regular expressions. Unit 2: Input, Output, and Compression Duration: 2 - 3 Hour(s) Identify the features of standard input and output in Linux. Identify how filters and pipes can be used to run different commands in Linux.
more...
XML Programming--Part 2 DOM SAX XSLT

Course Overview This is the second course of the XML curriculum and teaches more of the skills needed to implement XML in an enterprise situation. It will cover processing XML documents using the Document Object Model (DOM) and parsers, using the Extensible Linking Language (XLL), and using XML with databases, and developing XML-based enterprise applications. L earn To: Identify the
more...
XML Programming--Part 2 DOM SAX XSLT

Course Overview This is the second course of the XML curriculum and teaches more of the skills needed to implement XML in an enterprise situation. It will cover processing XML documents using the Document Object Model (DOM) and parsers, using the Extensible Linking Language (XLL), and using XML with databases, and developing XML-based enterprise applications. L earn To: Identify the
more...
Oracle SQL for End Users--Part 2

...nded by single quotation marks. Specify column names and expressions at run time using substitution variables. Prompt the user for a value by using a variable prefixed with a double ampersand. Accept user input at run time by using the ACCEPT command. Maintain a variable at run time by using the DEFINE and UNDEFINE commands. Match the SET command variables with their functions. Identify
more...
Enterprise Connectivity with J2EE V1 4 Java Server Pages

This course will address the core and advanced features of J2EE SDK 1.4. Enterprise Connectivity. However, to fully prepare for the certification, it should be used in conjunction with other learning/training resources in addition to ample real-world experience. The principal areas covered are Web applications and JSPs.
Learn To:
Match HTTP methods with their functionality.
Identify
more...
Enterprise Connectivity with J2EE V1 4 Java Server Pages

This course will address the core and advanced features of J2EE SDK 1.4. Enterprise Connectivity. However, to fully prepare for the certification, it should be used in conjunction with other learning/training resources in addition to ample real-world experience. The principal areas covered are Web applications and JSPs.
Learn To:
Match HTTP methods with their functionality.
Identify
more...
UNIX Shell Programming Part 1 Bourne Shell Bash

...of wildcards. Identify functions of basic regular expressions. Identify features of pattern matching. Identify features of command line editing. Create a bash shell script. Identify features of quotes and special characters. Identify features of variables. Set a shell variable. Identify the methods to declare variables. Unit 2:
more...
UNIX Shell Programming Part 2 C Shell

...tacharacters. Identify functions of basic regular expressions. Identify the methods to search files and commands using regular expressions. Identify the functions of quotes and special characters. Identify features of variables. Identify functions of special variables. Identify the features of command substitution. Create an interactive
more...
UNIX Shell Programming Part 3 Korn Shell

Course Overview This course is the third course in a three part series that presents students with both theoretical and practical instruction on advanced features of UNIX Shell Programming. The course will provide an introduction to UNIX shells in general, however, it will focus on programming in the Korn shell. Additionally, the students will about the crontab utility. Learn To
more...
CIW Fundamentals of CGI Using Perl Part 2 Advanced Features

Course Overview This is the second course in a two part series that presents students with both theoretical and practical instruction on managing files and databases. This course will cover manipulating files, databases, and CGI security issues. Learn To Identify the syntax used to save form data by using the param method. Identify characteristics of the save method.
more...
From Healing Art Forms Institute
Angel Therapist Accredited Program


...mbination of both, whatever is best for you.
1. Angelic Expressions: Covering the angelic heirarchy, archangels, attributes, making energy objects, healing sessions plus all attunements for all angel energies included in the manual
2. Angelic Sphere of Light
3. Children's Angelic Light
4. Colors of Angels Attunment
5. Guardian Angel Reiki
6. LW Angelic Cellular Healing
7.
more...
Nicoles Channeled In Attunement Package


...ent Reiki
After The Rain
Amethyst Fairy Orb
Angelic Expressions
Aura Flush
Balance Out Empowerment
Bridge Energy Empowerment
Butterfly Reiki Healing
Cardinal Empowerment
Chameleon Empowerment
Children's Ladybug Empowerment
Children's Angelic Light
Cicada Empowerment
Concentration Energy Empowerment
Crossroads Energy Empowerment
Crystal Children's Light
Diamond of
more...
From Serebra Learning Corporation
Microsoft Access 2000 Basic
This highly interactive CBT contains five units that cover basic Access skills. Through step-by-step instruction within a realistic simulation of Microsoft Access 2000, students learn how to create and manage data and tables, create forms and reports, and modify a database structure. Performance-based Pre- and Post-Assessments create a custom course path for each learner covering only the topics
more...
Microsoft Access 97 Basic
This highly interactive CBT contains five units that cover basic Access skills. Through step-by-step instruction within a realistic simulation of Microsoft Access 97, students learn how to create and manage data and tables, create forms and reports, and modify a database structure. This course is designed to help individuals who want to achieve basic proficiency in MS Access 97. Individuals who
more...
The Art of Global Communication
...portant to be left to chance. The subtleties of language, expressions, and gestures all enrich the content of what you are saying. Of course, when you're communicating on a global scale, you need to be sure that what you're saying--and the way you say it--will not cause offense to your cross-cultural audience. In this course, you'll find out more about the cross-cultural communication process,
more...
Developing Fundamental Critical Thinking Skills
You may not need an MBA to succeed in the corporate arena, but regardless of position or industry, you do need to be able to analyze, reason, and communicate effectively. These and other critical thinking skills are increasingly consequential as organizational planning and decision making become more distributed and reliant on written and verbal communication factors. Developing Fundamental
more...
Coaching Skills
At its simplest, a coaching session is a conversation, a dialog between coach and coachee, and so all coaching interventions depend totally on communication. Within that simplicity however, are layers of subtle interaction, which a coachee needs to be aware of, alert to what both "sides" of the conversation are actually communicating--verbally, visually, and vocally. The first requirement for a
more...
XML Implementation in Enterprise
The XML: Implementation in Enterprise WBT is the second course in the XML curriculum. This course is meant for Web programmers in a multi-tier enterprise system who want to use XML to transport and exchange business data over the Internet. The course details the role of XML and related technologies in enterprise computing. It also describes the procedures for using XML Schemas for ensuring
more...
Getting Started with ColdFusion MX
To introduce and demonstrate the fundamental concepts, tools, and features of ColdFusion MX Web professionals and developers that want to create dynamic web sites using ColdFusion
more...
Visual Basic 6 0 Intermediate
This course builds on the concepts learned in the first course, Introduction to Visual Basic 6.0, and covers more advanced topics leading to certification in Visual Basic. The student will review what was learned in the introductory course, and then begin learning more advanced development techniques and technologies.Related Exam: Microsoft Exam #070-176: Designing and Implementing Desktop
more...
General Coding Best Practices
To outline the best practices for writing high quality methods, expressions, variables, arrays, loops, and if statements, and to describe recommended practices for writing readable code Professional application developers or programmers, with at least 2 years experience, who want to learn the latest recommended techniques for developing high quality software
more...
Getting Started with Programming
To introduce structured programming concepts, coding design, and style Anyone wishing to know the basics of programming
more...
Building Web Services and Web-Service Clients with Microsoft NET
To build a web service and web-service clients in .NET Application developers wishing to begin using Microsoft .NET to build web services
more...
Inside C
To compare and contrast the features of the C# programming language with those of C Application developers with experience in object-oriented programming, especially in C , who wish to start working with C#
more...
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 Programmers and software developers new to ANSI C
more...
ANSI C Programming Functions
To introduce functions in ANSI C and describe how to write and use them in programs Programmers and software developers new to ANSI C
more...
ANSI C Programming Expressions
To describe the syntax rules governing expressions and statements in ANSI C and how to to use expressions and statements Programmers and software developers new to ANSI C
more...
Final Exam ANSI C Programming
Generally taken near the end of a program, Final Exam: ANSI C Programming enables the learner to test their knowledge in a testing environment. Individuals seeking practice in a testing environment, covering the skills and competencies being measured by the courseware.
more...
Working with UNIX Files and Directories
To demonstrate common UNIX commands and programs used to perform basic tasks involving files and directories End users and IT professionals working in a UNIX environment for the first time
more...
Regular Expressions and Text Processing
To search text files using regular expressions and make simple changes Students wishing to acquire the basic skills required as a Linux system administrator.
more...
Linux System Customization and Automation
To discuss common scripting languages and to describe methods for automating Linux system tasks Students wishing to acquire the intermediate skills required as a Linux system administrator
more...
OS 390 TSO E REXX Programming
This course discusses the background, structure, distinguishing characteristics, and major uses of the REXX language. A survey of the range of REXX strengths, features, versions, platforms and applications are presented. It also examines the structural units of REXX, beginning with individual characters and progressing to complete programs, with a discussion of REXX program execution in different
more...
Development Platform in Oracle9i
To explain the Oracle9i database enhancements that support the Oracle9i database development platform Database operators, administrators, and developers interested in the new technical features and benefits of an Oracle9i database
more...
PL SQL Packages
To create and work with Oracle 10g packages Database administrators, application developers, and database operators
more...
Using Control Structures
To implement a suitable conditional control statement in PL/SQL, simple and searched CASE expressions, and a suitable loop construct Database administrators, application developers, and database operators
more...
SQL Functions in Oracle Database 10g
To describe how to use SQL functions for data retrieval Database administrators, application developers, and database operators
more...
Regular Expressions and User Access in Oracle Database 10g
To demonstrate how to use regular expression support and control user access in Oracle 10g Database administrators, application developers, and database operators
more...
Getting Started with Access 2003
The Getting Started with Access 2003 course is the first course in the Microsoft Access 2003 curriculum. The course familiarizes users with basic database concepts and the features in Access. It describes the concepts and processes involved in creation and design of databases and tables in Access 2003. In addition, this course guides users to efficiently relate, manage, and customize database
more...
Italian Expressions


...Expressions is a series of language learning titles on CD-Rom. This title in the series teaches Italian. The series is designed for self-access use in education and training and for individual self-tuition. Expressions can help to prepare users for public examinations, professional certification or the practical requirements of professional or leisure travel. Its content has been designed in
more...
C Programming - Part 1
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 constructs of C. In
more...
C Programming - Part 3
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 about some of the
more...
Programming in PERL 5
This is the first course in the CGI/PERL curriculum. It introduces the users to fundamentals of PERL programming. The course describes the datatypes, operators, arrays, hashes, loops and functions in PERL. The users will be able to rectify errors and implement the OOP features in PERL. Web programmers, who want to implement HTML forms with WEB databases, and process HTML form values.
more...
Linux Commands and Shell Scripting
The Linux Commands and Shell Scripting WBT is a course developed for Application Developers who are already or somewhat familiar with the Unix and DOS environment. This course describes the execution and function of various Linux commands and describes the concept of shell in the Linux environment. The course provides an overview of the various Linux commands and their use in manipulating and
more...
Java 2: Language and Semantics
This course details the Java language and Java semantics. It describes the fundamentals of Java programming such as syntax fundamentals lexical issues data types keywords identifiers constants literals and variables. In addition you will learn about the use of operators expressions and control statements in Java. Finally the course explains the use of arrays. Related Exam: Sun Microsystems Exam
more...
C Programming - Part 1


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 constructs of C. In
more...
C Programming - Part 3


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 about some of the
more...
C++ Foundation for Non-C Programmers - Part 1


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 fundamentals, such as syntax,
more...
CIW Perl Fundamentals Part 2: Manipulating Scripts
This is the second course in a three part series that students will learn both theoretical and practical instruction on external data Perl scripts. This course will also cover regular expressions and pattern matching subroutines and file access and manipulation.
more...
C++ Foundation for Non-C Programmers - Part 1
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 fundamentals such as syntax
more...
From Software Training Academy, Inc
The JSP Standard Tag Library

...ibraries in depth:
The core actions, which support JSP expressions for JSP 1.x containers, flow control for procedural processing in JSPs, and resource access
The formatting and internationalization/localization actions, which standardize formatted numeric and date/time output as well as multi-language support
The SQL actions, which dramatically simplify access to relational data from a
more...
Java Server Pages JSP

... focusing on newer features and techniques, including JSP expressions and the JSTL. At the end of the course, students will be well prepared to author JSPs for small- or large-scale Web applications, either by hand (they use only a text editor in class) or using an authoring tool.
The first module begins with an introduction of Web applications in general, shows how Java servlets and JSPs
more...
Introduction to Java Server Pages JSP

...m scripting elements to use of dedicated JavaBeans to JSP expressions, and quick introductions of JSTL and custom tag development.
By the end of the module students will be able to create their own JSP applications, including interactive applications using HTML forms and pages that perform fairly complex processing using scripts and or actions. Although scripting is covered, the scriptless
more...
SQL Server 2005 Reporting Services SSRS

... Studio.
You'll explore creating reports with groups, expressions, conditional formatting, and parameters.
The reports you create in the course will employ shared data sources, interactive sorting, and drill-down capabilities. You'll explore the deployment and printing of reports and the export of reports to PDF, Excel, and other formats.
You'll gain a thorough understanding of
more...
SQL Server 2005 Transact SQL T-SQL

..., and user-defined functions.
Use the new Common Table Expressions for creating hierarchical queries.
Perform calculations with Visual Basic and Visual C# code rather than T-SQL.
Course Duration: 3 days
Prerequisites:
This course is designed for database developers and SQL Server administrators who need to understand Transact-SQL. To get the most out of this course, you should
more...
SQL Server 2005 Transact SQL T-SQL with Additional Topics

..., and user-defined functions.
Use the new Common Table Expressions for creating hierarchical queries.
Perform calculations with Visual Basic and Visual C# code rather than T-SQL.
Discover partitioning with SQL Server.
Examine new RANKing functions, Common Table Expressions, and learn techniques for dealing with complex queries.
Explore advanced techniques for working with complex
more...
SQL Server 2005

...al C# code rather than T-SQL.
Use the new Common Table Expressions for creating hierarchical queries.
Understand the SQL Server security model.
Configure and tune SQL Server, and monitor database activity.
Support distributed users by implementing SQL Server Replication.
Publish data to the Web, and take advantage of SQL Server s rich support for XML.
Understand Business
more...
SQL Server 2005 - Additional Topics

...SQL Server
Examine new RANKing functions, Common Table Expressions, and learn techniques for dealing with complex queries
Explore advanced techniques for working with complex data structures
Learn how to use source control with SQL Server Management Studio
Discover new XML capabilities in SQL Server 2005
Course Duration: 3 days
Prerequisites:
This course assumes that
more...
SQL Server 2005 Analysis Services SSAS

... and HOLAP.
Learn the fundamentals of MultiDimensional Expressions (MDX).
See best practices for SSAS administration using SQL Server Management Studio (SSMS) and XMLA (XML for Analysis).
Work with OLAP reporting clients including Microsoft Excel and SQL Server Reporting Services.
See integration with Microsoft Office 2007 and Microsoft SharePoint 2007.
Course Duration: 5 days
more...
Oracle 10g - Advanced SQL

...apability directly from the database"), Oracle10g regular expressions for pattern matching, using the extended aggregate functions CUBE and ROLLUP, CONNECT BY (hierarchical queries), coding SET operations such as INTERSECT, and more.
An overview Oracle10g SQL-related new features is also provided.
As with all of our courses, this course is highly customizable to your specific training
more...
Oracle 10g - Introduction to SQL

...y Language (SQL), including the use of functions, regular expressions and much more
Code sophisticated query operations such as join, grouping, case and more
Update data with insert, multi-table insert, update, delete and merge operations
Utilize SQL*Plus and iSQL*Plus to query, update and create database objects
Create simple database tables with all the major datatypes such as
more...
Learning to Program using C 2008





...the .NET Framework 3.5, including anonymous types, lambda expressions, and more. By the end of this course, you will understand the important basic concepts that will allow you to start creating the applications you need.
LEARNING OBJECTIVES
Build and debug applications using Visual Studio 2008.
Create and use variables, operators, and data types.
Find and use the classes you need
more...
Learning to Program using Visual Basic 2008 VB2008

...the .NET Framework 3.5, including anonymous types, lambda expressions, and more. By the end of this course, you will understand the important basic concepts that will allow you to start creating the applications you need.
LEARNING OBJECTIVES
Build and debug applications using Visual Studio 2008.
Create and use variables, operators, and data types.
Find and use the classes you need
more...
From JED New Media inc.
English Expressions for ESL Learners
This JEDlet serves to explain the meaning of English sayings, idioms, and expressions to people whose first language is not English. Familiarity with these common expressions makes communication easier, and clarifies the meaning of phrases commonly used in the workplace.
more...
Expressions, locutions et proverbes I
Ce JEDlet pr sente plusieurs expressions r guli rement utilis es. Il les explique, les met en situation, remonte a leur origine et les associe autant que faire se peut a des proverbes courants.
more...
Expressions, locutions et proverbes II
Ce JEDlet pr sente des expressions du monde du travail. Elles sont class es par des th matiques courantes dans le milieu professionnel.
more...
The Dinkum Oil on Aussie Expressions
...expressions like "get the dinkum oil" in order to improve your written communication with your Australian associates? Learn the meaning and origin of a multitude of Australian idioms through entertaining and interactive exercises. Giving many examples, this tutorial teaches you what various common Australian expressions mean, when it is appropriate to use them, and how to use Australian slang
more...
From Teach Me IT
XML: Implementation in Enterprise

The XML: Implementation in Enterprise WBT is the second course in the XML curriculum. This course is meant for Web programmers in a multi-tier enterprise system who want to use XML to transport and exchange business data over the Internet. The course details the role of XML and related technologies in enterprise computing. It also describes the procedures for using XML Schemas for ensuring
more...
Getting Started with Access 2003

The Getting Started with Access 2003 course is the first course in the Microsoft Access 2003 curriculum. The course familiarizes users with basic database concepts and the features in Access. It describes the concepts and processes involved in creation and design of databases and tables in Access 2003. In addition, this course guides users to efficiently relate, manage, and customize database
more...
Programming in PERL 5

The Programming in PERL 5 WBT is the first course in the CGI/PERL curriculum. It introduces the users to fundamentals of PERL programming. The course describes the datatypes, operators, arrays, hashes, loops, and functions in PERL. The users will be able to rectify errors and implement the OOP features in PERL. After completing this course, the student will be able to:
Identify the need of using
more...
Working with ActionScript & Generator

...
Identify the features of Flash 5 ActionScript and create expressions and ActionScript functions
Describe the Normal and Expert modes of the Actions panel
Create expressions and ActionScript functions
Debug scripts
Create arrays, custom objects, and forms
Use predefined ActionScript objects to add interactivity
Describe communication between different Timelines
Control the behavior and
more...
Linux Commands and Shell Scripting

The Linux Commands and Shell Scripting WBT is a course developed for Application Developers who are already or somewhat familiar with the Unix and DOS environment. This course describes the execution and function of various Linux commands and describes the concept of shell in the Linux environment. The course provides an overview of the various Linux commands and their use in manipulating and
more...
From JED New Media inc.
Pump Up Your Prose: Snagging Attention with Sayings I
Spice-up your verbal and written business communication. Become a more compelling speaker, communicator and negotiator. This is the first of a two-part series that explores the use and origins of English expressions. Learning these sayings, expressions and idioms will help you use the right words in the right place for maximum impact.
more...
Pump Up Your Prose: Snagging Attention with Sayings II
This JEDlet enlightens, entertains and informs you about a multitude of sayings, expressions and idioms used in everyday speech. Stock up on an arsenal of idioms. Learn the fascinating and sometimes surprising origins of sayings, which make great conversational fodder and helps ensure that you use the right words in the right place for maximum impact. This is the second of two JEDlets that explore
more...
