JavaScript Books - Page 5

MagicBeanDip.com

Page 5 of 56 - Go to page: 1 2 3 4 5 6 7 8 9 10 16

Foundation Website Creation with CSS, XHTML, and JavaScript (Foundation)

Jonathan Lane, Meitar Moscovitz, Joseph R. Lewis

Foundation Website Creation with CSS, XHTML, and JavaScript (Foundation) Jonathan Lane, Meitar Moscovitz, Joseph R. Lewis Amazon Price: $23.09
List Price: $34.99
Usually ships in 24 hours
By: friends of ED
Amazon Marketplace: 46 new & used starting at $11.43

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> CSS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> XHTML

Customer Reviews:
Total reviews: 1 Average rating: 4.0 of 5

Editorial Review:

This book covers the entire process of building a website. This process involves much more than just technical knowledge, and this book provides you with all the information you'll need to understand the concepts behind designing and developing for the Web, as well as the best means to deliver professional, best-practice-based results.

There is far more to building a successful website than knowing a little Hypertext Markup Language (HTML). The process starts long before any coding takes place, and this book introduces you to the agile development process, explaining why this method makes so much sense for web projects and how best to implement it. Planning is vital, so you'll also learn how to use techniques such as brainstorming, wireframes, mockups, and prototypes to get your project off to the best possible start and help ensure smooth progress as it develops.

An understanding of correct, semantic markup is essential to any web professional, so this book explains how XHTML should be used to structure content so that the markup adheres to current web standards. You'll learn about the wide range of HTML elements available to you, and you'll learn how and when to use them through building example web pages.

Without creative use of Cascading Style Sheets (CSS), websites would all look largely the same. CSS gives you the ability to set your website apart from the rest while maintaining the integrity of your markup. You'll learn how CSS works and how to apply styles to your pages, enabling you to realize your design ideas in the browser.

JavaScript can be used to make your website easier and more interesting to use. This book provides information on appropriate uses of this technology and introduces the concepts of programming using it. You'll also see how JavaScript works as part of the much-hyped technique Ajax and in turn where Ajax fits into the wider Web 2.0 picture.

While a website is being built, it needs to be tested across multiple browsers and platforms to ensure that the site works for all users, regardless of ability or disability, and the book explains how best to do these tasks. Then, it discusses the process of launching and maintaining the site so that it will continue to work for all its users throughout its life-cycle.

The book concludes by covering server-side technologies, acting as a guide to the different options available and explaining differences between available products. With insights from renowned experts such as Jason Fried of 37signals, Daniel Burka of Digg and Pownce, and Chris Messina of Citizen Agency, Foundation Website Creation provides invaluable information applicable to every web project, regardless of size, scope, or budget.

In this book you'll

  • See how the Web has developed and the role web standards play
  • Learn how to plan and manage the building of a website
  • Learn how to separate content from presentation with HTML and CSS
  • See how JavaScript can be used to enhance your website
  • Learn how best to test, launch, and maintain a website

Summary of Contents

  • Chapter 1 Introducing the Past, Present, and Future of the Web
  • Chapter 2 Keeping a Project on Track
  • Chapter 3 Planning and High-Level Design
  • Chapter 4 Writing Markup with HTML and XHTML
  • Chapter 5 Exploring Fundamental Concepts of CSS
  • Chapter 6 Developing CSS in Practice: From Design to Deployment
  • Chapter 7 Creating Interactivity with JavaScript
  • Chapter 8 Testing, Launching, and Maintaining
  • Chapter 9 Web 2.0: Using Ajax and Social Software
  • Chapter 10 Using Server-Side Technologies
  • Afterword The Business of the Web

The Book of JavaScript, 2nd Edition: A Practical Guide to Interactive Web Pages

Dave Thau!

The Book of JavaScript, 2nd Edition: A Practical Guide to Interactive Web Pages Dave Thau! Amazon Price: $29.16
List Price: $39.95
Usually ships in 24 hours
By: No Starch Press
Amazon Marketplace: 35 new & used starting at $20.65

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 14 Average rating: 4.0 of 5

THE Book to get if you want to learn Javascript quickly 5 out of 5 stars.
1 of 1 people found this review helpful.

I looked at this book, the Visual QuickStart Book (Negrino/Smith), and the Dummies book (Vander Veer). I also looked at a couple of other basic books. This is by the far the best. This one will get you up and running doing some basic, though nifty, Javascript tasks. And it is very well written.

It was better organized than the Dummies book, and much more clear than the Visual Quickstart Guide. It was also more advanced than books like 'Javascript Demystified' or the Sam's Teach Yourself. The only bad thing I could say about the book is that it is a bit wordy at points.

If you need to do more advanced stuff, you can get one of the more advanced books.

Editorial Review:

The Book of JavaScript teaches readers how to add interactivity, animation, and other tricks to their web sites with JavaScript. Rather than provide a series of cut-and-paste scripts, thau! takes the reader through a series of real world JavaScript code with an emphasis on understanding. Each chapter focuses on a few important JavaScript features, shows how professional web sites incorporate them, and takes readers through examples of how they might add those features to their own web sites. This thoroughly updated 2nd edition includes new chapters on Ajax, revised appendices, and new examples throughout. Summary sections and assignments close each chapter, making the book perfect for use in college courses or independent study.

The Art & Science of JavaScript

Cameron Adams, James Edwards, Christian Heilmann, Michael Mahemoff, Ara Pehlivanian, Dan Webb, Simon Willison

The Art & Science of JavaScript Cameron Adams, James Edwards, Christian Heilmann, Michael Mahemoff, Ara Pehlivanian, Dan Webb, Simon Willison Amazon Price: $29.16
List Price: $39.95
Usually ships in 24 hours
By: SitePoint
Amazon Marketplace: 45 new & used starting at $10.49

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS

Customer Reviews:
Total reviews: 5 Average rating: 4.5 of 5

Editorial Review:

We've assembled seven of the greatest minds in modern JavaScript to teach you the most inspirational techniques you'll ever use. From creating impressive mashups and stunning, dynamic graphics, to more subtle user-experience enhancements, you're about to be amazed by the true potential of this powerful language.

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:

  • Create a slick Google Maps and Flickr mashup.
  • Build your own fully accessible 3D maze.
  • Create stunning vector graphics using the canvas element.
  • Have some fun with draggable and sortable table columns.
  • Give your site some extra personality with client-side badges.
  • Write better code faster using metaprogramming techniques.
  • Become a debugging expert using pro-level Firebug tricks.

    Presented in full color, all of the books solutions are cross-browser and cross-platform compatible. Best of all, all the code used in the book is available for you to download and experiment with.

    Who Should Read This Book?

    This book is targeted at intermediate JavaScript developers who want to take their JavaScript skills to the next level without sacrificing web accessibility or best practice.

    If you have even a small amount of experience with JavaScript, and 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.

  • JavaScript Application Cookbook

    Jerry Bradenbaugh

    JavaScript Application Cookbook Jerry Bradenbaugh Amazon Price: $44.99
    List Price: $54.99
    Usually ships in 24 hours
    By: O'Reilly Media, Inc.
    Amazon Marketplace: 52 new & used starting at $0.36

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
    Subjects -> Computers & Internet -> Programming -> Java -> General
    Subjects -> Computers & Internet -> Programming -> Java -> General AAS

    Customer Reviews:
    Total reviews: 20 Average rating: 3.0 of 5

    Virtually Useless Text 1 out of 5 stars.
    22 of 29 people found this review helpful.

    The text is focused on providing ready built constructs that can be applied to any website. In summary this book contains 11 application constructs. 3 are possibly applicable in todays world, albeit their relevancy is questioned, the other 9 topics such as text ciphers in JavaScript and Shopping Carts in JavaScript, etc. are completely unacceptable in today's world. Adding text cipher or Shopping cart logic in the browser completely exposes that logic to the hacking public leaving your site completely vulnerable to attack. Even in 1999, when this book was written, this would have been a ridiculous way of implementing these things. I must say I gathered no useful information from this text. And as for the author, anyone who had their site implemented by this person should hire a professional to correct the security holes he has most likely left behind.

    Editorial Review:

    JavaScript Application Cookbook literally hands the Webmaster a set of ready-to-go, client-side JavaScript applications with thorough documentation to help them understand and extend the 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. However, it also addresses those with little or no JavaScript experience. The included applications are ready for immediate use and require little customization.

    Practical JavaScript, DOM Scripting and Ajax Projects

    Frank Zammetti

    Practical JavaScript, DOM Scripting and Ajax Projects Frank Zammetti Amazon Price: $32.84
    List Price: $44.99
    Usually ships in 24 hours
    By: Apress
    Amazon Marketplace: 65 new & used starting at $15.79

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Ajax
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

    Customer Reviews:
    Total reviews: 3 Average rating: 4.5 of 5

    Editorial Review:

    Practical JavaScript, DOM, and Ajax Projects is ideal for web developers already experienced in JavaScript who want to take their knowledge to the next level. It presents ten complete example projects for you to learn from and adapt for use in your own work.

    The book starts with a quick recap of the fundamentals of modern JavaScript development before moving right along to the applications. For each application, you are taken through the planning, design, and implementation stages. Theres something for everyone herea utility library, a validation framework, a GUI widget framework, a dynamic event calendar application, a drag-and-drop shopping cart, and more!

    Over the course of the book, author Frank Zammetti covers JavaScript best practices, Ajax techniques, and some of the most popular JavaScript libraries, such as Prototype, Script.aculo.us, and the Yahoo YUI. One of the main premises of this book is to help you learn by example so you can then apply your knowledge to your own projects. This book will save you countless hours of development time and help further your JavaScript knowledge!

    Beginning JavaScript Second Edition

    Paul Wilton

    Beginning JavaScript Second Edition Paul Wilton Amazon Price: $29.19
    List Price: $39.99
    In stock soon. Order now to get in line. First come, first served.
    By: Wrox
    Amazon Marketplace: 24 new & used starting at $3.97

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
    Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General
    Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General AAS

    Customer Reviews:
    Total reviews: 12 Average rating: 4.5 of 5

    good overview 4 out of 5 stars.
    4 of 4 people found this review helpful.

    For a beginning JavaScript book, this covers a lot of topics. The trade-off naturally is that some topics aren't covered as thoroughly as they might be. As an example, it only mentions one form of commenting code, with 2 slashes:

    //this comment must fit on one line

    without mentioning comments surrounded by /* and */, as in

    /* this comment can extend over
    * many lines */

    On the other hand, it also covers topics beginning books might omit, like using the free Microsoft Script Debugger, and embedding RealPlayer content.

    The book is a bit dated, spending quite a bit of time discussing Netscape 4.x, when most NN users have navigated to Firefox by now. It also uses a lot of deprecated HTML, so tweaking is necessary if you want to validate the examples with the W3C Validator.

    A feature I liked were the problems at the end of each chapter, with a solution provided in the appendix. Also, it explains every code example *very* thoroughly--maybe even a bit too much at times when the explanations become repetitious. However, the trivia game application it develops over the course of many chapters is too simplistic to provide much of a real world example, and while there is a support website, it doesn't seem too up to date. I've submitted several errors, but have yet to see them posted.

    All in all, I'd rate this 3 1/2 stars, but since I can't do that, I rounded up to 4 stars.

    Editorial Review:

    What is this book about?

    Teaching programming basics from the ground up, this book helps even those with no prior programming knowledge learn JavaScript and use this knowledge for practical purposes on their Web sites to create interesting, useful, and dynamic sites. The primary focus is on practical application of JavaScript to Web site creation. The ultimate aim is that a reader having finished the book should be able to go it alone and create their own scripts and move forward and learn more advanced techniques. They will have a very broad base of knowledge of JavaScript and its application to Web development.

    JavaScript(TM) Phrasebook (Developer's Library)

    Christian Wenz

    JavaScript(TM) Phrasebook (Developer's Library) Christian Wenz Amazon Price: $11.55
    List Price: $19.99
    Usually ships in 24 hours
    By: Sams
    Amazon Marketplace: 27 new & used starting at $7.89

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS
    Subjects -> Computers & Internet -> Programming -> General

    Customer Reviews:
    Total reviews: 2 Average rating: 4.5 of 5

    Another food "Phrasebook" release 4 out of 5 stars.
    12 of 13 people found this review helpful.

    Sam's has done a few of these "Phrasebok" style books - small, pocketbook size, relatively short. This doesn't replace O'Reilly's "Javascript - the Definitive Guide" (and there is some overlap), but it's a handly little thing to augment it.

    It's all short code examples, with explanations. The assumption is that you already know some Javascript or will go look it up if not.

    I'm impressed by how much the author packs in here. It's like admiring a well packed suitcase: how did he manage to squeeze so much into such a small space?

    Editorial Review:

    Developers are hungry for a concise, easy-to-use reference that puts essential code "phrases" at their fingertips. JavaScript, and the related AJAX, is hot and there is little to no information on how to use JavaScript to develop AJAX-based applications. While there are many JavaScript books on the market, most of them are dated and few cover the most recent developments, such as AJAX.
     
    JavaScript Phrasebook is the guide to JavaScript and AJAX that you can and will take with you everywhere. Skipping the usual tutorial on JavaScript and introducing AJAX as one of the first published works on the topic, the JavaScript Phrasebook goes straight to practical JavaScript and AJAX tools, providing immediately applicable solutions for frequent tasks and code so flexible that it is easily adapted to the your individual needs.

    Secrets of the JavaScript Ninja

    John Resig

    Secrets of the JavaScript Ninja John Resig Amazon Price: $26.39
    List Price: $39.99
    Not yet published
    By: Manning Publications

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Programming -> Java -> General
    Subjects -> Computers & Internet -> Programming -> Java -> General AAS
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

    Editorial Review:

    In Secrets of the JavaScript Ninja, JavaScript expert John Resig reveals the inside know-how of the elite JavaScript programmers. Written to be accessible to JavaScript developers with intermediate-level skills.

    This book takes readers on a journey towards mastering modern JavaScript development in three phases: design, construction, and maintenance. It first establishes a base of strong, advanced JavaScript knowledge. The book then teaches readers how to construct a JavaScript library. It examines all the numerous tasks JavaScript libraries have to tackle and provides practical solutions and development strategies. It then presents the various maintenance techniques required to keep their code running well into the future.

    With Secrets of the JavaScript Ninja readers will gain the knowledge and Ninja-like skills to build their own JavaScript libraries, or to understand how to use any modern JavaScript library available.

    JavaScript, Third Edition

    Don Gosselin

    JavaScript, Third Edition Don Gosselin Amazon Price: $87.25
    List Price: $96.95
    Usually ships in 24 hours
    By: Course Technology
    Amazon Marketplace: 42 new & used starting at $3.94

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
    Subjects -> Computers & Internet -> Programming -> Java -> General
    Subjects -> Computers & Internet -> Programming -> Java -> General AAS

    Customer Reviews:
    Total reviews: 17 Average rating: 3.0 of 5

    A good book 3 out of 5 stars.
    1 of 1 people found this review helpful.

    This is a well written book covering (almost) all areas of JavaScript. A lot of excercises and MCQ's are also available. But, beware of some printing errors.

    3rd Edition is still full of errors & Gosselin is still confused. 1 out of 5 stars.
    0 of 1 people found this review helpful.

    It is amazing to me that a third edition could contain as many errors as this book has! There are even errors in the exercises, which could have been tested easily by cutting and pasting from the publisher's layout program (e.g. QuarkExpress) to an actual web page. My suspicion, given the discussion of objects in chapter 6 and cookies in chapter 9, is that the publisher never bothered to correct the errors because the book is so bad that HUGH sections would have to be totally re-written. I agree that the publisher, Course Technologies does a bad job of editing in the 2 books I have studied, but I also agree with another reviewer that this author doesn't have a clue. I emailed the publisher's tech support to ask for an errata list, and the tech emailed back "if there is an errata sheet, you instructor should have a copy in the instructor's package." The tech didn't even check if there WAS one. There wasn't. Great service, fine editing, genius author. Don't think so.

    Editorial Review:

    Create dynamic Web pages using the popular Web scripting language, JavaScript! Building on the successful philosophy of prior editions, this market leading text is perfect for beginning programmers with prior knowledge of HTML. A popular scripting language that is widely supported in Web browsers and other Web tools, JavaScript adds interactive functions to HTML pages. This text also discusses the Document Object Model (DOM) specification published by the World Wide Web Consortium (W3C). In keeping with the success of the previous editions, this book features hands-on projects, a step-by-step methodology, as well as additional end-of-chapter exercises.

    AJAX: Creating Web Pages with Asynchronous JavaScript and XML (Bruce Perens' Open Source Series)

    Edmond Woychowsky

    AJAX: Creating Web Pages with Asynchronous JavaScript and XML (Bruce Perens' Open Source Series) Edmond Woychowsky Amazon Price: $32.58
    List Price: $44.99
    Usually ships in 24 hours
    By: Prentice Hall PTR
    Amazon Marketplace: 49 new & used starting at $1.47

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Ajax
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> XML
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

    Customer Reviews:
    Total reviews: 12 Average rating: 3.0 of 5

    Editorial Review:

    The Easy, Example-Based Guide to Ajax for Every Web Developer

     

    Using Ajax, you can build Web applications with the sophistication and usability of traditional desktop

    applications and you can do it using standards and open source software. Now, for the first time,

    there's an easy, example-driven guide to Ajax for every Web and open source developer, regardless of

    experience.

     

    Edmond Woychowsky begins with simple techniques involving only HTML and basic JavaScript. Then,

    one step at a time, he introduces techniques for building increasingly rich applications. Don't worry if

    you're not an expert on Ajax's underlying technologies; Woychowsky offers refreshers on them, from

    JavaScript to the XMLHttpRequest object. You'll also find multiple open source technologies and open

    standards throughout, ranging from Firefox to Ruby and MySQL.

     

    You'll not only learn how to write "functional" code, but also master design patterns for writing rocksolid,

    high-performance Ajax applications. You'll also learn how to use frameworks such as Ruby on

    Rails to get the job done fast.

     

    • Learn how Ajax works, how it evolved, and what it's good for
    • Understand the flow of processing in Ajax applications
    • Build Ajax applications with XML and the XMLHttpRequest object
    • Integrate back-end code, from PHP to C#
    • Use XSLT and XPath, including XPath Axis
    • Develop client-side Ajax libraries to support code reuse
    • Streamline development with Ruby on Rails and the Ruby programming language
    • Use the cross-browser HTML DOM to update parts of a page
    • Discover the best Ajax Web resources, including Ajax-capable JavaScript libraries

    Page 5 of 56 - Go to page: 1 2 3 4 5 6 7 8 9 10 16

    Return to MagicBeanDip.com

    This page was created in 1.2995 seconds.