Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Nick Circelli's Blog:
Wicked Cool PHP - Review
Mar 16, 2009 @ 15:27:00

In a recent post to his blog Nick Circelli has posted a book review of "Wicked Cool PHP" (from No Starch Press) - a "real world examples" book that drops you right into the code without much of an introduction.

My main reason for this was, from what I hear, that PHP is good for simple projects that need a fast turn around. [...] I starting going through a bunch of lame tutorials on the web, but they’re mostly geared for a beginner and there’s a lot I can skip over. I decided to get a couple of recommended books on PHP and one that I found very useful is called Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems by William Steinmetz with Brian Ward.

Nick looks at why the book could be useful to other developers out there (nice, clean and short examples including security suggestions) and his opinion on who should read the book.

tagged: book review wicked nostarchpress cool example

Link:

PHPClasses.org:
Book Review: Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Aug 14, 2008 @ 15:21:27

PHPClasses.org has posted a review of a recently released book from No Starch Press, "Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems".

n the PHP development life-cycle everyone faces common problems. Considering this, No Starch Press came with a good book named "Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems" written by William Steinmetz and Brian Ward. Wicked Cool PHP is a wide collection of complete PHP scripts that solve specific problems frequently encountered by PHP coders. The book contains 12 chapters covering 76 frequently encountered problems.

He goes through each chapter, mentioning what its about and any extra tidbits it might include. There's wide range of topics covered - everything from the basics of configuring PHP out to security and user/session tracking.

tagged: book review wicked cool nostarch problem snippet

Link:

Community News:
No Starch Press Releases "Wicked Cool PHP"
Feb 13, 2008 @ 22:07:00

No Starch Press has officially released their PHP title "Wicked Cool PHP" (Real-World Scripts That Solve Difficult Problems).

Here's a bit from the press release:

Wicked Cool PHP [...] is a different breed of PHP book. It's made specifically for the developer who wants to know how to get things done without mucking around and wasting a lot of time. This is not a weighty PHP complete reference or bible that threatens to take down your bookshelf and the rest of the bookcase. This is a book for coders to pick up and use, not wade through.

It provides the reader with "76 immediately useful PHP scripts" that do a variety of things like send/receive email notifications, do some web scraping, track users with cookies and sessions and use web services like SOAP.

You can find out more about the book on this page on the O'Reilly website. The book will officially hit the stands February 15th.

tagged: nostarchpress oreilly real script book release wicked

Link:


Trending Topics: