David Van Couvering's Blog: Real-world experience with the new NetBeans PHP...
David Van Couvering has posted about some of his experience with the latest version of the NetBeans editor for some of his PHP and Javascript development work. Yesterday I spent the whole day trying...
View ArticleTill's Blog: PEAR & Plesk
In this new post to till's blog, he looks at a method for setting up PEAR on a Plesk system. Now running any config interface is a blog entry by itself and when I say Plesk, I should also mention...
View ArticleMark Karpeles' Blog: PHP can do anything, what about some ssh?
In an effort to just about everything he can with PHP Mark Karpeles has posted an article about how he created a SSH server in PHP with most (not quite all) of the functionality of some of its...
View ArticleNetTuts.com: Managing Cron Jobs with PHP
New on NetTuts.com there's a tutorial about using cron with PHP and how to manage the jobs your server currently runs. The cronTab, or "Cron Table", is a Linux system process / daemon which...
View ArticleDerick Rethans' Blog: Remote Debugging PHP with a Firewall in the Way
Sometime debugging PHP applications isn't as easy as just pointing your IDE directly at the server and starting to work. Derick Rethans has a new post talking about one such situation, remote debugging...
View ArticleMark Hamlin's Blog: Debugging xdebug (tcp, dns, ubuntu, osx, vmware) ((all at...
In a recent post to his blog Mark Hamlin talks about some of his difficulties in getting XDebug and Netbeans working together from an OSX machine hitting a Ubuntu server. For the past 18 months...
View ArticleLorna Mitchell's Blog: Using an Existing Vagrant Setup for PHP Development
In this new post to her blog Lorna Mitchell dives into the world of vagrant/puppet/chef and looks at using the tools to automatically create VMs that you can use for PHP development (or testing). I've...
View ArticlePHPMaster.com: Using SSH and SFTP with PHP
On PHPMaster.com today there's a quick tutorial showing you how to use SSH and SFTP from inside your PHP applications (requiring the ssh2 package). In today's world with so many third-party...
View ArticleSitePoint PHP Blog: Deploy Your Website Using Laravel and Git
The SitePoint PHP blog has a new tutorial by James Dow showing you how to use git and Laravel for application deployment. This isn't just about deploying a Laravel application, though. It includes a...
View ArticleRob Allen: Using Phing to SSH into a Vagrant box
In a quick new post to his site Rob Allen shows you how to have Phing SSH into a Vagrant box as a part of the VM creation process. In his case, he uses it to run database migrations. Now that I've...
View Article