Showing results 1 - 25 of 274 for "javascript"
Partrick Carey and Frank Canovatchel - New Perspectives on Javascript and AJAX: Comprehensive
See More Prices
$31 - $74
Several Offers
JavaScript Cookbook
Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project -- you’ll get the job done faster and learn more about JavaScript in the process. You'll also learn how to take advantage of the latest features in ECMAScript 5 and HTML5, including the new cross-domain widget communication technique, HTML5's video and audio elements, and the drawing canvas. You'll find recipes for using these features with JavaScript to build high-quality application interfaces.Create interactive web and desktop applications Work with JavaScript objects, such as String, Array, Number, and Math Use JavaScript with Scalable Vector Graphics (SVG) and the canvas element Store data in various ways, from the simple to the complex Program the new HTML5 audio and video elements Implement concurrent programming with Web Workers Use and create jQuery plug-ins Use ARIA and JavaScript to create fully accessible rich internet applications
$35
Go to
Amazon
Amazon
JavaScript(TM) Step by Step
Get the hands-on, step-by-step guide to learning JavaScript for Web development. Even with no programming experience, you can teach yourself the essentials of working with the JavaScript programming language one step at a time. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises. Whether you re building skills for your career or just want to customize your personal Web site, you ll learn the core capabilities and fundamental techniques for working with JavaScript and begin to create professional-looking Web sites. Includes a companion CD with code samples, data sets, and a fully searchable eBook.Key Book BenefitsFeatures easy-to-follow, logically planned lessons to help you learn at your own paceDelivers a solid understanding of how to use JavaScript to build custom Web sitesIncludes a companion CD with code samples, data sets, and a fully searchable eBook
$36
Go to
Amazon Marketplace
Amazon Marketplace
JavaScript
Now in its fifth edition, JAVASCRIPT guides beginning programmers through Web application development using the JavaScript programming language. As with previous editions of this book, Don Gosselin introduces key Web authoring techniques with a strong focus on industry application. A real-world project, similar to what students would encounter in a professional setting, is developed throughout each chapter. Since professional Web development jobs often require programmers to add features to an existing site, each chapter project uses a professionally designed Web site. After completing the course, students will be able to use JavaScript to build professional quality, dynamic Web sites.
$111
Go to
Walmart
Walmart
Pro Javascript Design Patterns by Ross Harmes
Free Worldwide Delivery : Pro Javascript Design Patterns : Paperback : aPress : 9781590599082 : 159059908X : 10 Dec 2007 : Starting with the basics of object-oriented programming applicable to design patterns, this work covers making JavaScript more expressive, inheritance, encapsulation, information hiding, and more. The second part of the book addresses several design patterns, including composites, decorators, fades, and adapters.
$29
Go to
BookDepository.com
BookDepository.com
JavaScript Application Cookbook
There is a serious information gap for Webmasters learning client-side JavaScript skills and trying to solve common Web-related problems. Knowing the syntax is one thing, being able to build a useful application is another. And while there are dozens of "how- to" JavaScript books available, few literally hand the Webmaster a set of ready-to-go, client-side JavaScript applications with thorough documentation that enable the reader to fully understand and extend those applications. By providing such a set of applications, JavaScript Application Cookbook allows Webmasters to immediately add extra functionality to their Web sites.This book targets readers with two different skill sets. The primary target is JavaScript-knowledgeable Webmasters and designers who can immediately begin constructing their own versions of the applications. The secondary target is those with little or no JavaScript experience. The included applications are ready for immediate use and require little customization.This book explores both the code and the techniques that are centered around core JavaScript functionality, a functionality that will not become incompatible or obsolete. The source file design of most applications and libraries will help modularize reader Web sites and facilitate easier site management and coding practices.Chapters are organized by application. Among the included applications are: A client-side search engine that will show coders how to build their own search engine and get excellent results, all with a client-side tool A drag-and-drop greeting application that lets users custom build and send DHTML email greetings A GUI image rollover tool that generates cross-browser image rollover code for all versions of JavaScript A robust client-side shopping cart application that lets shoppers browse and shop, while the application keeps a tab of the shopper's selections and a running bill, including tax and shipping An online test application that auto-administers, grades, and displays answers to online exams or surveys An additional value to this book is an online resource (http://www.serve.com/hotsyte/) that discusses the applications and points to other resources. With its focus on providing practical real-world solutions for Webmasters, JavaScript Application Cookbook is destined to become a staple for every JavaScript developer, regardless of experience.
$7.71
Go to
Amazon Marketplace
Amazon Marketplace
Pro JavaScript Techniques
JavaScript usage on the Web has changed in recent times, due to increased JavaScript support in web browsers, and new techniques coming to light. JavaScript is also now being looked on as a proper programming language, whereas in it's inception it was regarded as little more than a scripting toy. This book addresses all the points above in detail - modern browser support (including information on Internet Explorer 7), Object-Oriented JavaScript, testing and debugging, Unobtrusive JavaScript techniques using DOM Scripting, Ajax, creating and using blocks of reusable code, and looking towards the future of JavaScript. It backs up all the concepts with real world examples and full-blown case studies, and also includes several reference sections to allow developers to look up details quickly and easily.
$27
Go to
Amazon
Amazon
Javascript by Example
Thoroughly updated to reflect today's newest Web 2.0/AJAX programming techniques and best practices, JavaScript by Example teaches JavaScript programming through hundreds of small, easy-to-understand examples, each designed to illustrate a single programming concept. The full example is shown, along with a detailed, line-numbered explanation of both the code and the output. One small example at a time, Quigley guides beginners through every essential JavaScript technique, fully demonstrating the language's i
$34
Go to
eCampus.com
eCampus.com
Learning JavaScript: Add Sparkle and Life to Your Web Pages
JavaScript beginners will find no-nonsense coverage of this quirky yet essential language for web development -- taught at a pace they'll enjoy. JavaScript has grown in prominence with the advent of Ajax web development. This book teaches readers proper JavaScript coding techniques by combining the latest examples of standards-compliant web development with proven learning principles. By the end of the book, readers will have the skills to create basic JavaScript applications.
$23
Go to
Walmart
Walmart
JavaScript For Dummies Quick Reference
Tucking a few JavaScript statements in among the HTML code that makes up your Web pages makes a dramatic difference. Enhanced, more interactive navigation buttons, user input validation, and scrolling messages are but a few of the improvements that you can make with JavaScript.Now, with JavaScript For Dummies Quick Reference, all the JavaScript statements and examples of how to use them are right at your fingertips. Internet technology expert Emily A. Vander Veer not only organizes all the relevant HTML and JavaScript topics for easy access but also points out potential pitfalls, offers neat tricks, and provides complete code for doing such things as interacting with cookies, displaying pop-up messages, and making your script compatible with JavaScript-challenged Web browsers.Best of all, JavaScript For Dummies Quick Reference features handy cross-references to topics covered in greater depth in JavaScript For Dummies.
$13
Go to
Amazon
Amazon
JavaScript: The Good Parts
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:Syntax Objects Functions Inheritance Arrays Regular expressions Methods Style Beautiful features The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.
$16
Go to
Amazon Marketplace
Amazon Marketplace
JavaScript Cookbook
Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project -- you'll get the job done faster and learn more about JavaScript in the process. You'll also learn how to take advantage of the latest features in ECMAScript 5 and HTML5, including the new cross-domain widget communication technique, HTML5's video and audio elements, and the drawing canvas. You'll find recipes for using these features with JavaScript to build high-quality application interfaces.Create interactive web and desktop applications Work with JavaScript objects, such as String, Array, Number, and Math Use JavaScript with Scalable Vector Graphics (SVG) and the canvas element Store data in various ways, from the simple to the complex Program the new HTML5 audio and video elements Implement concurrent programming with Web Workers Use and create jQuery plug-ins Use ARIA and JavaScript to create fully accessible rich internet applications
$32
Go to
Walmart
Walmart
JavaScript in Easy Steps
JavaScript in easy steps instructs readers of any skill level how to add functionality and dynamic effects to webpages. Written by expert Mike McGrath, the book contains separate chapters on all major features of the JavaScript language, with code examples and browser screenshots illustrating each. Now in its fourth edition, this popular title is updated for Web 2.0 and includes examples showing how to develop Rich Internet Applications using the latest techniques employing Asynchronous JavaScript and XML.
$10
Go to
Amazon
Amazon
New Perspectives on JavaScript
This book uses a practical, step-by-step approach to provide comprehensive instruction on basic to advanced JavaScript concepts. Author Patrick Carey's fluid writing style and thorough explanations make even the most complex topics easy for beginners to understand and apply. With this book, students will be well on their way to create impressive web sites featuring animated text, image rollovers, pull-down menus, and drag and drop menus.
$89
Go to
Amazon Marketplace
Amazon Marketplace
Javascript Cookbook
Covering both ECMAScript 5 and HTML5, 'JavaScript Cookbook' helps developers take advantage of the latest Web features, including HTML5's persistent storage mechanisms and drawing canvas.9780596806750 Now that JavaScript plays such a key role in modern websites, programmers who once dismissed it as a language for amateurs find themselves immersed in JavaScript code. JavaScript Patterns identifies key problem areas you might face when working with the language, and provides coding and design patterns as
$38
Go to
eCampus.com
eCampus.com
High Performance JavaScript
Do you want to fix performance bottlenecks in your JavaScript code to help your website function better? With this book, you'll examine the typical code problems that cause JavaScript to run slow. Most browsers run JavaScript interpreters that don't optimize the original source code, so the structure of your code greatly affects the speed with which it executes. With "High Performance JavaScript," you'll learn how to identify inefficient structures and patterns, and replace them with better-performing alternatives. Understand why JavaScript is slow in general Identify specific performance bottlenecks and understand what makes them slow Learn about tools that measure JavaScript performance Ensure that your scripts will never freeze the browser
$24
Go to
Walmart
Walmart


























