Showing posts with label web20. Show all posts
Showing posts with label web20. Show all posts

Pro PHP XML and Web Services Review

Pro PHP XML and Web Services
Average Reviews:

(More customer reviews)
Are you looking to buy Pro PHP XML and Web Services? Here is the right place to find the great deals. we can offer discounts of up to 90% on Pro PHP XML and Web Services. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Pro PHP XML and Web Services ReviewThis is first and foremost an XML reference. The author takes the reader through over 100 pages XML background in the first three chapters, then an overview of a few utilities like XPath and XPointer before he touches on PHP. Having provided some grounding in the basics, he then proceeds to develop the use of XML in PHP from the basic topics of DOM (Document Object Model) and XSLT (Extensible Stylesheet Language Transformations) to the more advanced topics of SOAP (Simple Object Access Protocol) and web services.
Along the way Richards introduces the reader to utility classes like SimpleXML, SAX (Simple API for XML), XMLReader. He also touches on PEAR (PHP Extension and Application Repository) utility classes and topics like security, RSS (Really Simple Syndication) and UDDI (Universal Description, Discovery and Integration). The author's examples are reasonably concise and readable; making the necessary points without getting carried away.
The bottom line is that this is a highly effective reference (that means fairly comprehensive, but dry reading; I read cover to cover, but it was relatively tedious) on XML and its varied uses in association with PHP. This is not a book for the newcomer to programming, nor is it a cookbook for examples for the casual programmer/web developer, although the author does provide PEAR examples for connecting with major web services like Amazon, Google and Yahoo (among others). My suggestion for readers is to review what you need of the first 11-12 chapters to ensure a firm grounding in XML, and then hop to the chapters specific to the problem being faced.
P-)Pro PHP XML and Web Services Overview
Pro PHP XML and Web Services is the authoritative guide to using the XML features of PHP 5 and PHP 6. No other book covers XML and Web Services in PHP as deeply as this title. The first four chapters introduce the core concepts of XML required for proficiency, and will bring you up to speed on the terminology and key concepts you need to proceed with the rest of the book. Next, the book explores utilizing XML and Web Services with PHP5. Topics include DOM, SimpleXML, SAX, xmlReader, XSLT, RDF, RSS, WDDX, XML-RPC, REST, SOAP, and UDDI.

Author Robert Richards, a major contributor to the PHP XML codebase, is a leading expert in the PHP community. In this book, Richards covers all topics in depth, blending theory with practical examples. You'll find case studies for the most popular web services like Amazon, Google, eBay, and Yahoo. The book also covers XML capabilities, demonstrated through informative examples, in the PEAR libraries.

Table of Contents
Introduction to XML and Web Services
XML Structure
Validation
XPath, XPointer, XInclude, and the Future
PHP and XML
Document Object Model (DOM)
SimpleXML
Simple API for XML (SAX)
XMLReader
Extensible Stylesheet Language Transformations (XSLT)
Effective and Efficient Processing
XML Security
PEAR and XML
Content Syndication: RSS and Atom
Web Distributed Data Exchange (WDDX)
XML-RPC
Representational State Transfer (REST)
SOAP
Universal Description, Discovery, and Integration (UDDI)
PEAR and Web Services
Other XML Technologies and Extensions


Want to learn more information about Pro PHP XML and Web Services?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Implementing Enterprise 2.0: A Practical Guide To Creating Business Value Inside Organizations With Web Technologies Review

Implementing Enterprise 2.0: A Practical Guide To Creating Business Value Inside Organizations With Web Technologies
Average Reviews:

(More customer reviews)
Are you looking to buy Implementing Enterprise 2.0: A Practical Guide To Creating Business Value Inside Organizations With Web Technologies? Here is the right place to find the great deals. we can offer discounts of up to 90% on Implementing Enterprise 2.0: A Practical Guide To Creating Business Value Inside Organizations With Web Technologies. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Implementing Enterprise 2.0: A Practical Guide To Creating Business Value Inside Organizations With Web Technologies ReviewRoss Dawson is quite properly regarded as a leading authority on business strategy. In Implementing Enterprise 2.0 Ross distills all of the essential information that forward thinking business leaders need to harness the opportunities presented by changing and emerging internet technologies. The information presented by Ross is well laid out, it is easily readable and very useable. In short, this is an immensely practical, exceptional guide to understanding and using Web Technologies to add value to your business.Implementing Enterprise 2.0: A Practical Guide To Creating Business Value Inside Organizations With Web Technologies OverviewImplementing Enterprise 2.0 provides detailed practical insights into how to create substantial business value with web technologies, supported by numerous case studies of successful implementation and lessons learned.Implementing Enterprise 2.0 can be used to gain a clear understanding of Enterprise 2.0 and Web 2.0 in organizations, identify opportunities for value creation, provide a structured view of benefits and risks, establish governance initiatives, create and communicate a clear Enterprise 2.0 strategy for your organization, and design and implement successful projects.

Want to learn more information about Implementing Enterprise 2.0: A Practical Guide To Creating Business Value Inside Organizations With Web Technologies?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

PHP Cookbook: Solutions and Examples for PHP Programmers Review

PHP Cookbook: Solutions and Examples for PHP Programmers
Average Reviews:

(More customer reviews)
Are you looking to buy PHP Cookbook: Solutions and Examples for PHP Programmers? Here is the right place to find the great deals. we can offer discounts of up to 90% on PHP Cookbook: Solutions and Examples for PHP Programmers. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

PHP Cookbook: Solutions and Examples for PHP Programmers ReviewThis is my first O'Reilly book in the "Cookbook" series. At first I thought this book would probably contain the code and instructions for building a couple of web applications such as a shopping cart or a blog engine. This isn't that book. Rather it provides the reader with code snippets that can be used as building blocks for all kinds of applications. If I had to describe this book in one sentence I would say it is as if the author took down all the "Hmm..., I wonder how that is done?" questions and created an answer key.
One thing I like about this book is that the authors don't waste the first few chapters trying to teach or give an overview of the language. Instead they hop right into the usage of the language that relates to real world stuff.
So here is a brief overview. The book covers PHP 5 and goes over many of the new and improved features. The first six chapters provide recipes for more basic subjects (strings, numbers, dates & times, arrays, variables, and functions. Again, this isn't an intro to PHP, that is another book such as Programming PHP from O'Reilly. This is that book you reach for once you have moved from PHP basics and are ready to build some real world stuff.
By chapter seven the authors are discussing classes and objects. I like using classes when coding in C++, so this is a good chapter for those who like OOP. The next nine chapters go over web stuff starting out with basic things like cookies, forms, and databases. Then the authors go into more advanced areas like session management, XML, automation and web services (REST, SOAP, Mail, FTP, LDAP, and DNS to name a few).
The next chapter [17] is on the topic of graphics. This is a cool chapter if you like to create dynamic images. Things like creating a button image on the fly, or generating charts. Graphics are great to have a knowledge of because everyone likes graphical presentation of data and this chapter can help you get there.
Chapter 18 is on security and encryption which I found rather helpful. No one wants there web application to be the link that allows data to be compromised, and this chapter deals with many of those problem areas. Chapter 19 covers localization, chapter 20 is on debugging and testing. The debugging section does a great job of getting a person setup with the tools they need to properly debug an application including creating your own exception class. This is an outstanding chapter that every programmer can appreciate since every application needs debugging.
The remaining chapters cover performance tuning, regular expressions, files, directories, command line PHP, PERL and PECL. Being a Perl guy I found it interesting to see how the authors utilized regular expressions in PHP. And the chapter on command-line PHP was outstanding; I thought the recipe for creating a PHP command shell was pretty cool.
CONCLUSION
--
This book is like having the answer key to most of the random questions a person comes up with when writing code. I found this book to be very useful, it will be one of those references that I keep close, and gets very little shelf time. It is a solid book. It is hard to say what parts I liked best because this is one of those books that you like and must have, but then as time goes on and you use it more and more its value grows. This is an excellent book and I would strongly recommend it the PHP users that want to move to the next level.PHP Cookbook: Solutions and Examples for PHP Programmers Overview
When it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more than 20 million web sites today, PHP is now more popular than Microsoft's ASP.NET technology. With our Cookbook's unique format, you can learn how to build dynamic web applications that work on any web browser. This revised new edition makes it easy to find specific solutions for programming challenges.

PHP Cookbook has a wealth of solutions for problems that you'll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.


Want to learn more information about PHP Cookbook: Solutions and Examples for PHP Programmers?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...