<?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, 15 May 2008 23:36:34 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DeveloperTutorials: Desktop Application Development with PHP-GTK]]></title>
      <guid>http://www.phpdeveloper.org/news/9795</guid>
      <link>http://www.phpdeveloper.org/news/9795</link>
      <description><![CDATA[<p>
The Developer Tutorial site has <a href="http://www.developertutorials.com/tutorials/php/desktop-application-development-with-php-gtk-8-03-13/page1.html">an introduction</a> to PHP-GTK2 posted - an overview of what the new version (version 2) is and how you can install and use it to develop desktop applications.
</p>
<blockquote>
PHP-GTK 2 is out, and with it, a fantastic means for PHP developers to build useful, reliable cross-platform desktop applications. In this tutorial, I'll show you how to get up and running with PHP-GTK in no time and build your first desktop application.
</blockquote>
<p>
They look at <a href="http://www.developertutorials.com/tutorials/php/desktop-application-development-with-php-gtk-8-03-13/page1.html">qhat it is</a>, getting started with it and making your <a href="http://www.developertutorials.com/tutorials/php/desktop-application-development-with-php-gtk-8-03-13/page3.html">first application</a> (a simple little "Hello World" output box). They also point out some of the <a href="http://www.developertutorials.com/tutorials/php/desktop-application-development-with-php-gtk-8-03-13/page4.html">demos</a> you can grab as examples and show you how to make something a little more powerful - a window with an input form that generates an md5 hash.
</p>]]></description>
      <pubDate>Fri, 14 Mar 2008 08:48:43 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Nitwit : a microblogging client]]></title>
      <guid>http://www.phpdeveloper.org/news/9713</guid>
      <link>http://www.phpdeveloper.org/news/9713</link>
      <description><![CDATA[<p>
The PHP-GTK Community website has pointed out <a href="http://php-gtk.eu/nitwit-a-microblogging-client">a small application</a>, a cross-platform microblogging client called <a href="http://nitwit.waglo.com/">Nitwit</a>.
</p>
<blockquote>
Features include cross-platform functionality (Linux/Windows/Mac OSX), the ability to work on many protocols (like Jabber/Twitter/Jaiku) and it includes multilanguage support.
</blockquote>
<p>
You can find out more about this simple little application on <a href="http://nitwit.waglo.com/">the Nitwit site</a> as well as down load the latest version. There's also a <a href="http://rym.waglo.com/wordpress/2007/04/23/nitwit-the-microblogging-twitter-jaiku-desktop-client">discussion area</a> that's been set up to allow developers and users to throw in their comments.
</p>]]></description>
      <pubDate>Wed, 27 Feb 2008 12:04: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[Richard Heyes' Blog: PHP and marketing]]></title>
      <guid>http://www.phpdeveloper.org/news/9643</guid>
      <link>http://www.phpdeveloper.org/news/9643</link>
      <description><![CDATA[<p>
In <a href="http://www.phpguru.org/article.php/198">this new post</a> to his blog, <i>Richard Heyes</i> talks about an example he's come across of PHP being used as backend behind a large marketing project:
</p>
<blockquote>
<p>
I recently read an interesting example at Neil Shearing's <a href="http://www.neilshearing.com/2008/02/10/desktop-software-and-server-side-scripts-working-together/">internet marketing strategies blog</a> of combining .NET desktop software with a PHP backend.
</p>
<p>
We all know PHP is often slated by "real programmers" as a scripting language only useful for kiddie's home pages, and its nice to see a serious marketer choosing PHP to power the backend to a serious piece of viral software with the potential to go load-mad.
</p>
</blockquote>
<p>
<i>Richard</i> also <a href="http://www.phpguru.org/article.php/198">points out</a> some of his experience trying to market his <a href="http://www.websupportsolutions.co.uk/helpcentre-benefits.php">software</a> and which of his customers are the ones that would provide the most return (the ones looking for updates) and how he can gather their information more productively to further his project's goals.
</p>]]></description>
      <pubDate>Fri, 15 Feb 2008 10:28:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DeveloperTutorials.com: Building Desktop Applications in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9600</guid>
      <link>http://www.phpdeveloper.org/news/9600</link>
      <description><![CDATA[<p>
The Developer Tutorials site has posted <a href="http://www.developertutorials.com/tutorials/php/building-desktop-applications-in-php-8-02-01/page1.html">a new look</a> at working with PHP in a different sort of environment than most people think - on the desktop.
</p>
<blockquote>
<p>
You've been through it all with the web, from basic database hacks to battling with inconsistent browser rendering, and now you want to have a go at something different.
</p>
<p>
Of course, the standard destination would be desktop application development.
</p>
</blockquote>
<p>
The work through some of the basics of desktop development as well as some of the advantages and disadvantages to making the move. The include some <a href="http://www.developertutorials.com/tutorials/php/building-desktop-applications-in-php-8-02-01/page4.html">example code</a> to get you started with a "Hello World" sort of example using the PHP-GTK libraries.
</p>]]></description>
      <pubDate>Mon, 11 Feb 2008 08:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Click Fast, Desktop Gadget & visualProxy]]></title>
      <guid>http://www.phpdeveloper.org/news/8162</guid>
      <link>http://www.phpdeveloper.org/news/8162</link>
      <description><![CDATA[<p>
The PHP-GTK Community website as three new posts today all describing applications built with simplicity in mind and created using the PHP-GTK libraries:
</p>
<ul>
<li><a href="http://www.php-gtk.eu/apps/click-fast">the "Click Fast" button</a> that makes use of the Gtk::timeout_add() and Gtk::timeout_remove() functions
<li>a <a href="http://www.php-gtk.eu/code-snippets/desktop-gadget">Desktop Widget</a> that can be used for useful information you want to keep in view
<li><a href="http://www.php-gtk.eu/apps/visual-proxy">visualProxy</a> - an HTTP proxy server and transmit HTTP proxy requests from a WWW user agent to an other proxy or directly to a server. It displays requests graphically and update information on the fly on a detailed list with many fields columns.
</ul>
<p>
Check out their <a href="http://www.php-gtk.eu/apps/">apps</a> and <a href="http://www.php-gtk.eu/code-snippets">code snippets</a> sections for more examples like these.
</p>]]></description>
      <pubDate>Mon, 02 Jul 2007 11:12:00 -0500</pubDate>
    </item>
  </channel>
</rss>
