<?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>Fri, 24 May 2013 15:36:16 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Volker Dusch: A silex love story - 'Embedded' PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/18848</guid>
      <link>http://www.phpdeveloper.org/news/18848</link>
      <description><![CDATA[<p>
In <a href="http://edorian.posterous.com/a-silex-love-story-embedded-php">this new post</a> to his site <i>Volker Dusch</i> talks about some of his first experiences with the <a href="http://silex.sensiolabs.org/">Silex</a> microframework (from the folks behind Symfony) and the evolution his code went through in its first few versions.
</p>
<blockquote>
A couple of weeks ago Igor wrote a fantastic blog post about "<a href="https://igor.io/2012/11/09/scaling-silex.html">Scaling a Silex code base</a>" which made me remember a story I wanted to share about how I fell in love with Silex. This blog post aims to tell that story. If you never heard of Silex is let me paste the blurp from the <a href="http://silex.sensiolabs.org/">silex home page</a> for you: "Silex is a PHP microframework for PHP 5.3. It is built on the shoulders of Symfony2 and Pimple and also inspired by Sinatra."
</blockquote>
<p>
He talks about some of his "first steps" with the framework and their need for a smaller system that could run embedded on a local machine. He talks about how Silex let him rapidly prototype and develop the application with only what was needed. He shows the evolution of his route handling from simple closures to method calls on objects out to using providers.
</p>]]></description>
      <pubDate>Wed, 05 Dec 2012 12:03:17 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ibuildings techPortal: DPC09 Sessions - Internals & Embedded Devices]]></title>
      <guid>http://www.phpdeveloper.org/news/13949</guid>
      <link>http://www.phpdeveloper.org/news/13949</link>
      <description><![CDATA[<p>
The Ibuildings techPortal has published two new episodes of their DPC09 Sessions podcast today - one from <i>Sebastian Bergmann</i> and the other from <n>Michal Wittke</i>.
</p>
<p>
<a href="http://techportal.ibuildings.com/2010/02/02/php-compiler-internals/">>Sebastian's talk</a> covered the internals of the PHP language and gave a step by step tour though how the code is parsed and executed. You can either listen to this episode via the <a href="http://techportal.ibuildings.com/2010/02/02/php-compiler-internals/">in-page player</a> or via <a href="http://techportal.ibuildings.com/wp-content/uploads/audio/dpcradio/episode_013.mp3">the mp3 download</a>
</p>
<p>
The <a href="http://techportal.ibuildings.com/2010/02/02/running-php-on-embedded-devices/">next episode</a> is <i>Michael Wittke</i>'s talk in getting PHP up and running on embedded devices like web-enabled cameras or mobile devices. As with the previous episode, you can either listen via the <a href="http://techportal.ibuildings.com/2010/02/02/running-php-on-embedded-devices/">in-page player</a> or by <a href="http://techportal.ibuildings.com/wp-content/uploads/audio/dpcradio/episode_014.mp3">downloading the mp3</a>.
</p>]]></description>
      <pubDate>Tue, 02 Feb 2010 08:51:15 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[International PHP Magazine: Poll Question: Which is Truest?]]></title>
      <guid>http://www.phpdeveloper.org/news/6265</guid>
      <link>http://www.phpdeveloper.org/news/6265</link>
      <description><![CDATA[<p>
The International PHP Magazine has <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26327,nodeid,5.html">published the results</a> of this past week's poll that asked "Which is truest?" (or "which of the options given about PHP is the most correct).
</p>
<blockquote>
The International PHP Magazine conducted a poll over the week, asking for your opinion regarding the truest statement. The poll results with the respective percentages are as shown in the screen cast.
</blockquote>
<p>
Of the options given, only one stood out above the rest - "PHP is Easy to Learn" - definitely a true statement. As far as the rest, they were close, but "PHP code gets embedded in HTML pages" came in second.
</p>
<p>
Be sure to check out <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26329,nodeid,5.html">the new poll question</a> for the week - "You Did Not Know That..." (selecting which of the little known facts about PHP you didn't know).
</p>]]></description>
      <pubDate>Wed, 13 Sep 2006 14:49:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Joshua Eichorn's Blog: AJAX Answers]]></title>
      <guid>http://www.phpdeveloper.org/news/6068</guid>
      <link>http://www.phpdeveloper.org/news/6068</link>
      <description><![CDATA[<p>
<i>Joshua Eichorn</i> is back today with <a href="http://blog.joshuaeichorn.com/archives/2006/08/17/ajax-answers/">the answers to the questions</a> as posed by the readers of his blog <a href="http://www.phpdeveloper.org/news/6012">previously</a>.
</p>
<blockquote>
Your AJAX answers from my <a href="http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/">AJAX questions</a> post are below, I hope everyone finds them helpful.
</blockquote>
<p>
The questions <a href="http://blog.joshuaeichorn.com/archives/2006/08/17/ajax-answers/">answered</a> include:
<ul>
<li>How can I find out whether a connection is broken?
<li>Why would you want to use HTML_AJAX when there are far better tools for the job, pure javascript solutions such as prototype or jquery?
<li>What is the best way to 'degrade' a website when Javascript/XMLHttpRequest support is disabled?
<li>When utilizing an AJAX API such as Google Maps, how do you execute embedded Javascript commands in a page generated on-the-fly?
</ul>
</p>
<p>
...as well as a few more. Where appropriate, he also includes code to help illustrate his point.
</p>]]></description>
      <pubDate>Thu, 17 Aug 2006 14:05:24 -0500</pubDate>
    </item>
  </channel>
</rss>
