Amazon Kindleでは、 Pro Drupal 7 Development (Expert's Voice in Open Source) をはじめとする140万冊以上の本をご利用いただけます。 詳細はこちら

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


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Pro Drupal 7 Development
 
 
1分以内にKindleで Pro Drupal 7 Development (Expert's Voice in Open Source) をお読みいただけます。

Kindle をお持ちでない場合、こちらから購入いただけます。 Kindle 無料アプリのダウンロードはこちら

Pro Drupal 7 Development [ペーパーバック]

Todd Tomlinson , John K. Vandyk

参考価格: ¥ 5,232
価格: ¥ 5,091 通常配送無料 詳細
OFF: ¥ 141 (3%)
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 が販売、発送します。 ギフトラッピングを利用できます。
1冊からでも印刷、お届け
オンデマンド印刷技術で注文に応じて印刷、お届けする「プリント・オン・デマンド(POD)」サービス。

フォーマット

Amazon 価格 新品 中古品
Kindle版 ¥ 2,821  
ペーパーバック ¥ 5,091  

会員なら、この商品は10%Amazonポイント還元 (ポイントが表示されている場合は、表示ポイント+10%還元)。

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


よく一緒に購入されている商品

Pro Drupal 7 Development + Drupal 実践プログラミング徹底入門
合計価格: ¥ 9,816

選択された商品をまとめて購入

この商品を買った人はこんな商品も買っています


商品の説明

内容説明

Pro Drupal 7 Development updates the most popular development reference for the release of Drupal 7. With several new and completely-rewritten essential APIs and improvements in Drupal 7, this book will not only teach developers how to write modules ranging from simple to complex, but also how Drupal itself works.

  • Learn the Drupal APIs and major changes in Drupal 7
  • Learn how to write Drupal modules using the APIs
  • Learn proper development practices and how to become a contributing community member

What you’ll learn

    • How to get started with writing basic modules
    • The flexible Drupal APIs and how they interact with modules
    • How new features in Drupal 7 make modules even more powerful and sophisticated
    • Best practices when developing in Drupal (coding standards, help developer modules)
    • How to write safe, secure, and tested code
    • How to contribute modules back to the Drupal community and maintain their modules using the Concurrent Versions System (CVS)

    Who this book is for

    This book is for existing Drupal module developers wanting to learn about Drupal 7 and people already knowledgeable in PHP who are interested in developing for Drupal. Simply put, if you are working with Drupal, then you need this book.

    Table of Contents

    1. How Drupal Works
    2. Writing a Module
    3. Hooks, Actions, and Triggers
    4. The Menu System
    5. Working with Databases
    6. Working with Users
    7. Working with Nodes
    8. Working with Fields
    9. The Theme System
    10. Working with Blocks
    11. The Form API
    12. Manipulating User Input: The Filter System
    13. Searching and Indexing Content
    14. Working with Files
    15. Working with Taxonomy
    16. Caching
    17. Sessions
    18. Using jQuery
    19. Localization and Translation
    20. XML-RPC
    21. Writing Secure Code
    22. Development Best Practices
    23. Optimizing Drupal
    24. Installation Profiles
    25. Testing
    26. Database Table Reference
    27. Resources

    著者について

    John K. VanDyk has been a Drupal developer since 2004. In 2005, he organized the first Drupal conference in Antwerp, Belgium, with Drupal founder Dries Buytaert. John has contributed several modules to Drupal—including the actions, workflow, publish, subscribe, and pubcookie modules—and has been instrumental in the design of Drupal's Content Construction Kit. John's day job is as an entomology professor and systems analyst at Iowa State University, where he teaches undergraduate courses about insects. In his spare time, when not hacking on Drupal, John enjoys squash hunting and raising children.

    A bio is not available for this author.

    登録情報


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

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


    カスタマーレビュー

    Amazon.co.jp にはまだカスタマーレビューはありません
    星5つ
    星4つ
    星3つ
    星2つ
    星1つ
    Amazon.com で最も参考になったカスタマーレビュー (beta)
    Amazon.com: 5つ星のうち 3.0  19件のカスタマーレビュー
    55 人中、55人の方が、「このレビューが参考になった」と投票しています。
    5つ星のうち 3.0 Decent but Lacking Some Key Documentation 2011/1/22
    By ngm - (Amazon.com)
    形式:ペーパーバック|Amazon.co.jpで購入済み
    I've always been a huge fan of the Pro Drupal Development series of books. I referred to my battered copies of the D5 and D6 editions as my "bibles". I had the same expectations for the Drupal 7 version but after reading felt it lacking compared to the previous editions. My guess is there was a rush to push out the book before D7 was ready but by doing so the authors left out some key functionality available in Drupal 7. It felt more like a rehash of the D6 version with some D7 functionality thrown in. Below is a rundown of some of my "issues"

    Entities: Every data element in Drupal is now an Entity (Nodes, taxonomy, users, comments). This was huge shift and probably could get its own chapter. Found barely a mention of this.

    Database: I was glad to see some mention of the OOP aspects of the database API. One major absence was EntityFieldQuery. This is a huge D7 feature that developers will need and I don't recall seeing it mentioned.

    RDF: Resource Description Framework is in core. This needs a chapter (or a book). Enough said.

    Renderable Content: All content in D7 is treated similar to FAPI (form API), via a renderable array. This new feature didn't get nearly enough of the attention it deserves.

    Javascript/AJAX: Missing about 2 chapters here. The ajax functionality for D7 is all new. I don't recall a mention of the Ajax commands API. Also missing was any mention of Drupal.behaviors. The Javascript examples don't follow the best practices.

    I respect the authors work and gave them my $[...] bucks for the book. That being said, I'd really wait for (hopefully) the next edition of this book as it is missing too many key features of D7 for me to fully recommend. If you are already hardcore into D7 development definitely hold out.
    29 人中、29人の方が、「このレビューが参考になった」と投票しています。
    5つ星のうち 2.0 Third Edition Disappointing 2011/2/8
    By ralphb - (Amazon.com)
    形式:ペーパーバック
    The third edition is still an excellent book for Drupal 6 development, but despite its title it fails miserably at detailing the many changes introduced with Drupal 7.

    Probably the biggest shortcoming of "Pro Drupal 7 Development" is the inadequate coverage of Fields API. One major change of Drupal 7 was the integration of CCK (now known as Fields API) into core. While the book explains how to define fields in the UI (which is off-topic for a book on programming) and how to create custom fields, it lacks an explanation of how to work with fields programmatically. Consequently, it remains unclear how to migrate content based on custom node types from Drupal 6 to Drupal 7.

    Other major changes of Drupal 7 include Entities, which unify nodes, users, and comments into one common concept, and Render Elements, which radically change the way theming works. Alas, neither Entities nor Render Elements are even mentioned in this book.

    It is obvious that "Pro Drupal 7 Development" was rushed to market. The index is sketchy, some flow diagrams of the second edition have been replaced by blurry jpegs, and code examples are formatted sloppily (wrong indentation, poor word-wrapping). Many chapters refer to the Drupal online documentation for "up-to-date information".

    For Drupal module developers who already own the second edition and who just want update their knowledge for Drupal 7 the book "Drupal 7 Module Development" by Matt Butcher is a much better choice.
    29 人中、28人の方が、「このレビューが参考になった」と投票しています。
    5つ星のうち 1.0 Very disappointing 2011/4/21
    By Lars K - (Amazon.com)
    形式:ペーパーバック|Amazon.co.jpで購入済み
    I learned a lot from the second edition of this book, but after after having had a first look at this third edition, I must say I am deeply shocked and very disappointed. It is mostly just a copy and and paste job from the second edition. As other reviewers have commented, several of the most important new features of Drupal 7 are not even mentioned. Neither are important developer tools such as Drush and Git, they are simply non-existent in the index. I had a look at the chapters on Taxonomy and Users, and find no information about the fact that these are now fieldable entities. In the chapter on Users, they still recommend the profile.module, which is now deprecated...

    The code examples are full of errors, but there is no errata:[...]
    Apparently, Apress lost all the submitted errata information because of no backup.

    I honestly don't understand how a book like this can pass through a process of technical review, and even get the recommendations of Dries Buytaert in the foreword. I love Drupal, but this book is going to be bad for the community. I really think Apress owes us a revised edition.

    I would definitely not recommend this book to anyone already owning the second edition. Instead buy "Drupal 7 module Development". It is not an easy read, but at least it is up-to-date.
    これらのレビューは参考になりましたか?   ご意見はクチコミでお聞かせください。

    クチコミ

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

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

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


    リストマニア

    リストを作成

    関連商品を探す


    フィードバック


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