<?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, 15 Oct 2008 22:16:47 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Derick Rethans' Blog: eZ Components 2007.2]]></title>
      <guid>http://www.phpdeveloper.org/news/9269</guid>
      <link>http://www.phpdeveloper.org/news/9269</link>
      <description><![CDATA[<p>
According to <a href="http://derickrethans.nl/ez_components_20072.php">this new post</a> from <i>Derick Rethans</i>, the <a href="http://ezcomponents.org/">eZ Components</a> group has release the latest edition of their component set - version 2007.2.
</p>
<blockquote>
Today we released the next version of <a href="http://ezcomponents.org/">eZ Components</a>. In this release, there are two new components.
</blockquote>
<p>These two new components are:</p>
<ul>
<li>Tree - enables you to create, manipulate and query tree structures (with multiple compatible backends for gathering the data from)
<li>Webdav - allows for the quick and easy setup of a WebDAV-enabled server.
</ul>
<p>
You can find out more about these components and many more included in the component library at <a href="http://ezcomponents.org/">the project's website</a> (as well as <a href="http://ezcomponents.org/files/downloads/ezcomponents-2007.2.tar.bz2">this latest download</a>).
</p>]]></description>
      <pubDate>Tue, 18 Dec 2007 13:47:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jim Wynia's Blog:  WebDAV, PHP and You]]></title>
      <guid>http://www.phpdeveloper.org/news/9246</guid>
      <link>http://www.phpdeveloper.org/news/9246</link>
      <description><![CDATA[<p>
<i>Jim Wynia</i> has <a href="http://www.phpgeek.com/wordpress/webdav-php-and-you/123/">posted some thoughts</a> about a <a href="http://www.phpdeveloper.org/news/9238">recent announcement</a> of the development of a WebDAV library for PHP to his blog today:
</p>
<blockquote>
However, over the past few years, WebDAV has started gaining traction as the underlying protocol for Subversion repositories over the web and in several other places. That makes <a href="http://www.rooftopsolutions.nl/article/168">this story about a new PHP library</a> for working with WebDAV interesting.
</blockquote>
<p>
He notes that he's moved a lot of his file storage to Amazon's s3 service and having this new PHP library would make it even easier for him to get at his content directly from his applications.
</p>]]></description>
      <pubDate>Fri, 14 Dec 2007 11:13:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Evert Pot's Blog: PHP WebDAV Integration Library]]></title>
      <guid>http://www.phpdeveloper.org/news/9238</guid>
      <link>http://www.phpdeveloper.org/news/9238</link>
      <description><![CDATA[<p>
<i>Evert Pot</i> has <a href="http://www.rooftopsolutions.nl/article/168">posted about</a> a library he's creating to integrate WebDAV support with PHP and make things simpler for those needing to access the shares.
</p>
<blockquote>
I intend to make this library as easy as possible to use, without making it a black-box-like system. Focus will not be on everything WebDAV could possibly provide, but instead on the features that are actually supported by the operating systems.
</blockquote>
<p>
His goal is to make it as simple as making a 'File' and 'Directory' class to interface with the remote system and has two things he's deliberating on as far as features to include in the library - support for the custom properties WebDAV allows and the ability to lock files and directories.
</p>
<p>
If you'd like to check out the current progress of the library, check out <a href="http://code.google.com/p/sabredav/">its page</a> on the Google Code site (as well as <a href="http://groups.google.com/group/sabredav-discuss">this discussion group</a> he's set up).
</p>]]></description>
      <pubDate>Thu, 13 Dec 2007 11:17:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: eZ Components 2007.2alpha1]]></title>
      <guid>http://www.phpdeveloper.org/news/9051</guid>
      <link>http://www.phpdeveloper.org/news/9051</link>
      <description><![CDATA[<p>
<i>Derick Rethans</i> has <a href="http://derickrethans.nl/ez_components_20072alpha1.php">pointed out</a> the release of the latest alpha version of the <a href="http://ezcomponents.org">eZ Components</a> framework - 2007.2alpha1.
</p>
<blockquote>
We've just released the first alpha version of the new eZ Components release, for which the full version is due to be released somewhere next month. There are two new components, but also many improvements to existing components. The new components are: Tree and Webdav.
</blockquote>
<p>
The Tree component makes working with tree-based structures (via two tieins for the component - TreeDatabaseTiein & TreePersistentObjectTiein) and the Webdav component allows for the quick and easy addition of WevDAV functionality to your application.
</p>
]]></description>
      <pubDate>Thu, 15 Nov 2007 10:21:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: At IPC2k7: WebDAV will come over you...]]></title>
      <guid>http://www.phpdeveloper.org/news/8868</guid>
      <link>http://www.phpdeveloper.org/news/8868</link>
      <description><![CDATA[<p>
<i>Tobias Schlitt</i> has <a href="http://schlitt.info/applications/blog/index.php?/archives/567-At-IPC2k7-WebDAV-will-come-over-you....html">posted about</a> a new component for the eZ components (PHP based) system he develops for - a WebDAV module.
</p>
<blockquote>
Starting by the end of August we spent almost whole September full-time on designing and implementing this component. The goal was to design a flexible <a href="http://schlitt.info/applications/blog/exit.php?url_id=4353&entry_id=567">WebDAV server component</a>, which can be used to edit whatever data source on an HTTP server through the WebDAV extension of the protocol, with the full lot of concerns in mind.
</blockquote>
<p>
Included in <a href="http://schlitt.info/applications/blog/index.php?/archives/567-At-IPC2k7-WebDAV-will-come-over-you....html">the post</a> is an image showing the architecture of the component and a mention that, if you're attending this year's International PHP Conference (2007), you'll be able to see it in action.
</p>]]></description>
      <pubDate>Fri, 19 Oct 2007 10:37:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: More goodies in the eZ Components]]></title>
      <guid>http://www.phpdeveloper.org/news/8679</guid>
      <link>http://www.phpdeveloper.org/news/8679</link>
      <description><![CDATA[<p>
As <a href="http://derickrethans.nl/more_goodies_in_the_ez_components.php">mentioned by Derick Rethans</a> on his blog today, there's some new versions of several (five) of the components in the next version of the <a href="http://ez.no/ezcomponents">eZ Components</a> framework:
</p>
<blockquote>
In the just released alpha versions you can find new features, such as better support for OpenID, a Database backend for OpenID authentication, a validating method for e-mail addresses, SMTP authentication support for DIGEST-MD5, CRAM-MD5, NTLM and LOGIN and encoding support for e-mail headers.
</blockquote>
<p>
He also <a href="http://derickrethans.nl/more_goodies_in_the_ez_components.php">mentions</a> other goodies like tree structure handling and functionality to support WebDav connections. Check out <a href="http://issues.ez.no/RoadMap.php?Id=630&ProjectId=1">their roadmap</a> to get a better idea of what's to come.
</p>]]></description>
      <pubDate>Tue, 18 Sep 2007 19:44:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevArticles: Deploying your Site with phpEclipse]]></title>
      <guid>http://www.phpdeveloper.org/news/4966</guid>
      <link>http://www.phpdeveloper.org/news/4966</link>
      <description><![CDATA[With an excerpt from the Packt Publishing book "PHPEclipse: A User Guide" (Shu-Wai Chow), DevArticles has posted <a href="http://www.devarticles.com/c/a/Web-Authoring/Deploying-your-Site-with-phpEclipse/">this first of a two part series</a> looking at the use of phpEclipse to help with the deployment of your site.
<p>
<quote>
<i>
Eclipse simplifies the process of deploying your site to a web server. You can even use Ant, traditionally thought of as a Java tool, to help you in the deployment. 
<p>
Once again, Eclipse simplifies our work by including several tools that aid us in this process.
<p>
The key to deployment in Eclipse is the export function. Eclipse gives us many options in exporting our site. First, we will look at FTP, an old and common method of moving files.
</i>
</quote>
<p>
They <a href="http://www.devarticles.com/c/a/Web-Authoring/Deploying-your-Site-with-phpEclipse/">cover</a> how to set up an FTP site inside the editor, making it a simple process to upload any chnages you've made instantly. They also discuss other methods like SFTP, WebDAV, and Ant support the client can adapt itself to. There are screenshots along the way to help you through each step, including some from other operating systems where the setup might be a bit different.]]></description>
      <pubDate>Fri, 10 Mar 2006 07:13:10 -0600</pubDate>
    </item>
  </channel>
</rss>
