<?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>Thu, 24 May 2012 10:02:24 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPClasses.org: Participate in the Lately in PHP podcast in Video with Google Hangouts]]></title>
      <guid>http://www.phpdeveloper.org/news/17866</guid>
      <link>http://www.phpdeveloper.org/news/17866</link>
      <description><![CDATA[<p>
PHPClasses.org is trying something new with their "Lately in PHP" podcast for this latest episode - they want you to be a part of it <a href="http://www.phpclasses.org/blog/post/181-Participate-in-the-Lately-in-PHP-podcast-in-Video-with-Google-Hangouts.html">via a Google hangout</a>.
</p>
<blockquote>
The Google Hangouts On Air edition is not yet generally available to all Google+ users. However, thanks to the guides of the Google Top Contributor program, on which I have the pleasure and the privilege to participate, this feature was enabled on the PHP Classes site Google+ account. Therefore, starting the next episode, we are going to try recording the Lately in PHP podcast using the Google Hangouts On Air. This is still an experimental idea, but if all goes well, all the upcoming podcast episodes will be recorded this way.
</blockquote>
<p>
Instructions are <a href="http://www.phpclasses.org/blog/post/181-Participate-in-the-Lately-in-PHP-podcast-in-Video-with-Google-Hangouts.html">included in the post</a> if you'd like to participate in the upcoming episode (recording time is yet to be determined).
</p>]]></description>
      <pubDate>Wed, 25 Apr 2012 12:25:15 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Engine Yard: The Future of PHP: PEAR and Pyrus Webcast Recording]]></title>
      <guid>http://www.phpdeveloper.org/news/17167</guid>
      <link>http://www.phpdeveloper.org/news/17167</link>
      <description><![CDATA[<p>
If you missed out on the <a href="http://phpdeveloper.org/news/17096">Future of PEAR/Pyrus</a> webcast event put on by <a href="http://engineyard.com">Engine Yard</a>, you're in luck - they've <a href="https://www.engineyard.com/podcast/the-future-of-php-pear-and-pyrus">posted a recording</a> of the event.
</p>
<blockquote>
In this panel discussion, we tackle topics including the direction PEAR and Pyrus will be going in the next few years, obstacles that may be on the horizon, and more.
</blockquote>
<p>
<a href="http://pear.php.net">PEAR</a> is the package library of standardized packages for a variety of common development tasks. <a href="http://pear2.php.net/PEAR2_Pyrus">Pyrus</a> is a new package manager to make installing and maintaining PEAR packages simpler. Engine Yard's next webcast will <a href="https://engineyard.webex.com/engineyard/onstage/g.php?t=a&d=807664561">cover the Lithium framework</a> with core contributors <i>Nate Abele</i>, <i>Garrett Woodworth</i>, and <i>John Anderson</i> on December 1st.
</p>]]></description>
      <pubDate>Wed, 23 Nov 2011 18:05:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP Community webinars by Zend (and others)]]></title>
      <guid>http://www.phpdeveloper.org/news/16130</guid>
      <link>http://www.phpdeveloper.org/news/16130</link>
      <description><![CDATA[<p>
In a recent post to the Zend Developer Zone, <i>Cal Evans</i> points out <a href="http://devzone.zend.com/article/13443-PHP-Community-webinars-by-Zend-and-others">some webinar recordings</a> that have been made available by <a href="http://zend.com">Zend</a> as a part of their webcasts series.
</p>
<blockquote>
There are a lot of webinars out there begging for developers to participate. Many contain quality content that is useful to developers; others, not so much. As a company who builds tools for developers, most assume Zend's webinars are nothing more than ads for their products; this is why we don't assume things. In reality, about 1/2 of their webcasts feature prominent members of the PHP community talking about open source tools that developers will find interesting. Here are a few of the recent ones.
</blockquote>
<p>
Some of the topics that were presented include using PHP 5.3 namespaces, new SPL features in 5.3, unit testing in the Zend Framework and the powerful combination of the Zend Framework and Doctrine. You can find these recordings on Zend's <a href="http://www.zend.com/en/resources/webinars/">Recorded Webinars</a> page.
</p>
<p>
<i>Cal</i> also points out some other webinar recordings from <a href="http://phparch.com">php|architect</a> as a part of their <a href="http://www.phparch.com/2011/01/2011-phptek-webcast-series/">webcast series</a> leading up to this year's <a href="http://tek.phparch.com">php|tek conference</a>.
</p>]]></description>
      <pubDate>Thu, 31 Mar 2011 11:05:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Webcast: Phactory]]></title>
      <guid>http://www.phpdeveloper.org/news/16086</guid>
      <link>http://www.phpdeveloper.org/news/16086</link>
      <description><![CDATA[<p>
On php|architect.com today they've posted the recording of one of their webcast series leading to up the <a href="http://tek11.phparch.com">tek11 conference</a> from <i>Chris Kite</i> and <i>Josh Butts</i> <a href="http://www.phparch.com/2011/03/webcast-phactory/">about Phactory</a>.
</p>
<blockquote>
<a href="http://phactory.org/">Phactory</a> is an alternative to using database fixtures in your PHP unit tests. Instead of maintaining a separate XML file of data, you define a blueprint for each table and then create as many different objects as you need in your PHP code. By using a database factory instead of fixtures, your unit tests will be more clear and easier to write. You'll also be able to change the objects you create programmatically instead of being stuck with the same old fixtures.
</blockquote>
<p>
You can watch the video (with slides for the presentation) either through the <a href="http://www.phparch.com/2011/03/webcast-phactory/">in-page player</a> or by <a href="http://mtadata.s3.amazonaws.com/webcasts/20110204-Phactory_for_Unit_Testing.mp4">downloading the file itself</a>.
</p>]]></description>
      <pubDate>Wed, 23 Mar 2011 09:21:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Michelangelo van Dam's Blog: Unit testing after Zend Framework 1.8 webinar]]></title>
      <guid>http://www.phpdeveloper.org/news/15787</guid>
      <link>http://www.phpdeveloper.org/news/15787</link>
      <description><![CDATA[<p>
If you weren't able to make it to the "Unit Testing after Zend Framework 1.8" webinar hosted by <i>Michelangelo van Dam</i>, he has <a href="http://www.dragonbe.com/2011/01/unit-testing-after-zend-framework-18.html">some good news</a> for you - Zend has made it available <a href="http://www.zend.com/en/resources/webinars/framework?src=dragonbe.com">on their website</a>!
</p>
<blockquote>
Just a quick not for those of you who missed my <a href="http://www.zend.com/en/resources/webinars/framework?src=dragonbe.com">Zend webinar</a> (<a href="http://twitter.com/WebinarsAtZend>@WebinarsAtZend</a>) on "<A href="http://www.slideshare.net/DragonBe/unit-testing-after-zf-18">Unit Testing after Zend Framwork 1.8</a>" last Wednesday. You can view the whole webinar on the <a href="http://www.zend.com/en/resources/webinars/framework?src=dragonbe.com">Zend website</a>. I want to thank <a href="http://www.zend.com/">Zend Technologies, Inc.</a> for giving me the opportunity to present and I wish to express my sincere gratitude to all attendees (about 150) for enduring me the whole hour. Your feedback on <a href="http://twitter.com/DragonBe">twitter</a> and <a href="http://facebook.com/DragonBe">facebook</a> was awesome.
</blockquote>
<p>
Zend also has lots of other <a href="http://www.zend.com/en/resources/webinars/">webinar recordings</a> on other Zend-related topics like Zend Framework+Doctrine, running PHP application in the cloud, optimizing Drupal and making a Flex-based CRUD application with a Zend Framework backend.
</p>]]></description>
      <pubDate>Fri, 21 Jan 2011 13:09:24 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP North West Sessions: Robert Mortimer's "Let Your Toolchain Set You Free"]]></title>
      <guid>http://www.phpdeveloper.org/news/15606</guid>
      <link>http://www.phpdeveloper.org/news/15606</link>
      <description><![CDATA[<p>
On the PHP North West site today there's <a href="http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-robert-mortimer-let-your-toolchain-set-you-free/">a new video posted</a> of a session at the PHP North West 2010 conference - <i>Robert Mortimer</i>'s talk "Let your toolchain set you free".
</p>
<blockquote>
A quick romp though installing a full php development tool chain. Starting at A for Apache and ending at X for X-debug including U for unit testing and S for source control. 
</blockquote>
<p>
You can <a href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RobertMortimerLetYourToolchainSetYouFree636.flv">watch the video</a> and <a href="http://code.google.com/p/php-talk/source/checkout">check out the source</a> he uses in the talk. For more great sessions, check out <a href="http://conference.phpnw.org.uk/phpnw10/">the latest news</a> on the PHPNW site.
</p>]]></description>
      <pubDate>Mon, 20 Dec 2010 15:11:43 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[IBuildings techPortal: DPCRadio: PHP Through the eyes of a hoster]]></title>
      <guid>http://www.phpdeveloper.org/news/15123</guid>
      <link>http://www.phpdeveloper.org/news/15123</link>
      <description><![CDATA[<p>
New on the IBuildings techPortal today is the <a href="http://techportal.ibuildings.com/2010/09/14/dpcradio-php-through-the-eyes-of-a-hoster/">latest episode</a> of their DPCRadio series - sessions recoded at the Dutch PHP Conference 2010. In this new recording, <i>Thijs Feryn</i> talks about PHP from the perspective of the hosting company rather than the developer.
</p>
<blockquote>
Most PHP talks are given from the point of view of people who work on a project internally. These people are mostly developers, designers, project managers, QA's and there's even an occasional business man who shares his opinion on PHP. I would like to talk about PHP through the eyes of a hoster.
</blockquote>
<p>
His talk covered some of the things a hosting company has to worry about including support issues and what to do when things go wrong. You can listen to the episode either via the <a href="http://techportal.ibuildings.com/2010/09/14/dpcradio-php-through-the-eyes-of-a-hoster/">in-page player</a> or by <a href="http://techportal.ibuildings.com/wp-content/uploads/audio/dpcradio/2010_005.mp3">downloading the mp3 directly</a>. <a href="http://slidesha.re/cgELph">The slides</a> are also available.
</p>]]></description>
      <pubDate>Tue, 14 Sep 2010 09:12:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Webcast: Mongo Scale! (TEK-X Webcast Series)]]></title>
      <guid>http://www.phpdeveloper.org/news/14430</guid>
      <link>http://www.phpdeveloper.org/news/14430</link>
      <description><![CDATA[<p>
In case you weren't able to make it to the latest webcast from the php|architect TEK-X series - <i>Kristina Chodorow</i> on MongoDB - you can <a href="http://www.phparch.com/2010/04/27/webcast-mongo-scale">catch it all here</a> in the recording of the event.
</p>
<blockquote>
MongoDB is part of a new wave of persistent storage engines that make up the NoSQL movement. The most popular websites in the world are switching to or already use non-relational databases. Why? Scalability. This session will cover why, when, and how to use MongoDB: a fast, stable, easy-to-learn document database.
</blockquote>
<p>
You can find out more about MongoDB from <a href="http://www.mongodb.org">its website</a> and more about the remaining TEK-X webcast series (only two left!) on the <a href="http://www.phparch.com/tek%C2%B7x-webcast-series/">TEK-X webcast series page</a>.
</p>]]></description>
      <pubDate>Wed, 28 Apr 2010 13:49:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: The ZendCon Sessions Episode 28: PHP 5.3 == Awesome!]]></title>
      <guid>http://www.phpdeveloper.org/news/13722</guid>
      <link>http://www.phpdeveloper.org/news/13722</link>
      <description><![CDATA[<p>
New on the Zend Developer Zone there's <a href="http://devzone.zend.com/article/11523-The-ZendCon-Sessions-Episode-28-PHP-5.3-Awesome">a new post</a> with the latest recording from this year's <a href="http://zendcon.com">ZendCon</a> (2009) conference - <i>Ilia Alshanetsky</i>'s talk "PHP 5.3 == Awesome!".
</p>
<blockquote>
Welcome to the ZendCon 2009 edition of the <A href="http://devzone.zend.com/podcasts/zendconsessions">ZendCon Sessions</a>. The ZendCon Sessions are live recordings of sessions that have been given at previous Zend Conferences. Combined with the slides, they can be the next best thing to having attended the conference itself. [...] This episode of The ZendCon Sessions was recorded live at <a href="http://zendcon.com/">ZendCon 2009</a> in San Jose, CA and features <a href="http://ilia.ws/">Ilia Alshanetsky</a> giving his talk: "PHP 5.3 == Awesome!"
</blockquote>
<p>
You can listen to this new episode in three different ways - either via the <A href="http://devzone.zend.com/article/11523-The-ZendCon-Sessions-Episode-28-PHP-5.3-Awesome">in-page player</a>, through the <a href="http://devzone.zend.com/content/audio/zendcon_sessions/zendcon_sessions_podcast_028.mp3">direct download link</a> or by subscribing to <a href="http://feeds.feedburner.com/zendcon_sessions?format=xml">their feed</a>.
</p>]]></description>
      <pubDate>Thu, 24 Dec 2009 09:57:13 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect Blog: The Recording for Friday's Webcast is Now Available]]></title>
      <guid>http://www.phpdeveloper.org/news/12959</guid>
      <link>http://www.phpdeveloper.org/news/12959</link>
      <description><![CDATA[<p>
As mentioned on the php|architect blog, those that missed their webcast from last Friday (July 24th) that was presented by <i>Matthew Weier O'Phinney</i> can now <a href="http://phparch.com/main/news/view/51">download the recording</a> from their site.
</p>
<blockquote>
The recording for last Friday's webcast  Play-doh: Towards Better Object Modeling, hosted by Matthew Weier O'Phinney and part of our popular Summer Webcast Series, sponsored by Microsoft's Interoperability Labs is now available <a href="http://www.phparch.com/conferences/webcasts">directly on our site</a>.
</blockquote>
<p>
Te webcast is a part of <a href="http://www.phparch.com/conferences/webcasts">a series of presentations</a> leading up to this year's <a href="http://cw.mtacon.com">CodeWorks</a> conference with seven more to go before the big event. You can check out <a href="http://www.phparch.com/conferences/webcasts">the webcasts page</a> on the php|architect site for more details and to sign up for the upcoming events.
</p>
<p>
If you want more information on the touring CodeWorks conference, check out <a href="http://cw.mtacon.com/">its main site</a>.
</p>]]></description>
      <pubDate>Wed, 29 Jul 2009 09:04:26 -0500</pubDate>
    </item>
  </channel>
</rss>

