<?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, 19 Jun 2013 11:28:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Neal Anders: Insight into getting conference proposals accepted..]]></title>
      <guid>http://www.phpdeveloper.org/news/18760</guid>
      <link>http://www.phpdeveloper.org/news/18760</link>
      <description><![CDATA[<p>
If you've considered submitting to a technology conference as a speaker but didn't really know where to start, you might check out <a href="http://neal-anders.com/blog/archives/4861">this advice</a> from <i>Neal Anders</i> based on his experiences in the PHP community.
</p>
<blockquote>
Recently in a conversation on <a href="https://twitter.com/rhodesjason/status/269077364414246912">Twitter</a> the topic of what a successful conference proposal - one that gets accepted - looks like, came up. I thought I would expand upon the conversation and the "<a href="http://homes.cs.washington.edu/~mernst/advice/giving-talk.html">3 key takeaways</a>" advice I gave, by providing the raw submissions I <a href="http://tek12.phparch.com/speakers/#Neal-Anders">entered</a>, in this case, to <a href="http://tek12.phparch.com/">PHP Tek 12</a>, as well as some lessons learned and additional commentary.
</blockquote>
<p>
He shares his thoughts on what kinds of things it takes to get accepted (note: one is "luck"), what some of his example proposals look like, how to deal with some of the pre-conference jitters and a few final tips on getting that "accepted" email.
</p>]]></description>
      <pubDate>Fri, 16 Nov 2012 10:15:29 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Anna Filina: ConFoo 2013 - Call for Papers is Now Open!]]></title>
      <guid>http://www.phpdeveloper.org/news/18407</guid>
      <link>http://www.phpdeveloper.org/news/18407</link>
      <description><![CDATA[<p>
<i>Anna Filina</i> has <a href="http://annafilina.com/blog/confoo-2013-call-for-papers-is-now-open/">posted a reminder</a> for all of those that wanted to put their hat into the ring for this year's <a href="http://confoo.ca">ConFoo</a> conference - the Call for Papers is now open!
</p>
<blockquote>
The ConFoo team just opened its call for papers. Candidates can submit proposals until September 23. Consult the <a href="http://confoo.ca/en/call-for-papers">call for papers page</a> for details and to start submitting. That page also explains what expenses ConFoo can cover for speakers. You can even get <a href="http://confoo.ca/en/call-for-papers/guidelines">advice</a> on how to write proposals. The call for papers is public, meaning that all proposals get published on the website for others to vote and comment on. 
</blockquote>
<p>
This year's event is happening from February 25th through March 1st in Montreal, Canada with tracks covering things like .NET development, Project Management, Web Standards, DevOps and, of course, PHP. The Call for Papers closes on September 23rd so you have <b>less than a month</b> to <a href="http://confoo.ca/en/call-for-papers">get your proposals in</a>!
</p>]]></description>
      <pubDate>Mon, 27 Aug 2012 11:46:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Anthony Ferrara's Blog: Parameter Type Casting in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/17632</guid>
      <link>http://www.phpdeveloper.org/news/17632</link>
      <description><![CDATA[<p>
<i>Anthony Ferrara</i> has a new article posted to his site today about <a href="http://blog.ircmaxell.com/2012/03/parameter-type-casting-in-php.html">parameter typecasting</a> and the discussions that have been happening about it on the PHP "<a href="http://php.net/mailing-lists.php">internals</a>" mailing list.
</p>
<blockquote>
As any of you who follow the <a href="http://news.php.net/php.internals">PHP internals</a> list know, scalar type hinting has been a hot topic as of late.  You'll also know that I've submitted two new RFC (Request For Comment) proposals for inclusion of two new major features in the PHP language.  I figured it was worth going into both RFCs and patches a little deeper, explain my rationale and (hopefully) garner some more visibility of the proposals.
</blockquote>
<p>
He shares the details of the two main RFCs that are proposed right now - parameter type casting hints and object scalar casting magic methods (both with code examples). Right now, they're only in the patch stage and there's talk of improving the current casting functionality of PHP before something like one of these goes into place. 
</p>]]></description>
      <pubDate>Tue, 06 Mar 2012 11:05:32 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Freek Lijten's Blog: Currently on PHP's internals - Property Accessors]]></title>
      <guid>http://www.phpdeveloper.org/news/17493</guid>
      <link>http://www.phpdeveloper.org/news/17493</link>
      <description><![CDATA[<p>
<i>Freek Lijten</i> has <a href="http://www.freeklijten.nl/home/2012/02/02/Currently-on-PHPs-internals-Property-Accessors">posted another</a> "Currently on PHP's internals..." post to his blog today (<a href="http://phpdeveloper.org/news/16476">here's</a> the previous one) with a look at the discussions around the idea of having "property accessors" in PHP - a standardized way of defining getters/setters in objects.
</p>
<blockquote>
 Today I will be discussing a feature that at this moment is called "Property Accessor". It is a method of defining getters and setters. Originally an RFC was defined as early as september 2009, but recently new discussion took place and an actual patch was created. There is no certainty this feature will ever make a PHP version but discussion seems to target implementation details and not the feature itself, so things are looking bright for this feature.
</blockquote>
<p>
There's two RFCs posted about the topic - <a href="https://wiki.php.net/rfc/propertygetsetsyntax">the original proposal</a> (from <i>Dennis Robinson</i>) and <a href="https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented">a patch</a> for implementing them (from <i>Clint Priest</i>). The proposal replaces the common magic getters/setters (__get & __set) with the optional "get" and "set" keywords inside of custom-defined properties.
</p>]]></description>
      <pubDate>Fri, 03 Feb 2012 09:39:14 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Lukas Smith's Blog: Little status update]]></title>
      <guid>http://www.phpdeveloper.org/news/6506</guid>
      <link>http://www.phpdeveloper.org/news/6506</link>
      <description><![CDATA[<p>
Along with a few personal comments, <i>Lukas Smith</i> has <a href="http://pooteeweet.org/blog/492">posted some thoughts</a> about the state of everything PEAR following his stepping down from working as an active developer on the project.
</p>
<blockquote>
I guess with me and Pierre leaving it did spawn a lot of energy about how to organize PEAR in the future. I am still participating in this discussion to some extent, mainly functioning as the historian who can explain why things are the way they are etc in order to prevent people from making rash decisions or even worse repeating old mistakes.
</blockquote>
<p>
He <a href="http://pooteeweet.org/blog/492">also comments</a> on the state of package submissions to PEAR, noting that some of them are just unrealistic and that it might be better to start a "PEAR2" side to allow for some of these more expanded ideas to flourish. 
</p>
<blockquote>
Instead I think each of the categories should manage itself more. So packages approval would be handled within the category. The same for QA'ing etc. This way new developers would not be facing this gigantic community. I think this is simply overwhelming. Even for old developers it becomes impossible to feel "at home" in a project of the size of PEAR.
</blockquote>]]></description>
      <pubDate>Mon, 16 Oct 2006 10:04:00 -0500</pubDate>
    </item>
  </channel>
</rss>
