<?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>Sun, 11 May 2008 17:47:12 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Connecting PHP to MYSQL Video Tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/9964</guid>
      <link>http://www.phpdeveloper.org/news/9964</link>
      <description><![CDATA[<p>
On his blog today, <i>Stefan Mischook</i> has <a href="http://www.killerphp.com/articles/connecting-php-to-mysql-video-tutorial/">posted a new video tutorial</a> showing how to hook together one of the more popular web development combinations on the internet - PHP and MySQL.
</p>
<blockquote>
I've gotten around to releasing a new set of beginners video tutorials on PHP. This time around, I have a four part video on how to get <a href="http://www.killerphp.com/videos/connecting-mysql-php/">PHP to talk to MySQL</a>.
</blockquote>
<p>
All four parts <a href="http://www.killerphp.com/videos/connecting-mysql-php/">are there</a>, bundled into a Flash presentation. Note: these are not installation tutorials - they only show how to get PHP talking to the MySQL backend, not how to set them up together.
</p>]]></description>
      <pubDate>Mon, 14 Apr 2008 07:58:59 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Setting up your own on-demand video site with PHP, Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/9896</guid>
      <link>http://www.phpdeveloper.org/news/9896</link>
      <description><![CDATA[<p>
In this <a href="http://www.ibm.com/developerworks/edu/os-dw-os-php-ondemvideo1.html?ca=drs-tp1408">first article</a> of a new series on the IBM developerWorks site introduces you to their method for creating your own "on-demand video website" with PHP:
</p>
<blockquote>
In Part 1 of a three-part series on creating an on-demand video site with PHP, we begin by looking at the different flavors of digital video and their particular nuances. When creating video for the Web, the overarching issue you need to keep in mind is whether you want your video to be small and easy to download or whether you want it to be the best quality possible.
</blockquote>
<p>
They'll also show you how to convert the video into the Flash Video format to make it easy to pull into an in-page Flash player. You'll need to <a href="https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&source=dw-os-php-ondemvideo1">register or log in</a> to get to the article.
</p>]]></description>
      <pubDate>Wed, 02 Apr 2008 17:48:03 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Setting up an MVC structure with the Zend Framework - part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/9864</guid>
      <link>http://www.phpdeveloper.org/news/9864</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> has posted the <a href="http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-2/">second part</a> of the video tutorial introduction to making a Zend Framework application:
</p>
<blockquote>
This Zend Framework video is from our resident Zend-nerd: <a href="http://jon.lebensold.ca/">Jon Lebensold</a>. Again, let us know what you think and should you have any suggestions or request, please feel free to comment.
</blockquote>
<p>
<a href="http://www.phpdeveloper.org/news/9854">Part one</a> was posted back on Tuesday for those that need to catch up.
</p>]]></description>
      <pubDate>Thu, 27 Mar 2008 08:45:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Setting up an MVC structure with the Zend Framework - part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/9854</guid>
      <link>http://www.phpdeveloper.org/news/9854</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> has <a href="http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/">just posted</a> a new video in his set of PHP-related presentations - <a href="http://www.killerphp.com/zend-framework/videos/mvc-zend-part-1.php">part one</a> of a look at setting up the MVC structure in a Zend Framework application.
</p>
<blockquote>
This video is a little more basic than the previous Zend videos.
</blockquote>
<p>
The video runs about twelve minutes long and covers the use of the Framework to post information back to a page and insert some of the information back into the database.
</p>]]></description>
      <pubDate>Tue, 25 Mar 2008 12:03:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Object Oriented Video Tutorials for your Ipod]]></title>
      <guid>http://www.phpdeveloper.org/news/9803</guid>
      <link>http://www.phpdeveloper.org/news/9803</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> has <a href="http://www.killerphp.com/articles/object-oriented-video-tutorials-for-your-ipod/">released his latest tutorial</a> covering OOP in PHP in a bit more iPod-friendly format:
</p>
<blockquote>
I just released my beginners <a href="http://www.killerphp.com/podcast/object-oriented-podcast.php">object oriented php video tutorials</a> in iPod format. These videos target total beginners to object oriented programing. Though I talk about PHP, the principles are universal and so they apply to all OO (object oriented) languages.
</blockquote>
<p>Tutorial in the list include:</p>
<ul>
<li><a href="http://www.killerphp.com/podcast/videos/oop/01_oop_php_introduction.m4v">Beginners Object Oriented PHP</a>
<li><a href="http://www.killerphp.com/podcast/videos/oop/03_oop_php_objects_%20and_classes.m4v">Classes and Objects in PHP</a>
<li><a href="http://www.killerphp.com/podcast/videos/oop/04_oop_php_building_objects.m4v">Building Objects in PHP - Part 1 & 2</a>
<li><a href="http://www.killerphp.com/podcast/videos/oop/05_oop_php_building_objects.m4v">Build Objects in PHP - Part 3</a>
</ul>
<p>
Check out these and other great videos on <a href="http://www.killerphp.com/podcast/object-oriented-podcast.php">the KillerPHP.com website</a>.
</p>]]></description>
      <pubDate>Mon, 17 Mar 2008 07:58:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Zend Framework Video Tutorials]]></title>
      <guid>http://www.phpdeveloper.org/news/9768</guid>
      <link>http://www.phpdeveloper.org/news/9768</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> has <a href="http://www.killerphp.com/articles/zend-framework-video-tutorials/">pointed out</a> a new section of the video tutorial portion of the site that's strictly devoted to help using the <a href="http://framework.zend.com".Zend Framework</a>.
</p>
<blockquote>
I just launched a new section on Killerphp.com on the Zend Framework. I figured it only made sense, given that we've built two live web applications based on it.
</blockquote>
<p>
Videos that have already been posted to the section include setup videos part <a href="http://www.killerphp.com/zend-framework/videos/zend-development-part-1.php">one</a> and <a href="http://www.killerphp.com/zend-framework/videos/zend-development-part-2.php">two</a> as well as a look at working with the <a href="http://www.killerphp.com/zend-framework/videos/zend-controller-zend-view.php">Zend_Controller and Zend_View</a> components.
</p>]]></description>
      <pubDate>Mon, 10 Mar 2008 12:09:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Port 25 Blog: FastCGI and PHP Works with IIS6 Too]]></title>
      <guid>http://www.phpdeveloper.org/news/9723</guid>
      <link>http://www.phpdeveloper.org/news/9723</link>
      <description><![CDATA[<p>
According to the O'Reilly Port 25 blog, there's been a <a href="http://www.oreillynet.com/onlamp/blog/2008/02/fastcgi_and_php_works_with_iis.html?CMP=OTC-6YE827253101&ATT=FastCGI+and+PHP+Works+with+IIS6+Too">new release</a> of the FastCGI component for Microsoft's IIS web server - FastCGI 6.0 - and how it works with things other than IIS7 and Windows Server 2008.
</p>
<blockquote>
f you read Sam Raimi's <a href="http://port25.technet.com/archive/2008/02/27/opening-windows-server-2008.aspx">How open source has influenced Windows Server 2008</a> and <a href="http://port25.technet.com/archive/2008/02/27/dominic-sartorio-on-spikesource-and-open-source-interoperability.aspx">Dominic Sartorio's Dominic Sartorio on SpikeSource and Open Source Interoperability</a> blog entries on Microsoft's Port 25 site, you might wonder if FastCGI for PHP only works with Windows Server 2008 and IIS7. Fortunately, that is NOT the case. Head over to <a href="http://iis.net/php">http://iis.net/php</a> where you can find and download FastCGI for IIS 6.0 on Windows Server 2003. 
</blockquote>
<p>
He also points out <a href="http://learn.iis.net/">a video tutorial</a> from Microsoft that can help you get this latest version og FasctCGI up and running on your system.
</p>]]></description>
      <pubDate>Fri, 29 Feb 2008 09:33:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Building a Complete Web Searching Class with Yahoo Web Services and PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/9671</guid>
      <link>http://www.phpdeveloper.org/news/9671</link>
      <description><![CDATA[<p>
DevShed finishes up their series looking at making a search engine with the Yahoo! web services in PHP5 in <a href="http://www.devshed.com/c/a/PHP/Building-a-Complete-Web-Searching-Class-with-Yahoo-Web-Services-and-PHP-5/">this last look</a> at using the functionality they've created so far to make a more improved search.
</p>
<blockquote>
This last installment of the series will be entirely focused on demonstrating how Inheritance can be used in a helpful way to build a set of child classes that will come in handy for consuming a specific Yahoo! Search Service.
</blockquote>
<p>
They show how to use their current image search functionality and, with <a href="http://www.devshed.com/c/a/PHP/Building-a-Complete-Web-Searching-Class-with-Yahoo-Web-Services-and-PHP-5/2/">a few modifications</a>, make a base class that can be used to support ech of the other search types (web, image, video) with common functionality and settings.
</p>]]></description>
      <pubDate>Wed, 20 Feb 2008 12:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: PHP Sessions Video Tutorials - Part 3]]></title>
      <guid>http://www.phpdeveloper.org/news/9651</guid>
      <link>http://www.phpdeveloper.org/news/9651</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> has posted the <a href="http://www.killerphp.com/articles/php-sessions-video-tutorials-part-3/">third and final part</a> of his video series introducing sessions in PHP to beginning developers.
</p>
<p>
He includes some notes from some of the previous videos covering things like the session ID, how long they last, if they're arrays or not and where they need to be defined.
</p>
<p>
You can find the other videos here: <a href="http://www.phpdeveloper.org/news/9631">Part One</a>, <a href="http://www.phpdeveloper.org/news/9640">Part Two</a>
</p>]]></description>
      <pubDate>Mon, 18 Feb 2008 10:26:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: PHP Sessions Video Tutorials - Part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/9640</guid>
      <link>http://www.phpdeveloper.org/news/9640</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> has <a href="http://www.killerphp.com/articles/php-sessions-video-tutorials-part-2/">posted part two</a> of his video series looking at the use of sessions in PHP applications today:
</p>
<blockquote>
This is the part 2 of 3 of my videos that introduces the beginner to PHP sessions. In this video, I get into practical examples where we see basic PHP sessions in action.
</blockquote>
<p>
You can find the <a href="http://www.killerphp.com/videos/php-sessions-part2.php">video here</a> as well as <a href="http://www.phpdeveloper.org/news/9631">part one</a> if you need to catch up.
</p>]]></description>
      <pubDate>Fri, 15 Feb 2008 07:52:00 -0600</pubDate>
    </item>
  </channel>
</rss>
