 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
SitePoint.com: What Happened when we Talked PHP with the Experts
by Chris Cornutt April 15, 2013 @ 09:05:56
On SitePoint.com today they've posted the transcript of a "Talk with the Experts" session they did with Lorna Mitchell (instructor of their recent OOP sessions). The transcript includes questions and answers to those in attendance as well as some good links and advice.
Last Thursday I broke with tradition slightly and ran a Talk with the Experts session in the evening (down under), making it a bit more time-zone friendly for our UK audience. It also meant that I was able to swap my usual coffee for a wine, which probably made the session run a bit more smoothly. The subject was PHP and our expert was Lorna Mitchell, tutor of Object-oriented PHP and co-author of PHP Master: Write Cutting-edge Code.
The transcript starts with a collection of some of the links provided during the discussion and then runs through the entire conversation. There's some good advice in there, especially if you're relatively new to the world of PHP object-oriented programming.
voice your opinion now!
expert lornamitchell oop sitepoint transcript session
PHPMaster.com: PhpStorm - Review and Give Away
by Chris Cornutt August 14, 2012 @ 09:37:01
On PHPMaster.com today there's a new article posted that has a review of PHPStorm, an IDE from JetBrains that focuses on providing a great experience for PHP developers and tons of features.
It's said the tool doesn't make the craft - a carpenter can drive a nail into a wooden plank using a hammer, a rock, another plank, or his forehead, but he'll rarely choose anything other than the hammer. [...] I'm talking about using a text editor versus using a full-fledged PHP-dedicated project-oriented IDE for PHP application development. Both will get the job done, but productivity-wise, one is obviously a better choice than the other.
Bruno Skvorc goes through a brief summary of what the editor is about and talks about some of the more notable features including:
- Being built on Java (good and bad)
- The IDE being strictly project-oriented
- Supports the latest PHP version, including 5.4
- Smart refactoring
- Good intellisense support
He also mentions the plugin architecture that's included with the product and a few of the more handy plugins available. They're also running a giveaway in collaboration with the PHPStorm folks and are giving out IDE licenses and copies of SitePoint's "PHPMaster: Create Cutting Edge Code" book (rules are included in the article).
voice your opinion now!
phpstorm ide review contest book sitepoint license
SitePoint.com: Sneak Peek at Kevin Yank's New Book 'PHP & MYSQL Novice to Ninja'
by Chris Cornutt April 27, 2012 @ 11:14:05
SitePoint.com has published an excerpt from an upcoming book by their own Kevin Yank aimed at those wanting to get into PHP with no background in the language at all - "PHP & MySQL: Novice to Ninja".
Kevin Yank's done it again! He's just completed a new 2012 edition of his best-selling book (Build Your Own Database Driven Web Site, 4th Edition) which is now titled - PHP & MySQL: Novice to Ninja.
The chapter excerpt they share is the book's "Introducing PHP" content the (very) basic introduction to the language showing syntax and some of the benefits of the language. They also give you a preview of some of the other bits of content in the book including sections on database design, building a CMS, setting up shopping carts and getting PHP+MySQL installed on multiple platforms.
voice your opinion now!
sitepoint book beginner novice ninja introduction kevinyank
PHPWomen.org: Book review PHP Master
by Chris Cornutt January 10, 2012 @ 08:19:03
On the PHPWomen blog today there's a new book review of SitePoint's latest major PHP publication - "PHP Master" (by Lorna Mitchell, Davey Shafik and Matthew Turland).
At 357 pages (375 including index), this book provides a thorough grounding in the key topics todays PHP developer should strive to know, and know well. The back cover ambitiously states that the book is "guaranteed to take your PHP skills to the next level". Keep reading to find out whether or not I agree.
She walks you through the contents of the book, noting that, despite her being an experienced developer, there were still things that she found new.
Despite the stated demographic, I think this book has a lot to offer novice developers. It would be a real challenge to properly digest and understand the wide range of topics covered, but an achievable and worthwhile one nonetheless. [...] If you're still undecided, my advice is buy the book - you won't regret it.
voice your opinion now!
bookreview phpmaster sitepoint lornamitchell daveyshafik matthewturland
Volker Dusch's Blog: Book Review PHP Masters
by Chris Cornutt December 08, 2011 @ 08:48:29
Volker Dusch has posted his review of a recent release from SitePoint Press - "PHP Masters - Write Cutting Edge Code".
The book is solid, well written and covers the most important topics that people need to think about when starting off with PHP. It is one of the few PHP book on the market that you can pass on to your trainees/junior developers without having to "unteach" them half of the taught bad practices afterwards. This is a great achievement in my mind and I'd definitely recommend checking it out and passing it on to your trainees and 'junior developers' ... maybe read it first yourself and rip out a few pages in chapter 4.
His "long version" gets into a more complete list of his thoughts on each of the individual chapters (including "object oriented programming", "APIs", "design patterns" and "security"). Overall, he found the book good, but pointed out a few areas where it was lacking. You can find more detail about the book here (or on Amazon here)
voice your opinion now!
book review phpmasters sitepoint
PHPMaster.com: PHP Master Writing Cutting-Edge Code
by Chris Cornutt November 11, 2011 @ 09:04:34
On PHPMaster.com today (disclaimer: PHPMaster is a SitePoint website) Timothy Boronczyk has posted a review of SitePoint's latest offering for PHP developers - Writing Cutting-Edge Code (by Lorna Mitchell, Davey Shafik and Matthew Turland).
The book was written explicitly to help you becoming a better PHP programmer and is totally awesome. It not only covers advanced PHP coding topics such as object-oriented programming and design patterns, but also periphery topics that are just as important, such as security, performance profiling, and deployment. If you're ready to hang up your novice hat for good and become a professional-level PHP developer, this book is for you.
He goes through and highlights some of the content in the book, chapters covering relational databases, web services, security topics, caching, automated testing, PEAR/PECL....just to name a few.
Using the Slashdot scale of book ratings, where 1 is fit for lining cages and 10 is destined to be a class, I give PHP Master: Write Cutting-Edge Code a very solid 8.5. The content will grow with you and the book is not something you'll read in a weekend and then donate to the library because you have no need for it.
voice your opinion now!
book review sitepoint cuttingedge code
SitePoint Blog: Book Release - "PHP Master Write Cutting-Edge PHP Code"
by Chris Cornutt October 21, 2011 @ 09:58:25
As is mentioned in this new post to the SitePoint blogs, a new book has been released (by SitePoint press, naturally) about "writing cutting-edge PHP code" by a few well known authors in the PHP community - Lorna Mitchell, Davey Shafik and Matthew Turland.
Savvy PHP web developers can now keep ahead of the game and ensure that their PHP code is safe, secure, and well-structured for the future with the latest release from SitePoint: "PHP Master: Write Cutting-edge Code"
by Lorna Mitchell, Davey Shafik, and Matthew Turland.
The book covers a wide range of topics (somewhat replacing SitePoint's usual "anthology" type of book) including:
- An introduction to OOP
- Working with databases
- Creating and working with APIs
- Design patterns
- Security
- Automated testing
As part of a special offer, you can pick up your print+ebook bundle for the price of just the book, about $40 USD. If you'd like a sample before purchasing, they've posted three sample chapters.
voice your opinion now!
sitepoint book release phpmaster cutting edge code lornamitchell daveyshafik matthewturland
|
Community Events
Don't see your event here? Let us know!
|