<?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, 12 Feb 2012 21:05:10 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PEAR Blog: PEAR in July 2011]]></title>
      <guid>http://www.phpdeveloper.org/news/16572</guid>
      <link>http://www.phpdeveloper.org/news/16572</link>
      <description><![CDATA[<p>
On the PEAR blog there's a new post talking about some of the things <a href="http://blog.pear.php.net/2011/07/09/pear-in-july-2011/">coming up in July</a> that you might want to take note of.
</p>
<blockquote>
There's nothing quite like having your blogging system go MIA for a while to give your community an overwhelming impression that no one is home. Thankfully; despite the radio silence between updates there's quite a lot to talk about!
</blockquote>
<p>
The updates include mentions of several new <a href="http://pear.php.net/pepr/">PEPr proposals</a> for packages related to Mercurial support, Twitter and holiday date validation. There's also a mention of the large amount of <a href="http://pear.php.net/channels/">PEAR channels</a> that are popping up and the future of PEAR in PHP 5.3+ with <a href="http://pear2.php.net/">Pyrus</a>.
</p>]]></description>
      <pubDate>Mon, 11 Jul 2011 08:51:28 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Cal Evans's Blog: Crafting a conference proposal]]></title>
      <guid>http://www.phpdeveloper.org/news/16425</guid>
      <link>http://www.phpdeveloper.org/news/16425</link>
      <description><![CDATA[<p>
<i>Cal Evans</i>, one of the organizers of the <a href="http://tek11.phparch.com">php|tek 2011</a> conference, has some <a href="http://blog.calevans.com/2011/06/02/crafting-conference-proposal/">words of advice</a> for anyone out there looking to submit a proposal to a technology conference for the topic of your choice...and have a better chance of being accepted.
</p>
<blockquote>
Recently on twitter, <a href="http://twitter.com/johncongdon">@johncongdon</a> asked me about proposals for <a href="http://blog.calevans.com/tag/conferences/">conferences</a>. Specifically, he asked if I had any examples that I can share because he was considering submitting to a conference. While I don't have any examples to share, I can give you some advice on the topic.
</blockquote>
<p>
He offers some <a href="http://blog.calevans.com/2010/08/27/tips-on-how-to-get-accepted-as-a-speaker-at-a-php-conference/">recommended reading</a> of one of his other posts and points out that there's not a single version of a proposal that'll work for all events. He also recommends finding a way to be noticed immediately, whether it be by name or by catchy content. 
</p>]]></description>
      <pubDate>Fri, 03 Jun 2011 11:50:37 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Zend Framework Proposal: ZendHtmlFilter (HTML Sanitisation And Manipulation)]]></title>
      <guid>http://www.phpdeveloper.org/news/15087</guid>
      <link>http://www.phpdeveloper.org/news/15087</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has a new post on his blog talking about <a href="http://blog.astrumfutura.com/archives/432-Zend-Framework-Proposal-ZendHtmlFilter-html-Sanitisation-And-Manipulation.html">a new proposal</a> he's made for the Zend Framework about filtering and sanitizing HTML content.
</p>
<blockquote>
For a while now, I've been keen to build a HTML Sanitisation solution for PHP. Where else would I end up putting it other than in Zend Framework? As I've explored in past articles [<a href="http://blog.astrumfutura.com/archives/430-HTML-Sanitisation-Benchmarking-With-Wibble-ZF-Proposal.html">1</a>] [<a href="http://blog.astrumfutura.com/archives/431-HTML-Sanitisation-The-Devils-In-The-Details-And-The-Vulnerabilities.html">2</a>], HTML Sanitisation in PHP is a very inconsistent practice. [...] Isn't it possible to create a sanitiser that is both secure by default and performs well?
</blockquote>
<p>
He talks about his <a href="http://github.com/padraic/wibble">Wibble</a> tool that's become the base of his idea for a filtering feature built into the framework. It mainly uses the PHP DOM functionality and HTML Tidy for speed and parsing and was benchmarked as performing better than the HTMLPurifier tool. If you're interested, check out <a href="http://framework.zend.com/wiki/pages/viewpage.action?pageId=25002168">his proposal</a> for its inclusion in the Zend Framework 2.0.
</p>]]></description>
      <pubDate>Tue, 07 Sep 2010 10:13:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Zend Db 2.0 Kicks Off ]]></title>
      <guid>http://www.phpdeveloper.org/news/14713</guid>
      <link>http://www.phpdeveloper.org/news/14713</link>
      <description><![CDATA[<p>
As is mentioned on the php|architect blog today (from <i>Bill Karwin</i>) the requirements gathering stage for the Zend_Db 2.0 version of the database component for the Zend Framework has started. <i>Ralph Schindler</i> has <a href="http://www.phparch.com/2010/06/25/zend-db-2-0-kicks-off">issued a document</a> talking about some of the issues that have come up in the component's past.
</p>
<blockquote>
Requirements have been solicited from both community members in various conversations, as well as looking through the issue tracker for feature requests that have been on the backlog due to potential BC breakage. This document reflects those ideas, and it's now in a position where we'd like to start a discussion on the direction outlined inside it.
</blockquote>
<p>Suggested features include things like:</p>
<ul>
<li>Pluggable architecture
<li>Distinct abstractions
<li>Addition of a Metadata sub-component
<li>Better testability in the Unit Tests
<li>Base Plugins / Type Converter
</ul>]]></description>
      <pubDate>Mon, 28 Jun 2010 12:09:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Zend_Feed_Writer and Zend_PubSubHubbub In Proposal Queue]]></title>
      <guid>http://www.phpdeveloper.org/news/12912</guid>
      <link>http://www.phpdeveloper.org/news/12912</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has <a href="http://blog.astrumfutura.com/archives/409-Zend_Feed_Writer-and-Zend_PubSubHubbub-In-Proposal-Queue.html">posted about</a> two of his proposals for the Zend Framework - Zend_Feed_Writer and Zend_PubSubHubbub he's submitted to the framework's proposal queue.
</p>
<blockquote>
ZFW is the counterpart to Zend_Feed_Reader (as if that wasn't obvious). It's purpose is to, once again, offer an alternative to the current Zend_Feed component using similar principles to those applied in Zend_Feed_Reader. [...] Which brings us to upcoming proposal number two, the colourfully named Zend_PubSubHubbub! Or Zend_Feed_PubSubHubbub depending on which name is most appropriate. To explain, PubSubHubbub defines a protocol where any subscriber (that's you) can subscribe to a hub server which notifies you when any feed you want to follow has changed.
</blockquote>
<p>
He gets into a bit more detail and explains some features for each component and how they'd integrate with a few of the other modules in the framework. You can find the proposal for the Zend_Feed_Writer <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Feed_Writer+-+Padraic+Brady">here</a> and the Zend_PubSubHubbub proposal <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_PubSubHubbub+-+Padraic+Brady">here</a>.
</p>]]></description>
      <pubDate>Tue, 21 Jul 2009 10:12:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The PEAR Blog: pear.php.net moving on]]></title>
      <guid>http://www.phpdeveloper.org/news/12691</guid>
      <link>http://www.phpdeveloper.org/news/12691</link>
      <description><![CDATA[<p>
As is mentioned on <a href="http://blog.pear.bluga.net/2009/06/16/pearphpnet-moving-on/">the PEAR blog</a> today, there's some new advancements that are being made to make submitting proposals simpler.
</p>
<blockquote>
Thanks to the efforts of <a href="http://pear.php.net/user/doconnor">Daniel O'Connor</a>, the PEAR website is getting nicer and better. Bug RSS feeds support <a href="http://code.google.com/p/baetle/">Baetle now</a>, the PEAR proposal system - PEPr - works again and many small improvements and fixes found their way on the site.
</blockquote>
<p>
Baetle is a "bug and enhancement tracking language" project that describes the information in things like the BugZilla and Jira tracking applications.
</p>]]></description>
      <pubDate>Tue, 16 Jun 2009 07:53:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: Google Summer of Code 2009]]></title>
      <guid>http://www.phpdeveloper.org/news/12231</guid>
      <link>http://www.phpdeveloper.org/news/12231</link>
      <description><![CDATA[<p>
The PHP.net site has <a href="http://www.php.net/index.php#id2009-03-27-1">made an announcement</a> about the project's involvement with this year's Google Summer of Code:
</p>
<blockquote>
nce again we are happy to announce our involvement with the Google Summer of Code project. Be sure to check <a href="http://socghop.appspot.com/org/show/google/gsoc2009/php">our program</a> at this years GSoC. We invite everyone to look at the <a href="http://wiki.php.net/gsoc/2009">list of ideas</a> for this years GSoC, and get involved. Students are welcome to propose their own ideas, and we will consider all applications that are received before the April 3rd deadline. 
</blockquote>
<p>
<A href="http://wiki.php.net/gsoc/2009">The list</a> for this summer includes projects like an Automatic Code Checker, creation of some Benchmarks (for the language), improvements to PHP-GTK and the creation of an online editor for the PHP.net manual documentation. If you have a proposal to add to the wiki, please submit it by April 3rd, 2009 to be considered.
</p>]]></description>
      <pubDate>Mon, 30 Mar 2009 08:43:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Last Day for php|tek 2009 Call for Papers]]></title>
      <guid>http://www.phpdeveloper.org/news/11574</guid>
      <link>http://www.phpdeveloper.org/news/11574</link>
      <description><![CDATA[<p>
As a reminder, today is the last day to get in talk proposals for next year's <a href="http://tek.mtacon.com">php|tek conference</a>:
</p>
<blockquote>
Today is the last day of the <a href="http://tek.mtacon.com/c/s/call-for-papers">Call for Papers</a> for our upcoming <a href="http://tek.mtacon.com/">php|tek 2009 conference</a>, which will take place in Chicago between May 19 and 22nd. Don't forget to send in your proposals before it's too late!
</blockquote>
<p>
You can get more information about submitting a talk from <a href="http://tek.mtacon.com/c/s/call-for-papers">this page</a> on the conference website as well as where to send the proposals and what kind of <a href="http://tek.mtacon.com/c/s/speaker-benefits">speaker compensation package</a> they have to offer.
</p>]]></description>
      <pubDate>Mon, 15 Dec 2008 15:56:34 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian DeShong's Blog: Zend_Log_Writer_Mail: "Ready for Recommendation"]]></title>
      <guid>http://www.phpdeveloper.org/news/11417</guid>
      <link>http://www.phpdeveloper.org/news/11417</link>
      <description><![CDATA[<p>
<i>Brian DeShong</i> has <A href="http://www.deshong.net/?p=111">posted an update</a> for his <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Log_Writer_Mail">Zend_Log_Writer_Mail</a> component of the Zend Framework - its now "Ready for Recommendation".
</p>
<blockquote>
Almost a year ago, I proposed a really simple Zend Framework module, <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Log_Writer_Mail">Zend_Log_Writer_Mail</a>. [...] I've received a great deal of feedback, and have only recently committed myself to really pouring over that feedback to polish up the proposal. Thanks to everyone that commented!
So, as of tonight, I polished the code up, made what I felt to be the most worthwhile changes, and marked it as "Ready for Recommendation." 
</blockquote>
<p>
You can find out more about the component and leave your own thoughts via the <A href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Log_Writer_Mail">proposal page</a> on the Zend Framework site.
</p>]]></description>
      <pubDate>Mon, 17 Nov 2008 14:23:29 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Max Horvath's Blog: Call for proposals of requirements for support of Phar archives in Eclipse PDT]]></title>
      <guid>http://www.phpdeveloper.org/news/10864</guid>
      <link>http://www.phpdeveloper.org/news/10864</link>
      <description><![CDATA[<p>
<i>Max Horvath</i> has <a href="http://www.maxhorvath.com/2008/08/call-for-proposals-of-requirements-for-a-complete-support-of-phar-archives-in-eclipse-pdt.html">called for some help</a> in getting a feature included (and fully working) into the next release of the Eclipse PDT extension - phar support.
</p>
<blockquote>
With Eclipse PDT 2.0 <a href="http://www.eclipse.org/pdt/plans/php_plan_2_0.php">to be released</a> in September (or October) support for namespaces is already on the roadmap. Support for Phar archives has not been listed, yet. But in my opinion Eclipse PDT 2.0 must support handling Phar archives when PHP 5.3 will hit the street.
</blockquote>
<p>
He points out some of the current lackings that the Eclipse extension has including the inability to browse phar archives and that there is no way to debug the archives. He's <a href="http://www.eclipse.org/pdt/plans/php_plan_2_0.php">opened a feature request</a> for the functonality to be added and suggested fleshing it out on <a href="http://wiki.eclipse.org/index.php/PDT">the wiki</a>.
</p>
<p>
This is where you come in - he wants to know what sort of support that developers out there would like for phar in this next release. Just leave comments <a href="http://www.maxhorvath.com/2008/08/call-for-proposals-of-requirements-for-a-complete-support-of-phar-archives-in-eclipse-pdt.html">on his blog</a> with your ideas.
</p>]]></description>
      <pubDate>Wed, 20 Aug 2008 10:23:13 -0500</pubDate>
    </item>
  </channel>
</rss>

