<?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>Sat, 18 May 2013 08:18:47 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Zend Framework Book: Surviving The Deep End - Chapter 10 Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/13191</guid>
      <link>http://www.phpdeveloper.org/news/13191</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has <a href="http://blog.astrumfutura.com/archives/414-Zend-Framework-Book-Surviving-The-Deep-End-Chapter-10-Released!-Zend_View,-Zend_Layout,-html-5-and-YUI-CSS.html">released the latest chapter</a> from his "Zend Framework: Surviving the Deep End" online book - chapter 10, a look at Zend_View, Zend_Layout, HTML5 and working with CSS in the YUI.
</p>
<blockquote>
The new chapter explores setting up the example blog application's web design using Zend_View and Zend_Layout. I also spend some time exploring HTML 5, the future standards update for HTML. [...] The web design itself makes use of the Yahoo! User Interface Library's CSS components.
</blockquote>
<p>
He's also <a href="http://github.com/padraic/ZFBlog/tree">posted the source code</a> divided up by the different chapters. You can find out more about the book and read the contents so far on the book's website: <a href="http://www.survivethedeepend.com/">Survivethedeepend.com</a>.
</p>]]></description>
      <pubDate>Wed, 09 Sep 2009 10:42:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Building AutoComplete Inputs with PHP, PEAR, Dojo and YUI]]></title>
      <guid>http://www.phpdeveloper.org/news/11883</guid>
      <link>http://www.phpdeveloper.org/news/11883</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/4229-Building-AutoComplete-Inputs-with-PHP-PEAR-Dojo-and-YUI">a new tutorial</a> posted (from <i>Vikram Vaswani</i>) about adding in an auto-complete input field to your site. His example uses a PEAR class, Dojo and some components of the YUI libraries.
</p>
<blockquote>
Fortunately, modern programming toolkits like Dojo provide ready-made widgets that have the necessary client-side functions for autocomplete. Add a little bit of server-side glue, in the form of a PHP script that talks to a database to generate valid suggestions, and enabling this functionality in a Web application now becomes a matter of hours, rather than days. In this article, I'll show you how to do this using three different libraries: PEAR HTML_QuickForm, YUI, and Dojo. Come on in, and find out more!
</blockquote>
<p>
He shows how to combine <a href="http://www.dojotoolkit.org/">Dojo</a>, <a href="http://developer.yahoo.com/yui/">YUI</a> and the <a href="http://pear.php.net/package/HTML_QuickForm">HTML_QuickForm</a> PEAR package to create a field that, based on what they enter into the input field, searches a database to find values in that table.
</p>]]></description>
      <pubDate>Wed, 04 Feb 2009 15:29:25 -0600</pubDate>
    </item>
    <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>
