<?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, 21 May 2012 07:56:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Henri Bergius' Blog: Open Advice (Book)]]></title>
      <guid>http://www.phpdeveloper.org/news/17690</guid>
      <link>http://www.phpdeveloper.org/news/17690</link>
      <description><![CDATA[<p>
If you're into Open Source software (doesn't matter if you're new to it or an old hand), you'd do well to check out <a href="http://bergie.iki.fi/blog/open_advice/">the book Henri Bergius has posted about</a> - that he also contributed to - "Open Advice - FOSS: What We Wish We Had Known When We Started".
</p>
<p>
As quoted from the <a href="http://lwn.net/Articles/481222/">LWN review</a> of the book:
</p>
<blockquote>
Open Advice is a book that will be helpful to those who are new to FOSS, but, because of the individual voices, styles, and tones, it doesn't read like a "how to". It could even be recommended to those who aren't necessarily interested in contributing, but are curious about what this "free software thing" is all about.
</blockquote>
<p>
It contains real experience from real developers that work on FOSS projects with chapters titled:
</p>
<ul>
<li>"Code First"
<li>"University and Community"
<li>"Love the Unknown"
<li>"Quality Assurance"
<li>"Good Manners Matter"
<li>"Stop Worrying and Love the Crowd"
</ul>
<p>
The book is licensed under a Creative Commons license (<a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>) and can be downloaded in multiple formats - <a href="http://open-advice.org/Open-Advice.epub">ePub</a>, <a href="http://open-advice.org/Open-Advice.mobi">mobi</a>, <a href="http://open-advice.org/Open-Advice.pdf">PDF</a> and <a href="http://www.lulu.com/shop/lydia-pintscher/open-advice/paperback/product-18889265.html">paperback</a>, if you prefer that.
</p>]]></description>
      <pubDate>Mon, 19 Mar 2012 10:16:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPWomen.org: Best Practices Thread]]></title>
      <guid>http://www.phpdeveloper.org/news/7459</guid>
      <link>http://www.phpdeveloper.org/news/7459</link>
      <description><![CDATA[<p>
The ladies over on PHPWomen.org have <a href="http://www.phpwomen.org/wordpress/2007/03/19/best-practices-thread/">opened up</a> a new area in their forums - a place to discuss best practices in PHP.
</p>
<blockquote>
Just a quick note that the <a href="http://www.phpwomen.org/forum/index.php?t=thread&frm_id=20&S=b6030b6f4310d726b3ce1074411fc2c6">Best Practices forum</a> is now open and already has a couple of fast and easy articles in it for your viewing pleasure. For any aspiring writers - there is also a <a href="http://www.phpwomen.org/forum/index.php?t=msg&th=210&start=0&S=1f30b7f38a61ea965fc7f597a3827414">list of future articles</a> if you want to try your hand at it.
</blockquote>
<p>
There's already a few <a href="http://www.phpwomen.org/forum/index.php?t=thread&frm_id=20&S=b6030b6f4310d726b3ce1074411fc2c6">articles posted</a> including ones discussing PHPDocumentor, spaghetti code, and variable abuse.
</p>]]></description>
      <pubDate>Tue, 20 Mar 2007 08:57:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Magazine: Weekly PHP Roundup [12th June- 16th June]]]></title>
      <guid>http://www.phpdeveloper.org/news/5607</guid>
      <link>http://www.phpdeveloper.org/news/5607</link>
      <description><![CDATA[<p>
PHP Magazine has posted their <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,25974,nodeid,5.html">latest weekly roundup</a> for all things happening in the PHP community. This roundup covers June 12th through June 16th.
</p>
<p>
Some of the topics touched on <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,25974,nodeid,5.html">this week</a> include:
<ul>
<li>the "Five Best Next Generation PHP Frameworks" article
<li>"The Evolution of PHP on the Internet" - Nexen.net's latest stats
<li>comparing mod_php and FastCGI
<li>the announcement of "Baking Day" from the CakePHP group
<li>and several of the new PEAR/PECL/Zend Framework updates from the week
</ul>
</p>
<p>
Of course, this list only touches briefly on all of the happenings this week, so <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,25974,nodeid,5.html">check out the full list</a> on their site.
</p>]]></description>
      <pubDate>Fri, 16 Jun 2006 09:03:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Static Analysis of PHP Code]]></title>
      <guid>http://www.phpdeveloper.org/news/5546</guid>
      <link>http://www.phpdeveloper.org/news/5546</link>
      <description><![CDATA[<p>
In <a href="http://www.sebastian-bergmann.de/blog/archives/602-Static-Analysis-of-PHP-Code.html">this blog entry</a> <i>Sebastian Bergmann</i> notes a sudden surge of interest from the academi ccommunity about PHP.
</p>
<quote>
<i>
<p>
At least with regard to using <a href="http://en.wikipedia.org/wiki/Static_code_analysis">static code analysis</a> to automatically detect security vulnerabilities in PHP applications.
</p>
<p>
I started to collect links to scientific papers on this subject <a href="http://del.icio.us/sebastian_bergmann/static_sourse_analysis">here</a>.
</p>
</i>
</quote>
<p>
So far, he's already <a href="http://del.icio.us/sebastian_bergmann/static_sourse_analysis">gathered a few</a> - two from Pxy, one from Stanford, and another from the Secure Systems Lab (at the Technical University of Vienna).
</p>]]></description>
      <pubDate>Fri, 09 Jun 2006 05:51:11 -0500</pubDate>
    </item>
  </channel>
</rss>

