<?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, 22 May 2013 13:30:26 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Ajax and PHP: The Simple Way]]></title>
      <guid>http://www.phpdeveloper.org/news/14200</guid>
      <link>http://www.phpdeveloper.org/news/14200</link>
      <description><![CDATA[<p>
<i>Marc Plotz</i> has written up a new tutorial for PHPBuilder.com introducing a simple way to get started <a href="http://www.phpbuilder.com/columns/marc_plotz031610.php3">combining PHP and Ajax</a> with a "Google Suggest" type of example.
</p>
<blockquote>
When you use Ajax with PHP, PHP does the calculations that it needs to do on the server and sends the result back to the page. You then use JavaScript to display these results in a predefined place. The demo application you will learn how to build in this article is a very simple Suggestion box, just like the one that Google made famous and thus ushered in the Ajax era.
</blockquote>
<p>
The example (you can <a href="http://www.phpbuilder.com/columns/PHPAjax_SuggestionBox.zip">download it here</a>) creates a basic form text field and the Javascript you'll need to make the callback to the waiting PHP script. It doesn't use any external libraries (like jQuery or Prototype) so be ready for bare-bones Javascript.
</p>]]></description>
      <pubDate>Wed, 17 Mar 2010 12:48:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lorna Mitchell's Blog: PHPNW: Schedule and Crowd-Sourcing]]></title>
      <guid>http://www.phpdeveloper.org/news/13128</guid>
      <link>http://www.phpdeveloper.org/news/13128</link>
      <description><![CDATA[<p>
<i>Lorna Mitchell</i> has <a href="http://www.lornajane.net/posts/2009/PHPNW-Schedule-and-Crowd-Sourcing">posted an update</a> about the <a href="http://conference.phpnw.org.uk/phpnw09/">PHP North West conference</a> conference happening in Manchester in October. 
</p>
<blockquote>
Since I last posted here we also published the <a href="http://conference.phpnw.org.uk/phpnw09/?page_id=7">schedule</a>. We were overwhelmed by the quality of the call for papers and there are some cracking sessions, excellent speakers, and lots of overlap between the two! [...] Finally, this year PHPNW is expanding and has added an informal schedule on the Sunday morning since we know lots of people will be staying over. This will run from 9 til 1 and we've put out a call to ask what people would like to see on the schedule.
</blockquote>
<p>
The Sunday event (held <a href="http://www.mosi.org.uk/">here</a>) is a time for both current presenters and attendees to cast their vote on topics they really want to hear about (outside of the excellent sessions already lined up, of course). 
</p>
<p>
For more information about the conference or to purchase your tickets, check out <a href="http://conference.phpnw.org.uk/phpnw09/">the page for this year's event</a>. The deadline for the early bird ticket pricing is September 12th.
</p>]]></description>
      <pubDate>Fri, 28 Aug 2009 09:21:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ian Kallen's Blog: PHP Best Practices, Frameworks and Tools]]></title>
      <guid>http://www.phpdeveloper.org/news/4850</guid>
      <link>http://www.phpdeveloper.org/news/4850</link>
      <description><![CDATA[In his blog, <i>Ian Kallen</i> has <a href="http://www.arachna.com/roller/page/spidaman/20060206#php_best_practices_frameworks_and">posted some opinions</a> on the current state of PHP application development and some ways that he'd define best practices to help it.
<p>
<quote>
<i>
I've annoyed PHP enthusiasts, friends and colleagues alike, with my distaste for PHP. There's nothing intrinsically bad, buggy or poorly performing about PHP per se. It's real simple: a lot of PHP code that I've had to pick up the hood on is a mess and is susceptible to worlds of instability and bugs.
<p>
I'm confident that I or someone else could eventually derive a tool set that meets a rigorous standard for maintainable code. What concerns me are the prevalent practices and establishing best practices. I want to work with the someone else to establish them.
</i>
</quote>
<p>
Among <a href="http://www.arachna.com/roller/page/spidaman/20060206#php_best_practices_frameworks_and">his suggestions</a> are included things like "use clear APIs in classes" and "use frameworks to encourage separation of concerns". He also suggests a more wide use of <a href="http://phpunit.sourceforge.net/">unit testing in PHP</a> to help rid your apps of common issues...]]></description>
      <pubDate>Wed, 15 Feb 2006 07:30:06 -0600</pubDate>
    </item>
  </channel>
</rss>
