IBM developerWorks: Accessing third-party content with oEmbed and PHP
On IBM's developerWorks there's a recent article from Vikram Vaswani about using the oEmbed tool to pull content into your site from sources like YouTube, Twitter and Facebook. If you have your photos...
View ArticleDZone.com: Hardening PHP: How to securely include remote code (part 1)
On the PHP on Windows blog from DZone.com Krzysztof Kotowicz has a new post - part one in a series on securing your PHP application - a look at securely including remote code from a source outside of...
View ArticleLdeveloper Tech Blog: PHP - Fatal error: Uncaught SoapFault exception: Could...
On the Ldeveloper Tech Blog today there's a helpful new post about an error PHP's SOAP extension could throw about not being able to connect to the host despite all settings being correct. I receive...
View ArticleLars Tesmer's Blog: How to Unit Test a Class Making Calls to an URL (or the...
Lars Tesmer has a suggestion for all of the unit testers out there (you do unit test your code, right?) when needing to test a piece of code that makes a call to something on the file system or a...
View ArticlePHPClasses.org: Lately in PHP Podcast Episode 18 - The Debate on Remote Work...
On the PHPClasses.org site they've posted the latest episode of their "Lately in PHP" podcast. This time the focus is on a recent article that was posted to the site about finding good developers by...
View ArticleChris Hartjes' Blog: Better Remote Code Development
Chris Hartjes is asking for suggestions to help solve a common problem for developers (remote or otherwise) that have to develop in a non-local setup: a better method for remote code development. I've...
View ArticleVoices of the ElePHPant Podcast: Interview with Eli White
The Voices of the ElePHPant podcast has released their latest episode, another interview with a member of the PHP community. This time it's a chat with Eli White of MojoLive. Cal's three questions for...
View ArticleKevin Schroeder's Blog: Remote Debugging with the Zend Debugger and PHPUnit
Kevin Schroeder has a quick new post with a one-liner you can use to get remote debugging working with Zend Debugger and PHPUnit. I'm trying to do some remote debugging with PHPUnit on a remote...
View ArticlePHPMaster.com: Using an Access Database with PHP
On the PHPMaster.com site there's a new tutorial (from David Francis) about connecting to a database (a basic introduction using PDO) and doing some of the common operations with the connection....
View ArticleCodeception: Codeception released with CodeCoverage support
The Codeception testing tool has released a new major update with some interesting new features - the expected feature for generating code coverage reports (similar to other tools) but there's also...
View ArticlePHPMaster.com: Using cURL for Remote Requests
PHPMaster.com has posted a tutorial showing you how to use the cURL functionality that can be built into PHP. Note that not all PHP installations will have this extension installed, but most will...
View ArticleReddit.com: Composer still susceptible to remote code execution via MITM
In this recent post to Reddit.com, a point is brought up about the popular PHP package manager, Composer about it being susceptible to a common attack called the "Man in the Middle". This issue on the...
View ArticleGonzalo Ayuso: Playing with event dispatcher and Silex. Sending logs to a...
Gonzalo Ayuso as a new post today showing the results of some of his testing with the event dispatcher and Silex to send logs to a remote server. Today I continue playing with event dispatcher and...
View ArticleDutch Web Alliance: The definitive remote debug and unittest with PHPStorm guide
On the Dutch Web Alliance site today they've kicked off a new series of posts looking to help you get the most out of the PHPStorm IDE for remote PHP debugging and unit testing your application....
View ArticleDutch Web Alliance: The definitive remote debug and unittest with PHPStorm...
The Dutch Web Alliance has posted the latest part in their "remote debugging with PHPStorm" series (parts one & two are linked here) with part three. This time they focus on setting up Xdebug and...
View ArticleDutch Web Alliance: The definitive remote debug and unittest with PHPStorm...
The Dutch Web Alliance has posted the fourth part of their series looking at remote debugging with PHPStorm. If you want to start from the beginning, you can find the first part of the series here...
View ArticleDutch Web Alliance: The definitive remote debug and unittest with PHPStorm...
The Dutch Web Alliance has posted the fifth part (of seven) of their series looking at configuring the PHPStorm IDE to remotely debug and run your unit tests. In this article they focus in on getting...
View ArticleDutch Web Alliance: The definitive remote debug and unittest with PHPStorm...
The Dutch Web Alliance has posted the seventh part of their series looking at getting remote debugging and unit testing working with PHPStorm, a popular PHP IDE. You can start at the beginning or just...
View ArticleSitePoint PHP Blog: Debugging with Xdebug and Sublime Text 3
The latest post from the SitePoint PHP blog, a new tutorial by Peter Nijssen, shows you how to get started with Xdebug and Sublime Text 3 to debug your PHP applications. Debugging - we all do it a...
View Article