Quantcast
Browsing all 12 articles
Browse latest View live

Pear-Code-Authors.com: Installation of a local PEAR copy on a shared host

Jacques Marneweck points out a tutorial he came across showing how to perform an installation of the PEAR library system on a shared host. This is quite useful when you are forced into using a...

View Article


Developer Tutorials Blog: Port Scanning and Service Status Checking in PHP

The Developer Tutorials blog has posted a new tutorial covering how to scan ports and checking a remote service's status with PHP. Having access to the current status of public servers can empower...

View Article


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 Article

Till'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 Article

Mark 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 Article


NetTuts.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 Article

Derick 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 Article

Mark 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 Article


Lorna 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 Article


PHPMaster.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 Article

SitePoint 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 Article

Rob 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
Browsing all 12 articles
Browse latest View live