Download or read book Using Windows 98 written by Kathy Ivens and published by . This book was released on 1998 with total page 582 pages. Available in PDF, EPUB and Kindle. Book excerpt: The new features in Windows 98 are geared towards enhancing system performance, enabling new hardware technologies and entertainment platforms, and improving integration with the Web. These pages focus on the core topics and tasks that average users need to know to use their operating system productively.
Download or read book New Perspectives on Microsoft Word 97 Comprehensive Enhanced written by Beverly B. Zimmerman and published by . This book was released on 1998 with total page 580 pages. Available in PDF, EPUB and Kindle. Book excerpt: Part of the New Perspectives series, this text offers a case-based, problem-solving approach and innovative technology for meaningful learning of Microsoft Word 97.
Download or read book Windows 98 Annoyances written by David Karp and published by "O'Reilly Media, Inc.". This book was released on 1998-10-30 with total page 478 pages. Available in PDF, EPUB and Kindle. Book excerpt: The author of the popular "Windows Annoyances" takes readers step-by-step through the workarounds for the annoyances found in the new Windows 98 operating system.
Download or read book Windows 98 in a Nutshell written by Tim O'Reilly and published by "O'Reilly Media, Inc.". This book was released on 1999 with total page 646 pages. Available in PDF, EPUB and Kindle. Book excerpt: In a concise and clear format, O'Reilly and Mott deliver all the pertinent information that Windows 98 users will need to know. The readers get both the nitty-gritty details and the bigger context as they learn about the Active Desktop, file management, and basic communication features.
Download or read book One day Quick Course in Microsoft Windows 98 written by Joyce Cox and published by Online Press. This book was released on 1998 with total page 130 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book Microsoft Windows 98 Step by Step written by Catapult, Inc and published by . This book was released on 1998 with total page 308 pages. Available in PDF, EPUB and Kindle. Book excerpt: Providing a procedural, personal training system for those who want to get up and running on Microsoft Windows 98 as quickly and easily as possible, this book includes easy-to-follow objectives and real-world business examples so users can learn exactly what they need to know, at their own speed.
Download or read book PC Mag written by and published by . This book was released on 1999-01-19 with total page 270 pages. Available in PDF, EPUB and Kindle. Book excerpt: PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.
Download or read book Maximum PC written by and published by . This book was released on 1998-10 with total page 148 pages. Available in PDF, EPUB and Kindle. Book excerpt: Maximum PC is the magazine that every computer fanatic, PC gamer or content creator must read. Each and every issue is packed with punishing product reviews, insightful and innovative how-to stories and the illuminating technical articles that enthusiasts crave.
Download or read book PC Mag written by and published by . This book was released on 1998-08 with total page 432 pages. Available in PDF, EPUB and Kindle. Book excerpt: PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.
Download or read book PC Mag written by and published by . This book was released on 1998-12-01 with total page 454 pages. Available in PDF, EPUB and Kindle. Book excerpt: PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.
Download or read book Maximum PC written by and published by . This book was released on 1999-01 with total page 124 pages. Available in PDF, EPUB and Kindle. Book excerpt: Maximum PC is the magazine that every computer fanatic, PC gamer or content creator must read. Each and every issue is packed with punishing product reviews, insightful and innovative how-to stories and the illuminating technical articles that enthusiasts crave.
Download or read book JavaScript Training Manual Classroom in a Book written by TeachUcomp and published by TeachUcomp Inc.. This book was released on 2017-10-27 with total page 283 pages. Available in PDF, EPUB and Kindle. Book excerpt: Complete classroom training manual for JavaScript. 283 pages and 128 individual topics. Includes practice exercises and keyboard shortcuts. The purpose of this course is to educate the student in the basic language skills necessary to use JavaScript. There are many resources available on the Internet that allow you to download code and place it into your HTML document or JavaScript code file. However, it is important to first understand the underlying language and components of JavaScript to be able to alter the code to work in your desired application, and easily troubleshoot any errors that may occur. Whether you are looking to add interactivity to your website, control how a browser acts or alter your HTML document’s content, it is important to have a firm grasp of the basics of JavaScript. We begin this course by discussing the basic components and structure of JavaScript as well as learning the terminology. Then, we’ll advance through topics to cover some more advanced concepts and uses for JavaScript. Topics Covered: Getting Acquainted with JavaScript 1. Introduction to JavaScript 2. JavaScript vs. Java 3. The Tag 4. External JavaScript 5. Uses for JavaScript The Makeup of JavaScript 1. JavaScript Statements 2. Code and Code Blocks 3. Whitespace 4. Case Sensitivity 5. Breaking Up a Line of Code JavaScript Comments 1. Single Line Comments 2. Multi-Line Comments 3. End of Line Comments 4. Using Comments to Stop Execution JavaScript Variables 1. What are JavaScript Variables? 2. Syntax for Text and Numerical Values 3. Creating (Declaring) Variables 4. Re-Declaring Variables 5. Undefined Value 6. Using One Statement for Multiple Variables 7. Local Variables and Global Variables Exploring JavaScript Data Types 1. Dynamic Data Types in JavaScript 2. Null 3. Number 4. String 5. Boolean 6. Array 7. Object JavaScript Objects 1. Creating Objects 2. Accessing Object Properties 3. Accessing Object Methods JavaScript Functions 1. JavaScript Function Definition and Syntax 2. Functions with a Return Value 3. Calling a Function with Arguments 4. Assigning Values to Undeclared Variables JavaScript Operators 1. Arithmetic Operators 2. Assignment Operators 3. Adding Strings and Numbers 4. Comparison Operators 5. Logical Operators 6. Conditional Operators JavaScript Conditions 1. If Statements 2. The Switch Statement JavaScript Loops 1. The FOR Loop 2. The FOR…IN Loop 3. The WHILE Loop 4. The DO…WHILE Loop JavaScript Break and Continue 1. The Break Statement 2. The Continue Statement 3. JavaScript Labels JavaScript Errors 1. The Try…Catch Statement 2. The Throw Statement JavaScript Form Validation 1. Form Validation 2. E-Mail Validation JavaScript RegExp Object 1. RegExp Definition and Modifiers 2. RegExp Special Characters 3. RegExp Methods JavaScript Hoisting 1. Declarations 2. Initializations JavaScript USE STRICT Directive 1. What is the USE STRICT Directive and Why Use It? 2. What’s Not Allows in STRICT Mode? JavaScript HTML DOM 1. What is HTML DOM? 2. HTML DOM Methods and Properties 3. HTML DOM Document 4. Finding HTML Elements 5. Changing the Output Stream 6. Changing the Value of an Attribute 7. Changing CSS HTML DOM Events 1. Using Events 2. The ONCHANGE Event HTML DOM Navigation 1. DOM Nodes 2. Node Relationships 3. Child Nodes and Values 4. NODE…Properties 5. HTML DOM Nodelist 6. Root Nodes Adding and Removing DOM Nodes 1. Creating New HTML Elements (Nodes) 2. Removing Existing HTML Elements (Nodes) 3. Replacing HTML Elements (Nodes) JavaScript Browser Object Model (BOM) 1. What is the Browser Object Model (BOM)? 2. The Window Object 3. Window Size Properties 4. Other Window Methods and Properties Window Screen Object 1. What does the Window Screen Object Do? 2. Window Screen Object Properties. Window Location Object 1. What does the Window Location Object Do? 2. Window Location HREF Property 3. Window Location PATHNAME Property 4. Window Location ASSIGN() Method Window History Object 1. What does the Window History Object Do? 2. Window History Back and Forward Methods Window Navigator Object 1. What does the Window Navigator Object Do? JavaScript Popup Boxes 1. The Alert Box 2. The Confirm Box 3. The Prompt Box JavaScript Timing Events 1. What are JavaScript Timing Events? 2. SETINTERVAL() and CLEARINTERVAL() Methods 3. SETTIMEOUT() and CLEARTIMEOUT() Methods 4. Creating a Clock JavaScript Cookies 1. What are Cookies? 2. Working with Cookies The JavaScript Console Object 1. The Console Object 2. Inline Grouping 3. Timers 4. String Substitution Advanced JavaScript Objects 1. The Object Literal and the Keyword New 2. Using an Object Constructor 3. JavaScript Prototype 4. Mutable Objects and Immutable Primitive Values 5. JavaScript Object Properties 6. Adding New Properties and Deleting Properties Number Object 1. What is a Number Object? 2. Hexadecimal Numbers 3. NaN – Not a Number 4. Infinity String Object 1. Using the String Object 2. String Properties and Methods 3. Special Characters Date Object 1. The Date Object 2. Set and Compare Dates 3. Convert the Date to a String Array Object 1. Create and Access an Array Object 2. Joining Arrays 3. Working with Arrays Math Object 1. The Math Object and Mathematical Constants 2. Math Object Methods JavaScript Libraries (Frameworks) 1. JavaScript Libraries or Frameworks 2. Testing jQuery
Download or read book HTML and CSS Training Manual Classroom in a Book written by TeachUcomp and published by TeachUcomp Inc.. This book was released on with total page 190 pages. Available in PDF, EPUB and Kindle. Book excerpt: Complete classroom training manual for HTML 5 and CSS. 190 pages and 125 individual topics. Includes practice exercises and keyboard shortcuts. You will learn how to create a website from scratch, while exploring all of the techniques to add the various elements of a website – text, links, images, CSS and much more. Topics Covered: Getting Acquainted with HTML 1. Introduction to the Internet 2. Introduction to HTML Terminology 3. Options for Writing HTML 4. Unicode Transformation Format (UTF) 5. HTML5 Resources New for HTML5 1. What's different in HTML5? 2. !DOCTYPE in HTML5 Designing a Webpage 1. Design Considerations and Planning 2. Basic Tags and Document Structure 3. HTML Tags 4. Head Tags 5. Title Tags 6. Body Tags 7. Metadata 8. Saving an HTML Page Page Formatting 1. Adding a New Paragraph 2. Adding a Line Break 3. Inserting Blank Space 4. Preformatted Text 5. Changing a Pages's Background Color 6. Div Element Text Items and Objects 1. Headings 2. Comments 3. Block Quotes 4. Horizontal Lines 5. Special Characters Creating Lists 1. Numbered (Ordered) Lists 2. Bulleted (Unordered) Lists 3. Nested Lists 4. Definition Lists Links 1. What are Links? 2. Text Links 3. Image Links 4. Opening a Page in a New Window or Tab 5. Setting All Links on a Page to Open in a New Window or Tab 6. Linking to an Area on the Same Page (Bookmarks) 7. Linking to an E-mail Address 8. Linking to Other Types of Files Images 1. Introduction to Images for Webpages 2. Adding Images to Webpages 3. Re-Sizing an Image 4. Alternative (ALT) Text 5. Image Labels Basic Tables 1. Inserting a Table 2. Table Borders 3. Table Headers Iframes 1. What is an Iframe? 2. Inserting Iframes 3. Setting Height and Width 4. Using an Iframe for a Link Target Forms 1. About Forms 2. Sending to E-mail 3. Text Boxes 4. Text Areas 5. Check Boxes 6. Menu Lists 7. Radio Buttons 8. Submit Button 9. Reset Button 10. Changing the Tab Order Video and Audio 1. About Video and Audio Files 2. Linking to Video and Audio Files 3. Adding Video 4. Adding Audio 5. Using YouTube to Display Video Troubleshooting 1. Troubleshooting Cascading Style Sheets 1. What are Cascading Style Sheets? 2. CSS Syntax 3. Creating an Internal CSS 4. Linking to a CSS 5. Adding Comments and Notes to a CSS 6. Creating an Internal Style Sheet 7. ID and Class 8. Inline Styling Working With Text in CSS 1. Emphasizing Text (Bold and Italic) 2. Decoration 3. Indentation 4. Transformation 5. Text Alignment 6. Fonts 7. Font Sizes 8. Letter Spacing (Kerning) 9. Line Spacing (Leading) 10. Text Color 11. Margins 12. Padding 13. Borders 14. Styling Links 15. Number and Bullet Styles 16. Sizing Elements 17. Text Wrapping 18. Shadowing Creating Backgrounds in CSS 1. Colors 2. Images 3. Fixed Images Images in CSS 1. Opacity 2. Floating Images 3. Image Galleries 4. Image Sprites Box Model in CSS 1. What is a box model? 2. Margin 3. Padding 4. Border 5. Outline Working With Elements in CSS 1. Display and Visibility 2. Grouping and Nesting 3. Dimensions and Elements 4. Positioning 5. Floating 6. Pseudo-Classes/Pseudo-Elements Adding a Navigation Bar in CSS 1. Vertical Navigation Bar 2. Horizontal Navigation Bar - Inline 3. Horizontal Navigation Bar - Floating CSS Tables 1. Borders 2. Collapsed Borders 3. Table Width and Cell Height 4. Table Color 5. Table Text Alignment 6. Table Padding Working With Transforms in CSS 1. What are transforms? 2. 2D Transforms 3. 3D Transforms Transitions and Animations in CSS 1. Transitions 2. Animations CSS Shorthand 1. Shorthand Properties
Download or read book Sams Teach Yourself Microsoft Office Word 2003 in 24 Hours written by Heidi Steele and published by Sams Publishing. This book was released on 2004 with total page 558 pages. Available in PDF, EPUB and Kindle. Book excerpt: Whether new to Word 11 or upgrading from an earlier version, the reader can use the step-by-step tutorial lessons to accomplish everyday Word tasks. (Midwest).
Download or read book PC Mag written by and published by . This book was released on 1998-05-05 with total page 390 pages. Available in PDF, EPUB and Kindle. Book excerpt: PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.
Download or read book Domino System Administration written by Rob Kirkland and published by Sams Publishing. This book was released on 2000 with total page 886 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book speaks to the professional administrator who must set up, configure, maintain, and troubleshoot a multi-tasked network environment. Rob Kirkland attacks the technology at the professional level, with practical-hands-on assistance to get Domino 5 running.
Download or read book PC Mag written by and published by . This book was released on 1998-05-26 with total page 358 pages. Available in PDF, EPUB and Kindle. Book excerpt: PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.