Canvas Pocket Reference
Scripted Graphics for HTML5
Publisher: O'Reilly Media
Released: December 2010
Pages: 110
Description
Table of Contents
Product Details
About the Author
Recommended for You
Recently Viewed
PayPal APIs: Up and Running
By Michael Balderas
February 2011
Ebook: $27.99
Print & Ebook: $38.49
Print: $34.99
HBase: The Definitive Guide
By Lars George
August 2011
Ebook: $31.99
Print & Ebook: $43.99
Print: $39.99
Writing GNU Emacs Extensions
By Bob Glickstein
April 1997
Ebook: $25.99
Customer Reviews

REVIEW SNAPSHOT®

by PowerReviews
O'Reilly Media Canvas Pocket Reference
 
4.2

(based on 5 reviews)

Ratings Distribution

  • 5 Stars

     

    (1)

  • 4 Stars

     

    (4)

  • 3 Stars

     

    (0)

  • 2 Stars

     

    (0)

  • 1 Stars

     

    (0)

80%

of respondents would recommend this to a friend.

Pros

  • Concise (5)
  • Easy to understand (5)
  • Helpful examples (5)
  • Accurate (4)
  • Well-written (3)

Cons

    Best Uses

    • Intermediate (5)
    • Expert (4)
    • Novice (3)
    • Student (3)
      • Reviewer Profile:
      • Developer (5), Designer (3)

    Reviews

    Reviewed by 5 customers

    Sort by

    Displaying reviews 1-5

    Back to top

     
    4.0

    Good reference

    By Thiago Galbiatti Vespa

    from São José do Rio Preto, São Paulo, Brazil

    About Me Developer

    Verified Reviewer

    Pros

    • Concise
    • Easy to understand
    • Helpful examples

    Cons

    • Too concise

    Best Uses

    • Expert
    • Intermediate
    • Novice
    • Student

    Comments about O'Reilly Media Canvas Pocket Reference:

    This book covers the use of the HTML element canvas. The author explains how to draw lines, polygons, curves, apply colors, gradients, transparency, transformations, work with text, shadows and perform image processing operations using JavaScript.

    The reader needs a working knowledge of HTML and JavaScript. The first chapter is a tutorial on various aspects of canvas and the second chapter is a reference resource that gives the book its name. One cool thing I found is that despite being a "Pocket Reference", there are code examples too.

    The examples are simple and help those just starting to play with canvas. I recommend this book for those who will or already working with canvas. A reference guide is essential for anyone working with this technology.

    My review in pt_BR: http://www.thiagovespa.com.br/blog/2011/09/09/canvas-pocket-reference-de-david-flanagan-oreilly-media/

     
    4.0

    Good introduction to HTML canvas

    By Rob

    from Brisbane, Australia

    About Me Developer

    Verified Reviewer

    Pros

    • Accurate
    • Concise
    • Easy to understand
    • Helpful examples
    • Well-written

    Cons

      Best Uses

      • Expert
      • Intermediate
      • Novice

      Comments about O'Reilly Media Canvas Pocket Reference:

      The canvas pocket Terence is a short read, aimed at introducing the canvas DOM element, and the way that it can be used. Additionally it provides a reference to the APIs, useful for people actually using canvas in anger.

      HTML canvas is a powerful tool, bringing a rich drawing API to browsers. There is a strong argument for why this is a limited tool, with it's lack of scalability, but it is nonetheless useful. It is possible to perform many of the simple transformations and drawing tools required for graphing charting and simple image manipulation.

      The tutorial provides enough information to get started, whetting the appetite, and the details provide a decent reference. These combined with Dive into HTML5, the Mozilla Developer Centre and a little bit of googling, are all that you will need to get into the world of canvas.

      [this book was reviewed as a part of the O'Reilly Blogger Review Program]

       
      4.0

      An OK starting point but good reference

      By Tom O

      from Baltimore, MD

      About Me Designer, Developer

      Verified Reviewer

      Pros

      • Accurate
      • Concise
      • Easy to understand
      • Helpful examples

      Cons

      • Difficult to understand

      Best Uses

      • Expert
      • Intermediate

      Comments about O'Reilly Media Canvas Pocket Reference:

      When I got the Canvas Pocket Reference I was pretty excited. I've heard a lot about HTML5's canvas tag and was looking forward to getting my hands dirty messing with it. While going through this book, I found the author's insight to be valuable, but the samples and method descriptions a little hard to follow. I liked that the author didn't include boring examples, but I'm uneasy when a tutorial covers conceptually advanced topics (like recursion) early on that the some users may find hard to follow. I thought other examples (like Sparklines) were excellent.This book is broken down into a tutorial chapter and reference chapter. The tutorial topics cover general topics, although it doesn't always cover implementation. The reference chapter however covers how to implement methods and properties of a canvas, but sometimes requires reading better represented in the tutorial. My general impression was that some of the tutorial comments (line-drawing attributes come to mind - I'm one that would confuse miter, bevel and round if I didn't use them frequently) would've been better off in the reference section. Even though I had a little trouble navigating through the book and getting detailed information out of it quickly, it's a good size for a reference book. I still find that it had all the answers I needed, and addressed everything I would need to know. I did hope for some discussion of WebGL, but I know there's still a lot of active development going on.[...]

       
      4.0

      Web programmer? You should get this book

      By Wayne

      from Maumelle

      About Me Designer, Developer, Educator, Hacker

      Verified Reviewer

      Pros

      • Accurate
      • Concise
      • Easy to understand
      • Helpful examples
      • Well-written

      Cons

        Best Uses

        • Intermediate
        • Novice
        • Student

        Comments about O'Reilly Media Canvas Pocket Reference:

        Canvas Pocket Reference, By David Flanagan, is a short and sweet little book that covers the HTML5 canvas element, made famous by the likes of Mr. Doob's Harmony Sketch tool.In this book, David Flanagan assumes you are familiar with HTML, CSS, and JavaScript, and focuses solely on the canvas element and all the things you can do with it. The first chapter is an introduction to all the ways you can draw on a canvas, with code examples accompanying each description. If you need a refresher or haven't really been exposed to the canvas element, this chapter will serve you well. I only learned about the canvas element this previous summer and never really experimented with it. But this chapter was all I needed to feel comfortable using all of the different canvas drawing methods.The second chapter is just a reference for the canvas element and all of its associated methods. In alphabetical order, it's quite handy if you just need to remember what the parameters for bezierCurveTo() are, or what the name of that function is that closes a path.At [$] for the ebook+Dead tree version, this is a must-buy for any web developers library. Sure, you can find most of the information on the web, but this is a handy guide that you can keep on your desk or in your laptop bag (or just on your computer). I enjoyed reading this book, and I look forward to using it to help me develop my own canvas apps.

         
        5.0

        Great Quick Reference for Designers

        By scott the developer

        from Midland Virginia

        About Me Designer, Developer

        Verified Reviewer

        Pros

        • Accurate
        • Concise
        • Easy to understand
        • Helpful examples
        • Well-written

        Cons

          Best Uses

          • Expert
          • Intermediate
          • Student

          Comments about O'Reilly Media Canvas Pocket Reference:

          I picked up the 'Canvas - Pocket Reference' book by David Flanagan the other day, and went through it to see if I could get a better grasp on the new 'canvas' element featured in HTML5. Within a couple of hours of coding on my computer, I had a great grasp of the basics. It doesn't take a great deal of JavaScript knowledge to get a great deal out of this book. David lays out several very useful examples, and he provides a basic tutorial to what seems to be a ton of attributes and features of the element. It was a quick read, very interesting and to the point. I now feel that I have a great grasp on the new 'canvas' element, and I have already used it in a couple of projects. This book is a great book for designers who are looking for that edge on new technology.

          Displaying reviews 1-5

          Back to top

           
          Buy 2 Get 1 Free Free Shipping Guarantee
          Buying Options
          Save a Tree - Go Digital  what is this?
          Ebook: $10.99
          Formats: APK, DAISY, ePub, Mobi, PDF
          Print & Ebook: $14.29
          Print: $12.99