<?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, 29 Aug 2008 13:38:35 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NETTUTS.com: Creating a Dynamic Poll with jQuery and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10686</guid>
      <link>http://www.phpdeveloper.org/news/10686</link>
      <description><![CDATA[<p>
The NETTUTS.com website has a <a href="http://nettuts.com/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/">new tutorial</a> posted that combines PHP and AJAX (using the the <a href="http://jquery.com">jQuery</a> library specifically) to create a simple dynamic poll.
</p>
<blockquote>
When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we'll create a poll using PHP and XHTML, then make use of some jQuery Ajax effects to eliminate the need for a page refresh, and to give it a nice little bit of animation.
</blockquote>
<p>
The PHP handles defining the question, answers and the functionality to load, submit and return the current results (number of votes) back to the javascript. The communication between the PHP and javascript is a JSON message made simple thanks to PHP's <a href="http://php.net/json_encode">json_encode</a> function.
</p>
<p>
You can <a href="http://nettuts.s3.amazonaws.com/026_Poll/demo.zip">download the source</a> or check out a <a href="http://nettuts.com/demos/test_poll/">live demo</a> to see how it all fits together.
</p>]]></description>
      <pubDate>Fri, 25 Jul 2008 10:22:05 -0500</pubDate>
    </item>
    <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[Padraic Brady's Blog: HTMLPurifer 3.1.0 Release Candidate Available]]></title>
      <guid>http://www.phpdeveloper.org/news/10021</guid>
      <link>http://www.phpdeveloper.org/news/10021</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has <a href="http://blog.astrumfutura.com/archives/352-HTMLPurifer-3.1.0-Release-Candidate-Available.html">noted</a> that the latest release candidate of the HTMLPurifier software has been posted for download:
</p>
<blockquote>
HTMLPurifer is possibly the most understated underpublicised quality library in PHP today. I consider it a fundamental standard library that is automatically included in every PHP web application I start these days.
</blockquote>
<p>
This latest <a href="http://htmlpurifier.org/news/2008/3.1.0rc1-released.html">release candidate</a> (their first!) includes updates on two major features - the use of autoloading and a change to the way you use the filters. Check out <a href="http://htmlpurifier.org/demo.php">a demo</a> of it in action or just <a href="http://htmlpurifier.org/download.html">download</a> this latest release and try it out for yourself.
</p>]]></description>
      <pubDate>Wed, 23 Apr 2008 09:31:40 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Daniel Crook's Blog: Mashups from IBM at NYPHP in January]]></title>
      <guid>http://www.phpdeveloper.org/news/9408</guid>
      <link>http://www.phpdeveloper.org/news/9408</link>
      <description><![CDATA[<p>
<i>Daniel Crook</i> <a href="http://krook.net/archives/212">points out</a> the next meeting of the <a href="http://www.nyphp.org/">New York PHP Group</a> where <i>Dan Gisolfi</i> will be talking about some of the latest things that IBM has been up to in the mashup arena.
</p>
<blockquote>
Centered around the concept of "situational applications," IBM's work with mashups targets a growing trend in Web site development. [...] IT specialists should embrace the model as a foothold for PHP in the enterprise.
</blockquote>
<p>
Some of <i>Dan</i>'s presentation is outlined as well - a demo of IBM's Mashup Starter Kit, a look at best practices, and talk on the collaboration of IBM with Zend and ProgrammableWeb. If you're wanting to attend, be sure <a href="http://www.nyphp.org/rsvp.php">you RSVP</a> as soon as possible (before the 21st @ 3pm) to reserve your spot.
</p>]]></description>
      <pubDate>Fri, 11 Jan 2008 13:40:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Tomas Petricek's Blog: Writing Silverlight applications in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9390</guid>
      <link>http://www.phpdeveloper.org/news/9390</link>
      <description><![CDATA[<p>
On his blog, <i>Tomas Petricek</i> <a href="http://tomasp.net/blog/php-in-silverlight.aspx">shows how</a> to create <a href="http://silverlight.net/">Silverlight</a> applications inside of PHP using the Microsoft development tools.
</p>
<blockquote>
Shortly Silverlight is a cross-browser platform that can be used for developing client-side components that run in the web browser and contain rich media, graphics and can interactively communicate with the user. The language that can be used for writing Silverlight code can be in general any .NET language, so our goal is to allow using PHP by making Phalanger compatible with Silverlight.
</blockquote>
<p>
He has two demo applications - <a href="http://tomasp.net/articles/php-in-silverlight/simplegui.html">a simple car app</a> and <a href="http://tomasp.net/articles/php-in-silverlight/game.html">a helicopter game</a> - he uses as examples. He focuses on the simpler of the two, the car demo, and gives the XAML source, the code for the PHPX file and talks some about the method of deployment that'd need to be used to get the app out to others.
</p>
<p>
You can <a href="http://tomasp.net/articles/php-in-silverlight/demos.zip">download the complete source</a> for the examples (including the Phalanger Silverlight runtime) as well.
</p>]]></description>
      <pubDate>Thu, 10 Jan 2008 08:47:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Release - HTML Purifier 2.0.0]]></title>
      <guid>http://www.phpdeveloper.org/news/8141</guid>
      <link>http://www.phpdeveloper.org/news/8141</link>
      <description><![CDATA[<p>
As <a href="http://devzone.zend.com/article/2209-HTML-Purifier-2.0.0-released">pointed out</a> by the Zend Developer Zone and <a href="http://shiflett.org/blog/2007/jun/html-purifier">several</a> <a href="http://blog.astrumfutura.com/archives/295-html-Purifier-2.0.0-new-version-of-the-PHP-html-filter-library.html">other</a> blogs/community sites lately, the latest version of the HTML filter <a href="http://htmlpurifier.org/">HTML Purifier</a> has been released - version 2.2.0.
</p>
<blockquote>
Because it uses whitelists and a comprehensive knowledge of the HTML specification, it is bullet-proof against XSS, fixes malformed input rather than reject it, and is open and extensible. The <a href="http://htmlpurifier.org/news/2.0.0-released.html">2.0.0 release</a> lets users customize HTML Purifier's tag sets easier than ever before.
</blockquote>
<p>
You can check out the official <a href="http://htmlpurifier.org/news/2.0.0-released.html">release announcement</a> for of the updates in this release (including a <a href="http://htmlpurifier.org/comparison.html">comparison</a> to other similar libraries). There's also a <a href="http://htmlpurifier.org/demo.php">demo they've posted</a> so you can give it a try.
</p>]]></description>
      <pubDate>Thu, 28 Jun 2007 09:47:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Richard Thomas's Blog: Pjq - PHP Jquery helper]]></title>
      <guid>http://www.phpdeveloper.org/news/7362</guid>
      <link>http://www.phpdeveloper.org/news/7362</link>
      <description><![CDATA[<p>
In <a href="http://www.cyberlot.net/pjq-php-jquery-helper">this new blog post</a> today, <i>Richard Thomas</i> shares a simple helper he's created to help tie PHP and Javascript together via jquery - <a href="http://www.cyberlot.net/demos/pjq/test.html">Pjq</a>.
</p>
<blockquote>
<p>
This is a simple php handler, it doesn't try to generate javascript for you, honestly if your using jquery you better already be able to write your own javascript ;).
</p>
<p>
The goal is to provide a extremely simple way to call php functions from within javascript and either get data back, inject php generated html or call jquery functions from php.
</p>
</blockquote>
<p>
You can check out <a href="http://www.cyberlot.net/demos/pjq/test.html">his demo here</a> - three simple examples showing how to get JSON values, inject HTML, and some more complex work with Javascript and CSS. 
</p>]]></description>
      <pubDate>Thu, 01 Mar 2007 07:10:50 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PQuery - PHP and jQuery]]></title>
      <guid>http://www.phpdeveloper.org/news/7327</guid>
      <link>http://www.phpdeveloper.org/news/7327</link>
      <description><![CDATA[<p>
Ajaxian.com has <a href="http://ajaxian.com/archives/pquery-php-and-jquery">pointed out</a> a new tool that combines PHP and jQuery to make something similar to the Rails helpers (in relation to Prototype/Script.aculo.us).
</p>
<blockquote>
PQuery is a set of helper classes for JQuery JavaScript library.This library allows you to easily integrate AJAX , Effects and other JQuery functionality into your PHP scripts.IT has a small foot print and is compatible with PHP4 and PHP5.
</blockquote>
<p>
They've also <a href="http://ajaxian.com/archives/pquery-php-and-jquery">included an example</a> of the code to show how simple it can be as well as links to <a href="http://www.ngcoders.com/pquery/pquery_0.1.zip">download the library</a>, check out some <a href="http://www.ngcoders.com/pquery/">other demos</a> (including an Ajax demo, two Effects demos, and two simple applications - a chat and to-do list), as well as pointing you to the <a href="http://www.ngcoders.com/pquery/user_guide/">complete documentation</a> for the project.
</p>]]></description>
      <pubDate>Thu, 22 Feb 2007 09:22:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Douglas Clifton's Blog: PHP/Ajax Integration]]></title>
      <guid>http://www.phpdeveloper.org/news/7080</guid>
      <link>http://www.phpdeveloper.org/news/7080</link>
      <description><![CDATA[<p>
In a new post, <i>Douglas Clifton</i> <a href="http://loadaveragezero.com/app/s9y/index.php?/archives/141-PHPAjax-Integration.html">shares his experience</a> and the information he gleaned from a meeting of the DC area <a href="http://www.dcphp.com/Developers/">users group</a> concerning PHP and Ajax integration.
</p>
<blockquote>
<a href="http://www.2moromedia.com/company.php">Jonathan Modell</a> was tonight's presenter. [...] His presentation focused on how he learned to integrate Ajax technology within a core PHP system. Obviously this is a hot topic, if somewhat too hot in my opinion. 
</blockquote>
<p>
<i>David</i> describes the rest of <a href="http://loadaveragezero.com/app/s9y/index.php?/archives/141-PHPAjax-Integration.html">the presentation</a>, highlighting where some of the popular Ajax function started, an overview of how it works, how JSON fits into the picture, and the speaker's preference in Ajax tools like <a href="http://loadaveragezero.com/app/drx/Programming/Languages/JavaScript#prototype:javascript">Prototype</a>.
</p>]]></description>
      <pubDate>Thu, 11 Jan 2007 10:36:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Who Uses the Zend Framework?]]></title>
      <guid>http://www.phpdeveloper.org/news/7029</guid>
      <link>http://www.phpdeveloper.org/news/7029</link>
      <description><![CDATA[<p>
In <a href="http://devzone.zend.com/node/view/id/1437">a new post</a> to the Zend Developer Zone, Zender <i>John Herren</i> takes a look at who is really using the Zend Framework (as spurred on by a message to the mailing list about the <a href="https://svn.usrportage.de/PhpWishList/">PhpWishList</a> application).
</p>
<blockquote>
Let's face it. The Zend Framework, like most web frameworks, has set some lofty goals: high quality components, a complete system for developing web applications, and simplicity. [...] As the framework is still sub-1.0 and mainly for early adopters, there's an easy way to determine whether the <a href="http://framework.zend.com/wiki/pages/viewpage.action?pageId=10523">Zend Framework is right</a> for your development efforts. So who is using the Zend Framework?
</blockquote>
<p>
He mentions <i>Lars Strojny</i>'s application - <a href="https://svn.usrportage.de/PhpWishList/">PhpWishList</a> (<a href="http://gift.usrportage.de/">demo</a>) that started a new page on the Zend Framework's wiki - the <a href="http://framework.zend.com/wiki/pages/viewpage.action?pageId=14134">applications page</a> of projects and applications using the Zend Framework.
</p>]]></description>
      <pubDate>Thu, 04 Jan 2007 10:54:40 -0600</pubDate>
    </item>
  </channel>
</rss>
