Have one to sell? Sell yours here
Professional PHP 4 Multimedia Programming (Programmer to programmer)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Professional PHP 4 Multimedia Programming (Programmer to programmer) [Paperback]

etc. , Allan Kent , Andy Chase , Jan Rosa , Sanjay Abraham , Devon H. O'Dell , Kapil Apshankar , Iman S.H. Suyoto
4.0 out of 5 stars  See all reviews (1 customer review)

Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

Product details

  • Paperback: 550 pages
  • Publisher: WROX Press Ltd (1 Aug 2002)
  • Language English
  • ISBN-10: 1861007647
  • ISBN-13: 978-1861007643
  • Product Dimensions: 22.6 x 18.4 x 3.4 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 2,648,625 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Allan Kent
Discover books, learn about writers, and more.

Visit Amazon's Allan Kent Page

Product Description

Book Description

Professional PHP4 Multimedia Programming will cover a broad range of information relating to some of the most popular PHP4 extension libraries, specifically the ones that can be used to create, modify or deliver multimedia content- Ming, Ming with ActionScript, GD, PDFLib and FDF.T he focus multimedia libraries gives the book a common thread running through it - sort of a 'different technologies, common theme' type thing.

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

5 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
9 of 9 people found the following review helpful
Multimedia Magick? 16 Dec 2002
Format:Paperback
This excellent book starts with a comprehensive guide to installation of various "Multimedia" additions to PHP. Ming - for flash, GD & Image Magick for image manipulation, PDFlib & FDF (PDF Forms).

As the various PHP mailing lists seem to have a glut of questions about the installation procedures, this book may well be a handy reference for anyone interested in experimenting with the extensions, especially the relatively inexperienced programmers.

This is followed by a PHP refresher. In particular I thought that this book gave a good introduction to using PHP with classes / OOP.

From there on we delve into the real meat of the book. We're treated to a whistle-stop tour of the various extensions, giving enough information to tackle the case studies which highlight valid reasons and give good examples for using PHP for multimedia (such as the image gallery & PDF template chapters).

Finally the book is completed with language references for each of the extension libraries.

I enjoyed using this book but I found moving from one topic to another before the more interesting case studies to be fairly pointless, but more importantly for a book on multimedia I found the lack of artistic design in the examples irritating. However it is an excellent addition to any PHP programmers library and I recomend it to anyone interested in exploring PHP further than just MySQL and general scripting.

Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  8 reviews
6 of 6 people found the following review helpful
This book stands out in the crowd 20 Oct 2002
By Matthew J. Wade - Published on Amazon.com
Format:Paperback
Professional PHP4 Multimedia Programming is a unique book in the midst of all other PHP books. No other book aims to cover the topics that this one does. If you are a PHP developer looking to expand you knowledge and integrate the multimedia capabilities of PHP into your applications, then this is the book for you.

The goal of this book is to introduce the concepts and techniques needed to produce dynamic multimedia content. The extensions covered are Ming, GD, ImageMagick, PDF, and FDF. Each technology is thoroughly explained from installation through example use. A case study is then given to go into further detail on the use of each extension.

I especially enjoyed the fact that they provided installation instructions for these extensions. One of the biggest hurdles people have with using Ming, GD, and the others is the installation process. Once someone gets past that stage they can at least experiment with how the extension works. It can be very frustrating when you can't even get something installed. Hopefully this book will help ease some of that frustration.

The case studies used by the authors are superb. These are real would applications that people want to create every day! They include a headline grabber with Ming, a mobile web coffee shop finder with GD, an image gallery using ImageMagick, and a PDF template system. Each one of these case studies is designed to get you thinking. Sure, they you the code needed for the application, but they also show you how the design process works and detail possible enhancements.

The one thing I found lacking in this text was some type of common problems section. Invariably, people are going to have difficulties when it comes to installation or use of these extensions. A simple google search will show the abundance of problems related to these technologies. A small chapter, or a section in each chapter, detailing some of the most common problems encountered, with their fixes, would have been great.

Overall, this book is great. If you are looking to develop multimedia applications in PHP, it is a must have.

4 of 4 people found the following review helpful
Get this book 31 Jan 2003
By dvrx - Published on Amazon.com
Format:Paperback
Professional PHP4 Multimedia Programming is an extremely handy book to have on your bookshelf, even if (and possibly especially if) you don't design and implement multimedia applications with PHP all the time. Within hours of getting the book, I realized that I could use PHP as a commandline scripting language to solve several problems. I've used it as a reference several times since, even though I do NOT consider myself a PHP Multimedia Applications developer.

The book is organized nicely. As a "Professional" book, it assumes a decent understanding of PHP. This assumption saves you lots of time and unnecessary hand holding. There is a brief PHP refresher chapter for those who aren't quite as familiar with PHP as necessary, but after that refresher chapter, you're expected to understand things. You bought this book (or will, anyway) because you already know how to program in PHP but are not familiar with the various multimedia extensions.

The next several chapters each dedicate themselves to a specific extension concept: Ming, Ming with ActionScript, GD, ImageMagick, PDFLib, and FDF.

Each chapter gives an overview of the library, it's uses and limitations, and gives lots of example source code giving examples of all the functions in an extension and how they are used together.

The next few chapters are full-fledged application case studies. Though you may not agree with the authors' coding styles, these case studies walk you through (from start to finish) several different applications to show you how the libraries can be used within the scope of a larger PHP application, not just example toy scripts.

Following the case studies are several appendices. Each appendix is a language reference for a multimedia extension. Most of the information in the appendices is found online in the PHP manual, and I, for one, find it more convenient to look it up there, but having it in the book is a nice bonus.

Another wonderful addition is a full-color screenshots gallery index, which shows you what various scripts from within the chapters should look like when run. This is great for two reasons: 1) You can "check your work" as you write the applications and sample code in the book, and 2) You can see the results of functions in the book while reading it away from the computer.

I would definitely recommend this book to anyone who is thinking about writing even just ONE application in PHP that will manipulate any supported multimedia (Shockwave, images, PDF/FDF, etc.) The time you save by having this book as a companion will more than pay for the cost of the book.

3 of 3 people found the following review helpful
Case studies that worked!!! 19 Sep 2002
By "grahemeb" - Published on Amazon.com
Format:Paperback
I bought this book a fortnight back and i have
amazingly learned more than i expected.The 4 case
studies in the book are amazing - I esp enjoyed working
on the coffee shop finder app and got everything working
in a zap.I recommend this book to the developer
fraternity that wants to realise the true power
behind PHPs extension libraries (multimedia).
And oh! yeah this is my first WROX read that had
color pages in it:)
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback