Author: Gordon McComb
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 766
Book Description
The JavaScript SourceBook is a complete tutorial and reference for using JavaScript, teaching developers how to create JavaScripts and integrate them into HTML pages. With up-to-the-minute tips on creating JavaScript applications that take full advantage of new features in NetScape 3.0, the book explores JavaScript basics and features extensive discussions of advanced techniques, including JavaScript workarounds and Java applet construction for JavaScript. Includes CD-ROM with... A library of ready to use JavaScript Applications and routines, plus a selection of reusable Java Components that readers can build into their JavaScript programs. JavaScript allows programmers to build Web sites nearly as sophisticated as a Java Web site without having to do the actual programming. This will enable non-programmers to create Web sites with animation, 3D graphics, and more.
JavaScript Sourcebook
Author: Gordon McComb
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 766
Book Description
The JavaScript SourceBook is a complete tutorial and reference for using JavaScript, teaching developers how to create JavaScripts and integrate them into HTML pages. With up-to-the-minute tips on creating JavaScript applications that take full advantage of new features in NetScape 3.0, the book explores JavaScript basics and features extensive discussions of advanced techniques, including JavaScript workarounds and Java applet construction for JavaScript. Includes CD-ROM with... A library of ready to use JavaScript Applications and routines, plus a selection of reusable Java Components that readers can build into their JavaScript programs. JavaScript allows programmers to build Web sites nearly as sophisticated as a Java Web site without having to do the actual programming. This will enable non-programmers to create Web sites with animation, 3D graphics, and more.
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 766
Book Description
The JavaScript SourceBook is a complete tutorial and reference for using JavaScript, teaching developers how to create JavaScripts and integrate them into HTML pages. With up-to-the-minute tips on creating JavaScript applications that take full advantage of new features in NetScape 3.0, the book explores JavaScript basics and features extensive discussions of advanced techniques, including JavaScript workarounds and Java applet construction for JavaScript. Includes CD-ROM with... A library of ready to use JavaScript Applications and routines, plus a selection of reusable Java Components that readers can build into their JavaScript programs. JavaScript allows programmers to build Web sites nearly as sophisticated as a Java Web site without having to do the actual programming. This will enable non-programmers to create Web sites with animation, 3D graphics, and more.
Designing with Javascript
Author: Nick Heinle
Publisher: "O'Reilly Media, Inc."
ISBN: 9781565923607
Category : Computers
Languages : en
Pages : 256
Book Description
A guide for beginners offers an overview of JavaScript basics and explains how to create Web pages, identify browsers, and integrate sound, graphics, and animation into Web applications.
Publisher: "O'Reilly Media, Inc."
ISBN: 9781565923607
Category : Computers
Languages : en
Pages : 256
Book Description
A guide for beginners offers an overview of JavaScript basics and explains how to create Web pages, identify browsers, and integrate sound, graphics, and animation into Web applications.
Eloquent JavaScript, 3rd Edition
Author: Marijn Haverbeke
Publisher: No Starch Press
ISBN: 1593279515
Category : Computers
Languages : en
Pages : 472
Book Description
Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications. JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It has been updated to reflect the current state of Java¬Script and web browsers and includes brand-new material on features like class notation, arrow functions, iterators, async functions, template strings, and block scope. A host of new exercises have also been added to test your skills and keep you on track. As with previous editions, Haverbeke continues to teach through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. You start by learning the basic structure of the JavaScript language as well as control structures, functions, and data structures to help you write basic programs. Then you'll learn about error handling and bug fixing, modularity, and asynchronous programming before moving on to web browsers and how JavaScript is used to program them. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn how to: - Understand the essential elements of programming, including syntax, control, and data - Organize and clarify your code with object-oriented and functional programming techniques - Script the browser and make basic web applications - Use the DOM effectively to interact with browsers - Harness Node.js to build servers and utilities Isn't it time you became fluent in the language of the Web? * All source code is available online in an inter¬active sandbox, where you can edit the code, run it, and see its output instantly.
Publisher: No Starch Press
ISBN: 1593279515
Category : Computers
Languages : en
Pages : 472
Book Description
Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications. JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It has been updated to reflect the current state of Java¬Script and web browsers and includes brand-new material on features like class notation, arrow functions, iterators, async functions, template strings, and block scope. A host of new exercises have also been added to test your skills and keep you on track. As with previous editions, Haverbeke continues to teach through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. You start by learning the basic structure of the JavaScript language as well as control structures, functions, and data structures to help you write basic programs. Then you'll learn about error handling and bug fixing, modularity, and asynchronous programming before moving on to web browsers and how JavaScript is used to program them. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn how to: - Understand the essential elements of programming, including syntax, control, and data - Organize and clarify your code with object-oriented and functional programming techniques - Script the browser and make basic web applications - Use the DOM effectively to interact with browsers - Harness Node.js to build servers and utilities Isn't it time you became fluent in the language of the Web? * All source code is available online in an inter¬active sandbox, where you can edit the code, run it, and see its output instantly.
The WebGPU Sourcebook
Author: Matthew Scarpino
Publisher: CRC Press
ISBN: 1040124763
Category : Computers
Languages : en
Pages : 385
Book Description
The WebGPU Sourcebook: High-Performance Graphics and Machine Learning in the Browser explains how to code web applications that access the client’s graphics processor unit, or GPU. This makes it possible to render graphics in a browser at high speed and perform computationally intensive tasks such as machine learning. By taking advantage of WebGPU, web developers can harness the same performance available to desktop developers. The first part of the book introduces WebGPU at a high level, without graphics theory or heavy math. The chapters in the second part are focused on graphical rendering and the rest of the book focuses on compute shaders. This book walks through several examples of WebGPU usage. It also: Discusses the classes and functions defined in the WebGPU API and shows how they’re used in practice Explains the theory of graphical rendering and shows how to implement rendering inside a web application Examines the theory of neural networks (machine learning) and shows how to create a web application that trains and executes a neural network
Publisher: CRC Press
ISBN: 1040124763
Category : Computers
Languages : en
Pages : 385
Book Description
The WebGPU Sourcebook: High-Performance Graphics and Machine Learning in the Browser explains how to code web applications that access the client’s graphics processor unit, or GPU. This makes it possible to render graphics in a browser at high speed and perform computationally intensive tasks such as machine learning. By taking advantage of WebGPU, web developers can harness the same performance available to desktop developers. The first part of the book introduces WebGPU at a high level, without graphics theory or heavy math. The chapters in the second part are focused on graphical rendering and the rest of the book focuses on compute shaders. This book walks through several examples of WebGPU usage. It also: Discusses the classes and functions defined in the WebGPU API and shows how they’re used in practice Explains the theory of graphical rendering and shows how to implement rendering inside a web application Examines the theory of neural networks (machine learning) and shows how to create a web application that trains and executes a neural network
Instant JavaScript
Author: Martin Webb
Publisher: McGraw Hill Professional
ISBN: 0072253371
Category : Computers
Languages : en
Pages : 738
Book Description
Build interactive Web pages with JavaScript using this unique sourcebook of ready-to-run scripts. Filled with over 90 scripts inside the book and on the accompanying CD, you’ll be able to create a wide range of applications—from displaying banners and other Web graphics to using forms and building frames—and much more. In addition, you’ll get detailed hands-on information for customizing and extending scripts for use in different environments. This guide also includes coverage of DHTML, plugins, security issues and creation of e-commerce applications—plus, easy to identify icons throughout the text highlight what’s on the CD, for quick reference.
Publisher: McGraw Hill Professional
ISBN: 0072253371
Category : Computers
Languages : en
Pages : 738
Book Description
Build interactive Web pages with JavaScript using this unique sourcebook of ready-to-run scripts. Filled with over 90 scripts inside the book and on the accompanying CD, you’ll be able to create a wide range of applications—from displaying banners and other Web graphics to using forms and building frames—and much more. In addition, you’ll get detailed hands-on information for customizing and extending scripts for use in different environments. This guide also includes coverage of DHTML, plugins, security issues and creation of e-commerce applications—plus, easy to identify icons throughout the text highlight what’s on the CD, for quick reference.
Internet Audio Sourcebook
Author: Lee Purcell
Publisher: Wiley
ISBN: 9780471191506
Category : Computers
Languages : en
Pages : 580
Book Description
Enliven your Web pages with voices, sound, and music. New audio techniques can be used to create musical backdrops to Web pages, produce Web presentations with narration, provide audio help to Web page visitors, broadcast radio material over the Web, and communicate globally using audio conferencing and Internet phones. Internet Audio Sourcebook explains the processes, tools, and techniques for enhancing Web sites with sound, using JavaScript, HTML, Java applets, and advanced sound-editing and production applications. CD-ROM contains fully functional demos of top-notch sound processing applications, such as Sonic Foundry's Sound Forge and Hohner Midia's Samplitude Studio.
Publisher: Wiley
ISBN: 9780471191506
Category : Computers
Languages : en
Pages : 580
Book Description
Enliven your Web pages with voices, sound, and music. New audio techniques can be used to create musical backdrops to Web pages, produce Web presentations with narration, provide audio help to Web page visitors, broadcast radio material over the Web, and communicate globally using audio conferencing and Internet phones. Internet Audio Sourcebook explains the processes, tools, and techniques for enhancing Web sites with sound, using JavaScript, HTML, Java applets, and advanced sound-editing and production applications. CD-ROM contains fully functional demos of top-notch sound processing applications, such as Sonic Foundry's Sound Forge and Hohner Midia's Samplitude Studio.
The Women's Heritage Sourcebook
Author: Ashley Moore
Publisher: Rizzoli Publications
ISBN: 159962155X
Category : Cooking
Languages : en
Pages : 344
Book Description
The book of the movement that applies homegrown practices of self-sufficiency to modern life. 2020 BRONZE WINNER OF THE FOREWORD INDIES AWARD IN COOKING Homesteading is a lifestyle of self-reliance and sustainability, characterized by home gardening and animal husbandry, food preservation, and even the small-scale production of textiles, clothing, and craftwork. This indispensable reference book is divided into three sections: food (from sourdough bread baking to pickling vegetables to fermenting kefir), herbalism (from growing an herbal garden to making skin and hair care products to foraging), and animal husbandry (from beekeeping to buying, raising, and owning chickens, cows, and pigs). Lavishly illustrated with 250 full-color photographs and full of detailed tips, techniques, and recipes, this reference book is comfortable on the coffee table, in your kitchen, or even propped open for use in your backyard garden.
Publisher: Rizzoli Publications
ISBN: 159962155X
Category : Cooking
Languages : en
Pages : 344
Book Description
The book of the movement that applies homegrown practices of self-sufficiency to modern life. 2020 BRONZE WINNER OF THE FOREWORD INDIES AWARD IN COOKING Homesteading is a lifestyle of self-reliance and sustainability, characterized by home gardening and animal husbandry, food preservation, and even the small-scale production of textiles, clothing, and craftwork. This indispensable reference book is divided into three sections: food (from sourdough bread baking to pickling vegetables to fermenting kefir), herbalism (from growing an herbal garden to making skin and hair care products to foraging), and animal husbandry (from beekeeping to buying, raising, and owning chickens, cows, and pigs). Lavishly illustrated with 250 full-color photographs and full of detailed tips, techniques, and recipes, this reference book is comfortable on the coffee table, in your kitchen, or even propped open for use in your backyard garden.
Web Programming Languages Sourcebook
Author: Gordon McComb
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 636
Book Description
CD-ROM includes library of customizable scripts and programs, and a collection of utilities.
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 636
Book Description
CD-ROM includes library of customizable scripts and programs, and a collection of utilities.
The Sourcebook for Self-directed Learning
Author: William J. Rothwell
Publisher: Human Resource Development
ISBN: 9780874254716
Category : Education
Languages : en
Pages : 248
Book Description
This collection of articles and activities prepares trainers, HR personnel, or line managers to become facilitators of self-directed learning. Articles introduce a variety of self-directed learning strategies as well as how to plan your strategy. Part 2 provides activities that can be used with learners to guide self directed learning in areas that include structured goal setting, self coaching, improving communication, interviewing, sales, customer service and leadership.
Publisher: Human Resource Development
ISBN: 9780874254716
Category : Education
Languages : en
Pages : 248
Book Description
This collection of articles and activities prepares trainers, HR personnel, or line managers to become facilitators of self-directed learning. Articles introduce a variety of self-directed learning strategies as well as how to plan your strategy. Part 2 provides activities that can be used with learners to guide self directed learning in areas that include structured goal setting, self coaching, improving communication, interviewing, sales, customer service and leadership.
Zen Sourcebook
Author: Stephen Addiss
Publisher: Hackett Publishing
ISBN: 0872209091
Category : Religion
Languages : en
Pages : 309
Book Description
Introduction by Paula Arai. This is the first collection to offer selections from the foundational texts of the Chinese, Korean, and Japanese Zen traditions in a single volume. Through representative selections from their poetry, letters, sermons, and visual arts, the most important Zen Masters provide students with an engaging, cohesive introduction to the first 1200 years of this rich -- and often misunderstood -- tradition. A general introduction and notes provide historical, biographical, and cultural context; a note on translation, and a glossary of terms are also included.
Publisher: Hackett Publishing
ISBN: 0872209091
Category : Religion
Languages : en
Pages : 309
Book Description
Introduction by Paula Arai. This is the first collection to offer selections from the foundational texts of the Chinese, Korean, and Japanese Zen traditions in a single volume. Through representative selections from their poetry, letters, sermons, and visual arts, the most important Zen Masters provide students with an engaging, cohesive introduction to the first 1200 years of this rich -- and often misunderstood -- tradition. A general introduction and notes provide historical, biographical, and cultural context; a note on translation, and a glossary of terms are also included.