<?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, 22 May 2013 00:44:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Web & PHP Magazine: Issue #11 - Climate Change]]></title>
      <guid>http://www.phpdeveloper.org/news/19147</guid>
      <link>http://www.phpdeveloper.org/news/19147</link>
      <description><![CDATA[<p>
The latest issue of Web & PHP Magazine has been released today - <a href="http://webandphp.com/issue-11">issue 11</a>, "Climate Change". This new edition includes articles like:
</p>
<ul>
<li>"PHP in the Cloud" By <i>Fr&eacute;d&eacute;ric Harper</i>
<li>"Develop your Agile mindset" By <i>Steffan Surdek</i>
<li>"Database Indexing part 2" By <i>Cory Isaacson</i>
<li>"Presenting For Geeks eBook teaser" By <i>Dirk Haun</i>
<li>"Level Crossings and Traffic Jams" By <i>Stefan Priebsch</i>
</ul>
<p>
As always, you can pick up this issue for free by either <a href="http://webandphp.com/user/register?destination=issue-11">registering</a> or logging into your account. You can also get the back issues from the site too for more great reading.
</p>]]></description>
      <pubDate>Thu, 07 Feb 2013 09:08:37 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle.com: Oracle Invests in Leading Platform-as-a-Service Company Engine Yard]]></title>
      <guid>http://www.phpdeveloper.org/news/18747</guid>
      <link>http://www.phpdeveloper.org/news/18747</link>
      <description><![CDATA[<p>
According to a <a href="http://www.oracle.com/us/corporate/press/1873187">new press release</a> on the Oracle.com site today, they've announced the company's investment in the popular PaaS provider (and big sponsor of several PHP conferences, events and the community) <a href="http://www.engineyard.com">Engine Yard</a>. From the official press release:
</p>
<blockquote>
Oracle announced today that it has made a strategic minority investment in Engine Yard, a leading cloud development platform that supports Ruby, PHP and Node.js, popular web development languages. [...] In conjunction with this investment, Oracle and Engine Yard expect to work closely together to provide cloud application developers with a greater choice of development and deployment options. The two companies are expected to connect their respective PaaS offerings to enable more rapid development of applications in a secure, reliable and scalable environment.
</blockquote>
<p>
No word yet on how this will integrate with <a href="http://www.oracle.com/us/solutions/cloud/overview/index.html">Oracle's own cloud solutions</a> but it should be interesting to see what comes out of it. Congratulations to the Engine Yard folks on the investment!
</p>]]></description>
      <pubDate>Wed, 14 Nov 2012 12:19:35 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Fortrabbit.com: PHP-Focused PaaS Launched!]]></title>
      <guid>http://www.phpdeveloper.org/news/18562</guid>
      <link>http://www.phpdeveloper.org/news/18562</link>
      <description><![CDATA[<p>
The folks over at Fortrabbit.com have <a href="http://blog.fortrabbit.com/release-early-release-often/">officially announced</a> the opening of their cloud-based, PHP-focused hosting platform:
</p>
<blockquote>
We do managed hosting for over 5 years - a business where reliability is one of the core values. And Platform as a Service is just a label for a modern approach of scalable hassle-free hosting solutions. This PaaS market is very young and still a changing category in the wide field of cloud hosting. <a href="http://philsturgeon.co.uk/blog/2012/10/cloud-hosting-php-pipe-dream">Listening</a> to customers and their needs will influence the way current services work.
</blockquote>
<p>
They offer a <a href="http://fortrabbit.com/plans">"Bootstrap"</a> service if you'd like to try it out. It supports PHP 5.4, APC, MySQL, Git integration, Composer support, SSH/SFTP access and DNS management. You can also add on memcache and SSL support if desired.
</p>]]></description>
      <pubDate>Fri, 05 Oct 2012 10:45:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Fortrabbit.com: Cloudscapes - Comparing PHP Cloud Hosting Platforms]]></title>
      <guid>http://www.phpdeveloper.org/news/18215</guid>
      <link>http://www.phpdeveloper.org/news/18215</link>
      <description><![CDATA[<p>
On the Fortrabbit.com blog there's a new post that does a <a href="http://blog.fortrabbit.com/comparing-cloud-hosting-platforms/">quick overview and comparison</a> of 11 of the more popular cloud-based hosting platforms out there that are PHP friendly.
</p>
<blockquote>
We are currently building yet another PHP Cloud Platform ourselves. Of course we looked around to see what the others are up to. This is my (Franks) personal point of view of the current market situation showcasing my favorite services. I try not to judge, neither i will compare features nor prices.
</blockquote>
<p>Services on his list include:</p>
<ul>
<li><a href="http://heroku.com/">Heroku</a>
<li><a href="http://appfog.com/">phpFog/appFog</a>
<li><a href="http://pagodabox.com/">PagodaBox</a>
<li><a href="http://cloudcontrol.com/">CloudControl</a>
<li><a href="http://engineyard.com/">EngineYard</a>
</ul>]]></description>
      <pubDate>Wed, 11 Jul 2012 11:27:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DeveloperWorld: How to make PHP apps scale]]></title>
      <guid>http://www.phpdeveloper.org/news/18005</guid>
      <link>http://www.phpdeveloper.org/news/18005</link>
      <description><![CDATA[<p>
On DeveloperWorld today there's <a href="http://www.infoworld.com/d/application-development/how-make-php-apps-scale-194176?page=0,0">a new article</a> talking about performance concerns and PHP application (and how your data source might be the problem).
</p>
<blockquote>
The power of PHP and an RDBMS is the ability to nail the major features of an application with cheaply paid developers in a record amount of time. Unfortunately, the default runtime environment used by PHP is simply an unscalable mess. [...] The truth is that if you have enough servers and enough database servers, you don't have contention. [...] As it turns out, there's a modern solution to the problem: the cloud plus NoSQL. Cloud infrastructure gives us the ability to spin up enough servers, and a NoSQL database enables us to shard our data effectively.
</blockquote>
<p>
They talk some about why they think PHP's runtine environment is "a dog" based on the non-native pooling of database connections and the lack of a thread-safe environment.
</p>
<blockquote>
The bottom line: PHP applications are a load on the database due to the constraints of the concurrency model.
</blockquote>
<p>
He points to the cloud architecture and NoSQL databases as solutions to the scalability problem, providing more scalable resources and flexible data sources.
</p>]]></description>
      <pubDate>Fri, 25 May 2012 13:19:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[MaltBlue.com: The Birth of PHP Cloud Development Podcasts (dot com)]]></title>
      <guid>http://www.phpdeveloper.org/news/17895</guid>
      <link>http://www.phpdeveloper.org/news/17895</link>
      <description><![CDATA[<p>
On the MaltBlue.com blog today there's a new post about <a href="http://www.maltblue.com/php/the-birth-of-php-cloud-development-podcasts-dot-com">a new podcast</a> that's in the works targeted at PHP developers working on cloud-based applications - the <a href="http://www.phpclouddevelopmentcasts.com/">PHP Cloud Development Podcast</a>.
</p>
<blockquote>
You've watched <a href="http://www.railscasts.com/">RailsCasts</a>, you've watched <a href="http://www.zendcasts.com/">ZendCasts</a> - but what about screencasts for PHP Cloud Development techniques? Well, we were surprised to find that there was nothing, yet, available to satisfy that need. There's cloud development casts for .Net developers and presumably for Java developers as well. But not much in the PHP space. So we decided to commit to the project and make it happen.
</blockquote>
<p>
The shows will be about 10 to 20 minutes in length and will cover topics relevant to developing applications on cloud-based servers. They're still working on some of the first shows, but you can voice your opinions about what you'd like to hear about by commenting on <a href="http://www.maltblue.com/php/the-birth-of-php-cloud-development-podcasts-dot-com">commenting on this post</a>.
</p>]]></description>
      <pubDate>Wed, 02 May 2012 08:16:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Nodeable Blog: Marten Mickos: The LAMP Stack is Dead, and Cloud has Killed It]]></title>
      <guid>http://www.phpdeveloper.org/news/17843</guid>
      <link>http://www.phpdeveloper.org/news/17843</link>
      <description><![CDATA[<p>
In <a href="http://blog.nodeable.com/2012/04/13/marten-mickos-the-lamp-stack-is-dead-and-cloud-has-killed-it/">this recent post</a> to the Nodeable Blog, they suggest that the days of the typical LAMP stack (Linux, Apache, MySQL, PHP) are numbered because of what many of the cloud services have to offer.
</p>
<blockquote>
For the past 10 years, the LAMP stack has laid waste to proprietary software stacks.  Yes, Microsoft has held onto gargantuan profits, but LAMP has become the foundation for leading web services, whether Google or Facebook or [Insert Big Web Brand Here].  LAMP is the future. Or was.  That is, until cloud killed it, as Eucalyptus CEO (and former MySQL CEO) Marten Mickos posits in a <a href="http://blip.tv/percona/plmce-2012-keynote-making-lamp-a-cloud-by-m%C3%A5rten-mickos-6081352">great keynote</a> from the Percona Live: MySQL Conference & Expo 2012.
</blockquote>
<p>
In the keynote he pointed out that it's becoming less about the whole setup and more about combining technologies to get the results you need - less "stack" and more "linked technology" (and not always the same tech for every node). He pointed to the Amazon AWS service as a prime example of a platform that allows endless flexibility as to what software can be installed and how it can be used, all with a few clicks of a mouse.
</p>]]></description>
      <pubDate>Fri, 20 Apr 2012 08:17:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NetTuts.com: Elevate Your PHP to the Cloud]]></title>
      <guid>http://www.phpdeveloper.org/news/17598</guid>
      <link>http://www.phpdeveloper.org/news/17598</link>
      <description><![CDATA[<p>
In <a href="http://net.tutsplus.com/tutorials/php/elevate-your-php-to-the-cloud/">this new tutorial</a> on NetTuts.com <i>Phil Sturgeon</i> looks at how to "elevate your PHP" to a cloud-based hosting service, specifically <a href="http://pagodabox.com/">Pagoda Box</a>.
</p>
<blockquote>
This article will walk you through cloud hosting for your PHP application with <a href="http://pagodabox.com/">Pagoda Box</a>. It'll detail how to handle PHP dependencies, get your MySQL databases up and running (and debug locally), and customise various aspects of PHP with ease.
</blockquote>
<p>
He walks you through the entire process you'll need to fire up a (free) application on their service (including a database!):
</p>
<ul>
<li><a href="https://dashboard.pagodabox.com/account/register">Sign up</a> for a new account 
<li>Create an application 
<li>Set up git
<li>Create your public SSH key and upload it to Pagoda
<li>Commit to your repository and deploy your code
</ul>
<p>
He also mentions a custom option Pagoda Box has included in their series - the Boxfile. This configuration file allows you to set up things like the environment you want your app to run in (PHP 5.3, MySQLi extension, etc) and set up some of the php.ini configuration settings. He also shows you how to set up the database instance and how to use their "pagoda" gem to create a temporary SSH tunnel from your development environment to their database server. He also briefly mentions the option they have of using a real domain name to point to your application.
</p>]]></description>
      <pubDate>Tue, 28 Feb 2012 11:40:34 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: 2012 Impact Awards Voting Opened!]]></title>
      <guid>http://www.phpdeveloper.org/news/17583</guid>
      <link>http://www.phpdeveloper.org/news/17583</link>
      <description><![CDATA[<p>
As mentioned in <a href="http://www.phparch.com/2012/02/voting-for-the-2012-impact-awards-has-begun/">this new post</a> from the php|architect site, the voting for their <a href="http://www.phparch.com/2012/02/voting-for-the-2012-impact-awards-has-begun/">2012 Impact Awards has begun</a>!
</p>
<blockquote>
We at php|architect want to honor those who give of themselves so that we can work with PHP and in this great ecosystem. We are standing on the shoulders of giants and want to pause to say thank you. The full details can be found on the <a href="http://www.phparch.com/impact-awards/">Impact Awards</a> page. Voting is open through the end of March and is open to all php|architect subscribers.
</blockquote>
<p>
The categories for <a href="http://www.phparch.com/impact-awards/">this year's event</a> are "Up & Coming", "Best Cloud Platform" and "Best PHP Application Platform". Nominees across all of the categories include Joind.in, PintLabs, AppFog, Pagoda Box Drupal 7 and SugarCRM. If you're a subscriber, get in there and <a href="http://www.phparch.com/impact-awards/vote/">vote</a> for your favorites!
</p>]]></description>
      <pubDate>Fri, 24 Feb 2012 10:03:50 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Dzone.com: A Free Amazon EC2 Cloud Server Based LAMP]]></title>
      <guid>http://www.phpdeveloper.org/news/17571</guid>
      <link>http://www.phpdeveloper.org/news/17571</link>
      <description><![CDATA[<p>
In <a href="http://java.dzone.com/articles/free-ec2-cloud-server-based-0">this new article</a> on DZone.com, <i>Artur Mkrtchyan</i> shows you how to get an Amazon EC2 instance up and running and get a LAMP server set up and ready to go.
</p>
<blockquote>
In this article I'm going to show you how to create a free Amazon EC2 cloud based LAMP Server and Point your domain to Amazon EC2 Instance. There are 4 simple steps to do.
</blockquote>
<p>
The setup process is pretty easy - getting an Amazon free account, creating a server from an existing image, installing the LAMP stack and pointing your domain at the EC2 instance. He gives a step-by-step guide of the process, including the commands you'll need to execute to get all of the LAMP packages installed.
</p>]]></description>
      <pubDate>Wed, 22 Feb 2012 10:42:17 -0600</pubDate>
    </item>
  </channel>
</rss>
