<?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>Tue, 18 Jun 2013 00:55:19 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Elizabeth Smith's Blog: Treeviews and Cell Renderer Properties - Practical PHP-GTK]]></title>
      <guid>http://www.phpdeveloper.org/news/11156</guid>
      <link>http://www.phpdeveloper.org/news/11156</link>
      <description><![CDATA[<p>
New on her blog <i>Elizabeth Smith</i> talks about <a href="http://elizabethmariesmith.com/2008/10/treeviews-and-cell-renderer-properties-practical-php-gtk/">tree views and rendering</a> in a PHP-GTK application (with sample code included).
</p>
<blockquote>
I get this question a lot - "How do I change the background color of a single cell in a treeview?" If you look around you'll see a couple of ways of doing this using display callbacks and other highly processor and memory intensive methods - but there's a much simpler way.
</blockquote>
<p>
She explains how the tree views are rendered (with the GtkTreeView component, of course) via a "cell renderer" with different variations based on the contents of the cell - each with their own properties. Her example code illustrates how to manipulate this by making the tree object and attaching other columns to it with custom background properties. A quick screencast is included to show it in action.
</p>]]></description>
      <pubDate>Tue, 07 Oct 2008 07:53:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hannes Magnusson's Blog: PhD: The [PH]P based [D]ocbook renderer RC1 released]]></title>
      <guid>http://www.phpdeveloper.org/news/8769</guid>
      <link>http://www.phpdeveloper.org/news/8769</link>
      <description><![CDATA[<p>
<i>Hannes Magnusson</i> has <a href="http://bjori.blogspot.com/2007/10/phd-php-based-docbook-renderer-rc1.html">bloccked about</a> the latest release of their application, PhD (the [PH]P based [D]ocbook renderer) that builds up documentation, like that for the PHP manual.
</p>
<blockquote>
Quick note; We released PhD0.1RC1 today o/ Building the php.net documentations has never been as easy or as fast. [...] It takes less than 2 minutes (on my two years old Precision M70 laptop) to render the entire php.net documentations in three formats.
</blockquote>
<p>
He <a href="http://bjori.blogspot.com/2007/10/phd-php-based-docbook-renderer-rc1.html">includes instructions</a> on fetching the packages needed/documents to compile, modify the configuration files and installing and rendering the php.net documentation. They've also set up a <a href="http://docs.php.net/manual">special mirror</a> of the PHP documentation with experimental builds of the docs.
</p>]]></description>
      <pubDate>Tue, 02 Oct 2007 14:36:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Bit-Tech.net Formus:  PHP "raycaster" 3D renderer]]></title>
      <guid>http://www.phpdeveloper.org/news/5755</guid>
      <link>http://www.phpdeveloper.org/news/5755</link>
      <description><![CDATA[<p>
In an incredible example of PHP's flexibility, there's <a href="http://forums.bit-tech.net/showthread.php?t=116224">this example</a> of what it can do with the properly applied knowledge (and a little patience) - the creation of a 3D raytracer.
</p>
<blockquote>
<p>
I mentioned recently that I was looking for an interesting PHP project. This evening I remembered an idea I had a while ago to make a 3D renderer in PHP (and if anyone's tempted to ask - "because I can" ). I did a bit of reading on old 3D engines, as I didn't want something modern and slow, and found out that the "raycaster" rendering used in Wolfenstein 3D is ridiculously easy to implement.
</p>
<p>
A few hours later and it's up and running I've not run any proper speed tests yet, but the images load up pretty much instantaneously. I have a couple of ideas of what this could be used for, so watch this space.
</p>
</blockquote>
<p>
Screenshots are <a href="http://forums.bit-tech.net/showthread.php?t=116224">included in the post</a> as well as tons of comments from all about the web (it was also <a href="http://digg.com/programming/Really_Cool_3D_Rendering_with_PHP">linked on digg</a>). He hasn't released the source for it yet, but it'll still be an interesting project to keep an eye on. In the meantime, there's always <a href="http://kore-nordmann.de/home/3d_library_for_php">Kore Nordmann's Image_3D project</a> to look into.
</p>]]></description>
      <pubDate>Mon, 10 Jul 2006 06:02:09 -0500</pubDate>
    </item>
  </channel>
</rss>
