Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Closure: The Definitive Guide
 
 

Closure: The Definitive Guide [ペーパーバック]

Michael Bolin

参考価格: ¥ 4,051
価格: ¥ 3,746 通常配送無料 詳細
OFF: ¥ 305 (8%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。
4点在庫あり。ご注文はお早めに。
2012/5/31 木曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。



商品の説明

内容説明

None of the JavaScript libraries today has a more impressive track record than Google Closure, the tool suite used for Gmail, Google Docs, and Google Maps. Closure: The Definitive Guide has precisely what you need to get started with these tools, including valuable information not available publicly anywhere else. Written by Michael Bolin -- a former Google engineer who made many contributions to Closure -- this guide explains the library's design and offers code examples that illustrate best practices. You'll also learn how to minify your JavaScript code with the compiler, and learn why the combination of the library and the compiler is what sets this toolkit apart from other JavaScript libraries. * Discover several ways to use the compiler as part of your build process * Learn about Closure type expressions, primitives, and common utilities * Understand how classes and class-based-inheritance are emulated in Closure * Get the best performance from Closure by learning about event management * Learn the life-cycle of a UI component * Get best practices for using Closure Templates * Test and debug your JavaScript code

著者について

Michael Bolin is a former Google engineer who spent his four years there working on Google Calendar, Google Tasks, and the Closure Compiler. As a frontend developer, he used the Closure Tools suite on a daily basis and made a number of contributions to it. His last project at Google was to open-source the Closure Compiler. He is a blogger, often writing about web development, and graduated with both Computer Science and Mathematics degrees from MIT.

登録情報

  • ペーパーバック: 564ページ
  • 出版社: Oreilly & Associates Inc (2010/9/15)
  • 言語 英語, 英語, 英語
  • ISBN-10: 1449381871
  • ISBN-13: 978-1449381875
  • 発売日: 2010/9/15
  • 商品の寸法: 23.6 x 18 x 2.9 cm
  • Amazon ベストセラー商品ランキング: 洋書 - 85,847位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引 | 裏表紙
この本の中身を閲覧する:

この商品を見た後に買っているのは?


類似した商品から提示されたタグ

 (詳細)
関連タグ(この商品に近い関連キーワード)を追加する++最初のタグになります
 
(5)
(1)

 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  13件のカスタマーレビュー
21 人中、20人の方が、「このレビューが参考になった」と投票しています。
Great technical book on a must-have toolkit 2010/10/3
By Andrew Mattie - (Amazon.com)
形式:ペーパーバック
I read Closure: The Definitive Guide as part of O'Reilly's rough cuts program, and I can honestly say that the book is one of the best technical books I've read in quite some time. It's clear that the author sought to leave no stone unturned in writing this book; he succeeded brilliantly. His writing style is concise but not at all confusing, leading to a great book that lends itself just as well to sit-down reading as it does a reference guide.

This book is definitely targeted towards developers, not managers. You should have at least some experience with JavaScript and the DOM before reading this. The author thankfully doesn't rehash the basics of such material before digging into Closure, but he also doesn't make the assumption that you need to have written a book on JavaScript in order to understand how to use everything. After you read the introduction chapter, you can safely skip some parts and come back to them later as you begin to understand Closure's design patterns. I thoroughly read most chapters and just skimmed others, which was great because it let me get familiar with the material without getting bogged down in all the details present in such an immense SDK.

Closure is most likely overkill if you're just building one-off websites, but if you want to build something more, do yourself a favor and buy this book and read it. Don't sell yourself short. Otherwise you'll be doomed to blindly throwing jQuery, MooTools, Prototype, or the like onto your canvas and hoping it'll work just as well for your large app -- it won't. Soon after you begin developing with Closure and reading this book, you'll experience the joy and relief that only a proper JavaScript TOOLKIT can provide.

Overall, this is a really great book that I wouldn't hesitate to recommend to any front-end developer who is tasked with building a web application that they want to be fast, browser-agnostic, and bug free.
4 人中、4人の方が、「このレビューが参考になった」と投票しています。
Any other closure books? 2011/7/5
By Jason Goemaat - (Amazon.com)
形式:ペーパーバック
This book is a good reference and description of what the closure library is about. I think it fails as a guide to putting it all together into an application though. I was dissapointed that the chapter on user interface components really only partially covered buttons and a combobox in 16 pages while there's a whole 49 page chapter on the editor which I don't really care about. It is a good book though and explains a lot about how the compiler works and how to avoid pitfalls. The plovr tool the author created is awesome and makes using Closure much, much easier, especially on Windows. I would have given this book 5 stars if it either included a longer chapter on ui components or had an example that showed how to bring it all together.
2 人中、2人の方が、「このレビューが参考になった」と投票しています。
The why, the how, and practical examples 2011/11/14
By Ilya Grigorik - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
Great introduction to Closure: explains the core concepts behind the why and the how of Closure without getting bogged down in the API details. Unlike many other technical books of the kind, this one can actually be read from start to finish and every chapter is well worth it. You'll learn the design principles and motivations behind the Closure compiler, the many ways you can lean on the compiler to help you manage your Javascript codebase, and also take a look under the hood to learn how to extend it and customize it for your own project.

Of course, Closure is more than just the compiler, so you'll learn how to use Soy / Closure Templates, as well as many other supporting tools. At this time, the only large omission is Closure Stylesheets - likely released after the publication. If you're curious about Closure, or joining a project, which is using it currently, then this is your shortest path from zero to mastery.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア


関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換