<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 14:02:13 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Juan Treminio's Blog: Setting Up an Ubuntu VM, Step by Step]]></title>
      <guid>http://www.phpdeveloper.org/news/17860</guid>
      <link>http://www.phpdeveloper.org/news/17860</link>
      <description><![CDATA[<p>
<i>Juan Treminio</i> has a recent post to his blog showing the complete steps you'll need to <A href="http://jtreminio.com/2012/04/setting-up-an-ubuntu-vm-step-by-step/">get a virtual machine up and running</a> (using VirtualBox and a Ubuntu Seerver install), complete with PHP, MySQL, Samba and Apache.
</p>
<blockquote>
<a href="http://www.reddit.com/r/PHP/comments/s8bwt/what_is_your_php_development_environment_like/">Recently on r/php</a> there was a thread asking users about their development environments. The usual answers came tumbling out - mostly about IDEs and methods for uploading their code (side note: FTP is a horrible way to do this!). Out of 144 responses, I noticed that very few mentioned virtual machines. Most that said anything about operating systems or platforms made it clear they were developing on their local machine, with no separation between their everyday driver and their development environment. This has got to stop, especially amongst PHP developers where we have tools like XAMPP that require nothing more than a simple zip extract to get up and running with your own "server".
</blockquote>
<p>
He walks you through the entire process, complete with screenshots and commands ready for copy & paste, to get your virtual machine server set up and working. The PHP install includes things like cURL, memcache, internationalization, GD and MySQL support. He also helps you get other tools like XDebug and PHPUnit installed.
</p>
<p>
This is definitely one of the more complete examples I've see of getting a VM set up and ready for development - if you've been wanting to try it out, I'd recommend this guide.
</p>]]></description>
      <pubDate>Tue, 24 Apr 2012 12:03:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IIS.net: Web Platform Installer (v2.0) Walk-Through]]></title>
      <guid>http://www.phpdeveloper.org/news/13679</guid>
      <link>http://www.phpdeveloper.org/news/13679</link>
      <description><![CDATA[<p>
On the IIS.net site today (in the Web Platform Installer section) a <a href="http://learn.iis.net/page.aspx/523/web-platform-installer-20-walkthrough/">new walk-through</a> has been published on their latest release of the Web Platform Installer (version 2.0).
</p>
<blockquote>
The Microsoft Web Platform Installer (Web PI) is a free tool that makes it simple to download and install the latest components of the Microsoft Web Platform, including the IIS7, SQL Server Express, .NET Framework and Visual Web Developer. 
</blockquote>
<p>
The platform installer also allows you to install popular PHP-based software quickly and easily on your Windows servers (like <a href="http://wordpress.org">WordPress</a>, <a href="http://drupal.org">Drupal</a> and <a href="http://sugarcrm.com">SugarCRM</a>). The walk through helps you to install the software, shows you some of the options you can choose for installable software and what you can find in each of the tabbed sections.
</p>]]></description>
      <pubDate>Tue, 15 Dec 2009 13:19:38 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: Everything You Need to Get Started With CodeIgniter]]></title>
      <guid>http://www.phpdeveloper.org/news/11818</guid>
      <link>http://www.phpdeveloper.org/news/11818</link>
      <description><![CDATA[<p>
NETTUTS.com has posted what they consider <a href="http://nettuts.com/tutorials/php/codeigniter-basics/">everything you'll need</a> to get started with the <a href="http://www.codeigniter.com">CodeIgniter</a> PHP framework:
</p>
<blockquote>
CodeIgniter is a web application framework for PHP. It enables developers to build web applications faster, and it offers many helpful code libraries and helpers which speed up tedious tasks in PHP. CodeIgniter is based on a modular design; meaning that you can implement specific libraries at your discretion - which adds to the speed of the framework. This tutorial will attempt to show you the basics of setting up the framework, including how to build a basic hello world application that uses the MVC approach.
</blockquote>
<p>
They start by looking at why you would even use a framework, what CodeIgniter is and what the MVC design pattern is (including its flow). The rest of the tutorial is broken out into the "Getting Started" guide:
</p>
<ul>
<li>Downloading CodeIgniter
<li>Installing and Exploring CodeIgniter 
<li>Configuring CodeIgniter 
<li>Testing CodeIgniter
<li>Configuring CodeIgniter Cont.
<li>Create the Helloworld Database
<li>Create the Helloworld Model
<li>Create the Helloworld Controller
<li>Create the Helloworld View
<li>Ta-da and Some Extras
</ul>]]></description>
      <pubDate>Mon, 26 Jan 2009 13:46:09 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Studio 5.5 Walkthrough]]></title>
      <guid>http://www.phpdeveloper.org/news/6941</guid>
      <link>http://www.phpdeveloper.org/news/6941</link>
      <description><![CDATA[<p>
As <a href="http://devzone.zend.com/node/view/id/1393">posted</a> over on the Zend Developer Zone, there's a walk-through that's been posted for the just-released version of Zend's editor - <a href="http://www.zend.com/products/zend_studio">Zend Studio 5.5</a>.
</p>
<blockquote>
Earlier this month, I posted the <a href="http://devzone.zend.com/node/view/id/1335">release announcement</a> for <a href="http://www.zend.com/products/zend_studio">Zend Studio 5.5</a>. Today, I got an email from my friend Avigail pointing me to a new web cast recorded by Yossi Leon the Product Manager, Zender, and all around nice guy has released a web cast walk through of some of the new features in this latest release.
</blockquote>
<p>
<a href="http://files.zend.com/videos/zend_studio_demo/">The webcast</a> shows off features like the Java code completion, Zend Framework code completion and integration functionality, and Zend Platform integration. If you've been looking around for a new IDE to work up code in, <a href="http://files.zend.com/videos/zend_studio_demo/">give the demo a look</a> and see what you think.
</p>]]></description>
      <pubDate>Tue, 19 Dec 2006 16:15:00 -0600</pubDate>
    </item>
  </channel>
</rss>
