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

Voices of the ElePHPant:
Interview with Matthew Turland (#2)
Aug 17, 2016 @ 16:03:59

The Voices of the ElePHPant podcast, hosted by PHP community member Cal Evans, has posted their latest episode, another in their series of interviews with a member of the PHP community. In this latest show Cal talks with Matthew Turland, a leader on the Phergie project.

Cal and Matt talk about Matt's role with the Phergie project and some of the history behind the project. Matt also shares some of his "lessons learned" about the project including bringing in other members of the community to help. They also talk about where Matt currently works - at When I Work - and what he does there.

You can listen to this latest episode either through the in-page audio player or by downloading the mp3 directly. If you enjoy the episode be sure to subscribe to their feed and follow them on Twitter for updates when the latest episodes are released.

tagged: voicesoftheelephpant community interview matthewturland podcast

Link: https://voicesoftheelephpant.com/2016/08/16/interview-matthew-turland/

Free the Geek:
Episode 18 - Talking Conferences and Mental Health with Matthew Turland
May 25, 2016 @ 14:25:26

The Free the Geek podcast hosted by PHP community member Matthew Setter has posted its latest episode. In this new show Matthew talks with Matt Turland about conferences and mental health.

In this episode I wonderful chat with Matthew Turland about what it’s like speaking at conferences and mental health - especially within the IT community.

It’s a chat which I feel privileged to have had, primarily because it can be such a sensitive topic for so many people around the world. Matthew was very kind to open up to me and share with me some of his struggles, and how he’s dealt with them over the years.

He also shared a host of links to some excellent resources, should you or someone you know, be in the same position; links which you can find in the related links section.

You can listen to this latest episode either through the in-page audio player or by downloading the mp3 directly. If you enjoy the show and want to hear more chats with members of the PHP community, be sure to subscribe to their feed and follow the show on Twitter to get the latest updates when new episodes are released.

tagged: freethegeek podcast matthewsetter ep18 matthewturland conference mentalhealth

Link: http://freethegeek.fm/episode/episode-0018

/Dev/Hell Podcast:
Episode 24 - Members Only
Dec 18, 2012 @ 16:30:25

The /Dev/Hell podcast has released their latest episode - Episode 24 - Members Only (hosted by Chris Hartjes and Ed Finkler):

Special guest Matt Turland joins us for episode 24, and tells us how much of an asshole Chris is in real life. We also talk a lot about team development processes, including ramping up new hires, documenting processes, and workflow tools. Lots of super smart stuff that we’re usually too lazy to do.

You can listen to the latest show either using the in-page player or by downloading the mp3. You can also keep up with the latest on the podcast by subscribing to their feed.

tagged: devhell podcast matthewturland membersonly ep24

Link:

7PHP.com:
Interview with Matthew Turland, Co-Author of "PHP Master: Write Cutting Edge Code"
Sep 17, 2012 @ 13:33:58

7PHP.com has posted another interview with a PHP community member - this time it's with Matthew Turland, one of the co-author's of SitePoint's "PHP Master: Write Cutting Edge Code" and known speaker/author.

In this edition I talked with [Matthew Turland @elazar], co-author of the PHP book ‘PHP Master:Write Cutting Edge Code‘. He currently works as a Senior Platform Engineer for Synacor Inc. Matthew was also a former technical editor for php|architect Magazine, contributor to the Zend Framework project and has spoken at conferences like ZendCon and php|tek. On the FOSS side, Turland is the man behind the Phergie project – a PHP-based IRC bot.

His answers talk about things like:

  • What kind of environment (and tools) he uses for his development
  • His work on the Phergie IRC bot project
  • Resources he recommends for those new to the language
  • What software he recommends/appreciates
  • Some of the good and bad about conferences he's attended And a recommendation to check out the PHP Mentoring project for more guidance
tagged: community interview matthewturland coauthor phergie opensource

Link:

PHPWomen.org:
Book review: PHP Master
Jan 10, 2012 @ 14: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.
tagged: bookreview phpmaster sitepoint lornamitchell daveyshafik matthewturland

Link:

SitePoint Blog:
Book Release - "PHP Master: Write Cutting-Edge PHP Code"
Oct 21, 2011 @ 14: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.

tagged: sitepoint book release phpmaster cutting edge code lornamitchell daveyshafik matthewturland

Link:

Robert Basic's Blog:
Book review - Guide to Web Scraping with PHP
Jun 01, 2011 @ 14:28:42

In this new post to his blog Robert Basic has a review of a book from php|architect (by Matthew Turland), "Guide to Web Scraping with PHP".

It took me a while to grab myself a copy of Matthew Turland’s "Guide to Web Scraping with PHP", but a few weeks ago a copy finally arrived and I had the pleasure of reading it. [...] My overall impression of the book is that it was worth the time and I’m really glad that I bought it. Matthew did a great job explaining all the tools we have at our disposal for writing web scrapers and how to use them.

He talks about the content of a few specific chapters (the HTTP protocol, client libraries you can use and how to prepare documents for parsing) and notes that there's not much bad he can think of about the book:

It is a guide, clear and straight-to-the-point, explaining what tools are there, which one to use and how for writing scrapers and that’s exactly what I wanted to know.
tagged: web scraping book review matthewturland

Link:

Voices of the ElePHPant:
Interview with Matthew Turland
Mar 01, 2011 @ 18:04:14

The Voices of the ElePHPant podcast has posted their latest episode - an interview with Matthew Turland. Cal asks his three questions:

  • What was your first PHP project?
  • What's the most difficult thing about running an open source project?
  • What is the one mistake you see other open source projects make?

You can either listen to this latest episode via the in-page player or by downloading the mp3.

tagged: matthewturland interview voicesoftheelephpant community

Link:

Zend Developer Zone:
php|architect's guide to Web Scraping with PHP - Don't let the title fool you.
Sep 21, 2010 @ 16:20:51

On the Zend Developer Zone there's a recent post about a book from Matthew Turland (recently available in print) - the php|architect's Guide to Web Scraping with PHP - and why you shouldn't judge a book by its cover.

I was really hesitant to commit to reviewing the book because I tend not to review books I don't like and this subject matter just wasn't doing it for me. So with great fear and trepidation, I popped open my review copy. (PDF so I could read it on my iPad) I was ever so surprised and in a very good way.

He talks about the different parts of the book - the foreword from Ben Ramsey ("expert in all things HTTP") and the two halves of the book. The first half deals with accessing the information on remote sites and the second talks about the actual scraping of the information (parsing out the content with things like regular expressions and SimpleXML).

tagged: webscraping matthewturland book review

Link:

Matthew Turland's Blog:
"Web Scraping with PHP" Now Available in Print!
Sep 20, 2010 @ 17:03:49

If you've been waiting for the print edition of Matthew Turland's "Web Scraping with PHP" book (from php|architect Press) your wait is over. According to a new post on his blog the print version is now available for order.

I know a number of my readers have been waiting for this announcement: my book, Web Scraping with PHP, is now available for sale in hard copy form! That's right, you can now finally order your very own print edition copy. [...] To those who felt forced into buying the PDF edition to get access to the content because a print edition was not available until now, you have my most sincere and profound apologies.

His web scraping book covers topics like understanding HTTP requests on a base level, working with several HTTP clients like cURL, pecl_http, Zend_Http_Client and how to analyze the remote page's information with things like SimpleXML, the DOM functions and the XMLReader extension. If the print version's not your thing, you can still get the PDF from the php|architect store too.

tagged: webscraping scraping book phparchitect matthewturland pdf

Link:


Trending Topics: