Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Tobias Schlitt's Blog:
At IPC2k7: WebDAV will come over you...
Oct 19, 2007 @ 15:37:00

Tobias Schlitt has posted about a new component for the eZ components (PHP based) system he develops for - a WebDAV module.

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 WebDAV server component, 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.

Included in the post 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.

tagged: intlphpcon2007 webdav ezcomponent module intlphpcon2007 webdav ezcomponent module

Link:

Tobias Schlitt's Blog:
At IPC2k7: WebDAV will come over you...
Oct 19, 2007 @ 15:37:00

Tobias Schlitt has posted about a new component for the eZ components (PHP based) system he develops for - a WebDAV module.

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 WebDAV server component, 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.

Included in the post 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.

tagged: intlphpcon2007 webdav ezcomponent module intlphpcon2007 webdav ezcomponent module

Link:

Kore Nordmann's Blog:
ezcGraph introduction article
Jan 11, 2007 @ 19:56:58

Kore Nordmann points out an article that he's written up about the new ezcGraph component as a part of the eZ Component system.

From the article over on ez.no:

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.

His introduction 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 tutorial on its use and the API documentation for you to pick through.

tagged: ezcomponent ezcgraph component chart graph article ezcomponent ezcgraph component chart graph article

Link:

Kore Nordmann's Blog:
ezcGraph introduction article
Jan 11, 2007 @ 19:56:58

Kore Nordmann points out an article that he's written up about the new ezcGraph component as a part of the eZ Component system.

From the article over on ez.no:

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.

His introduction 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 tutorial on its use and the API documentation for you to pick through.

tagged: ezcomponent ezcgraph component chart graph article ezcomponent ezcgraph component chart graph article

Link:

Community News:
eZ Components Announcement Mailing List
Dec 18, 2006 @ 16:53:00

Tobias Schlitt passed along a note today that they've formed the eZ Components announcement mailinglist for those that want the latest information and updates about the eZ Component system.

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.

You can subscribe to the list yourself by signing up here.

tagged: ezcomponent mailing list announcement ezcomponent mailing list announcement

Link:

Community News:
eZ Components Announcement Mailing List
Dec 18, 2006 @ 16:53:00

Tobias Schlitt passed along a note today that they've formed the eZ Components announcement mailinglist for those that want the latest information and updates about the eZ Component system.

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.

You can subscribe to the list yourself by signing up here.

tagged: ezcomponent mailing list announcement ezcomponent mailing list announcement

Link:

Tobias Schlitt's Blog:
Qmail and PHPs mail() function
Sep 18, 2006 @ 12:57:44

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 this helpful hint from Tobias Schlitt on how he solved it.

While working with the eZ Mail component, 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.

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] Check out this page for more information on this functionality.

tagged: qmail ezcomponent mail endofline newline carriage return qmail ezcomponent mail endofline newline carriage return

Link:

Tobias Schlitt's Blog:
Qmail and PHPs mail() function
Sep 18, 2006 @ 12:57:44

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 this helpful hint from Tobias Schlitt on how he solved it.

While working with the eZ Mail component, 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.

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] Check out this page for more information on this functionality.

tagged: qmail ezcomponent mail endofline newline carriage return qmail ezcomponent mail endofline newline carriage return

Link:


Trending Topics: