See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

20 used & new from $0.80

Have one to sell? Sell yours here
 
 
Professional PHP4 Multimedia Programming
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Professional PHP4 Multimedia Programming (Paperback)

by Devon H O'Dell (Author), Andy Chase (Author), Jan Rosa (Author), Sanjay Abraham (Author), Allan Kent (Author), Iman S.H. Suyoto (Author), Kapil Apshankar (Author)
4.9 out of 5 stars See all reviews (8 customer reviews)


Available from these sellers.


10 new from $5.77 10 used from $0.80
Also Available in: List Price: Our Price: Other Offers:
Paperback (Bargain Price) 12 used & new from $4.87

Editorial Reviews

Product Description
Learning tool and reference combined-the only available coverage of the creation, modification and delivery of multimedia content using the most popular PHP4 extension libraries. Softcover.

From the Publisher
We believe that giving programmers graphical tools more often results in programmers creating things that make designers cringe, rather than programmers acquiring design sense and hence this book. The book is split into three parts: the extensions, the case studies, and the function reference -- that way someone looking to just read case studies has a definite place to start, and people looking for the descriptions without large amounts of code can read the beginning and the one's who want to stick it by their side for reference, know exactly where to go.

See all Editorial Reviews

Product Details

  • Paperback: 550 pages
  • Publisher: Peer Information (August 2002)
  • Language: English
  • ISBN-10: 1861007647
  • ISBN-13: 978-1861007643
  • Product Dimensions: 8.9 x 7.2 x 1.3 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 4.9 out of 5 stars See all reviews (8 customer reviews)
  • Amazon.com Sales Rank: #1,398,291 in Books (See Bestsellers in Books)

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 organize and find favorite items.
Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

8 Reviews
5 star:
 (7)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.9 out of 5 stars (8 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
6 of 6 people found the following review helpful:
4.0 out of 5 stars This book stands out in the crowd, October 19, 2002
By Matthew J. Wade (Jacksonville, FL) - See all my reviews
(REAL NAME)   
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars Get this book, January 30, 2003
By "bigaction" (San Diego, CA USA) - See all my reviews
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars Case studies that worked!!!, September 19, 2002
By "grahemeb" (London, UK) - See all my reviews
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:)
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Recommended to all serious PHP developers
Unlike most open souce projects, PHP has been blessed with many good books. Professional PHP4 is another fine book aimed for the serious PHP developer venturing to add... Read more
Published on November 14, 2002 by Srihari Mailvaganam

5.0 out of 5 stars Great Book, Covers all aspects of PHP multimedia programming
This book is a great tutorial/reference for programming with PHP's multimedia libraries. It covers topics such as GD(image manipulation) ming (dynamic flash generation) and... Read more
Published on September 26, 2002 by JJ

5.0 out of 5 stars Enterprising Coverage
PHP's underlying strength lies in the power of its extension libraries - the power to complete wonderful tasks that would be impossible with PHP alone. Read more
Published on September 13, 2002 by wilson2092

5.0 out of 5 stars Very Practical PHP Book
This book presents a broad overview of the field of PHP multimedia production.
The book describes the field at large, explaining the concepts, rather than focusing on minute... Read more
Published on September 1, 2002 by simone34kris

5.0 out of 5 stars A Rich Multimedia/PHP book [Adobe4U Inc]
With 500 pages of rich theory and comprehensive case studies (a case study per chapter) , this book
is the best of all the PHP books that i have read so far. Read more
Published on August 31, 2002 by Larsen Jacobs

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Product Information from the Amapedia Community

Beta (What's this?)


So You'd Like to...


Look for Similar Items by Category


Plumbing Products in the Value Center

Home Improvement Value Center Plumbing Products
Turn it on for less with spectacular deals on brand-name faucets, showerheads, and more in the Home Improvement Value Center.

Shop the Value Center

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Porter-Cable Tools Are Designed to Last

Shop for Porter-Cable routers
Known for its professional-grade woodworking tools, Porter-Cable offers high-quality routers you can depend on.

Shop for Porter-Cable routers

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates