Web Developers Cookbook 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.
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Web Developer's Cookbook
 
 
Beginnen Sie mit dem Lesen von Web Developers Cookbook auf Ihrem Kindle in weniger als einer Minute.

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

Web Developer's Cookbook [Englisch] [Taschenbuch]

Robin Nixon

Preis: EUR 41,99 kostenlose Lieferung. Siehe Details.
  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
Gewöhnlich versandfertig in 9 bis 10 Tagen.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 28,20  
Taschenbuch EUR 41,99  

Produktinformation


Mehr über den Autor

Robin Nixon
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Robin Nixon auf Amazon

Produktbeschreibungen

Kurzbeschreibung

300+ ready-to-use solutions for PHP, JavaScript, and CSS Web Developers Cookbook offers a comprehensive suite of ready-to-use solutions for PHP, JavaScript, and CSS--among the most commonly used and most versatile open-source languages in the Web developer's toolkit. This hands-on guide assumes a basic acquaintance with Web development techniques. All examples in the book are extensively documented and explained so that even novice developers will be able to understand, use, and learn from them. This practical resource contains more than 300 recipe-like examples, each with accompanying screenshots, tables of the variables and functions used, and extensive explanations of how they work. Web Developers Cookbook Includes more than 300 ready-to-use, cross-referenced recipes that provide instant, dynamic solutions for Web developers--styles, text effects, forms and validation, security, animation, audio and visual effects, and much more Contains examples that are fully tested and up to date with the latest features Explains every part of each recipe in detail, accompanied by graphics, figures, tables and program listings Enables you to quickly add ready-made code snippets to your projects, saving hours of development and debugging time Provides the ultimate time-saver for Web developers Coverage includes: PHP Recipes: Text Processing; Image Handling; Content Management; Forms and User Input; The Internet; Chat, Messaging and Bulletin Boards; MySQL, Authentication and Cookies; Integrating with Third Party Services; Incorporating JavaScript; Diverse Solutions JavaScript Recipes: Core Plug-ins; Location and Dimensions; Visibility; Movement and Animation; Chaining and Interaction; Menus and Navigation; Text Effects; Audio and Visual Effects; Cookies, Ajax and Security; Forms and Validation; Solutions to Common Problems CSS Recipes: Manipulating Objects; Text and Typography; Menus and Navigation; Page Layout; Visual Effects; Objects; Text and Typography; Interaction; Incorporating JavaScript; Superclasses

Über den Autor

Robin Nixon has worked with and written about computers since the early 1980s. He is the author of several books, including HTML5 for iOS and Android: A Beginner's Guide, as well as more than 500 articles for leading computer magazines.

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:  4 Rezensionen
4 von 4 Kunden fanden die folgende Rezension hilfreich
Beefy cookbook with a lot of useful info & techniques 27. April 2012
Von A. Wiersch - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Web Developer's Cookbook is a beefy 975 page book that includes 301 "recipes": 100 PHP recipes, 101 JavaScript recipes, and 100 CSS recipes that are well explained and that can be tailored to your own requirements. The author claims each one has been developed and debugged and will save you a lot of time. Also, HTML5 and CSS3 features are used in various recipes, making this book more "up-to-date" with newer CSS and HTML standards. The book even mentions the new Microsoft Metro interface and Windows 8 (at the time of this review, Windows 8 is still months away from release).

The PHP recipes (part II of the book) include text processing (1-10), image handling (11-20), content management (21-30), forms and user input (31-40), "the intenet" (41-50), chat and messaging (51-60), MySQL, sessions, and cookies (61-70), APIs, RSS, and XML (71-80), incorporating JavaScript (81-90), and "diverse solutions" (91-100). The JavaScript recipes (Part III of the book) include "core recipes" (1-18), location and dimensions (19-30), visibility (31-42), movement and animation (43-52), chaining and interaction (53-59), menus and navigation (60-69), text effects (70-76), audio and visual effects (77-83), cookies, ajax, and security (84-89), forms and validation (90-95), and solutions to common problems (96-101). The CSS recipes (Part IV of the book) include manipulating objects (1-19), text and typography (20-32), menus and navigation (33-38), page layout (39-45), visual effects (46-57), dynamic objects (58-75), dynamic text and typography (76-85), dynamic interaction (86-90), incorporating JavaScript (91-93), and superclasses (94-100). As you can see, there is A LOT in this book.

Note that this is not a tutorial book for learning PHP, HTML, JavaScript, or CSS. However, the recipes are explained in detail, and one of the great benefits of that is that you will very likely learn some new things and pick up some new ideas from the code explanations, so in this regard this book can be a very good learning book, even worthy of reading/skimming through it all to make sure that you understand how everything is done. By reading the explanations of the recipes and examining the code, you can improve your knowledge about things like PHP functions, regular expressions, web client/server interaction, fighting spam, form validation, security, JavaScript, CSS, and more.

You can use the "recipes" simply by including one or more of three main files, one php file (which contains the PHP recipes), one js file (which contains the JavaScript recipes), and one css file (which contains the CSS recipes). Of course you can also create your own files to include with just the recipes you use (but some recipes rely on others so make sure any dependencies are also included in any of your custom include files).

The recipes may be used in your own projects, and you may modify them, without giving any attribution (though you can if you want). Using these recipes can saves time from "reinventing the wheel".

A companion site is given, where all recipes can be downloaded, along with example files to experiment/play with, though you'll need a web server with PHP, but you can easily run one on your desktop by installing one of the packages that make it easy (more in chapter 1).

One thing I would have liked to see is more discussion about performance issues. Some of the PHP recipes seem like they may be CPU intensive, like the spell checking recipe (PHP #8) and some of the recipes that use regular expressions in loops (PHP #3). I also found some inaccuracies/typos, but they were relatively few and minor. There were also a few instances of what I would consider "bad advice" (like suggesting you can do something that results in corrupted HTML (PHP #49). However, in the grand scheme of things these issues do not detract much from the overall value of the book.

Even if you just use a few recipes from the book, this book could pay for itself in the time saved from "reinventing the wheel" or from preventing a security "disaster" that you may not have otherwise prevented by writing your own recipe. You'll probably also discover some techniques, methods, and solutions to problems that that you might not have otherwise thought of (which is always a good thing for a web developer with jobs to do and problems to solve).

Overall this 975 page book contains A LOT of useful "recipes" (which you can modify if needed) with a great potential to learn a lot just by reading the book and studying the recipes & explanations. 5 stars overall.

DISCLOSURE: I was sent a free book for review.
3 von 3 Kunden fanden die folgende Rezension hilfreich
Complex Made Easy! Use and re-use again and again! 15. Mai 2012
Von Hussain Al-Marzooq - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Just got the books few days ago, while skimming through the chapters, I was thinking aha.. I can use this, this and that in my new application. Lots of the recipes are very easy to use and save lots of your time as developer.
The first book I bought for Robin Nixon was HTML5 for iOS and Android Mobile, it was a beginner guide to mobile apps programming and I am still referring to that book almost in regular bases. You can imagine what I will do with this cookbook!
I really recommend it for anyone who wants clean, fast and proven code ready to use.
4 von 5 Kunden fanden die folgende Rezension hilfreich
Web Developer's Cookbook 27. April 2012
Von Mark Winegar - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Professional coders develop personal libraries of software modules for reuse. This saves time and effort as the modules are tested and future changes need only be applied once. The "Cookbook" is just the thing needed to start a young coder's library or extend an old dog's. Buy this book now!

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