<?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>Fri, 24 May 2013 09:05:27 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[/Dev/Hell Podcast: Episode 12 - Irish Eyes Are Always Smiling]]></title>
      <guid>http://www.phpdeveloper.org/news/17973</guid>
      <link>http://www.phpdeveloper.org/news/17973</link>
      <description><![CDATA[<p>
The /Dev/Hell podcast has <a href="http://devhell.info/post/2012-05-14/irish-eyes-are-always-smiling/">released their latest episode</a> co-hosted by PHP community members <i>Chris Hartjes</i> and <i>Ed Finkler</i> - "Episode 12: Irish Eyes Are Always Smiling".
</p>
<blockquote>
Through a haze of jägerbombs and extreme fatigue, we were able to shovel out another pile of podcast for your listening enjoyment. Chris says it's episode 11 when it's actually episode 12, but hey!
</blockquote>
<p>
They talk about the Apple vs. Android functionality gap, Rackspace's recent issues and the definition of "guiding principles in an open source project". They also mention another PHP community member <a href="https://twitter.com/bdeshong">Brian Deshong</a> who has volunteered to help out with an iPad app for the show.
</p>
<p>
You can listen to this latest episode either via the <a href="http://devhell.info/post/2012-05-14/irish-eyes-are-always-smiling/">in-page player</a>, by <a href="http://devhell.s3.amazonaws.com/ep12-64mono.mp3">downloading the mp3</a> or <a href="http://feeds.feedburner.com/devhell-podcast">subscribing to their feed</a> (or <a href="http://itunes.apple.com/us/podcast/dev-hell/id489840699">on iTunes</a>).
</p>]]></description>
      <pubDate>Thu, 17 May 2012 12:24:03 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CloudSpring.com: Using the Rackspace PHP SDK]]></title>
      <guid>http://www.phpdeveloper.org/news/17137</guid>
      <link>http://www.phpdeveloper.org/news/17137</link>
      <description><![CDATA[<p>
On the CloudSpring site today there's the continuation of a <a href="http://http//cloudspring.com/rackspace-cloud-files/">previous article</a> about RackSpace's CloudFiles API. In <a href="http://cloudspring.com/using-the-rackspace-php-sdk/">this new post</a> they show how to use their <a href="https://github.com/rackspace/php-cloudfiles">PHP SDK</a> to connect to and use the CloudFiles service.
</p>
<blockquote>
Rackspace provides a Software Development Kit (SDK) for multiple programming languages. They store their PHP SDK on <a href="https://github.com/rackspace/php-cloudfiles">GitHub</a>. The PHP SDK requires PHP 5 with the following modules: cURL, FileInfo and mbstring. In this tutorial we are going to review use of the PHP SDK with CloudFiles. Not all parts of the API will be covered but you will get a great start.
</blockquote>
<p>
Code is included showing how to make the connection, work with containers, pushing content out to a CDN, object handling and a few other handy tips (and API info) to help you along your way.
</p>]]></description>
      <pubDate>Wed, 16 Nov 2011 12:10:38 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Vid Luther's Blog: Deploying Wordpress with Phing to the Rackspace Cloud]]></title>
      <guid>http://www.phpdeveloper.org/news/14033</guid>
      <link>http://www.phpdeveloper.org/news/14033</link>
      <description><![CDATA[<p>
<i>Vid Luther</i> has a recent post over on his blog today about using <a href="http://phing.info">Phing</a> to <a href="http://thirdpartycode.com/2010/02/deploying-wordpress-to-rackspace/">deploy WordPress to the cloud</a>, more specifically to the Rackspace Cloud Sites.
</p>
<blockquote>
My last post about <a href="http://thirdpartycode.com/2010/01/managing-wordpress-and-other-php-projects-with-ruby/">Wordpress and Capistrano</a> made people ask why wasn't I using Phing, and staying within the PHP ecosystem. The answer was simple, I wanted to learn Ruby, and I wanted to learn Capistrano. The question kept nagging me though, so I decided to find out how easy would it be to duplicate this in PHP.
</blockquote>
<p>
He lists some of his requirements (as laid out in his Capistrano build) like made over a secure connection and can work with the Rackspace Cloud Sites. He came up against a few issues - some dealing with the platform, another about the tools installed - but besides that, things got working quickly. He includes the XML configuration file he used for Phing to get it all working happily.
</p>]]></description>
      <pubDate>Tue, 16 Feb 2010 10:41:21 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: RackSpace Cloud Server Client Library for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/13379</guid>
      <link>http://www.phpdeveloper.org/news/13379</link>
      <description><![CDATA[<p>
<i>Hasin Hayber</i> has <a href="http://hasin.wordpress.com/2009/10/12/rackspace-cloud-server-client-library-for-php/">posted about</a> a new library he and his group have created to interface directly with the RackSpace Cloud Server API - <a href="http://code.google.com/p/phprackcloud/">phprackcloud</a>.
</p>
<blockquote>
So we have spend our time for last two days and developed a PHP client library to use RackSpace cloud server API from inside a PHP application. [...] There is plenty of documentation and example included. The code is mostly self explanatory. Please don't forget to check the <a href="http://go2.wordpress.com/?id=725X1342&site=hasin.wordpress.com&url=http%3A%2F%2Fcode.google.com%2Fp%2Fphprackcloud%2Fw%2Flist">Wiki page</a> to get some idea on how to use this library and how far you can go. We have covered all available methods by RackSpace cloud server in our client library.
</blockquote>
<p>
<i>Davey Shafik</i> also added a comment to the post about <a href="http://go2.wordpress.com/?id=725X1342&site=hasin.wordpress.com&url=http%3A%2F%2Fgithub.com%2Fdshafik%2Frackspace-cloud-api%2F">an interface of his own</a> that uses parts of the Zend Framework to make and handle the request.
</p>]]></description>
      <pubDate>Tue, 13 Oct 2009 10:47:26 -0500</pubDate>
    </item>
  </channel>
</rss>
