<?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, 04 Dec 2008 12:46:37 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Total PHP: Choosing a PHP Web Host]]></title>
      <guid>http://www.phpdeveloper.org/news/11056</guid>
      <link>http://www.phpdeveloper.org/news/11056</link>
      <description><![CDATA[<p>
The Total PHP site has <a href="http://www.total-php.com/article/13/choosing-a-php-web-host/">a few suggestions</a> for you to look at before choosing your next web host - five of them:
</p>
<ul>
<li>PHP 4 or 5? - if you haven't made the switch to PHP5, there's no better time
<li>Linux/Apache - Windows is largely an ASP.NET platform
<li>Access to outside the document root - it can be very useful for templates, config files and the like
<li>Scripting requirements - be sure anything you might need for an outside application (like WordPress) is there
<li>General advice
</ul>
<p>
There's a bit more detail on each of <a href="http://www.total-php.com/article/13/choosing-a-php-web-host/">the points</a> to round out the advice.
</p>]]></description>
      <pubDate>Mon, 22 Sep 2008 11:19:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Evert Pot's Blog: Integrating with Zend's OpenID]]></title>
      <guid>http://www.phpdeveloper.org/news/10855</guid>
      <link>http://www.phpdeveloper.org/news/10855</link>
      <description><![CDATA[<p>
In a <a href="http://www.rooftopsolutions.nl/article/200">new blog post</a> today <i>Evert Pot</i> shares some of his thoughts on integrating the Zend implementation of the OpenID protocol, <a href="http://framework.zend.com/manual/en/zend.openid.html">Zend_OpenId</a>, into his application.
</p>
<blockquote>
The <a href="http://framework.zend.com/">Zend Framework</a> has a pretty good <a href="http://framework.zend.com/manual/en/zend.openid.html">OpenID</a> library. I was looking for a library written for PHP5 (strict), and this seemed like a good choice...
</blockquote>
<p>
He mentions some of both sides of the argument - (the good) the flexibility of the library to work with different backend storage methods and (the bad) the requirements it has for the Zend Framework sessions system for authentication.
</p>]]></description>
      <pubDate>Tue, 19 Aug 2008 10:28:52 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Till's Blog: phpChecklist]]></title>
      <guid>http://www.phpdeveloper.org/news/9220</guid>
      <link>http://www.phpdeveloper.org/news/9220</link>
      <description><![CDATA[<p>
<i>Till</i> has <a href="http://till.vox.com/library/post/phpchecklist.html">come up with</a> a method for keeping track of the things needed to correctly build out a server, a checklist package written in PHP.
</p>
<blockquote>
For a couple weeks now we kept on saying that we need a checklist of what we need on a server in order to make the site run - now since we setup the neato bonito cluster last week the checklist all of the sudden had a higher priority and I took an hour or so to create that last night.
</blockquote>
<p>
The code <a href="http://till.vox.com/library/post/phpchecklist.html">loops through</a> the loaded extensions (<a href="http://docs.php.net/manual/en/function.get-loaded-extensions.php">get_loaded_extensions</a>) and runs a shell_exec on a directory to see if the requirements are met.
</p>]]></description>
      <pubDate>Tue, 11 Dec 2007 12:56:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Reinheimer's Blog: IIS7 The Leap of Faith]]></title>
      <guid>http://www.phpdeveloper.org/news/9006</guid>
      <link>http://www.phpdeveloper.org/news/9006</link>
      <description><![CDATA[<p>
<i>Paul Reiheimer</i> has <a href="http://blog.preinheimer.com/index.php?/archives/250-IIS7-The-Leap-of-Faith.html">set a goal</a> for himself in light of some of the recent advancements that Microsoft has made on the PHP front - to create a successful PHP-driven, IIS served website.
</p>
<blockquote>
In an effort to learn more about IIS (which a number of my students and contracting contacts seem to use), I have decided to challenge myself: To design, build, and launch a PHP based site, and receive at least 1,000 unique visitors a day by Feb 28, 2008, served from an IIS7 server.
</blockquote>
<p>
Among his assets are a license to use the IIS software and a <A href="http://moonsoar.com/">designer</a> help with the look and feel. He also sets out requirements for the project including a local testing server, the public web host and that PHP has to be used (not something like phlanger).
</p>]]></description>
      <pubDate>Fri, 09 Nov 2007 07:52:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[OpenSourceCommunity.org: What do you think makes a good CMS?]]></title>
      <guid>http://www.phpdeveloper.org/news/8103</guid>
      <link>http://www.phpdeveloper.org/news/8103</link>
      <description><![CDATA[<p>
On his blog today, <i>Stoyan</i> <a href="http://www.phpied.com/good-php-cms/">points out</a> a topic he's started over on the OpenSourceCommunity.org site - <a href="http://opensourcecommunity.org/2007/06/21/what-do-you-think-makes-good-cms">What do you think makes a good CMS?</a>.
</p>
<blockquote>
This year's <a href="http://www.packtpub.com/award">Packt Publishing awards</a> for the best Open Source CMS are on their way, starting middle of July. I've been selected as a judge in the PHP CMS category. [...] How can one judge something as diverse and liquid as a CMS? Content management comes in all different shapes, some systems focus on solving some problems and they do a better job than another CMS that mainly tackles different types of problems.
</blockquote>
<p>
He <a href="http://opensourcecommunity.org/2007/06/21/what-do-you-think-makes-good-cms">shares the experiences</a> he's had with CMS and companies that have rolled their own in the past as well as a small list of things that he's thinking about making "the standard" for the CMSes to be judged by. Also included is a lengthy list of requirements that he sees that need to be included for any decent CMS to move to the next level.
</p>]]></description>
      <pubDate>Fri, 22 Jun 2007 09:26:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Richard Davey's Blog: A Guide to using PHP 5 Extensions on Windows]]></title>
      <guid>http://www.phpdeveloper.org/news/7605</guid>
      <link>http://www.phpdeveloper.org/news/7605</link>
      <description><![CDATA[<p>
Over on his blog today, <i>Richard Davey</i> has <a href="http://www.corephp.co.uk/archives/36-A-Guide-to-using-PHP-5-Extensions-on-Windows.html">posted a guide</a> to using some of the PHP5 extensions on Windows.
</p>
<blockquote>
To aid you, I have put together this guide which covers *every* default extension that comes with PHP5 and tells you how to get it working on Windows, what dependencies they have and also some vital tips on how you need to arrange your php.ini file and file system to ensure a painless set-up and no messy DLL conflicts.
</blockquote>
<p>
He lays it all out in <a href="http://www.corephp.co.uk/archives/36-A-Guide-to-using-PHP-5-Extensions-on-Windows.html">a series of two steps</a> - getting everything all set up to make it work (including the value for the extension_dir setting and how to change your PATH variable) and the list of extensions and the DLL files they require.
</p>]]></description>
      <pubDate>Wed, 11 Apr 2007 13:47:02 -0500</pubDate>
    </item>
  </channel>
</rss>
