 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Kevin Schroeder's Blog: You want to do WHAT with PHP? Chapter 8
by Chris Cornutt September 24, 2010 @ 12:39:17
On his blog today Kevin Schroeder has the latest in a series of excerpts from his book "You Want to Do WHAT with PHP?" - a section of the chapter on daemons.
PHP is a language generally not suited for running daemons. That said, PHP can do it, and in certain circumstances does it sufficiently for the job. In this chapter we look at some of the things you need to know about to build a PHP-based daemon. This excerpt doesn't feature any code, but it does set the foundation for why I think PHP is fine for daemons in some circumstances.
The excerpt is mainly the first part of the chapter that just introduces the idea of daemons including some of the right and wrong uses, using the right tool for the job and how using PHP for a daemon can help with needs in a place where PHP might already be a norm.
voice your opinion now!
book excerpt kevinschroeder chapter daemon
Padraic Brady's Blog: Zend Framework Surviving The Deep End Book - Chapters 4, 5, 6, 7 and Appendix
by Chris Cornutt August 17, 2009 @ 11:09:25
Padraic Brady has added a new blog post today about the release of chapters four, five, six and seven (and Appendix A) of his "Zend Framework: Surviving the Deep End" book:
To celebrate the mini relaunch of the website (read on) and free HTML version of the book, I have published a bumper pack of four chapters and an additional appendix. This brings the total to seven chapters of Zend Framework goodness (and that's only Part 1 of the book) and two appendices. In terms of pages, that's 70 pages of reading material in PDF form at US Letter page size. No, the text in PDFs is not gigantic..
These new chapters cover framework installation, a "hello world" tutorial, bootstraping, error handling and setting up a local development environment with Apache virtual hosts. You can grab your (completely free) copy of the book from its own website.
voice your opinion now!
book zendframework introduction release chapter
Padraic Brady's Blog: Zend Framework Survive The Deep End Update
by Chris Cornutt March 25, 2009 @ 07:54:35
For those wondering about the status of his book, "Zend Framework: Survive The Deep End", Padraic Brady has posted an update of where he's at.
Since the rumor mill has been active a while, I confirm two chapters of the book will be released this week. [...] To kick off a new spell of book updates, the next Chapter will be "A Simple Hello World Example", with an Appendix titled "Virtual Hosts On Apache 2". The following Chapter approximately one week later will be an introduction to the application to be built for most of the first half of the book.
He notes that, while normal print books usually have schedules, self-publishing is a bit more flexible. He does want to assure the readers of the book that work is actively being done and the chapters will keep coming.
voice your opinion now!
zendframework book padraicbrady deep end survive book release chapter
Zend Developer Zone: Sample Chapter From Pro PHP, Patterns, Frameworks, Testing and More
by Chris Cornutt April 11, 2008 @ 15:38:35
The Zend Developer Zone has posted a sample chapter from a new book Packt Publishing has put out called "Pro PHP, Patterns, Frameworks, Testing and more by Kevin McArthur.
So today you get a double bonus. You get to check out Pro PHP, Patterns, Frameworks, Testing and more by Kevin McArthur. You also get a great tutorial on SPL!
The sample chapter looks (obviously) at the SPL, the Standard PHP Library - functions included with PHP5 releases to accomplish some pretty cool things.
voice your opinion now!
packt publishing sample chapter patterns frameworks testing
PHPBuilder.com: Beginning Ajax with PHP From Novice to Professional
by Chris Cornutt September 17, 2007 @ 07:57:00
PHPBuilder has posted an excerpt from an Apress book today - "Beginning Ajax with PHP: From Novice to Professional". It's from the third chapter that introduces the PHP and Ajax combination.
While the concept of Ajax contains a handy set of functionality for creating actions on the fly, if you are not making use of its ability to connect to the server, you are really just using basic JavaScript. Not that there is anything truly wrong with that, but the real power lies in joining the client-side functionality of JavaScript with the server-side processing of the PHP language using the concept of Ajax.
The article's pretty light on the code, but it does give a full example of showing and hiding dynamic content pulled from a backend PHP script (calendar information). Outside of that they just discuss general topics like "Why PHP and Ajax?" and the difference between client-side and server-side processing.
voice your opinion now!
excerpt book apress ajax beginning chapter excerpt book apress ajax beginning chapter
|
Community Events
Don't see your event here? Let us know!
|