<?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>Mon, 08 Sep 2008 05:39:31 -0500</pubDate>
    <ttl>30</ttl>
    <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[Kore Nordmann's Blog: ezcGraph introduction article]]></title>
      <guid>http://www.phpdeveloper.org/news/7081</guid>
      <link>http://www.phpdeveloper.org/news/7081</link>
      <description><![CDATA[<p>
<i>Kore Nordmann</i> <a href="http://kore-nordmann.de/home/blog/php/ezcgraph_introduction_article">points out an article</a> that he's written up about the new ezcGraph component as a part of the eZ Component system.
</p>
<p>
From <a href="http://ez.no/community/articles/an_introduction_to_the_graph_ez_component">the article</a> over on ez.no:
</p>
<blockquote>
Among the additions to the latest eZ Components 2006.2 release is the Graph component, which enables you to create bar, line and pie charts. The output driver mechanism allows you to create different image file types from each chart, and the available renderers make the chart output customizable from simple two-dimensional charts to beautiful three-dimensional data projections.
</blockquote>
<p>
His <a href="http://ez.no/community/articles/an_introduction_to_the_graph_ez_component">introduction</a> covers what the functionality of the component is, what chart types you can make with it (with code examples), and the options for customization it makes possible. He also includes links to <a href="http://ez.no/doc/components/view/latest/%28file%29/introduction_Graph.html">a tutorial</a> on its use and <a href="http://ez.no/doc/components/view/latest/%28file%29/classtrees_Graph.html">the API documentation</a> for you to pick through.
</p>]]></description>
      <pubDate>Thu, 11 Jan 2007 13:56:58 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: eZ Components Announcement Mailing List]]></title>
      <guid>http://www.phpdeveloper.org/news/6915</guid>
      <link>http://www.phpdeveloper.org/news/6915</link>
      <description><![CDATA[<p>
<i>Tobias Schlitt</i> passed along a note today that they've formed the <a href="http://lists.ez.no/mailman/listinfo/dev-ezcomponents-announce">eZ Components announcement mailinglist</a> for those that want the latest information and updates about the eZ Component system.
</p>
<blockquote>
We've created the eZ Components announcement mailinglist, which will inform you about all eZ Components releases, as well as other important news regarding eZ Components. It would be great if you subscribe there and post some news on your website about our releases.
</blockquote>
<p>
You can subscribe to the list yourself by signing up <a href="http://lists.ez.no/mailman/listinfo/dev-ezcomponents-announce">here</a>.
</p>]]></description>
      <pubDate>Mon, 18 Dec 2006 10:53:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: Qmail and PHPs mail() function]]></title>
      <guid>http://www.phpdeveloper.org/news/6294</guid>
      <link>http://www.phpdeveloper.org/news/6294</link>
      <description><![CDATA[<p>
Anyone noticing some "quirkiness" happening when they use the eZ Mail component in their scripts and bounce the messages off of a Qmail server, might want to check out <a href="http://schlitt.info/applications/blog/index.php?/archives/492-Qmail-and-PHPs-mail-function.html">this helpful hint</a> from <i>Tobias Schlitt</i> on how he solved it.
</p>
<blockquote>
While working with the <a href="http://components.ez.no/doc/Mail">eZ Mail component</a>, for sending some emails comfortably, I noticed some issue with my Qmail installation. With some email accounts that received the emails, the headers were broken and had double line break characters, so the complete email was broken. That (weirdly) happened only with some servers (e.g. Gmail), while my own server handeled the emails gracefully.
</blockquote>
<p>
He discovers that the issue lies on Qmail's side, where the sendmail wrapper for it looks for a "\n" instead of a "\r\n" line PHP sends at the end of a line. Thankfully, it's an easy fix with the eZ Mail component:
[php]
<?php
ezcMailTools::setLineBreak( "\\n" );
?>
[/php]
Check out <a href="http://ez.no/doc/components/view/latest/(file)/Mail/ezcMailTools.html">this page</a> for more information on this functionality.
</p>]]></description>
      <pubDate>Mon, 18 Sep 2006 07:57:44 -0500</pubDate>
    </item>
  </channel>
</rss>
