Home > Store

Sams Teach Yourself JavaScript in 24 Hours, 2nd Edition

Register your product to gain access to bonus material or receive a coupon.

Sams Teach Yourself JavaScript in 24 Hours, 2nd Edition

Book

  • Sorry, this book is no longer in print.
Not for Sale

About

Features

  • NEW -

Description

  • Copyright 2000
  • Edition: 2nd
  • Book
  • ISBN-10: 0-672-32025-8
  • ISBN-13: 978-0-672-32025-5

  • Second edition updates the current best-selling book to cover the latest version, JavaScript 1.5
  • An entry-level tutorial for the reader with absolutely no programming background, but who wants to add interactivity to a Web site
  • Written by a best-selling JavaScript and networking author

Sample Content

Table of Contents

I. GETTING STARTED.

Hour 1. Understanding JavaScript.

Learning Web Scripting Basics.

Scripts and Programs. Introducing JavaScript.

How JavaScript Fits into a Web Page. Browsers and JavaScript.

Netscape and Internet Explorer. Versions of JavaScript.

Alternatives to JavaScript.

Java. ActiveX. VBScript. CGI and Server-Side Scripting.

Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 2. Creating a Simple Script.

Tools for Scripting. What Time Is It? Beginning the Script. Adding JavaScript Statements.

Storing Data in Variables. Calculating the Results.

Creating Output. Adding the Script to a Web Page. Testing the Script.

Modifying the Script. Causing an Error.

Workshop: Hiding Scripts from Older Browsers. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 3. Exploring JavaScript's Capabilities.

Improving a Site's User Interface.

Using the Status Line. Navigational Aids. Pop-up Windows and Other Features.

Graphics and Animation. Validating Forms. Detecting Browser Versions. Working with Plug-Ins. Complex Scripts. Workshop: Copying a Script. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 4. How JavaScript Programs Work.

Combining Tasks with Functions. Understanding Objects. Handling Events. Conditional Statements. Loops. Which Script Runs First? Workshop: Using Comments. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

II. LEARNING JAVASCRIPT BASICS.

Hour 5. Using Variables and Functions.

Using Functions.

Defining a Function. Calling the Function. Returning a Value.

Using Variables.

Choosing Variable Names. Using Local and Global Variables. Assigning Values to Variables.

Data Types in JavaScript. Converting Between Data Types. Workshop: Storing User Data in Variables. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 6. Using Strings and Arrays.

Using String Objects.

Creating a String Object. Assigning a Value. Calculating the String's Length. Converting the String's Case.

Working with Substrings.

Using Part of a String. Getting a Single Character. Finding a Substring.

Using Numeric Arrays.

Creating a Numeric Array. Accessing Array Elements.

Using String Arrays.

Creating a String Array. Splitting a String. Sorting an Array.

Workshop: Displaying Scrolling Messages. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 7. Testing and Comparing Values.

The if Statement.

Conditional Operators. Combining Conditions with Logical Operators. The else Keyword.

Using Conditional Expressions. Using Multiple Conditions with switch. Workshop: Evaluating a User Response. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 8. Repeating Yourself: Using Loops.

Using for Loops. Using while Loops. Using do...while Loops. Working with Loops.

Creating an Infinite Loop. Escaping from a Loop. Continuing a Loop.

Using for...in loops. Workshop: Working with Arrays and Loops. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

III. MOVING ON TO ADVANCED JAVASCRIPT FEATURES.

Hour 9. Using Built-In Objects.

What Is an Object?

Creating Objects. Object Properties and Values. Understanding Methods. Using the with Keyword.

The Math Object.

Rounding and Truncating. Generating Random Numbers.

Working with Dates.

Creating a Date Object. Setting Date Values. Getting Date Values. Working with Time Zones. Converting Between Date Formats.

Workshop: Working with the Math Object. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 10. Working with the Document Object Model.

Understanding the Document Object Model.

History of the DOM.

Using window Objects. Working with Web Documents.

Getting Information About the Document. Writing Text in a Document. Clearing and Rewriting Documents. Using Links and Anchors.

Accessing Browser History. Working with the location Object. Reading Information about the Browser. Workshop: Creating Back and Forward Buttons. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 11. Creating Custom Objects.

Using Objects to Simplify Scripting.

Defining an Object. Defining an Object Method.

Creating an Object Instance. Customizing Built-In Objects. Workshop: Storing Data in Objects. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 12. Responding to Events.

Understanding Event Handlers.

Objects and Events. Creating an Event Handler. Changing Event Handlers with JavaScript. Using the event Object.

Using Mouse Events.

Over and Out. Ups and Downs.

Using Keyboard Events. Using the onLoad Event. Workshop: Adding Link Descriptions to a Web Page. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

IV. WORKING WITH WEB PAGES.

Hour 13. Using Windows and Frames.

Controlling Windows with Objects.

Creating a New Window. Opening and Closing Windows.

Using Timeouts.

Updating a Page with Timeouts.

Displaying Dialog Boxes.

Creating a Script to Display Dialog Boxes.

Working with Frames.

Using JavaScript Objects for Frames. The frames Array.

Workshop: Creating a Navigation Frame. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 14. Getting Data with Forms.

The Basics of HTML Forms.

Defining a Form.

Using the form Object with JavaScript.

The form Object's Properties. Submitting and Resetting Forms. Detecting Form Events.

Scripting Form Elements.

Text Fields. Text Areas. Working with Text in Forms. Buttons. Check Boxes. Radio Buttons. Drop-Down Lists.

Displaying Data from a Form. Sending Form Results by Email. Workshop: Validating a Form. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 15. Using Graphics and Animation.

Using Image Maps with JavaScript. Using Dynamic Images in JavaScript.

Working with the images Array. Preloading Images.

Creating Rollovers. Workshop: Creating a Simple Animation.

Creating the Images. Creating the HTML Document. Defining the Variables. Stepping Through the Animation. Putting It All Together.

Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 16. Creating Cross-Browser Scripts.

Reading Browser Information.

Displaying Browser Information. Dealing with Dishonest Browsers.

Supporting Browsers with JavaScript.

Creating a Browser-Specific Page. Branching to Separate Pages. Making a Multiple-Browser Page.

Supporting Non-JavaScript Browsers. Workshop: Scripting for Multiple Browsers. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

V. SCRIPTING ADVANCED WEB FEATURES.

Hour 17. Working with Style Sheets.

Style and Substance. Defining and Using CSS Styles.

Creating Rules. Aligning Text. Changing Colors and Background Images. Working with Fonts. Margins and Borders.

Creating a Simple Style Sheet. Using External Style Sheets. Controlling Styles with JavaScript. Workshop: Creating Dynamic Styles. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 18. Creating Dynamic Pages with the DOM.

Understanding DOM Structure.

Nodes. Parents and Children. Siblings.

Creating Positionable Elements.

Setting Positioning Properties. Controlling Positioning with JavaScript. Dealing with Older Browsers.

Workshop: Creating Dynamic HTML Animation. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 19. Using Advanced DOM Features.

Working with DOM Nodes.

Basic Node Properties. Node Relationship Properties. Document Methods. Node Methods.

Hiding and Showing Objects. Modifying Text within a Page. Adding Text to a Page. Workshop: A Better Scrolling Message. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 20. Working with Multimedia and Plug-Ins.

Introducing Plug-Ins and LiveConnect.

Understanding MIME Types. How LiveConnect Works.

Working with Plug-In Objects.

Checking for Plug-Ins. Listing Plug-Ins. Using Objects in Plug-Ins.

Workshop: Playing Music with the Mouse.

Embedding the Sounds. Displaying the Keyboard. Playing the Sounds. Putting It All Together.

Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

VI. PUTTING IT ALL TOGETHER.

Hour 21. Finding and Handling Errors.

Avoiding Bugs.

Using Good Programming Practices. Avoiding Common Mistakes.

Basic Debugging Tools.

Netscape's JavaScript Console. Making the Console Display Automatically. Displaying Error Messages in Internet Explorer. Alert Messages and the Status Line.

Netscape's JavaScript Debugger.

Installing the Debugger. The Debugger Window. Setting Breakpoints and Interrupts. Watching Values. Stepping Through a Script.

Workshop: Debugging a Script.

Testing the Program. Fixing the Error. Testing the Script Again.

Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 22. Improving a Web Page with JavaScript.

Creating the HTML Document. Using Drop-Down Lists for Navigation.

Naming the Pages. Creating the Data Structures and HTML. Creating the Function for the Navigation Bar.

Adding Link Descriptions. Adding Graphic Links.

Creating the Graphics. Creating Event Handlers.

Workshop: Finishing Up the Page. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 23. Creating a JavaScript Game.

Planning the Program.

Creating Graphics. Choosing Variables. Creating the HTML Document.

Writing the Program.

Handling the Deal/Draw Button. Shuffling the Deck. Dealing the Cards. Holding and Discarding Cards. Drawing New Cards. Calculating the Score.

Workshop: Putting It All Together. Summary. Q&A. Quiz.

Questions. Answers.

Exercises.

Hour 24. Where Do We Go from Here?

Learning Advanced JavaScript Techniques. Future Web Technologies.

Future Versions of JavaScript. Future DOM Versions. XML (Extensible Markup Language). XSL (Extensible Stylesheet Language).

Planning for the Future.

Keeping Scripts Compatible. Staying HTML Compliant. Document Everything.

Workshop: A Few JavaScript Tips. Summary. Q&A. Quiz.

Questions. Answers.

Exercise.

VII. APPENDIXES.

Appendix A. Other JavaScript Resources.

Other Books. JavaScript Web Sites. Web Site Development. This Book's Web Site.

Appendix B. Tools for JavaScript Developers.

HTML and Text Editors.

HomeSite. FrontPage. NetObjects ScriptBuilder. BBEdit. Text Editors.

HTML Validators.

Appendix C. Glossary.
Appendix D. JavaScript Quick Reference.

Built-In Objects.

Array. String. Math. Date.

Basic DOM (Document Object Model) Objects.

Window. Location. History. Document. Navigator.

Creating and Customizing Objects.

Creating Objects. Customizing Objects.

JavaScript Statements.

Comments. break. continue. for. for...in. function. if...else. return. var. while.

JavaScript Built-In Functions.

eval. parseInt. parseFloat.

Index.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020