|
Javascript 4th Edition
JavaScript, Fourth Edition is designed as a guide for beginning programmers to develop Web applications using the JavaScript programming language. It introduces a variety of techniques, focusing on what students need to know to start adding JavaScript to their Web pages. In each chapter, students perform tasks that focus on a particular technique required
for building and creating JavaScript programs. The examples and exercises in this book will help students learn the basics of how to use JavaScript with well-formed Web pages, including how to manipulate the browser object model, validate forms, use object-oriented techniques, and learn how to trace and resolve errors in JavaScript programs, to name a few. Advanced topics include how to manage state information, use the Dynamic Object Model (DOM), create Dynamic HTML (DHTML), update Web pages with AJAX, and create server-side scripts.
CONTENTS:
Chapter 1: Introduction to JavaScript
Chapter 2: Working with Data Types and Operators
Chapter 3: Functions, Events, and Control Structures
Chapter 4: Manipulating the Browser Object Model
Chapter 5: Validating Form Data with JavaScript
Chapter 6: Using Object-oriented JavaScript
Chapter 7: Manipulating Data in Strings and Arrays
Chapter 8: Debugging and Error Handling
Chapter 9: Managing State Information and Security
Chapter 10: Introduction to the Document Object Model (DOM)
Chapter 11: Creating Dynamic HTML (DHTML)
Chapter 12: Updating Web Pages with AJAX
|