AJAX and PHP: Building Modern Web Applications 2nd Edition und über 1 Million weitere Bücher verfügbar für Amazon Kindle . Erfahren Sie mehr


oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
oder
Mit kostenloser Probeteilnahme bei Amazon Prime. Melden Sie sich während des Bestellvorgangs an. Erfahren Sie mehr
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Ajax and PHP: Building Modern Web Applications 2nd Edition
 
 
Beginnen Sie mit dem Lesen von AJAX and PHP: Building Modern Web Applications 2nd Edition auf Ihrem Kindle in weniger als einer Minute.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Ajax and PHP: Building Modern Web Applications 2nd Edition [Englisch] [Taschenbuch]

Bogdan Brinzarea-Iamandi , Cristian Darie

Unverb. Preisempf.: EUR 33,16
Preis: EUR 31,40 kostenlose Lieferung. Siehe Details.
Sie sparen: EUR 1,76 (5%)
  Alle Preisangaben inkl. MwSt.
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
Auf Lager.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.
Lieferung bis Dienstag, 29. Mai: Wählen Sie an der Kasse Morning-Express. Siehe Details.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 13,69  
Taschenbuch EUR 31,40  

Produktinformation


Mehr über den Autor

Cristian Darie
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Cristian Darie auf Amazon

Produktbeschreibungen

Kurzbeschreibung

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

In diesem Buch (Mehr dazu)
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  3 Rezensionen
4 von 5 Kunden fanden die folgende Rezension hilfreich
Uneven level of presentation 4. Februar 2011
Von J. Williams - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
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.
8 von 12 Kunden fanden die folgende Rezension hilfreich
Great Book has Some Unfortunate Flaws 25. November 2010
Von Alonzo Hosford - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
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.
3 von 10 Kunden fanden die folgende Rezension hilfreich
Good introduction to Ajax 18. Juli 2010
Von W. Presley - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
This is a good introduction to AJAX. Starts our very basic and very easy to understand.
Even covers using AJAX with jquery.

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de