<?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>Sun, 12 Oct 2008 13:20:21 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Rudy Nappee's Blog: The harest week (GSoC Docbook Renderer)]]></title>
      <guid>http://www.phpdeveloper.org/news/10647</guid>
      <link>http://www.phpdeveloper.org/news/10647</link>
      <description><![CDATA[<p>
<i>Rudy Nappee</i> has just finished what he calls <a href="http://loudi-soc.blogspot.com/2008/07/hardest-week.html">the hardest week</a> in his Google Summer of Code project</a> - work on the PDF output methods:
</p>
<blockquote>
Here was the hardest GSoC week ! I wrote a big part of the PDF output and both the themes "phppdf" (each PHP manual part in a file) and "phpbigpdf" (a big PDF file with all the sections).
</blockquote>
<p>
<i>Rudy</i>'s project for the GSoC is to <a href="http://loudi-soc.blogspot.com/2008/06/soc-begins.html">create a Docbook renderer</a> that can take in a standard Docbook file and output it into multiple formats. This past week saw the development of the PDF output method but he's also created methods for making a CHM (Windows help file) and a manpage output format. You can keep up with his latest progress on <a href="http://loudi-soc.blogspot.com/">his blog</a>.
</p>]]></description>
      <pubDate>Mon, 21 Jul 2008 12:07:39 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Top Tip: XHTML with Zend Form Elements]]></title>
      <guid>http://www.phpdeveloper.org/news/10297</guid>
      <link>http://www.phpdeveloper.org/news/10297</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has posted <a href="http://akrabat.com/2008/05/29/top-tip-xhtml-with-zend-form-elements/">a quick tip</a> of how to use the Zend_Form component of the <a href="http://framework.zend.com">Zend Framework</a> to correctly render XHTML compliant output.
</p>
<blockquote>
When you render a Zend_Form, the elements will render to HTML compliance rather than XHTML compliance, even if you have < ?php echo $this->doctype('XHTML1_STRICT');?> at the top of your layout script. Practically, this means that all the input elements do not end in "/>". To resolve this, you need to call the doctype() view helper prior to rendering your form. 
</blockquote>
<p>
He includes an <a href="http://akrabat.com/2008/05/29/top-tip-xhtml-with-zend-form-elements/">example</a> of the doctype call (on a view object) to tell the script to output in the "XHTML1_TRANSITIONAL" format.
</p>]]></description>
      <pubDate>Thu, 29 May 2008 12:01:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: The new documentation build system is ready for testing]]></title>
      <guid>http://www.phpdeveloper.org/news/8787</guid>
      <link>http://www.phpdeveloper.org/news/8787</link>
      <description><![CDATA[<p>
The main PHP website has <a href="http://www.php.net/index.php#2007-10-03-1">announced</a> the release of the new documentation build system (as <i>Hannes Magnusson</i> <a href="http://www.phpdeveloper.org/news/8769">mentioned previously</a>) is ready and has been launched for testing.
</p>
<blockquote>
<p>
The PHP documentation team is pleased to announce the initial release of the new build system that generates the PHP Manual. Written in PHP, PhD ([PH]P based [D]ocBook renderer) builds are now available for viewing at <a href="http://docs.php.net/">docs.php.net</a>. Everyone is encouraged to test and use this system so that <a href="http://bugs.php.net/">bugs</a> will be found and squashed.
</p>
<p>
Once the new build system is stable, expect additional changes to the PHP manual that will include an improved navigation system and styling for OOP documentation. 
</p>
</blockquote>
<p>
You can use the <a href="http://www.php.net/my.php">my.php page</a> to set it as your default mirror if you'd like to use it seamlessly.
</p>]]></description>
      <pubDate>Thu, 04 Oct 2007 11:17:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ben Ramsey's Blog: Zend Framework View Notes]]></title>
      <guid>http://www.phpdeveloper.org/news/7565</guid>
      <link>http://www.phpdeveloper.org/news/7565</link>
      <description><![CDATA[<p>
In a <a href="http://benramsey.com/archives/zend-framework-view-notes/">new entry</a> today, <i>Ben Ramsey</i>, how's been working with the Zend Framework for a bit now, shares an interesting bit of information about how to use Views a little bit differently.
</p>
<blockquote>
Most notably, I've started using the "new way" of using views, which is still undocumented in the manual. Rather than create a new Zend_View object, tell it where my views are, and echo a call to its render() method, I'm letting the controller's render() method do it all for me.
</blockquote>
<p>
He illustrates with a <a href="http://benramsey.com/archives/zend-framework-view-notes/">simple example</a> using the default framework directory setup, save for the special "scripts" directory he creates. This makes it possible for the controller to handle the rendering rather than the typical view functionality. Then, using the views is a simple init() call away, automagically.
</p>]]></description>
      <pubDate>Thu, 05 Apr 2007 06:59:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jakob Westhoff's Blog: It's alive - Image_3D live browser rendering]]></title>
      <guid>http://www.phpdeveloper.org/news/7559</guid>
      <link>http://www.phpdeveloper.org/news/7559</link>
      <description><![CDATA[<p>
There's plenty of 2D graphics libraries out there, some 3D ones as well, but that hasn't stopped <i>Jakob Westhoff</i> from <a href="http://westhoffswelt.de/blog/index.php?/archives/15-Its-alive-Image_3D-live-browser-rendering.html">creating his own driver</a> for the <a href="http://pear.php.net/Image_3d">Image_3d package</a> to allow for live 3D image browser rendering.
</p>
<blockquote>
<p>
Quite some time ago my friend <a href="http://kore-nordmann.de/">Kore Nordmann</a> had a talk at our local <a href="http://phpugdo.de/">PHP Usergroup</a> about 3D rendering techniques which was quite inspiring. Shortly after that talk I decided to write a simple 3D renderer. But, hey there are so many of them already out there, that I decided to do something more unusual. 
</p>
<p>
I just started over and began to write a ECMA Script based live 3D renderer for browsers which understand the new "canvas" tag. After some simple tests I realized that it would be quite cool to implement this as a driver for <a href="http://pear.php.net/Image_3d">Kore's Image_3D</a> package, which is entirely written in PHP. 
</p>
</blockquote>
<p>
Be sure to check out <a href="http://westhoffswelt.de/blog/index.php?/archives/15-Its-alive-Image_3D-live-browser-rendering.html">his post</a> to see what this new driver makes possible. There's an image complete with controls to rotate, zoom, turn of its axis and export to both the SVG and PNG formats. Definitely work checking out! 
</p>]]></description>
      <pubDate>Wed, 04 Apr 2007 08:32:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPied.com: JSON renderer for Text_Highlight]]></title>
      <guid>http://www.phpdeveloper.org/news/6604</guid>
      <link>http://www.phpdeveloper.org/news/6604</link>
      <description><![CDATA[<p>
On PHPied.com, <i>Stoyan</i> shares the <a href="http://www.phpied.com/json-renderer-for-text_highlight/">hacks he made</a> to the <a href="http://pear.php.net/package/Text_Highlighter/">Text_Highlighter</a> PEAR package to get it to correctly format JSON-formatted messages.
</p>
<blockquote>
Today I played with adding a JSON renderer. Useful in case you want to get highlighted source code in your new shiny AJAX app.
</blockquote>
<p>
He <a href="http://www.phpied.com/json-renderer-for-text_highlight/">talks about</a> the tweaks he had to make, links to <a href="http://www.hiliteme.com/">the demo</a> of the script, and givesn an example o fhos you can use this updated version of the highlighting functionality in your scripts.
</p>]]></description>
      <pubDate>Mon, 30 Oct 2006 12:52:29 -0600</pubDate>
    </item>
  </channel>
</rss>
