e99 Online Shopping Mall
|
|
Help |
| Home - Computer - Javascript (Books) | |
|   | 1-20 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
| 1. JavaScript Definitive Guide by David Flanagan | |
| Paperback: 776
Pages
(1998-07-15)
list price: US$39.95 -- used & new: US$12.71 (price subject to change: see help) Asin: B00005UL4F Canada | United Kingdom | Germany | France | Japan | |
|
Editorial Review Amazon.com The book describes the version of JavaScript shipped with Navigator 2.0, 2.0.1, and 2.0.2, and also the much-changed version of JavaScript shipped with Navigator 3.0, 3.0.1, and 3.0.2.It also covers LiveConnect,used for communication between JavaScript and Java applets, and commonly encountered bugs on JavaScript objects. | |
| 2. Head First JavaScript (Head First) by Michael Morrison | |
![]() | Paperback: 650
Pages
(2008-01-11)
list price: US$39.99 -- used & new: US$19.49 (price subject to change: see help) Asin: 0596527748 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Customer Reviews (8)
| |
| 3. Pro JavaScript Techniques (Pro) by John Resig | |
![]() | Paperback: 384
Pages
(2006-12-11)
list price: US$44.99 -- used & new: US$23.73 (price subject to change: see help) Asin: 1590597273 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures. Expert web developer and author John Resig concentrates on fundamental, vital topics&emdash;what modern JavaScripting is (and isn't), the current state of browser support, and pitfalls to be wary of. The book is organized into four sections: All concepts are backed up by real-world examples and case studies, and John provides numerous reusable functions and classes to save you time in your development. There are also up-to-date reference appendixes for the DOM, events, browser support (including IE7), and frameworks&emdash;so you can look up specific details quickly and easily. Customer Reviews (15)
| |
| 4. JavaScript and Ajax for the Web, Sixth Edition (Visual QuickStart Guide) by Tom Negrino, Dori Smith | |
![]() | Paperback: 512
Pages
(2006-09-07)
list price: US$24.99 -- used & new: US$14.69 (price subject to change: see help) Asin: 0321430328 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Customer Reviews (14)
| |
| 5. JavaScript & DHTML Cookbook (2nd edition) by Danny Goodman | |
![]() | Paperback: 604
Pages
(2007-08-08)
list price: US$44.99 -- used & new: US$23.99 (price subject to change: see help) Asin: 0596514085 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Customer Reviews (23)
| |
| 6. Pro JavaScript Design Patterns by Ross Harmes, Dustin Diaz | |
![]() | Paperback: 269
Pages
(2007-12-10)
list price: US$44.99 -- used & new: US$26.99 (price subject to change: see help) Asin: 159059908X Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description As a web developer, you’ll already know that JavaScript is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power waiting to be unlocked&emdash;JavaScript is capable of full object-oriented capabilities, and by applying OOP principles, best practices, and design patterns to your code, you can make it more powerful, more efficient, and easier to work with alone or as part of a team. With Pro JavaScript Design Patterns, you’ll start with the basics of object-oriented programming in JavaScript applicable to design patterns, including making JavaScript more expressive, inheritance, encapsulation, information hiding, and more. With that covered, you can kick-start your JavaScript development in the second part of the book, where you’ll find detail on how to implement and take advantage of several design patterns in JavaScript, including composites, decorators, façades, adapters, and many more. Each chapter is packed with real-world examples of how the design patterns are best used and expert advice on writing better code, as well as what to watch out for. Along the way you’ll discover how to create your own libraries and APIs for even more efficient coding. This book will be an invaluable learning tool for any experienced JavaScript developer. The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard-won solutions to problems you will face in your professional programming career. Customer Reviews (3)
| |
| 7. Beginning JavaScript by Paul Wilton | |
![]() | Paperback: 1006
Pages
(2007)
list price: US$39.99 -- used & new: US$25.76 (price subject to change: see help) Asin: B0000B0SXS Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Amazon.com JavaScript is a good way to learn programming. It's powerful, of course, but the book takes small steps, using scripts that work with string and time data first, and then moving to manipulating browser objects like forms and windows. A running case study for a trivia game helps anchor the steps with a practical (and fun) example. There are plenty of tips on debugging your scripts (including how to use the Microsoft Script Debugger tool), and each section includes sample questions. (The book also offers extensive answers in over 80 pages at the end of the book.) There's plenty of material on the differences between Internet Explorer and Netscape, especially when it comes to Dynamic HTML (DHTML). Coverage of the Document Object Model (DOM) for browsers helps bring the text up to date on some of the latest standards in Web browsers (including the new Netscape 6). While the focus of Beginning JavaScript clearly is on the client, later sections turn to server-side ASP development (in which the sample trivia game is enhanced with ASPs written in JavaScript using ADO and Microsoft Access.) Reference sections on JavaScript and the browser object model for Internet Explorer and Netscape (through version 4.x) round out the material. In all, with its approachable style and clearly rendered code examples, Beginning JavaScript makes for a worthwhile first book of programming for today's browsers. Even if you haven't programmed before, this text can give you the tools you need to bring your static Web pages to life. --Richard Dragan Topics covered: JavaScript is the preferred programming language for Web page applications, letting you enhance your sites with interactive, dynamic, and personalized pages. This fully updated guide shows you how to take advantage of JavaScript’s client-side scripting techniques for the newest versions of Netscape and Internet Explorer, even if you’ve never programmed before. You begin with basic syntax and learn about data types and how to structure code for decision-making. Then you learn to use dates, strings, and other basic objects of JavaScript. Next, you see how to use JavaScript to manipulate objects provided by the browser, such as forms and windows. From there, you move into advanced topics like using cookies and dynamic HTML. After you have a solid foundation, you explore dynamic generation of Web content using server-side scripting and back-end databases. And you practice what you learn by building a sample application as you go. What does this book cover? Here are some of the things you'll find in this book: Who is this book for? This book is for anyone who wants to learn JavaScript programming. You should have some understanding of HTML and how to create static Web pages, but no prior programming experience is necessary. Customer Reviews (78)
| |
| 8. Simply JavaScript by Kevin Yank, Cameron Adams | |
![]() | Paperback: 424
Pages
(2007-06-21)
list price: US$39.95 -- used & new: US$22.86 (price subject to change: see help) Asin: 0980285801 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Packed with full-color examples, Simply JavaScript is a step-by-step introduction to programming in JavaScript the right way. Learn how easy it is to use JavaScript to solve real-world problems, build smarter forms, track user events (such as mouse clicks and key strokes), and design eye-catching animations. Then move into more powerful techniques using the DOM and Ajax. Unlike other JavaScript books, modern best practices such as progressive enhancement, accessibility and unobtrusive scripting are used from the very beginning. All the code in the book is also cross-browser compatible and downloadable for free, so you can get started instantly! Customer Reviews (8)
| |
| 9. The Art & Science of JavaScript by Cameron Adams, James Edwards, Christian Heilmann, Michael Mahemoff, Ara Pehlivanian, Dan Webb, Simon Willison | |
![]() | Paperback: 300
Pages
(2007-12-21)
list price: US$39.95 -- used & new: US$23.48 (price subject to change: see help) Asin: 0980285844 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description With an all star line-up of authors including James Edwards, Michael Mahemoff, Ara Pehlivanian, Cameron Adams, Dan Webb, Christian Heilmann, and Simon Willison, this superb book will show you how to: This book is perfect for intermediate JavaScript developers wanting to take their JavaScript skills to the next level without sacrificing web accessibility or best practice. If you've never written a line of JavaScript before, this probably isn't the right book for you. If you have only a small amount of experience with JavaScript, but are comfortable enough programming in another language such as PHP or Java, you'll be just fine-we'll hold your hand along the way, and all of the code is available for you to download and experiment with on your own. Customer Reviews (3)
| |
| 10. JavaScript Bible by Danny Goodman | |
![]() | Paperback: 1200
Pages
(2007-04-09)
list price: US$49.99 -- used & new: US$24.82 (price subject to change: see help) Asin: 0470069163 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file. Customer Reviews (4)
Let's Script...Thus, you see there is no closing tag for " " yet the book states it complies with DHTML that all tags will be closed.Also, the "Let's Script" appears twice if you use the book example. Additionally, the enclosed CD-ROM for "ch03.script1.htm" link is wrong as it should be "ch03.script1.html."If you are new to JavaScript, the work around is to access "My Computer," then your DVD/CD drive and "Content," then "Chap03," then "script1.html." I think the editors and proof readers assumed .htm was the norm and overlooked "script1.html." First script, first impression...not looking too good. I'll keep you posted as I advance through the book. Additionally, I tried to communicate with Wiley Publishing, Inc...but got caught in a loop as I posed a question to them and unknown to me they only allowed 80 characters, but I went over the limit and in their text block they allowed me to keep typing.
| |
| 11. JavaScript: A Beginner's Guide, Second Edition by John Pollock | |
![]() | Paperback: 576
Pages
(2003-12-18)
list price: US$24.99 -- used & new: US$13.29 (price subject to change: see help) Asin: 0072227907 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Customer Reviews (20)
| |
| 12. ppk on JavaScript, 1/e (VOICES) by Peter-Paul Koch | |
![]() | Paperback: 528
Pages
(2006-09-20)
list price: US$44.99 -- used & new: US$23.99 (price subject to change: see help) Asin: 0321423305 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Whether you're an old-school scripter who needs to modernize yourJavaScripting skills or a standards-aware Web developer who needsbest practices and code examples, you'll welcome this guide from aJavaScript master. Other JavaScript books use example scripts that have little bearingon real-world Web development and are useful only in the chapter athand. In contrast, Peter-Paul Koch's book uses eight real-worldscripts he created for real-world clients in order to earn real-worldmoney. That means the scripts are guaranteed to do something useful(and sellable!) that enhances the usability of the page they're used on. The book's example scripts include one that sorts a data tableaccording to the user's search queries, a form validation script, ascript that shows form fields only when the user needs them, adrop-down menu, and a data retrieval script that uses simple Ajax andshows the data in an animation. After an overview of JavaScript's purpose, Peter-Paul providestheoretical chapters on the context (jobs for JavaScript, CSS vs.JavaScript), the browsers (debugging, the arcana of the browserstring), and script preparation. Then follow practical chapters onCore, BOM, Events, DOM, CSS Modification, and Data Retrieval, all ofwhich are explained through a combination of theoretical instructionand the taking apart of the relevant sections of the example scripts. Customer Reviews (12)
| |
| 13. Learning JavaScript (Learning) by Shelley Powers | |
![]() | Paperback: 351
Pages
(2006-10-17)
list price: US$29.99 -- used & new: US$14.92 (price subject to change: see help) Asin: 0596527462 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Learning JavaScript introduces this powerful scripting language to web designers and developers in easy-to-understand terms. Using the latest examples from modern browser development practices, this book teaches you how to integrate the language with the browser environment, and how to practice proper coding techniques for standards-compliant web sites. By the end of the book, you'll be able to use all of the JavaScript language and many of the object models provided by web browsers, and you'll even be able to create a basic Ajax application. Customer Reviews (16)
| |