<?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, 05 Jul 2008 06:08:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Code completion for PHP-GTK in Zend Studio 5.5]]></title>
      <guid>http://www.phpdeveloper.org/news/10485</guid>
      <link>http://www.phpdeveloper.org/news/10485</link>
      <description><![CDATA[<p>
The PHP-GTK Community Site has <a href="http://php-gtk.eu/code-completion-for-phpgtk-in-zend-studio-55">posted about</a> enabling the code completion for Zend Studio to work with the PHP-GTK specific functionality.
</p>
<blockquote>
Enabling PHP-GTK2 code completion in Zend Studio 5.5 for a project is very simple. The following example is given on Windows, but the steps should be the same on any supported platform.
</blockquote>
<p>
Screenshots are <a href="http://php-gtk.eu/code-completion-for-phpgtk-in-zend-studio-55">also included</a> in the step-by-step process. You'll need to run a <a href="http://php-gtk.eu/enabling-code-completion-for-phpgtk-in-your-php-ide">bit of code</a> to build the completion file, but after that it's just a few quick clicks away.
</p>]]></description>
      <pubDate>Wed, 25 Jun 2008 13:02:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Enabling code completion for PHP-GTK in your PHP IDE]]></title>
      <guid>http://www.phpdeveloper.org/news/10390</guid>
      <link>http://www.phpdeveloper.org/news/10390</link>
      <description><![CDATA[<p>
The PHP-GTK Community Site has <a href="http://php-gtk.eu/enabling-code-completion-for-phpgtk-in-your-php-ide">posted some information</a> (and some files) to help make your editor of choice a bit more "PHP-GTK aware" when it comes to code completion.
</p>
<blockquote>
These IDEs are able to provide code completion not only for prebuilt extension code, but also for user-level PHP code. This gives us a way to provide it to PHP-GTK developers : all it takes is a "stub" file containing PHP declarations equivalent to the PHP-GTK2 classes, interfaces, and their methods and constants.
</blockquote>
<p>
Making it by hand would be slow (and not efficient at all) so they opted to let the <a href="http://www.php.net/manual/en/language.oop5.reflection.php#language.oop5.reflection.reflector">Reflection</a> API do the heavy lifting for them and generate a Gtk_Dumper output file to hand to your editor and let it parse. The file is <a href="http://php-gtk.eu/sites/php-gtk.eu/files/Gtk_Dumper.php.txt">available for download</a>.
</p>]]></description>
      <pubDate>Wed, 11 Jun 2008 12:04:59 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: PHP-GTK 2.0.1 released]]></title>
      <guid>http://www.phpdeveloper.org/news/10225</guid>
      <link>http://www.phpdeveloper.org/news/10225</link>
      <description><![CDATA[<p>
According to <a href="http://php-gtk.eu/phpgtk-201-released">this post</a> on the PHP-GTK Community site, the latest version of the software, PHP-GTK 2.0.1, has been <a href="http://gtk.php.net/download.php">released</a>.
</p>
<blockquote>
This release, named you knew this was coming, adds full support for GtkBuilder and tooltips; in addition to a slew of bug fixes and overrides. [...] Coming up next: <a href="http://openaki.wordpress.com/">Akshat Gupta</a>, our student for the Google Summer of Code program this year, will be working on <a href="http://cairographics.org/">cairo</a> support for PHP-GTK.
</blockquote>
<p>
<a href="http://php-gtk.eu/phpgtk-201-released">The post</a> also lists the changes to the packages included (and excluded) with this new release.
</p>]]></description>
      <pubDate>Tue, 20 May 2008 12:52:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Install PHP-GTK 2 on MacOS X]]></title>
      <guid>http://www.phpdeveloper.org/news/9938</guid>
      <link>http://www.phpdeveloper.org/news/9938</link>
      <description><![CDATA[<p>
On the PHP-GTK Community site, there's a <a href="http://php-gtk.eu/install-phpgtk-2-on-macos-x">new tutorial</a> showing how to install the PHP-GTK platform to a Mac OS X machine:
</p>
<blockquote>
Installation of PHP-GTK 2 on MacOS X 10.4 and 10.5 is actually pretty simple, as it can use the latest PHP-GTK installer, which works just like any other Mac installer.
</blockquote>
<p>
They <a href="http://php-gtk.eu/install-phpgtk-2-on-macos-x">include screenshots</a> as a guide to the step-by-step (extremely simple) process of getting the software installed.
</p>
<blockquote>
For those interested in technical details, a complete list of the prerequisites is given at step 2 of the installation. Download the installer at <a href="http://www.kix.in/php-gtk2/PHP-GTK-2.0.0.dmg">http://www.kix.in/php-gtk2/PHP-GTK-2.0.0.dmg</a>
</blockquote>]]></description>
      <pubDate>Wed, 09 Apr 2008 10:31:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: PHP-GTK on Vista Memory Issue]]></title>
      <guid>http://www.phpdeveloper.org/news/9789</guid>
      <link>http://www.phpdeveloper.org/news/9789</link>
      <description><![CDATA[<p>
The PHP-GTK Community Site has <a href="http://php-gtk.eu/phpgtk-on-vista-memory-issue">posted about</a> an issue that's been found with PHP-GTK on a Windows Vista machine that can cause problems with how the OS handles memory (by <i>Wim Stockman</i>).
</p>
<blockquote>
My work station is WinXp system and my friend where I had to create it for has the new Vista and somewhere over 9000 pictures to be managed. On my system everything worked fine, but on my friends system i always got the error can not open file.
</blockquote>
<p>
Further testing revealed that it was the OS at fault - Vista wasn't handling the memory usage for the application correctly. When it was run directly from the file explorer (versus in the PHP-GTK console) though, it worked just fine. 
</p>]]></description>
      <pubDate>Thu, 13 Mar 2008 09:37:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHP-GTK 2 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/9733</guid>
      <link>http://www.phpdeveloper.org/news/9733</link>
      <description><![CDATA[<p>
The long awaited update to the popular interface creation tool for PHP, the PHP-GTK libraries, has <a href="http://gtk.php.net/">been released</a> - PHP-GTK 2:
</p>
<blockquote>
After a long development and QA cycle, we are proud to release version 2.0 of PHP-GTK. This release, named leap day special, marks PHP-GTK 2 as stable and comes with support for GTK+ versions 2.6 through 2.12. Although support for more recent versions than 2.8 is not 100% complete, we hope to cover as much of the API as possible in upcoming releases.
</blockquote>
<p>
Several bloggers are also happy about the news including <a href="http://elizabethmariesmith.com/2008/03/php-gtk-200-released-finally/">Elizabeth Smith</a> and the <a href="http://php-gtk.eu/phpgtk-2-is-here">PHP-GTK Community site</a>
</p>
<p>
You can grab this latest download <a href="http://gtk.php.net/download.php">download page</a> on the official PHP-GTK site (and check out the links to some of the great PHP-GTK resources out there too).
</p>]]></description>
      <pubDate>Mon, 03 Mar 2008 13:03:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: php-desktop]]></title>
      <guid>http://www.phpdeveloper.org/news/9654</guid>
      <link>http://www.phpdeveloper.org/news/9654</link>
      <description><![CDATA[<p>
On the PHP-GTK Community site, there's <a href="http://php-gtk.eu/apps/php-desktop">this post</a> from <i>Janosch Graf</i> about a PHP-GTK desktop project (a desktop environment inside of a PHP-GTK shell) called php-desktop.
</p>
<blockquote>
<p>
php-desktop emulates a desktop using KDE programs/icons
</p>
<p>
php-desktop is tested with KDE. It also uses KDE programs (for example kde-open) and KDE icons. php-desktop gets the icon by the mimetype of a file. If the file is a desktop-file php-desktop gets the icon from there.
</p>
</blockquote>
<p>
You can check out a <a href="http://php-gtk.eu/files/php-desktop.jpg">screenshot of the project</a> for a preview of what it's like or just <a href="http://jgraef.bplaced.net/php-gtk/php-desktop.tar.gz">download the archive</a> and try it out for yourself.
</p>]]></description>
      <pubDate>Mon, 18 Feb 2008 12:54:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Gataka: the PHP-GTK IRC bot]]></title>
      <guid>http://www.phpdeveloper.org/news/9504</guid>
      <link>http://www.phpdeveloper.org/news/9504</link>
      <description><![CDATA[<p>
The admins over on the <a href="http://www.php-gtk.eu">PHP-GTK Community site</a> have announced a new resource PHP-GTK ircers can take advantage of - a new bot that hangs out in the #php-gtk channel over on the <a href="irc://irc.freenode.net/php-gtk">Freenode</a> IRC network with an aim to be as helpful as possible.
</p>
<blockquote>
The PHP-GTK.eu community site is now host to an IRC bot named Gataka (for "GTK"), helping users on the Freenode IRC channel for PHP-GTK, at <a href="irc://irc.freenode.net/php-gtk">irc://irc.freenode.net/php-gtk</a>.
</blockquote>
<p>
Currently is has an API interface (for PHP-GTK elements), user tracking and the ability to learn factoids. They're even starting to <a href="http://php-gtk.eu/irc-log-publication-poll">look for input</a> regarding new features (log publication, in this case).
</p>]]></description>
      <pubDate>Mon, 28 Jan 2008 10:36:00 -0600</pubDate>
    </item>
  </channel>
</rss>
