<?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>Thu, 04 Dec 2008 14:48:13 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Asvin Balloo's Blog: AJAX image cropper with YUI and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/11170</guid>
      <link>http://www.phpdeveloper.org/news/11170</link>
      <description><![CDATA[<p>
<i>Asvin Balloo</i> has <a href="http://htmlblog.net/ajax-image-cropper-with-yui-and-php/">posted a tutorial</a> that shows how to combine the <a href="http://developer.yahoo.com/yui/">YUI libraries</a> with PHP to create a simple image cropper.
</p>
<blockquote>
This post will show you how to build an AJAX crop image tool using the image cropper control from YUI library and PHP. The <a href="http://developer.yahoo.com/yui/imagecropper/">ImageCropper Control</a> from the <a href="http://developer.yahoo.com/yui/">YUI library</a> gives you an interactive interface for getting the dimensions to crop an image and using these dimensions in PHP, we can do some cropping.
</blockquote>
<p>
The script takes in an upload, shows it in the browser for cropping and once altered, pushes the altered image back out as a download. Full code is included as well as a <a href="http://htmlblog.net/demo/cropper/">demo</a> of the final result and a <a href="http://htmlblog.net/demo/cropper/cropper.zip">sample file</a> to get you started.
</p>]]></description>
      <pubDate>Wed, 08 Oct 2008 12:09:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Wolfgang Drews' Blog: Using YUI autocomplete with Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/9558</guid>
      <link>http://www.phpdeveloper.org/news/9558</link>
      <description><![CDATA[<p>
<i>Wolfgang Drews</i> (of <a href="http://www.dynamicwebpages.de">DynamicWebPages</a>) has <a href="http://www.drews.cx/2008/02/02/using-yui-autocomplete-with-zend-framework/">posted a mini-tutorial</a> on his personal blog showing how to integrate the popular Zend Framework with the YUI Javascript libraries from Yahoo! to create an autocomplete field in your app.
</p>
<blockquote>
Maybe this short snippet helps someone out there when using YUI autocomplete feature together with the Zend Framework or any other Framework, that creates URLs like http://domain.tld/controller/action/param/value.
</blockquote>
<p>
He <a href="http://www.drews.cx/2008/02/02/using-yui-autocomplete-with-zend-framework/">modifies the Yahoo library</a> to change a few of the defaults to make it more Zend Framework-friendly: changing the default query format and updating the "append parameters" concatenation to replace the ampersand with a slash.
</p>
]]></description>
      <pubDate>Mon, 04 Feb 2008 09:33:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Make Me Pulse Blog: Yui Treeview with Php tidy]]></title>
      <guid>http://www.phpdeveloper.org/news/9476</guid>
      <link>http://www.phpdeveloper.org/news/9476</link>
      <description><![CDATA[<p>
<i>Antoine Ughetto</i> has <a href="http://blog.makemepulse.com/2008/01/22/yui-treeview-with-php-tidy/">quickly posted</a> about an interesting combination - <a href="http://fr.php.net/manual/en/ref.tidy.php">php_tidy</a> and the <a href="http://developer.yahoo.com/yui/treeview/">Yahoo! YUI Treeview</a> to easily make a nested, recursive list.
</p>
<blockquote>
A rapid experimentation with php tidy and Yui treeview for rendering the DOM of a specific page. We user the tidy_parse_file() and a simple recursive function to display a treeview.
</blockquote>
<p>
You can <a href="http://dev.makemepulse.com/tidy_yui/">check out an example</a> over on their demo page. Plug in your website of choice and get the resulting HTML stricture (all cleaned up) represented as a nice, ordered tree list.
</p>]]></description>
      <pubDate>Wed, 23 Jan 2008 11:18:00 -0600</pubDate>
    </item>
  </channel>
</rss>
