<?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, 20 May 2013 12:45:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Andy Frey's Blog: JavaScript PHP Remoting Demonstration]]></title>
      <guid>http://www.phpdeveloper.org/news/10504</guid>
      <link>http://www.phpdeveloper.org/news/10504</link>
      <description><![CDATA[<p>
<i>Andy Frey</i> dropped us a line to tell us about a <a href="http://onesandzeros.biz/jsphpremoting/">method he's come up with</a> to make a remoting interface between Javascript and PHP5.
</p>
<blockquote>
This is a demonstration of a very fast and easy way to build AJAX-type applications where communications between JavaScript on the client side and PHP5 on the server side is ideal. This library makes development of such systems fast and very simple.
</blockquote>
<p>
In <a href="http://onesandzeros.biz/jsphpremoting/">his example</a> he shows how to create the PHP and Javascript functions that let the service talk back and forth. He defines a simple "Hello World" style application to show how it would be structured. He also includes a bit of more complex that has other functionality - getting a value out of an array and returning a property/private variable from the backend class.
</p>]]></description>
      <pubDate>Sat, 28 Jun 2008 16:22:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: PHP Object Remoting in Flex]]></title>
      <guid>http://www.phpdeveloper.org/news/9816</guid>
      <link>http://www.phpdeveloper.org/news/9816</link>
      <description><![CDATA[<p>
The PHPBuilder.com site has a <a href="http://www.phpbuilder.com/columns/ben_robinson_20080314.php3">new tutorial</a> showing you how to interface PHP with Adobe's Flex functionality and to use remoting to let them "talk".
</p>
<p>
They dive right in, throwing download links at you and working through setup steps to get your environment up and running. With that out of the way, they show how to get the demo set up that uses their weborb framework.
</p>
<p>
The end result of <a href="http://www.phpbuilder.com/columns/ben_robinson_20080314.php3">the article</a> is a simple Flex/PHP application that pulls information from the database and pushes it into a datagraid for display.
</p>]]></description>
      <pubDate>Tue, 18 Mar 2008 12:05:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Joshua Eichorn's Blog: Adding AJAX to a website step by step]]></title>
      <guid>http://www.phpdeveloper.org/news/5981</guid>
      <link>http://www.phpdeveloper.org/news/5981</link>
      <description><![CDATA[<p>
<i>Joshua Eichorn</i> has posted <a href="http://blog.joshuaeichorn.com/archives/2006/08/08/adding-ajax-to-a-website-step-by-step/">this new tutorial</a> to his site today, a detailed look at how to add Ajax to just about any site out there with the help of the <a href="http://pear.php.net/package/HTML_AJAX">HTML_AJAX</a> PEAR package.
</p>
<blockquote>
<p>
When looking at a adding AJAX you have a couple decisions you'll want to make up front. One is what tools your going to use. In the webthumb case thats pretty easy. Webthumb is a simple PHP app and doesn't use a framework, so I need a nice general PHP/AJAX framework that is easy to use, HTML_AJAX fits that need.
</p>
<p>
After picking my tools I need to decide what my goals are. My main focus will be to improve usability, but I also want to use AJAX to make the site seem a bit flashier, so its a bit of a technology demo too.
</p>
</blockquote>
<p>
He uses his own current project, <a href="http://bluga.net/webthumb/">Webthumb</a> as an illustration of his points including <a href="http://blog.joshuaeichorn.com/archives/2006/08/08/adding-ajax-to-a-website-step-by-step/">looks at</a> remoting, a RequestStatus class, exporting a class with the HTML_AJAX package, and finally, making the Ajax calls.
</p>]]></description>
      <pubDate>Tue, 08 Aug 2006 11:59:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: AMFPHP - Flash Remoting Gateway]]></title>
      <guid>http://www.phpdeveloper.org/news/4460</guid>
      <link>http://www.phpdeveloper.org/news/4460</link>
      <description><![CDATA[From <a href="http://ajaxian.com/archives/2005/12/amfphp_opensour.html">this post</a> on Ajaxian.com today, there's a look at a new PHP-based library/framework to help with Flash remoting - <a href="http://amfphp.sourceforge.net/">AMFPHP</a>.
<p>
<quote>
<i>
MFPHP is an open-source implementation of the Flash Remoting framework. It's fast, reliable, 100% free and open-source. With this new version we have strived to make a product as stable and full-featured as ColdFusion-based remoting (the reference implementation).
<p>
You also get to use the wonderful NetConnection debugger, which shows you exactly what's being sent between the client and server. Remoting uses AMF, a very lightweight binary format that cuts the bulk out of packets, meaning data exchange is a lot faster than with XML. 
</i>
</quote>
<p>
You can get the complete details <a href="http://amfphp.sourceforge.net/">from their homepage</a> or just dive right in to <a href="http://amfphp.sourceforge.net/wiki/doku.php">their documentation</a>...]]></description>
      <pubDate>Wed, 07 Dec 2005 11:54:14 -0600</pubDate>
    </item>
  </channel>
</rss>
