Custom Search

Online Write eLearning - Training Resources

Write Training Provider? - Tell us about your Training!
Write Training Seminars and Classes
From Online Training Directory
Writing Web Content (Master Class)-Self Directed on-line e-learning cbt (computer based)study at homecourseware ...Write web content that persuades, informs, entertains, inspires, and sells. Is your style electronic? Learn how to make your Web text easy to navigate, easy to understand, and easy to use. This workshop shows how moving text from paper to the screen, or from a conventional Help system to Web customer assistance, demands a new approach. Learn to write the Web way, responding to your visitors  more...
Writing Web Content (Master Class) on-line e-learning cbt (computer based) ...Write web content that persuades, informs, entertains, inspires, and sells. Is your style electronic? Learn how to make your Web text easy to navigate, easy to understand, and easy to use. This workshop shows how moving text from paper to the screen, or from a conventional Help system to Web customer assistance, demands a new approach. Learn to write the Web way, responding to your visitors  more...
Technical Writing for the Medical Professional on-line e-learning cbt (computer based)study at homecourseware ...write peer-reviewed research papers, articles for colleagues, lectures, presentations, or patient education materials. This course is designed to assist you with the skills and knowledge you will need to effectively write medically related materials. Writing for the medical profession is an exciting and ever-changing field that covers a wide range of areas in medicine, pharmaceuticals, and the  more...
So You Wanna Be a Mystery Writer on-line e-learning cbt (computer based)study at homecoursewareSelf Directed Learn from a working mystery writer how to write mystery novels.  more...
So You Wanna Be A Poet on-line e-learning cbt (computer based)study at homecoursewareSelf Directed Learn from an expert how to write poetry for profit or pleasure.  more...
So You Wanna Be A Sci-Fi Writer on-line e-learning cbt (computer based)study at homecoursewareSelf Directed Learn from a avid sci-fi fan how to write science fiction novels.  more...
Learn How to Write the Kind of Cover Letter That Gets Results on-line e-learning cbt (computer based)study at homecoursewareSelf Directed ...ng technique that gets results. The course, ?Learn How to Write a Cover Letter That Gets Results? is designed for individuals who want to get a potential employer to take action and give your resume thoughtful consideration. Since no one can be expected to change their mind or take action if they are not predisposed to do so, this approach helps break down barriers that might otherwise preclude  more...
Certificate in Web Content Creation (Master Classes) on-line e-learning cbt (computer based)study at homecourseware ...three Master Classes prepare you to be a professional web writer or editor, working in a world of intense interactivity, fast feedback, complex content management, and constantly changing business models. First you?ll learn how to adapt your writing for the web, developing a truly electronic style. Then you?ll learn how to think structurally when approaching new content, exploring information  more...
Creating Popular Web Content (Master Class)-Self Directed on-line e-learning cbt (computer based)study at homecourseware ...Write Web content that persuades your visitors to act, join the discussion, resolve their problems, and buy your products. Learn to write and edit some of the most popular genres that populate the web. Become a versatile Web writer or editor, able to handle whatever your boss throws at you. Develop a deep portfolio to show future employers and clients You?ll see how each genre has evolved as a  more...
Advanced Technical Writing on-line e-learning cbt (computer based)study at homecourseware ...write, and design one of the most common business/technical documents--a proposal. Advanced Technical Writing will give you the expertise and confidence to market yourself as a technical writer or simply to tackle more advanced assignments at work. Building on the skills you have acquired in the previous technical writing courses, this course emphasizes audience analysis, document organization  more...
Excellent English: A Writing Review - Part I: Sentence Structure on-line e-learning cbt (computer based)study at homecourseware Need help with your writing? This full review of the basics of sentence structure and parts of speech will get you started. This is the first of three review courses that together provide an in-depth review of grammar, punctuation, mechanics, sentence structure and clarity. Students may take the courses in sequence or pick and choose the courses that suit them. Part I of the review covers the  more...
Excellent English: A Writing Review - Part II: Punctuation on-line e-learning cbt (computer based)study at homecourseware Get your mechanics and punctuation up to specs under the watchful eye of our expert instructor. This is the second of three review courses that together provide an in-depth review of grammar, punctuation, mechanics, sentence structure and clarity. While it is preferable that students take the courses in sequence, they may also pick and choose the individual courses that suit their needs. Part II  more...
Excellent English: A Writing Review - Part III: Achieving Clear, Concise Writing on-line e-learning cbt (computer based)study at homecourseware You will develop a clear, concise, and dynamic writing style that gets the attention of your reader. This is the third of three review courses that together provide an in-depth review of grammar, punctuation, mechanics, sentence structure and clarity. While it is preferable that students take all three courses in sequence, they may also pick and choose the individual courses that suit their  more...
Brilliant Business Writing and Communication on-line e-learning cbt (computer based)study at homecourseware This course helps business professionals write with confidence and precision while learning the principles of effective communication.  more...
Brilliant Business Writing and Communication on-line e-learning cbt (computer based)study at homecourseware ...write with confidence and precision while learning the principles of effective communication with their own writing coach. What does a business letter say about your company? What does a memo say about you? Countless business professionals are not trained writers, yet they`re expected to write every day, producing letters, proposals, and e-mail messages that communicate a great deal about  more...
Java 2 - Language & Semantics on-line e-learning cbt (computer based) Students will learn basic Java programming fundamentals, operators and expressions as well as, control statements and arrays. In this unit, you will learn about the Java syntax and lexical issues. It covers identifying the range and declaring the constants, literals, and variables of the three main categories of primitive data types. You will learn to identify Java keywords and identifiers.  more...
Java 2 -- Applets & Imaging on-line e-learning cbt (computer based) ...d the procedure for creating an applet, as well as how to write the HTML code to run the applet. The unit explains the various User Interface components that can be added to the applets and the types of events these components perform. Finally, the unit explains the differences between an applet and an application, and the procedure for converting an application to an applet. The second unit  more...
Java 2 -- File I/O on-line e-learning cbt (computer based) ...ir functionality. You will learn how to perform read and write operations using the Filter stream classes. This unit also explains the significance of the PipedInputStream and PipedOutputStream classes. The third unit will introduce you to the concept of Unicode character encoding. You will learn about the character classes, Reader and Writer. You will also learn about the various subclasses  more...
Java 2 -- Advanced Java on-line e-learning cbt (computer based) ...jects eligible for garbage collection. You will learn to write code that makes effective use of the finalization mechanism. The unit also explains the different techniques that are used for detecting garbage objects. You will learn about the functions of the java.lang.ref package and the different types of reference objects. Finally, this unit provides an overview of the PhantomReference,  more...
Java 2 -- Networking on-line e-learning cbt (computer based) This course contains 3 units: Networking Basics, Programming Using Sockets, and Programming Using Datagrams. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Java language. In the first unit, you will learn about the client/server architecture that forms the core of networking concepts. The unit also explains frequently used  more...
Java 2 -- Advanced Enterprise Java on-line e-learning cbt (computer based) ...ces in the java.sql package. Finally, you will be able to write the code for adding, updating, and deleting records from a database. The second unit explains native methods and the procedure for invoking a native method. It explains how to write the native method implementations in C or C++. The unit also describes the Java Native Interface (JNI) and its methods. You will learn to load and  more...
Creating Popular Web Content (Master Class) on-line e-learning cbt (computer based) ...Write Web content that persuades your visitors to act, join the discussion, resolve their problems, and buy your products. Learn to write and edit some of the most popular genres that populate the web. Become a versatile Web writer or editor, able to handle whatever your boss throws at you. Develop a deep portfolio to show future employers and clients You?ll see how each genre has evolved as a  more...
Write a Marketable Script in 10 Weeks with Final Draft (Latest Release) on-line e-learning cbt (computer based)study at homecourseware ...f time. The instructor of this course is a seasoned scriptwriter who has a successful history of teaching students the art and science of scriptwriting. You will walk away from this course with the tools, techniques and the fundamental knowledge and information needed to get started or continue your scriptwriting work. The majority of this course is devoted to your writing, submission and the  more...
Writing Great Copy for Magazines on-line e-learning cbt (computer based)study at homecoursewareSelf Directed During this course, students explore various aspects of writing for magazines. Students explore various aspects of, and techniques needed to write for magazines. During the course, students will also identify their key interests and how they can focus those interests into marketable pieces of writing.  more...
Writers At Work: A Review for Professionals - Part I on-line e-learning cbt (computer based)study at homecoursewareSelf Directed Covers the most basic aspects of good writing on the job. This is the first of four review courses that together provide an in-depth review of grammar, punctuation, mechanics, sentence structure and style. Students may take the courses in sequence or pick and choose the courses that suit them. Part I of the review covers the most basic aspects of good writing on the job: understanding good  more...
Writers At Work: A Review for Professionals - Part II: Punctuation on-line e-learning cbt (computer based)study at homecoursewareSelf Directed This, the second of four review courses, focuses on punctuation. This is the second of four review courses that together provide an in-depth review of grammar, punctuation, mechanics, sentence structure and style. While it is preferable that students take the courses in sequence, they may also pick and choose the individual courses that suit their needs. Part II of the review covers punctuation,  more...
Writers At Work: A Review for Professionals - Part III: Achieving Clear, Concise Writing on-line e-learning cbt (computer based)study at homecoursewareSelf Directed This review will help you develop a clear, concise, and dynamic writing style. This is the third of four review courses that together provide an in-depth review of grammar, punctuation, mechanics, sentence structure and style. While it is preferable that students take all four courses in sequence, they may also pick and choose the individual courses that suit their needs. Part III of the review  more...
Writers At Work: A Review for Professionals - Part IV: Achieving A Professional Style on-line e-learning cbt (computer based)study at homecoursewareSelf Directed Develop a readable style and design visually appealing documents. This is the last of four review courses that together provide an in-depth review of grammar, punctuation, mechanics, sentence structure and style. While it is preferable that students take all four courses in sequence, they may also pick and choose the individual courses that suit their needs. Part IV of the review will help the  more...
Writing User Guides on-line e-learning cbt (computer based)study at homecourseware ...ides and gives an introduction to the job of a user guide writer. Whether writing for the users of a company?s computer system, for cashiers who need to know how to use a scanner, or for owners of a new appliance, user guide writers are needed. And, writing for the end user is one way to enter the technical writing field. Many writers start their jobs at companies maintaining and creating end  more...
Writing Standards-Based Assessments on-line e-learning cbt (computer based) .... Through participation in this course, you will learn to write questions that meet your state and local standards, including those that use higher order thinking skills. Additionally, you will learn techniques item writers use to make it difficult for test-wise students to merely guess a right answer choice. Writing Standards-based Assessments is a seven day online course. This course is  more...
Write for Business-Proofreader`s Guide-eBook on-line e-learning cbt (computer based) The Proofreader`s Guide is a handy, quick reference guide containing all the information you need to accurately proofread your documents. The Proofreader`s Guide is a handy, quick reference guide containing all the information you need to accurately proofread your documents. This easy-to-search eBook covers punctuation, capitalization, spelling, usage, grammar, and more. The concise explanations,  more...
Write for Business with Companion CD on-line e-learning cbt (computer based) ...Write for Business, an award-winning business writing and communication handbook for professionals in every business field, helps promote effective written and oral communication skills. *Shipping and handling outside the continental United States (Alaska, Hawaii) is extra. For more information contact * Write for Business, an award-winning business writing and communication resource for  more...
Write a Marketable Script in 10 Weeks on-line e-learning cbt (computer based)study at homecourseware Learn how to produce "marketable" script in a minimal amount of time. The purpose of this course is not just to produce a single script-although that will happen. The real purpose is to show you the structure of scripts and how to produce "marketable" scripts is a minimal amount of time. What do I mean by "marketable"? A marketable script is one that has all of the following: Interesting  more...
Word 2000 on-line e-learning cbt (computer based)study at homecoursewareSelf Directed This course is designed to familiarize students with the key introductory, intermediate, and advanced features of Microsoft Word 2000 to customize and enhance their text-based documents. The course starts out by teaching the students basic skills, and then works up to some of the most powerful aspects of Microsoft Word 2000. Also included is a business writing section designed to help improve  more...
Technical Communication Industry Certificate - Mastery Level on-line e-learning cbt (computer based) ...audience and purpose analyses for user-centered documents Write specifically to fit your audience needs Create powerful technical documents including descriptions, processes, instructions, and reports Understand and Apply effectual principles of visual design to your documents Define your personal philosophy of quality management in publications project development Develop valuable information  more...
Taking the Grr Out of Grammar on-line e-learning cbt (computer based) Grammar and punctuation rules are tools to help you communicate more clearly. You will enjoy learning and working with practical rules that relate to typical business writing. Taking the ?Grr? Out of Grammar Grammar and punctuation rules are tools to help you communicate more clearly. You will enjoy learning and working with practical rules that relate to typical business writing. Some topics  more...
Systems Requirements Analysis and Design Writing on-line e-learning cbt (computer based)study at homecourseware ...write business requirements for systems analysis and design. This course is for both technical and non-technical professionals who will need to gather and write business and technical requirements for the purposes of systems analysis and eventual systems design and implementation. Modules covered include: ?Introduction to Requirements Writing and Writing Tips ?Interviewing the Users ?Writing  more...
Supply Management Contract Writing on-line e-learning cbt (computer based) ...contract writing. Yet most purchasers don t know how to write a contract. This is troublesome. Because if you aren t familiar with the advanced techniques of contract writing, you can put your organization at risk and be committed to a poor performing supplier for years. The student can complete their course of study within anytime frame as long as it does not exceed 60 days from the  more...
So You Want To Be A Medical Writer on-line e-learning cbt (computer based)study at homecourseware ...write medically related materials. Medical writing is an exciting and ever-changing field that covers a wide range of areas in medicine, pharmaceuticals, and the biotech industry. Opportunities for medical writing exist at the professional research level, the consumer education level, newspapers, magazines, and everything in between. Most medical writers have either a degree in English or in a  more...
Soft Skills Using MS Office Applications on-line e-learning cbt (computer based)study at homecoursewareSelf Directed ...d provides students with a review of the skills needed to write successful and effective letters, memos, minutes, proposals, reports, and press releases. It also reviews basic spelling, punctuation, and grammar rules. Business writing covers sentence and word choice so the students will be able to determine the most effective and appropriate words to use, as well as sentence length. The last  more...
SQL Server 2000 Complete Course on-line e-learning cbt (computer based) 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...
Savings Strategy Development on-line e-learning cbt (computer based) ... processes. You'll also understand many nuances of how to write an RFP within the context of a step-by-step RFP process. Frequently Asked Questions How long will it take me to complete the course? The amount of time it takes to complete the course is dependent upon the time you are able to spend in study. Each lesson takes approximately 30-60 minutes to complete and the course is comprised of 8  more...
Ready, Set, XML for Non Programmers on-line e-learning cbt (computer based)study at homecourseware ...writers, editors, managers, and other non-programmers. Learn to read and write documents in XML, the key to new Web content and e-commerce. In this course you learn why XML is becoming a key standard on the Web, how it changes the way you write, 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,  more...
Quicken 2000 Level 1 on-line e-learning cbt (computer based)study at homecoursewareSelf Directed Mastery of the topics introduced in this course will enable students to utilize Quicken 2000 s automated personal financial planning features. The importance of securing files with passwords and backing up data is stressed. Mastery of the topics introduced in this course will enable students to utilize Quicken 2000?s automated personal financial planning features to create accounts, track  more...
Quicken 2002 Level 1 on-line e-learning cbt (computer based)study at homecoursewareSelf Directed This course establishes a basic understanding of the essential features of Quicken Deluxe 2002, familiarizing students with the concept of financial management and the use of financial software. This course establishes a basic understanding of the essential features of Quicken Deluxe 2002, familiarizing students with the concept of financial management and the use of financial software, and it  more...
Professional Writing Skills at a Glance on-line e-learning cbt (computer based) ... and squiggles. You?ll also learn the two keys successful writers use to unlock the power within every successful document.Superior Style: The three components of style include paragraphs, sentences, and words. You will learn how to start and end your correspondence ? and how not to ? along with the principles of unity, coherence, and development for middle paragraphs. Writing varied and  more...
Poetry Writing For Dreamers and Non-Dreamers on-line e-learning cbt (computer based)study at homecourseware One-on-one mentorship. This course teaches the craft of poetry writing resulting in publication and ISBN(see full description). This course focuses on the art of poetry on two levels, one as a craft and one as a concept. Basic structure and form are taught along with the encouragement to use only those formats supporting the poet`s vision and intent. Students will work on a one-to-one mentoring  more...
Poetry For Profit and Play on-line e-learning cbt (computer based)study at homecourseware ...write for profit or pleasure. This course is primarily designed to help the inexperienced poet write for profit or pleasure. Students learn basic forms of poetry such as: metrical, sonnet, rhyme, haiku and free verse. They are then given exercises designed to help them learn the various forms. Each student hands in samples of their work and is given detailed analysis of their work with  more...
Office 2000 Advanced on-line e-learning cbt (computer based)study at homecoursewareSelf Directed ... strives to help the professional become a more effective writer. In this course, students will learn how to use the advanced features of Microsoft Word, Excel, Access, and PowerPoint 2000, as well as a section on business writing. Through Microsoft Word 2000, students will learn how to customize and enhance their text-based documents by using master documents, subdocuments, expanded and  more...
Legal Nurse Consulting Certificate Program on-line e-learning cbt (computer based)study at homecourseware ... select one case study for analysis. The participant will write up an analysis of the case according to specific instructions provided by the instructor. After successful completion of all four (4) Modules and the four examinations, the participant will complete the program and receive the Certificate. The certificate program is a self-paced, guided study course. Participants are given sixteen  more...
Lotus Notes 5.0 Level 1 on-line e-learning cbt (computer based)study at homecoursewareSelf Directed ... and receive e-mail, as well as schedule appointments and write to-do lists. This introductory course will teach students the basic features of Lotus Notes 5.0 so they can easily send and receive e-mail and manage databases. Specifically, students will learn the basics of sending and receiving e-mail, working with file attachments, formatting messages, and managing messages. Students will  more...
Just Write! Keeping a Journal on-line e-learning cbt (computer based)study at homecourseware It`s never too late.Get started recording your life. This course provides opportunities for participants to grow through regular journal writing. Identify and develop your personal journal style. Keep a record of your life. Learn skills that produce a rewarding journaling experience. The class provides a varied assortment of resources and strategies that will enrich your journal. Participants  more...
Learn How To Write Effective Persuasive Written Communication on-line e-learning cbt (computer based)study at homecoursewareSelf Directed Perfect short course for those seeking to persuasively communicate with their audience through written communication. The main objective of this course is to equip you with a proven method and persuasive writing technique. This course is designed specifically for anyone who wants to get the "target audience" to take action or shift their opinion or point of view. Since no one can be expected to  more...
Learn How to Write Persuasive Web-Based Text on-line e-learning cbt (computer based) ...0 days. Mentor debriefing at end of course. Learn How to Write Persuasive Web-Based Text The main objective of this course is to equip you with a proven technique, method and persuasive writing technique. This course is specific to web-writing and is unique. It is designed specifically for content developers and practitioners who want to get the "target audience" to take action or shift  more...
Introduction to XML on-line e-learning cbt (computer based)study at homecourseware ...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 monitors the tags you write to make sure they  more...
Introduction to Writing Speeches and Presentations on-line e-learning cbt (computer based) ...write speeches and presentations Designed for people who want to develop skills in preparing speeches and presentations, this course covers the three basic types of speeches (Narrative, Informative, and Persuasive) and how to write them. Coursework focuses on the anatomy of a speech, the three basic types of speeches and the elements that go into making each one effective. Also, it touches on  more...
Intermediate Technical Writing on-line e-learning cbt (computer based)study at homecourseware ...style for these page-design elements in the documents you write for this course. These are much the same standards as those used in the technical-publishing industry today. After you study the page-design units, you will write a set of instructions in which you use these guidelines and of course the general standards for good writing as well. You`ll e-mail these instructions to your instructor  more...
Intermediate XML: Creating a DTD on-line e-learning cbt (computer based)study at homecourseware ...write a Document Type Definition, modeling the structure for all your XML documents. This is a self-paced course, where you walk through the materials, and compare your answers with those in the back of my book. Learn to plan, write, and analyze the basic building block of XML, the Document Type Definition, which serves as the content model for dozens, perhaps thousands of XML documents. You  more...
How to Write Your Life Story on-line e-learning cbt (computer based)study at homecoursewareSelf Directed Bring memories and facts of the past together for current and future generations This program is designed with helping the beginning writer to aptly combine the facts, any records (pertinent for sharing, recording) and memories together in a fashion that is both enjoyable and easy to read. Emphasis of this course is to write with clarity, continuity and in a manner that bring the events and  more...
How to Write Short, Short Fiction on-line e-learning cbt (computer based)study at homecoursewareSelf Directed This course explores writing short fiction pieces. During this course, students explore different aspects of short fiction and also sources for publication.  more...
How to Write a Good Mystery on-line e-learning cbt (computer based)study at homecourseware Writing the mystery novel. This course is designed to acquaint writers with the elements that make a good mystery. This course is designed to acquaint writers with the elements that make a good mystery.  more...
How To Make Money Writing For Newspapers on-line e-learning cbt (computer based)study at homecoursewareSelf Directed Designed to help the beginner start earning money writing for newspapers. Individuals will learn how to pitch editors that will net their first sale. Whether they are looking to make money during their spare time or want to pursue freelancing full time. They?ll learn which department to address for the type of feature they want to write. And which departments are more likely to be receptive.  more...
How To Master Business Writing on-line e-learning cbt (computer based)study at homecoursewareSelf Directed ...e provides students with a review of the skills needed to write effective letters, memos, minutes, proposals, reports, and press releases. It also reviews basic spelling, punctuation, and grammar rules. It teaches students the importance of pre-writing activities, such as audience analysis, brainstorming, outlining, and first drafts. It covers sentence and word choice so the students will be  more...
How to Critically Evaluate Your Business Plan on-line e-learning cbt (computer based) ... which will help you solidify your own new business idea, write all sections of your business plan, launch your business, and finally, develop a plan to grow it. In order to write a winning plan, you first have to recognize what goes into a winning plan. This course will help you do that. You`re going to use seven critical questions to help you navigate the ins and outs of business plan  more...
Grant Writing Basics on-line e-learning cbt (computer based) Applying for a grant can seem like a daunting task. Certainly, there is work involved, but with the help of this tutorial, you will know the steps that are necessary and find that success is not as hard to attain as you might think. While specifically geared for library education, this course has applicability for anyone writing grants. Grant Writing Basics Grants are not just free money, but  more...
Expert Certificate Course in Medical Terminology on-line e-learning cbt (computer based) ...ludes a workbook, so you can simultaneously see, hear and write terms ? the most effective way to remember spelling and pronunciation. The first two 25-minute videos go hand-in-hand with the first five course booklets to introduce you to the basics of terminology. The remaining five 30-minute videos and workbooks walk you through specific body systems. By the time you have completed the course,  more...
ESL for Business - Letters and Memos on-line e-learning cbt (computer based) ...t within your own company. How do you feel about what you write: Do you feel that because English is your second language, you don't communicate as well as others? Do you find your weak writing skills leave you at a disadvantage when it comes to advancement? Do you feel you need to improve your understanding of written English? Welcome to ESL for Business- Letters and Memos. This is one of  more...
ESL for Business - Special Documents on-line e-learning cbt (computer based) ...t within your own company. How do you feel about what you write: Do you feel that because English is your second language, you don't communicate as well as others? Do you find your weak writing skills leave you at a disadvantage when it comes to advancement? Do you feel you need to improve your understanding of written English? Welcome to ESL for Business- Special Documents. This is one of  more...
Enter the Net--Writing for Online Media on-line e-learning cbt (computer based)study at homecourseware Write for online publications! This course involves internet research and submission to online publications. This course will help you determine your interests, how to write articles, fiction, or poetry for the online media, write the actual submission, and submit that to a researched publication.  more...
ESL for Business - E-mail Communication on-line e-learning cbt (computer based) ...t within your own company. How do you feel about what you write: Do you feel that because English is your second language, you don't communicate as well as others? Do you find your weak writing skills leave you at a disadvantage when it comes to advancement? Do you feel you need to improve your understanding of written English? Welcome to ESL for Business - E-mail Communications. This is one of  more...
Comprehensive Medical Coding Training on-line e-learning cbt (computer based)study at homecourseware ...ng accredited universities and colleges. For more details write to Testimonials "Thank you so much for answering my concerns regarding the great coding course. I did what you suggested and went onto Volume II and have thoroughly enjoyed coding the charts. It is encouraging when I code the chart 100% correctly (has not happened too many times!!!) but practice makes perfect. I have 25 charts  more...
Better Business Writing in One Week on-line e-learning cbt (computer based)study at homecoursewareSelf Directed ...write with greater confidence and accuracy. Business letters, memos, e-mails, proposals...not everyone?s a writer, yet every businessperson is expected to write -- a scary prospect for professionals without formal writing training! Fear no more -- you?re only one week away from clearer, more confident writing. This unique course includes one work-week (five days) of daily lessons, designed  more...
Advanced Certificate in Technical Writing on-line e-learning cbt (computer based) ...dminister the program. Open to new and existing technical writers and those seeking a new career track. No perquisites required. Course can be completed in as little as 3 months. Advanced Certificate in Technical Writing The Advanced Certificate in Technical Writing is born out of the concept that when given choices, adult learners can best choose for themselves a course of study that is  more...
Job-Seekers Workshop: 10 steps to a new beginning on-line e-learning cbt (computer based) ...elop, personalize and target a resume (includes samples), write an effective cover letter (includes samples); talks about the best ways to contact employers, gives tips on preparing for an interview, such as considering answers for questions that may be asked, gives advice on conduct during the interview, such as following your potential employers demeanor; notes the best way spend your time  more...
Introduction to Writing Speeches and Presentations on-line e-learning cbt (computer based)study at homecourseware This course focuses on how to write speeches and presentations  more...
From 123-CBT Computer Based Training
Java Programming with Java SE 6 0 Java I O on-line e-learning cbt (computer based) ...ble the learner to use Java's I/ O facilities to read and write data, and format input or output The java. io package - use the classes of the java. io package to access files and read and write data in a given scenario, and recognize how a Console class works. The java. nio package - use the classes of the java. nio package to modify buffers, get information about disk usage,  more...
Java Programming with J2SE 5 Java I O on-line e-learning cbt (computer based) To enable the learner to use Java's I/O facilities to read and write data, and format input or output  more...
Writing the Marketing Plan Creative Strategy on-line e-learning cbt (computer based) You've completed the first part of your marketing plan. Now it's time to write about your marketing tactics. You'll discover just how to match your product with your target market, determining exactly what the competitive advantages of your particular product are. Then you'll explore the price-setting strategies that will help make your product a success.  more...
Writing a Business Case on-line e-learning cbt (computer based) ...e competition In this course, you will learn how to plan, write, and present a business case to persuade key decision makers in your organization that your proposal is a winning initiative. This course will show you the principles for preparing an effective business case, and it will guide you through the writing process, from defining your business need and gathering relevant information,  more...
Presenting Your Case on-line e-learning cbt (computer based) Have you ever attended a presentation that failed because the presenter was ill prepared or ineffective in his approach? A successful presenter must possess the proper skills to plan and deliver an effective business case presentation and employ strategies to establish and maintain the audience's attention. This course examines the careful planning and delivery of a business case presentation. It  more...
The Art of Global Communication on-line e-learning cbt (computer based) Considering that communication is something you do every day, how many people actually stop to consider what is happening before they speak? Can you just talk without thinking too much about the target audience, the message to be communicated, and a host of other information? Communication is too important to be left to chance. The subtleties of language, expressions, and gestures all enrich the  more...
Optimizing E-mail at Work on-line e-learning cbt (computer based) In today's business world, e-mail is used to do everything from processing orders to supplying information. Because of the limitations of telephone communication when people who are very busy or sometimes in different time zones work together, e-mail use is on the rise in U.S. E-mail offers a plenitude of new opportunities for business, but understanding how to properly use it is essential in  more...
Preparing a Business Case on-line e-learning cbt (computer based) Why put time and effort into preparing, writing, and presenting a business case for new projects? Why not just talk to the manager and get his approval for the project? The answers to these questions lie in the fact that organizational budgets for new projects are typically very tight and, as such, your project will be competing against other projects for funding. Without a written business case,  more...
Sentence Construction on-line e-learning cbt (computer based) ... and confused. Poor word choice and organization make the writer look confused, sounding unintelligible and fuzzy. You're not alone if you're thinking, "That's how I write " In the course, "Sentence Construction," you'll review basic sentence construction, including subjects, predicates, phrases, and clauses. Then, you'll discover how to eliminate the three most common sentence-writing  more...
Writing with Intention on-line e-learning cbt (computer based) ...rime customer, you know that having a job means having to write. But if you're not a trained writer, how do you begin? The writing process actually starts before you pick up a pen or place your fingers on a keyboard. It begins with defining what you are writing, for whom you are writing, why you are writing, and which writing approach to use. "Writing with Intention" addresses these defining  more...
Crisp Composition on-line e-learning cbt (computer based) ...f course not.Your readers hope that you will work hard to write clearly and concisely. If you do so, your readers can spend their time considering what you have to say, not wondering what you really mean.If you're concerned that your writing does not meet the needs of your readers for clarity and conciseness, then this course will help you remedy these problems. You'll learn to recognize and  more...
Writing to Reach the Audience on-line e-learning cbt (computer based) ...lt. All effective writing varies by audience--and skilled writers always write to connect with their readers. "Writing to Reach the Audience" instructs people who have to write at work in some easy-to-apply techniques to help them write to their readers, however those readers may vary with business circumstances. If you're writing a thank-you letter to a valued colleague, the approach, tone,  more...
The Writing Process on-line e-learning cbt (computer based) ... writing process into manageable components: preparing to write and composing your message. It explains a methodical way of handling the various tasks from beginning to end. It also covers the particular challenges of writing in groups.There is no single correct way to write, and experienced writers usually develop their own individual processes. But if your current approach is haphazard and  more...
Principles of Marketing - Writing a Marketing Plan on-line e-learning cbt (computer based) Principles of Marketing: Writing a Marketing Plan offers the student an overview of the elements of a marketing plan, covers the processes used to develop marketing objectives and strategies, and covers how to create a marketing plan. The program also details how to write, present, execute, and evaluate a marketing plan.  more...
XML and Mobile Web Applications with C 2005 and ASP NET 2 0 on-line e-learning cbt (computer based) To read, validate, and write data in XML documents, to read data, write data, and handle events in the XML Document Object Model (DOM), and to create custom mobile web applications  more...
XML and Mobile Web Applications with Visual Basic 2005 and ASP NET 2 0 on-line e-learning cbt (computer based) To read, validate, and write data in XML documents, to read data, write data, and handle events in the XML Document Object Model (DOM), and to create custom mobile web applications  more...
Using PL SQL with an Oracle Server on-line e-learning cbt (computer based) 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...
Dynamic SQL and Metadata on-line e-learning cbt (computer based) To write dynamic SQL and use the DBMS_METADATA package  more...
Advanced ADO NET Programming on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) To explain how to modify DataSet data, update data sources, read and write XML data sources, and interact with ADO.NET  more...
ANSI C Programming Introducing C on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) To describe how ANSI C programs use memory to store data and how to write portable C programs  more...
ANSI C Programming Functions on-line e-learning cbt (computer based) To introduce functions in ANSI C and describe how to write and use them in programs  more...
ANSI C Programming Text Processing on-line e-learning cbt (computer based) To describe how to write ANSI C programs for text, string, and array processing  more...
ANSI C Programming Processing Records on-line e-learning cbt (computer based) To describe how to write ANSI C programs for processing aggregate data objects individually, in arrays, and in lists  more...
ANSI C Programming Pointers on-line e-learning cbt (computer based) To describe how to write advanced, efficient ANSI C programs using pointers  more...
Shell Scripting in Linux on-line e-learning cbt (computer based) To outline how to write the main components of shell scripts in Linux  more...
Communication and Leadership on-line e-learning cbt (computer based) You've asked an employee TWICE to complete a project as soon as possible and still the work isn't completed. You've delegated a task to another employee only to have it done incorrectly. You've sent an e-mail asking for extra help on a project to which you've had several negative responses. What's going on? While these situations could be the result of many different influences, you can eliminate  more...
Oracle9i SQL Data Retrieval Techniques on-line e-learning cbt (computer based)cd rom ...ijoin. o Identify the features of a group function. o Write SQL statements that contain common group functions. o Manage null values when using group functions in a SQL statement. o Identify the requirements for using subqueries. o Identify the characteristics of each subquery type. o Write a single-row subquery to return one row in the WHERE clause of a SELECT statement. o  more...
Oracle9i SQL Basic SELECT Statements on-line e-learning cbt (computer based)cd rom ...idelines for constructing basic SQL SELECT statement. o Write a query that restricts rows returned by using the WHERE clause. o Write a WHERE clause to accommodate different datatypes. o Use comparison operators with the WHERE clause. o Identify the different categories of datatypes. o Match the character datatypes with their descriptions. o Identify the features of the NUMBER  more...
Oracle PL SQL Database Programming on-line e-learning cbt (computer based)cd rom ... Sequence the steps needed to use the DBMS_SQL package to write dynamic SQL. Match the DBMS_SQL subprograms with their descriptions. Perform the steps required to write dynamic SQL using EXECUTE IMMEDIATE. Identify the distinctive properties of a LOB datatype. Identify the features of internal LOBs. Identify the features of external LOBs. Match the subprograms of the DBMS_LOB package with  more...
Oracle8i Backup and Recovery Strategies Backups on-line e-learning cbt (computer based)cd rom Course Overview This is the first course in a two-part series that covers the critical skills in planning and implementing database backup and recovery strategies. This course introduces the learners to the backup and recovery goals and functions of the various structures and processes in the Oracle architecture. In addition, participants learn to manage archive processing and maintain a  more...
Oracle8i Performance Tuning Managing Memory Disk I O on-line e-learning cbt (computer based)cd rom Course Overview This course is the second in a three-part Oracle8i Performance Tuning series. This course introduces the learner to the application tuning issues that will impact database performance. In addition, participants will be introduced to tuning components and functions of the shared pool and the buffer cache. Students will learn how to monitor the contents and usage of the Redo Log  more...
Oracle8i Database Admin Manage Storage Structures on-line e-learning cbt (computer based)cd rom ... for a given segment by using Oracle SQL*Plus Worksheet. Write a query to check the extents for a given segment by using Oracle SQL*Plus Worksheet. Unit 2: Managing Rollback Segments Duration: 1 - 2 Hour(s) Identify the purposes of rollback segments. Identify the rollback segment type given its description. Sequence the steps for the process in which rollback segments are used by  more...
Oracle8i Database Admin Manage an Instance on-line e-learning cbt (computer based)cd rom ... log buffer. Identify the events that cause the Database Writer (DBWR) to write to data files. Identify the events that cause the Log Writer (LGWR) to write to the redo log file. Identify the uses of System Change Numbers. Sequence the steps that occur during COMMIT processing. Identify the advantages of the fast COMMIT process used by Oracle. Unit 2: Administration Tools Duration:  more...
Macromedia Flash MX 2004 Developing Flash Applications on-line e-learning cbt (computer based)cd rom ...and use built-in components, create their own components, write ActionScript for components, and export and import component packages. Learn To: Identify the basic concepts of object-oriented programming (OOP). Identify the key aspects of defining class properties. Identify the different ways for connecting to external data. Identify the steps to add a built-in user interface  more...
Windows NT 4 0 Administration Fundamentals - Part 2 on-line e-learning cbt (computer based)cd rom ...lure of Read. Audit files for the Success and Failure of Write. Audit the printer for the Success and Failure of Print. Display the Audit Log using the Event Viewer. Set options for Audit Logs. Maximum Log Size. Overwrite Events Older than. Display a list of users connected to the server. Display a list of the shared resources of a server. Display the resources In Use using the Server  more...
Windows NT 4 0 Administration Fundamentals - Part 2 on-line e-learning cbt (computer based)cd rom ...lure of Read. Audit files for the Success and Failure of Write. Audit the printer for the Success and Failure of Print. Display the Audit Log using the Event Viewer. Set options for Audit Logs. Maximum Log Size. Overwrite Events Older than. Display a list of users connected to the server. Display a list of the shared resources of a server. Display the resources In Use using the  more...
Oracle Form Builder R6 Including Reusable Oracle Components on-line e-learning cbt (computer based)cd rom ...subprograms. Identify the features of PL/SQL libraries. Write the code to accept a reference to a bind module variable of local scope in a PL/SQLlibrary subprogram by using parameters. Populate a PL/SQL library module with objects from the Program Units node. Attach a PL/SQL library to a form module by using the Attach Library dialog box. Write a code to reference a library program unit  more...
Oracle Form Builder R6 Controlling the User Interface Programmatically on-line e-learning cbt (computer based)cd rom .... This course enables learners to create Key triggers, to write code that responds to mouse events, to manage windows and canvases, and to use the Object Navigator. In addition, learners work with multiple form applications, record groups, and list items. L earn To: Identify the rules, types, and functions of Key triggers. Create a Key trigger and write the code that associates the  more...
Oracle Form Builder R6 Writing and Debugging Code on-line e-learning cbt (computer based)cd rom ...dentify the communication formats used by Form Builder. Write the code to handle errors, suppress system messages, create alerts and control alerts at run time. Run a form module in debug mode. Identify the concepts related to debugging PL/SQL code. Debug PL/SQL code. Identify the process involved in querying a data block. Write triggers to query a data block. Manipulate the query  more...
Oracle8 Performance Tuning Optimizing Sorts and Minimizing Contention on-line e-learning cbt (computer based)cd rom ...that sorting is done in memory where possible, use direct writes for large sorts and allocate temporary space appropriately. The student will use Oracle tools to diagnose and resolve contention, given the possible causes of contention. Finally, the participants will be introduced to the features of Oracle Expert, create a tuning session, gather, view and edit the input data, analyze the  more...
Oracle8 Backup and Recovery - Strategies and Backups on-line e-learning cbt (computer based)cd rom ...ify the requirements to perform an open database backup. Write the command to create a backup of a controlfile. Identify the guidelines to create a backup of a controlfile. Identify the issues associated with backing up a read-only tablespace. Identify the impact of making a tablespace as read-only. Identify the differences between the logging and nologging options. Identify the  more...
Oracle8 Database Administration - Manage Storage Structures on-line e-learning cbt (computer based)cd rom ...tents for a given segment by using Oracle SQL Worksheet. Write a query to check the extents for a given segment by using Oracle SQL Worksheet. Unit 2: Managing Rollback Segments Duration: 1 - 2 Hour(s) Identify the purposes of rollback segments. Identify the rollback segment type given its description. Sequence the steps for the process in which rollback segments are used by  more...
Oracle8 Database Administration - Manage an Instance on-line e-learning cbt (computer based)cd rom ... log buffer. Identify the events that cause the Database Writer (DBWR) to write to datafiles. Identify the events that cause the Log Writer (LGWR) to write to the redo log file. Identify the uses of System Change Numbers. Sequence the steps that occur during COMMIT processing. Identify the advantages of the fast COMMIT process used by Oracle. Unit 2: Administration Tools Duration: 1  more...
Oracle Form Builder Including Reusable Oracle Components on-line e-learning cbt (computer based)cd rom ...ck on a FROM clause query by using the Property Palette. Write the code to base a data block on a stored procedure that returns a Ref cursor. Write the code to base a data block on a stored procedure that returns a table of records. Identify the properties of a data block based on a stored procedure. Identify the performance implications specific to database calls using a particular data  more...
Oracle Form Builder Handling Multiple Object Relationships on-line e-learning cbt (computer based)cd rom ...ourse will help participants to learn about Key triggers, write applications that respond to mouse events, manage windows and canvases, and use Object Navigator. In addition, users will work with multiple form applications, record groups, and list items. L earn To: Identify the rules, types, and functions of Key triggers. Write an application that responds to mouse events. Write  more...
Oracle Form Builder Writing and Debugging Code on-line e-learning cbt (computer based)cd rom ...ons of the communication formats used by Form Builder. Write codes to detect errors, suppress system messages, create alerts, and control alerts at runtime. Run a form module in Debug mode. Identify the concepts related to debugging a PL/SQL code. Debug a PL/SQL code. Identify the process involved in querying a data block. Write triggers to query a data block. Manipulate  more...
C Programming - Part 2 on-line e-learning cbt (computer based)cd rom ... Identify the code to override the assignment operator. Write the code to initialize an object of a specified class. Identify the appropriate constructor that will be invoked when a specific line of code is executed in a specified scenario. Identify the code of a class destructor for a specific scenario. Identify the correct code of the copy constructor that will initialize an object for a  more...
C Programming - Part 4 on-line e-learning cbt (computer based)cd rom ... fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course will teach students the skills and knowledge necessary to perform some more advanced tasks with the C language. Students will learn some important read/write  more...
C Programming - Part 3 on-line e-learning cbt (computer based)cd rom ... 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 advanced uses for pointers, explore the collection of special bitwise  more...
C Programming - Part 2 on-line e-learning cbt (computer based)cd rom ... fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard ANSI C library, to create basic applications. This series is not environment or vendor-specific. In this course, students will learn about arrays, pointers, and user-defined data types. L earn To: Define, initialize, and manipulate one-dimensional and  more...
C Programming - Part 1 on-line e-learning cbt (computer based)cd rom ... 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 addition to learning about the history of C, participants will learn  more...
Visual C 6 0 Designing Implementing Distributed Applications - Part 3 on-line e-learning cbt (computer based)cd rom ...te a database, maintain data integrity and import data. Write SQL statements to access data from tables and manipulate the data. Implement data access in applications through stored procedure model and cursors. Create transactions and implement locking strategies. C ontent Emphasis Skills-Based A udience This course is designed for programmers looking to develop  more...
Visual C 6 0 Designing Implementing Desktop Applications - Part 5 on-line e-learning cbt (computer based)cd rom ...on of the CFile class. Store data in a file by using the Write member function of the CFile class. Identify the Seek function that will be used in a given situation. Match the registry key with the information that they contain. Set a registry key by using the SetRegistryKey member function. Retrieve a value from a registry key by using CWinApp member functions. Store information in a  more...
Visual C 6 0 Designing Implementing Desktop Applications - Part 4 on-line e-learning cbt (computer based)cd rom Course Overview This is the fourth course in an eight part series for programmers. This series provides the C++ programmers the necessary skills to develop applications using MFC library and the Microsoft Visual C++ 6 development environment. L earn To: Identify the types of help techniques and implement a help system for an application. Identify the exception handling architecture  more...
Visual C 6 0 Designing Implementing Desktop Applications - Part 3 on-line e-learning cbt (computer based)cd rom ...les to the dialog box controls by using the ClassWizard. Write the code to display a dialog box at run time. Sequence the steps to exchange and validate the user input from a dialog box. Identify the features of the CFormView class. Create a form view with controls by using the CFormView class. Identify the characteristics of property sheets and property pages. Create a property page  more...
Visual Basic 6 0 Designing Implementing Distributed Applications - Part 5 on-line e-learning cbt (computer based)cd rom ...s (ASP). Create a dynamic Web page by using webclasses. Write the code to execute an ActiveX Data Object (ADO) database. Write the code to update information in a database. Write the code to validate a user login against a database by using the Session object. Generate a client-side script from a server by using the Response object. Write the code to retrieve data by using the Request  more...
Visual Basic 6 0 Designing Implementing Distributed Applications - Part 4 on-line e-learning cbt (computer based)cd rom Course Overview This is the fourth course in a five part series that will provide programmers with the basic skills to build three-tier client/server solutions. L earn To: Identify the ACID properties of an Microsoft Transaction Server (MTS) transaction. Build MTS components using various Visual Basic methods. Identify the different types of MTS errors and debug MTS components.  more...
Visual Basic 6 0 Designing Implementing Desktop Applications - Part 5 on-line e-learning cbt (computer based)cd rom ...t series that will provide students with the knowledge to write a Microsoft Visual Basic-based application that accesses data from a database. In this course, students will learn to use ActiveX Data Objects to access and manipulate data sources. This course also addresses advanced database issues, such as data integrity and referential integrity. L earn To: Optimize the usability and  more...
Visual Basic 6 0 Designing Implementing Desktop Applications - Part 4 on-line e-learning cbt (computer based)cd rom ...t series that will provide students with the knowledge to write a Microsoft Visual Basic-based application that accesses data from a database. In this course, students will learn to use ActiveX Data Objects to access and manipulate data sources. This course also addresses advanced database issues, such as data integrity and referential integrity. L earn To: Use external COM components  more...
Visual Basic 6 0 Designing Implementing Desktop Applications - Part 3 on-line e-learning cbt (computer based)cd rom ...t series that will provide students with the knowledge to write a Microsoft Visual Basic-based application that accesses data from a database. In this course, students will learn to use ActiveX Data Objects to access and manipulate data sources. This course also addresses advanced database issues, such as data integrity and referential integrity. L earn To: Use ActiveX Data Objects to  more...
Visual Basic 6 0 Designing Implementing Desktop Applications - Part 2 on-line e-learning cbt (computer based)cd rom ...part series that will provide students with the skills to write a Microsoft Visual Basic-based application that accesses data from a database. In this course, students will learn to use class modules to define and create an instance of a component. Students will also be provided with the basic instruction on the ActiveX Controls feature of Visual Basic 6.0. L earn To: Create a COM  more...
Visual Basic 6 0 Designing Implementing Desktop Applications - Part 1 on-line e-learning cbt (computer based)cd rom ...t series that will provide students with the knowledge to write a Microsoft Visual Basic-based application that accesses data from a database. In this course, students will be introduced to the Visual Basic environment and its main options and characteristics. Students will also learn the strategy for Universal Data Access and the visual data access tools that make it easy for Visual Basic  more...
Visual InterDev 6 0 Accessing Remote Data on-line e-learning cbt (computer based)cd rom ...tch the ActiveX Data Objects (ADO) with their functions. Write the code to establish a database connection with a data source by using a Connection object. Write the code to retrieve records from a database by using the Open method of the Recordset object. Write the code to retrieve records from a database by using the Execute method of the Command object. Write the code to execute a stored  more...
Visual InterDev 6 0 Accessing Remote Data on-line e-learning cbt (computer based)cd rom ...tch the ActiveX Data Objects (ADO) with their functions. Write the code to establish a database connection with a data source by using a Connection object. Write the code to retrieve records from a database by using the Open method of the Recordset object. Write the code to retrieve records from a database by using the Execute method of the Command object. Write the code to execute a stored  more...
Visual InterDev 6 0 Active Server Pages and Data Access on-line e-learning cbt (computer based)cd rom ... collections of the Request object with their functions. Write the code to extract information from the header of an HTTP Request message in a given scenario by using the QueryString collection. Write the code to read form data in a given scenario by using the Form collection. Match the header fields of an HTTP response message with their purposes. Identify the properties of Response  more...
Visual InterDev 6 0 Active Server Pages and Data Access on-line e-learning cbt (computer based)cd rom ... collections of the Request object with their functions. Write the code to extract information from the header of an HTTP Request message in a given scenario by using the QueryString collection. Write the code to read form data in a given scenario by using the Form collection. Match the header fields of an HTTP response message with their purposes. Identify the properties of Response  more...
Visual InterDev 6 0 Building Web Sites and Pages on-line e-learning cbt (computer based)cd rom ...eb Application: Deployment Duration: 2 - 3 Hour(s) Write the HTML command to add sound to a Web page. Publish a Web application by using the Project menu. Replicate a Web application by using the Server Manager window. Identify an appropriate navigational scheme for a given situation. Release the working of a project file by using the Project menu title. Identify the requirements to  more...
Professional Selling Over the Phone Preparation Strategies on-line e-learning cbt (computer based)cd rom ... Sequence the steps for preparing to write an effective telesales script. Apply the steps for preparing to write an effective telesales script. Select qualities of an effective telesales voice. Identify listening techniques that can improve your teleselling performance.  more...
Oracle Database 10g PL SQL Fundamentals Part 1 on-line e-learning cbt (computer based)cd rom ... to access Oracle database. The learner will learn how to write and use anonymous PL/SQL blocks, program constructs, simple and composite PL/SQL data types, programming guidelines, and accessing and manipulating data using PL/SQL. Additionally, the learner will also learn how to write and use PL/SQL program units, such as stored functions, stored procedures, and packages along with some  more...
C Programming - Part 4 on-line e-learning cbt (computer based)cd rom ...earners 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 earn To: Implement the C++ exception-handling mechanism to enable programs to recognize and respond to run-time errors.  more...
C Foundation for Non-C Programmers - Part 1 on-line e-learning cbt (computer based)cd rom ...ts 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 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  more...
C Foundation for Non-C Programmers - Part 2 on-line e-learning cbt (computer based)cd rom ...heir descriptions. Identify the code to perform read and write operations on a text file. Identify the code that performs a specific operation on a binary file. Identify the code that uses try and catch blocks to handle exceptions. Identify the code that uses multiple try and catch blocks to handle the specified exceptions. Identify the code for an exception handling mechanism in a class.  more...
Oracle SQL and SQL Plus Advanced SELECT Statements on-line e-learning cbt (computer based)cd rom ...tors to combine two or more queries. L earn To: Write single-row subqueries. Write multiple-row and multiple-column subqueries. Write correlated subqueries. Write queries using number DECODE and character functions. Write hierarchical queries and format hierarchical reports. Write compound queries by using set operators and control the order of the output of the  more...
Oracle SQL and SQL Plus SQL Plus and Reporting on-line e-learning cbt (computer based)cd rom ...: Identify the fundamental concepts of SQL*Plus and write queries using SQL*Plus runtime variables. Identify the SQL*Plus commands associated with line editing, file manipulation, and script creation. Write the commands and queries to enhance query output. C ontent Emphasis Skills-Based A udience Application developers, database administrators, system  more...
Visual InterDev 6 0 Building Web Sites and Pages on-line e-learning cbt (computer based)cd rom ...eb Application: Deployment Duration: 2 - 3 Hour(s) Write the HTML command to add sound to a Web page. Publish a Web application by using the Project menu. Replicate a Web application by using the Server Manager window. Identify an appropriate navigational scheme for a given situation. Release the working of a project file by using the Project menu title. Identify the requirements to  more...
SQL and PL SQL PL SQL Basics on-line e-learning cbt (computer based)cd rom ...le. Declare a scalar variable with the %TYPE attribute. Write the code to assign a value a to a variable by using the assignment operator. Use operators with the PL/SQL variables. Manipulate data in PL/SQL variables by using SQL functions. Convert the datatype of a variable by using a data conversion function. Identify the features of variable scoping in nested PL/SQL blocks. Create a  more...
SQL and PL SQL Basic SELECT on-line e-learning cbt (computer based)cd rom ...ncept of object relational database management systems. Write SQL SELECT queries. Customize SQL queries when selecting data from a table. Identify SQL*Plus environment, features, and commands. Restrict rows retrieved by a query. Identify comparison operators that can be used in defining row retrieval restrictions. Identify logical operators that can be used to define row retrieval  more...
SQL and PL SQL Data Retrieval Techniques on-line e-learning cbt (computer based)cd rom ...uijoin, a non-equijoin, an outer join, and a self join. Write SQL statements that contain common group functions. Restrict groups of rows retrieved by using the HAVING clause and to write SQL statements that contain common group functions. Group rows retrieved by using the GROUP BY clause. Write single-row, multiple row, multiple-column subqueries. Obtain values at run time by  more...
XML Programming--Part 1 Components Style Sheets on-line e-learning cbt (computer based)cd rom ...b and enterprise applications and the basics about how to write XML well-formed documents. It will cover the history of XML, the features and benefits of XML, writing XML documents, and using style sheets, including Cascading Style Sheets (CSS) and the Extensible Style Language (XSL). This course will provide the foundation for the second course in the series. L earn To: Identify the  more...
XML Programming--Part 1 Components Style Sheets on-line e-learning cbt (computer based)cd rom ...b and enterprise applications and the basics about how to write XML well-formed documents. It will cover the history of XML, the features and benefits of XML, writing XML documents, and using style sheets, including Cascading Style Sheets (CSS) and the Extensible Style Language (XSL). This course will provide the foundation for the second course in the series. L earn To: Identify the  more...
Oracle SQL for End Users--Part 1 on-line e-learning cbt (computer based)cd rom ...course is designed for end users who want to learn how to write SQL SELECT statements to retrieve data from a database. This course identifies relational database properties, introduces the Oracle server, and indicates how SQL and SQL*Plus are used in the Oracle product set. In this course, the learner creates basic SQL SELECT statements and customizes these queries to restrict and sort the  more...
Oracle SQL for End Users--Part 2 on-line e-learning cbt (computer based)cd rom ...nt. Identify the characteristics of the subquery types. Write a single-row subquery to return one row in the WHERE clause of a SELECT statement. Retrieve data that is dependent upon the value of a group function in a single-row subquery. Identify two common errors that occur when using single-row subqueries. Identify the guidelines for using multiple-row subqueries. Retrieve data that is  more...
Quicken 2003 Deluxe - Personal Finance Mgmt on-line e-learning cbt (computer based)cd rom ...a report. Identify options in the Write Checks window. Identify fundamentals of data protection in Quicken 2003 Deluxe. Activate an online account. Identify options in the Schedule Updates dialog box. Change a PIN by using the One Step Update dialog box.  more...
Grammar Skills Writing Effectively on-line e-learning cbt (computer based)cd rom ...s will provide professionals with the necessary skills to write and communicate using proper grammar. Deployment Options e-Learning Accreditation NASBA credits: 3 CPE Credits PDU credits: 3 PDUs CEU credits: 0.15 CEUs Language Options US English Total Learning Time 1.5 to 2 hours Objectives Unit 1: Effective Sentences (0.25 - 0.5 hours)  more...
Grammar Skills Punctuation Mechanics Spelling on-line e-learning cbt (computer based)cd rom ...s will provide professionals with the necessary skills to write and communicate using proper grammar. Deployment Options e-Learning Accreditation NASBA credits: 3 CPE Credits PDU credits: 3 PDUs CEU credits: 0.15 CEUs Language Options US English Total Learning Time 1.5 to 2 hours Objectives Unit 1: Word Choice (0.25 - 0.5 hours)  more...
Business Writing The Fundamentals on-line e-learning cbt (computer based)cd rom ...s will provide professionals with the skills necessary to write effectively in the business environment. Business considerations such as, tone, paragraph structure, writing positive and negative messages effectively and proposal writing are key topics covered in this series. Learn To To identify guidelines for writing effectively. To  more...
Business Writing Writing Effective Proposals on-line e-learning cbt (computer based)cd rom ...s will provide professionals with the skills necessary to write effectively in the business environment. Business considerations such as, tone, paragraph structure, writing positive and negative messages effectively and proposal writing are key topics covered in this series. Learn To To match types of proposals with their features To  more...
E-mail Etiquette E-mail in the Workplace on-line e-learning cbt (computer based)cd rom ...ctively. The program covers e-mail basics, such as how to write effective messages, e-policies, and how to use e-mail accessories and passwords. The program focuses on the influences of e-mail, when to choose e-mail over other types of communication, how to avoid writing inappropriate messages, how and when to attach files, and how to prevent your password from being stolen. Learn To  more...
E-mail Etiquette Using E-mail to Communicate Successfully on-line e-learning cbt (computer based)cd rom ...wing netiquette guidelines. The program focuses on how to write an effective subject line, the best way to relay information, how to prepare for recipient reactions, and how to use emoticons effectively. Learn To Identify the guidelines for writing subject lines. Identify how you should construct your e-mail messages to prevent apathetic reactions. Identify the factors you  more...
E-mail Etiquette Writing Effective E-mail Messages on-line e-learning cbt (computer based)cd rom ...Writing Effective E-mail Messages teaches students how to write effective e-mail messages. The program covers the differences between writing online and traditional paper-based writing, how to achieve your e-mail message objectives, the importance of using correct punctuation, how to construct effective sentences and paragraphs, and how to edit your e-mail messages. The program also focuses on  more...
Principles of Marketing Writing a Marketing Plan on-line e-learning cbt (computer based)cd rom ... create a marketing plan. The program also details how to write, present, execute, and evaluate a marketing plan. Learn To Determine your product's market position. Identify the four types of analyses that should be conducted before creating a marketing plan. Identify methods for implementing marketing  more...
Lotus Domino R5 Development Part 4 Making Your Application Run on-line e-learning cbt (computer based)cd rom ...cific scenario. Match the field events for which you can write formulas in Domino Designer with their functions. Match the form events for which you can write formulas in Domino Designer with their functions. Match the view events for which you can write formulas in Domino Designer with their functions. Match the field types in Domino Designer with their functions. Match the reserved  more...
IMS Essentials Part 2 IMS Transaction Manager on-line e-learning cbt (computer based)cd rom ...fy characteristics of an online log data set (OLDS) and a write-ahead data set (WADS). Match Database Recovery Control (DBRC) configuration options with their functions. Identify considerations for using recovery control (RECON) data sets for log control. Identify functions of message queuing. Identify  more...
Quicken 2005 Deluxe Managing Your Personal Finances on-line e-learning cbt (computer based)cd rom ...count. Learn about printing a report. Learn about the Write Checks window. Learn about online accounts. Learn about options to create a budget. Learn about setting up a loan by using EasyStep Loan Setup. Learn about tracking investments. Learn about planning for your children's education by using the College Planner. Learn about planning for your retirement by using the  more...
QuickBooks Pro 2005 Basic Accounting on-line e-learning cbt (computer based)cd rom ...voice template. Learn about writing checks by using the Write Checks window. Learn about writing checks by using the checking account register. Learn about printing a check. Learn about accessing reports. Learn about modifying reports. Learn about memorizing and printing reports. Learn about designating the QuickBooks administrator. Learn about entering the closing date for a  more...
From Serebra Learning Corporation
NET Remoting on-line e-learning cbt (computer based) To create and use specific .NET Remoting services All Microsoft VB.NET developers wanting to write enterprise applications with serviced components, Windows Services, or .NET Remoting, or studying for the 70-310 exam Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and the Microsoft .NET Framework  more...
NET Remoting in C on-line e-learning cbt (computer based) To demonstrate how to create and use specific .NET Remoting services Microsoft C# developers wanting to write enterprise applications with serviced components, Windows Services, or .NET Remoting, or studying for the exam 70-320: Developing XML Web Services and Server Components with Microsoft Visual C# and the Microsoft .NET Framework  more...
Microsoft Excel 97 Advanced on-line e-learning cbt (computer based) This highly interactive CBT contains five units that cover advanced Excel skills. Through step-by-step instruction within a realistic simulation of Microsoft Excel 97, students learn how to perform "what-if" analysis, create PivotTables, exchange Excel data with other programs, control worksheet properties and calculations, and program with Excel. Performance-based Pre- and Post-Assessments create  more...
Call Center Components on-line e-learning cbt (computer based) This WestNet e-Learning module discusses the features, benefits, and integration issues of each one of a call center's basic tools.  more...
Visual Basic 6 0 Database Access Part I on-line e-learning cbt (computer based) This course provides an introduction to Visual Basic's capabilities relating to database access and manipulation in an online environment. It explains how databases are organized, how information is retrieved and manipulated in databases, and what technologies are available to ensure cross-platform and uniform access to database information. This course describes the fundamentals of viewing  more...
The Art of Global Communication on-line e-learning cbt (computer based) Considering that communication is something you do every day, how many people actually stop to consider what is happening before they speak? Can you just talk without thinking too much about the target audience, the message to be communicated, and a host of other information? Communication is too important to be left to chance. The subtleties of language, expressions, and gestures all enrich the  more...
Communicating Clearly Write to be Understood on-line e-learning cbt (computer based) ...Write to be Understood, is the first of four courses in this curriculum. After the completion of this course you will be able to recognize when writing is appropriate, list the questions in determining a key message, recognize communications that are clear and error free and identify techniques for developing common types of business document. The PrimeCommunication curriculum offers a useful  more...
Plan and Organize Your Documents Plan Before Writing on-line e-learning cbt (computer based) This course shows how to plan a document by defining the purpose and target audience. Professionals who want to enhance their written business communications by effectively addressing audience needs  more...
Write for Business Success Break Writing Barriers on-line e-learning cbt (computer based) Make a positive start to writing business documents. Professionals who want to enhance their written business communications by effectively addressing audience needs  more...
Optimizing Email at Work on-line e-learning cbt (computer based) In today's business world, e-mail is used to do everything from processing orders to supplying information. Because of the limitations of telephone communication when people who are very busy or sometimes in different time zones work together, e-mail use is on the rise in U.S. E-mail offers a plenitude of new opportunities for business, but understanding how to properly use it is essential in  more...
Preparing a Business Case on-line e-learning cbt (computer based) Why put time and effort into preparing, writing, and presenting a business case for new projects? Why not just talk to the manager and get his approval for the project? The answers to these questions lie in the fact that organizational budgets for new projects are typically very tight and, as such, your project will be competing against other projects for funding. Without a written business case,  more...
Writing a Business Case on-line e-learning cbt (computer based) Which would you rather do: prepare a business case for your latest project or go to the dentist? Given the choice, many of us would tend to choose the latter.Whether you want to invest in product development or reinvent your business processes with new marketing channels, it is now more important than ever to have a business case that is carefully planned, written, and presented, especially when  more...
Presenting Your Case on-line e-learning cbt (computer based) Have you ever attended a presentation that failed because the presenter was ill prepared or ineffective in his approach? A successful presenter must possess the proper skills to plan and deliver an effective business case presentation and employ strategies to establish and maintain the audience's attention. This course examines the careful planning and delivery of a business case presentation. It  more...
Preparing an Effective Internal Business Case Simulation on-line e-learning cbt (computer based) For the purposes of this simulation, you are a senior product line manager of women's apparel for Zenith Athletics a national manufacturer of athletic gear and clothing. When an ambitious subordinate proposes a major market-research project geared toward the creation of a new line of mom-and-tot exercise apparel, you offer your assistance in the preparation of a business case. Tasks focus on the  more...
Initiating a Succession Plan Simulation on-line e-learning cbt (computer based) ...and production staff to collate data, analyze markets and write reports with extremely short turnaround times. More often than not, these studies are pre-marketed, so late deliveries or aborted projects can be quite costly. You are a VP and Principal Analyst for Pharmaceutical and Biotechnology Services. Two team leaders report to you: one responsible for the drug development market and the  more...
Implementing a Succession Plan Simulation on-line e-learning cbt (computer based) ...nd production staff to collate data, analyze markets, and write reports with extremely short turn-around times. More often than not, these studies are pre-marketed, so late deliveries or aborted projects can be quite costly. URG has experienced dramatic growth over the past three years. Through aggressive hiring, production staff has been increased by 50 . However, due to the high demands of  more...
Pricing for Profitability on-line e-learning cbt (computer based) Nothing can be more harmful to the success of your new product or service than incorrect pricing and other financial projections In this course, you will not only learn how to gather pertinent revenue and expense information to help you price your product, but also how to determine your objectives and policies to correctly position your product in its market niche. You'll examine three methods and  more...
Writing the Marketing Plan Creative Strategy on-line e-learning cbt (computer based) You've completed the first part of your marketing plan. Now it's time to write about your marketing tactics. You'll discover just how to match your product with your target market, determining exactly what the competitive advantages of your particular product are. Then you'll explore the price-setting strategies that will help make your product a success. Marketing managers, supervisors or team  more...
Web Graphics Concepts on-line e-learning cbt (computer based) This WestNet e-Learning module introduces several Web design concepts. We will also look at the Americans with Disabilities Act (ADA) and how it affects Web design.  more...
JavaScript Language Basics on-line e-learning cbt (computer based) To teach the basics of the JavaScript language Web developers  more...
Advanced Technology Concepts for Web Designers on-line e-learning cbt (computer based) To introduce users to the incorporation of JavaScript and other technologies such as DHTML, cookies and plug-ins in web sites, and to web site publishing, web site maintenance, and database integration Web authors, webmasters, marketing and communications professionals, PR professionals, graphic designers, desktop designers, technical writers, and library scientists  more...
Getting Started with ColdFusion MX on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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...
Visual Basic 6 0 Advanced on-line e-learning cbt (computer based) This course covers techniques that Visual Basic programmers can use to enhance the interface, functionality and performance of their applications. Students will learn to create menus and toolbars. The course also introduces the student to ActiveX programming and the Common Dialog control. The course also shows students how to create and load documents using the File Access features of Visual  more...
Visual Basic 6 0 Advanced Enterprise Client Server Dev Part I on-line e-learning cbt (computer based) ...es and data integrity checks. It describes how to create, write, and debug stored procedures, as well as how to call them from Visual Basic code. Finally, this course discusses how to create SQL stored procedures for passing arguments and accepting return values. It also explains how to write SQL control-of-flow statements and embed SQL transactions in stored procedures.Related Exam: Microsoft  more...
Visual Basic 6 0 Using the Win32 API Part II on-line e-learning cbt (computer based) This course describes how to use some of the more common Win32 API drawing functions, it explains how to obtain and release a device context and how to draw dots, lines, and rectangles on a form or control. It also describes how to change pen and brush styles by using stock objects and by creating customized pens and brushes. In addition, it explains how to place a text string on a control or form  more...
Getting Started with Programming on-line e-learning cbt (computer based) To introduce structured programming concepts, coding design, and style Anyone wishing to know the basics of programming  more...
Visual Basic 6 0 ActiveX COM Part II on-line e-learning cbt (computer based) This course covers advanced topics related to ActiveX controls. It describes how to create your own ActiveX controls, discusses the dependency of ActiveX controls on their container applications and gives an overview of ambient properties and the User Control object. This course also introduces the ActiveX Control Interface wizard, which simplifies the creation and coding of a control and  more...
XML and Mobile Web Applications with C 2005 and ASP NET 2 0 on-line e-learning cbt (computer based) ...write data in XML documents, to read data, write data, and handle events in the XML Document Object Model (DOM), and to create custom mobile web applications Individuals who wish to use the .NET Framework 2.0 with Visual Studio 2005, C# 2005, and ASP.NET 2.0 to develop web-based client applications; individuals preparing for the Microsoft .NET Framework 2.0 Web-Based Client Development (70-528)  more...
XML and Mobile Web Applications with Visual Basic 2005 and ASP NET 2 0 on-line e-learning cbt (computer based) ...write data in XML documents, to read data, write data, and handle events in the XML Document Object Model (DOM), and to create custom mobile web applications Individuals who wish to use the .NET Framework 2.0 with Visual Studio 2005, Visual Basic 2005, and ASP.NET 2.0 to develop web-based client applications; individuals preparing for the Microsoft .NET Framework 2.0 Web-Based Client  more...
Data Integration Database Environments and XML Handling with C 2005 on-line e-learning cbt (computer based) To identify how to configure database connections and handle XML data in Windows Forms applications Individuals who wish to use the .NET Framework 2.0 with Visual Studio 2005 and C# 2005 to develop Windows-based client applications; individuals preparing for the Microsoft .NET Framework 2.0 Windows-Based Client Development (70-526) certification exam  more...
Advanced ADO NET Programming on-line e-learning cbt (computer based) To explain how to modify DataSet data, update data sources, read and write XML data sources, and interact with ADO.NET C# programmers and candidates for the Microsoft MCSD and MCAD certification paths  more...
Advanced ADO NET Programming on-line e-learning cbt (computer based) To explain how to modify DataSet data, update data sources, read and write XML data sources, and interact with ADO.NET Visual Basic .NET programmers and candidates for the Microsoft MCSD and MCAD certification paths  more...
Windows Services in C on-line e-learning cbt (computer based) To demonstrate how to build, debug, deploy, and use Windows Services with C# Microsoft C# developers wanting to write enterprise applications with serviced components, Windows Services, or .NET Remoting, or studying for the exam 70-320: Developing XML Web Services and Server Components with Microsoft Visual C# and the Microsoft .NET Framework  more...
Interoperability and Serviced Components in C on-line e-learning cbt (computer based) To demonstrate how to access unmanaged code from .NET and vice versa, and how to build, deploy, and use serviced components Microsoft C# developers wanting to write enterprise applications with serviced components, Windows Services, or .NET Remoting, or studying for the exam 70-320: Developing XML Web Services and Server Components with Microsoft Visual C# and the Microsoft .NET Framework  more...
Windows Services in VB NET on-line e-learning cbt (computer based) To show how to build, debug, deploy, and use Windows Services with Visual Basic .NET All Microsoft VB.NET developers wanting to write enterprise applications with serviced components, Windows Services, or .NET Remoting, or studying for the 70-310 exam Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and the Microsoft .NET Framework  more...
Interoperability and Serviced Components on-line e-learning cbt (computer based) To show how to access unmanaged code from .NET and vice versa, and how to build, deploy, and use serviced components All Microsoft VB.NET developers wanting to write enterprise applications with serviced components, Windows Services, or .NET Remoting, or studying for the 70-310 exam Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and the Microsoft .NET Framework  more...
XML Data Access in VB NET on-line e-learning cbt (computer based) To use the .NET Framework to manage XML data All Microsoft VB.NET developers wanting to write enterprise applications with serviced components, Windows Services, or .NET Remoting, or studying for the 70-310 exam Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and the Microsoft .NET Framework  more...
Building Web Services and Web-Service Clients with Microsoft NET on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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...
Programming C for the C Developer on-line e-learning cbt (computer based) To explain C# programming techniques and models Application developers with experience in object-oriented programming, especially in C , who wish to start working with C#  more...
Beginning C on-line e-learning cbt (computer based) To compare and contrast the features of the C# programming language with VB6 Application developers with experience in object-oriented programming, especially Visual Basic 6.0, who wish to start working with C#  more...
Programming C for the VB6 Developer on-line e-learning cbt (computer based) To describe C# programming techniques and models Application developers with experience in object-oriented programming, especially Visual Basic 6.0, who wish to start working with C#  more...
ANSI C Programming Introducing C on-line e-learning cbt (computer based) 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 Data Representation on-line e-learning cbt (computer based) To describe how ANSI C programs use memory to store data and how to write portable C programs Programmers and software developers new to ANSI C  more...
ANSI C Programming Functions on-line e-learning cbt (computer based) 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 on-line e-learning cbt (computer based) 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...
ANSI C Programming Flow Control on-line e-learning cbt (computer based) To describe advanced flow-control statements Programmers and software developers new to ANSI C  more...
ANSI C Programming Text Processing on-line e-learning cbt (computer based) To describe how to write ANSI C programs for text, string, and array processing Programmers and software developers new to ANSI C  more...
ANSI C Programming Processing Records on-line e-learning cbt (computer based) To describe how to write ANSI C programs for processing aggregate data objects individually, in arrays, and in lists Programmers and software developers new to ANSI C  more...
ANSI C Programming Pointers on-line e-learning cbt (computer based) To describe how to write advanced, efficient ANSI C programs using pointers Programmers and software developers new to ANSI C  more...
ANSI C Programming The Standard Library and Preprocessor on-line e-learning cbt (computer based) To describe programming file and other I/O operations in ANSI C and how to implement facilities from the standard library Programmers and software developers new to ANSI C  more...
C Programming Classes and Data Abstraction on-line e-learning cbt (computer based) To provide students with the skills required to create and instantiate classes Students with knowledge of structured programming techniques  more...
C Programming Manipulating Objects on-line e-learning cbt (computer based) To provide the student with the skills required to use dynamic memory allocation in C Students with knowledge of structured programming techniques  more...
C Programming Files and Streams on-line e-learning cbt (computer based) To provide the student with the skills required to create C programs that use files Students with knowledge of structured programming techniques  more...
Introduction to UNIX on-line e-learning cbt (computer based) This course presents the basics of using a UNIX operating system, including logging in, using simple commands, and creating files. It also addresses several useful electronic communication programs available on a UNIX operating system. The course begins with an introduction to the features and capabilities of a UNIX operating system. It introduces the student to the system's main components  more...
UNIX Files and Directories on-line e-learning cbt (computer based) This course describes the UNIX system of directories and files. It explains the structure of the UNIX hierarchical file system and how to access files and directories. It also presents the commands for copying, moving, removing, renaming, and backing up files in the directories, as well as the process for renaming, removing and backing up directories. Permission rights which are required for  more...
Unix Shell Scripting Basics on-line e-learning cbt (computer based) To explain how to create simple shell scripts using UNIX shell commands IT professionals and UNIX end-users who need to familiarize themselves with the UNIX shell environment  more...
UNIX Shell Programming on-line e-learning cbt (computer based) ...of what can be accomplished with shell scripts and how to write them. This course teaches the features of the shell such as I/O redirection, filename shorthand, looping constructs, variables, and signal handling. The course introduces the concept of shell programming, how and when to create shell programs, and how to run shell programs. It also provides a general discussion of shell  more...
Installing and Integrating Internet Information Services 5 0 on-line e-learning cbt (computer based) To discuss the new features, installation considerations, and security of Internet Information Services 5.0 Administrators who intend to install Internet Information Services 5.0 for the first time; experienced administrators who wish to upgrade or migrate to IIS 5.0; students or IT professionals who wish to gain a knowledge of IIS 5.0  more...
Shell Scripting in Linux on-line e-learning cbt (computer based) To outline how to write the main components of shell scripts in Linux Students wishing to acquire the basic skills required as a Linux system administrator  more...
Linux System Customization and Automation on-line e-learning cbt (computer based) 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 REXX Programming Fundamentals on-line e-learning cbt (computer based) ...alyzed. REXX instructions and interfaces used to read and write information from disk files are also examined. In addition, the Program Stack, buffers, and the use of REXX instructions to control data movement onto and off of a Program Stack are explored. Students will be able to develop a REXX program that accepts arguments on invocation. This course is written to OS/390 2.x. This course is  more...
OS 390 REXX Program Development on-line e-learning cbt (computer based) ...alyzed. REXX instructions and interfaces used to read and write information from disk files are also examined. In addition, the Program Stack, buffers, and the use of REXX instructions to control data movement onto and off of a Program Stack are explored. Students will be able to develop a REXX program that accepts arguments on invocation. This course is written to OS/390 2.x. This course is  more...
OS 390 Assembler Language Programming Introduction on-line e-learning cbt (computer based) This course provides a basic introduction to programming at the Assembler level. The architecture of IBM System /390 is presented with an emphasis on storage addressing, use of registers, and instruction formats. The format of both Assembler Language and Machine Language instructions is covered along with the operation of the Assembler program which translates one to the other. The use of decimal,  more...
OS 390 ISPF Dialog Management Services on-line e-learning cbt (computer based) The OS/390 ISPF Dialog Management Services course introduces dialog development in Information System Productivity Facility (ISPF). It describes how to organize a dialog, code the panels, use variables to pass information between the dialog and the underlying function, store the information in a table, and write a sequential output file. This course is written to OS/390 2.x. This course is  more...
OS 390 MQ Series on-line e-learning cbt (computer based) This course teaches the fundamentals of using IBM MQSeries messaging technology with specific emphasis towards its use on the OS/390 platform. It begins by describing challenge fundamental to applications running across networks consisting of diverse platforms, then proposes MQSeries as the key middleware solution. The benefits of messaging and queuing are explored. Additional problematic  more...
Web Technologies on-line e-learning cbt (computer based) This WestNet e-Learning module explores the Web technologies, such as JavaScript and databases, used to enhance basic Web page functionality.  more...
Introduction to Oracle and SQL in Oracle 9i on-line e-learning cbt (computer based) To introduce Oracle as a relational database management system (RDBMS) and to discuss how to use basic SQL statements Junior database administrators, application developers, and database operators  more...
Subqueries Reporting and User-Access Control in Oracle 9i on-line e-learning cbt (computer based) To describe the use of subqueries, reporting, and user-access control in an Oracle9i database Junior database administrators, application developers, and database operators  more...
PL SQL Triggers on-line e-learning cbt (computer based) To create and manage triggers Database administrators, application developers, and database operators  more...
Dynamic SQL and Metadata on-line e-learning cbt (computer based) To write dynamic SQL and use the DBMS_METADATA package Database administrators, application developers, and database operators  more...
Using PL SQL with an Oracle Server on-line e-learning cbt (computer based) 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 Database administrators, application developers, and database operators  more...
Introduction to Oracle and SQL in Oracle Database 10g on-line e-learning cbt (computer based) To introduce Oracle as a relational database management system (RDBMS) and to demonstrate how to use basic SQL statements Database administrators, application developers, and database operators  more...
Displaying Multiple Table Data and Using Set Operators in Oracle Database 10g on-line e-learning cbt (computer based) To demonstrate how to retrieve data from multiple tables using joins and how to use set operators in Oracle 10g databases Database administrators, application developers, and database operators  more...
Group and Datetime Functions in Oracle Database 10g on-line e-learning cbt (computer based) To demonstrate how to use group and datetime functions in Oracle 10g Database administrators, application developers, and database operators  more...
Subqueries and Hierarchical Queries in Oracle Database 10g on-line e-learning cbt (computer based) To demonstrate how to use subqueries and hierarchical queries in Oracle 10g Database administrators, application developers, and database operators  more...
Regular Expressions and User Access in Oracle Database 10g on-line e-learning cbt (computer based) To demonstrate how to use regular expression support and control user access in Oracle 10g Database administrators, application developers, and database operators  more...
tcw11-gfc--11/21/09-16:41:13-(20382)[B]-[B]-[B]