Amazon Kindleでは、 AJAX and PHP: Building Modern Web Applications 2nd Edition をはじめとする140万冊以上の本をご利用いただけます。 詳細はこちら

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


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
AJAX and PHP: Building Modern Web Applications : Build User-Friendly Web 2.0 Applications with JavaScript and PHP
 
イメージを拡大
 
1分以内にKindleで AJAX and PHP: Building Modern Web Applications 2nd Edition をお読みいただけます。

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

AJAX and PHP: Building Modern Web Applications : Build User-Friendly Web 2.0 Applications with JavaScript and PHP [ペーパーバック]

Bogdan Brinzarea-iamandi , Cristian Darie , Audra Hendrix

価格: ¥ 4,333 通常配送無料 詳細
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 が販売、発送します。 ギフトラッピングを利用できます。
多読の一助に
英語学習にぴったり、10万冊以上の中から自分のレベルに合った洋書が探せる「英語 難易度別リーディングガイド」 がオープン!

フォーマット

Amazon 価格 新品 中古品
Kindle版 ¥ 1,703  
ペーパーバック ¥ 4,333  

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

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


商品の説明

内容説明

This book is a step-by-step, example-driven AJAX tutorial, featuring complete case studies. Each chapter contains a friendly mix of theory and practice, so that your journey through the book will be pleasant, yet efficient. You’ll be coding your first AJAX application at the end of the first chapter, and with each new chapter you’ll develop increasingly complex AJAX applications featuring advanced techniques and coding patterns.AJAX and PHP: Building Modern Web Applications, 2nd Edition, is written for PHP developers who: Want to learn how to use PHP, JavaScript, MySQL and jQuery to implement Web 2.0 applications, Are looking for a step-by-step, example-driven AJAX tutorial, Want to learn advanced AJAX coding patterns and techniques and be able to assess the security and SEO implications of their code

登録情報


カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com: 5つ星のうち 4.0  3件のカスタマーレビュー
5 人中、4人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 3.0 Uneven level of presentation 2011/2/5
By J. Williams - (Amazon.com)
形式:ペーパーバック|Amazon.co.jpで購入済み
The first four chapters of AJAX and PHP provide simple, well-explained examples that are easy to learn from and easy to experiment with. Beginning with Chapter 5, the examples are suddenly an order of magnitude more complex. Chapter 5 contains new unexplained features that obstruct understanding. These include PHP classes; PHP session variables; the new (default) HTTP content type, application/x-www-form-urlencoded; HTML forms; and a new sophisticated HTTP request function that is useful either as an object constructor or as an ordinary JavaScript function. There are also some important topics that appear to be omitted altogether, such as user authentication.

I have learned a lot from this book but do not consider it suitable as a stand-alone introduction to AJAX and PHP.
17 人中、11人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 4.0 Great Book has Some Unfortunate Flaws 2010/11/25
By Alonzo Hosford - (Amazon.com)
形式:ペーパーバック|Amazon.co.jpで購入済み
First, big problem with Chapter 9 in that the Figure 9-3 and 9-4 are for Chapter 8. Second the code will not work because of violation of the essential tenant of defining all variables before you use them. That would go the grid.php on page 271. You want to define $response variable to insure code runs everywhere. This you can do with the line $response = new stdClass();

Second is the index.html link tag
<link rel="stylesheet" type="text/css" media="screen" href="scripts/themes/jqModal.css" > is incorrect

it should be

<link rel="stylesheet" type="text/css" media="screen" href="scripts/themes/jqModal.css" >

On page 265 this link tag is discussed for styling the grid.

<link rel="stylesheet" type="text/css" media="screen" href="themes/coffee/grid.css" >

I had to modify it to add it to the downloaded sample.
<link rel="stylesheet" type="text/css" media="screen" href="scripts/themes/coffee/grid.css" >

Basically there is an additional scripts folder in the paths to be wary about when translating the chapter discussion with the downloaded sample.

Other than that, so far as I have not tried all chapters, the downloaded examples appear to work. The book has the caveat that u use the XAMPP software in the Appendix. Some of us use our own server set-ups and that may cause a hitch here or there that are easily overcome since u would be experienced with LAMP server set-ups such as mysqli support in case u did not turn it on. The point here u want to play with examples be sure u read the software requirements they were tested on.

The authors do a great job of breaking down the subjects with a balance between atomic examples and more functionality and thus build more complex examples. There are quite a lot of code dumps in the book which fills the pages. They are explained on subsequent pages. There are comments in the code that does help.

I have a problem with the AJAX code constantly changing throughout the book. It has to do with the authors introducing new concepts. I am not sure where at this point Chapter 5 what code I should adopt for handing the AJAX calls. Somewhere hopefully I will find a definitive statement pointing to the exact code that should be integrated into any independent work.

The grunt of the book is covered in the first four chapters and then the authors take u into serious use of the technologies so far worth exploring.

All the source files are available and they even include the SQL scripts to build tables which saves time so u can run the examples to see the functionality and not key in data.

Overall I find this book well worth the purchase if u are new to these technologies but have fundamental HTML, CSS, PHP, MYSQL, JS experience and if you are strong in those technologies but need to get up to speed in their integration with AJAX which is my case.

I do detest code examples that are not thoroughly tested foisted on readers who then have to either fail or are forced to use advanced skills to debug and fix. A recommendation to publishers is to build the examples and storyboard their explanation progression and then have the authors write.

Errors in the book figures are also something that shows poor quality control from the publishers as well as three authors and professional friends available to check the book. Since they are in the last chapter, I suspect like many books everyone grows tired and want to get it done - done is correctly done so your readers are not dismayed - at least those who try to actually run the examples as is.
11 人中、3人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 Good introduction to Ajax 2010/7/19
By W. Presley - (Amazon.com)
形式:ペーパーバック|Amazon.co.jpで購入済み
This is a good introduction to AJAX. Starts our very basic and very easy to understand.
Even covers using AJAX with jquery.
これらのレビューは参考になりましたか?   ご意見はクチコミでお聞かせください。

クチコミ

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

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

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


リストマニア

リストを作成

関連商品を探す


フィードバック


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