<?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>Wed, 19 Jun 2013 20:08:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHP-GTK Community: Click Coordinates & Grabbing Screenshots]]></title>
      <guid>http://www.phpdeveloper.org/news/8767</guid>
      <link>http://www.phpdeveloper.org/news/8767</link>
      <description><![CDATA[<p>
The PHP-GTK Community website has two new posts they've made recently - one concerning clicking on images and the other about grabbing screenshots:
</p>
<ul>
<li><a href="http://www.php-gtk.eu/node/197">Getting (x,y) coordinates when clicking on images</a> - I wrote an application where the user clicks on a GtkImage, and I want to know *where* the user clicked. Here's a simple object extending GtkAlignment.
<li><a href="http://www.php-gtk.eu/code-hints/grabbing-a-screenshot-with-gdk">Grabbing a screenshot with Gdk</a> - Need to grab a screenshot in your program? Or maybe you just need to create an image from an existing GtkWidget. There's an easy way to accomplish both tasks using GdkPixbuf::get_from_drawable();
</ul>
<p>
Check out the <a href="http://www.php-gtk.eu/">rest of the site</a> for more reference, applications and information for the PHP-GTK community.
</p>]]></description>
      <pubDate>Tue, 02 Oct 2007 12:54:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Building the Index Page for a PHP Email Application]]></title>
      <guid>http://www.phpdeveloper.org/news/6668</guid>
      <link>http://www.phpdeveloper.org/news/6668</link>
      <description><![CDATA[<p>
DevShed is continuing their look at the creation of an email application with the <a href="http://www.devshed.com/c/a/PHP/Building-the-Index-Page-for-a-PHP-Email-Application/">third part</a> of the series. It looks at building the main index page of the application as well as some of the sub-pages that it links to for other features.
</p>
<blockquote>
The index page displays the newly downloaded messages in a table with five columns. These columns list (among other things) the date, subject and from field of the messages. 
</blockquote>
<p>
They break out the actions the page takes when someone logs in/views email - grab user info, grab messages, and display the navigation panels. Since they've already looked at the first of the list in a <a href="http://www.phpdeveloper.org/news/6621">previous tutorial</a>, they cover the last two, showing how to create the navigation (and some sub-pages) and how to grab all of the messages for the currently logged in user.
</p>]]></description>
      <pubDate>Wed, 08 Nov 2006 10:29:20 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPied.com: Getting an RSS feed with the Zend framework 0.1.1]]></title>
      <guid>http://www.phpdeveloper.org/news/4938</guid>
      <link>http://www.phpdeveloper.org/news/4938</link>
      <description><![CDATA[For anyone that's been looking for a "real life" example of how to use the recently release version of the <a href="http://framework.zend.com/">Zend Framework</a>, phpied.com has <a href="http://www.phpied.com/rss-feed-zend-framework/">this posting</a> with details on the construction of an RSS reader with its help.
<p>
<quote>
<i>
In case you've missed it, the fisrt pre-release of the <a href="http://framework.zend.com/">Zend PHP framework</a> went public. I briefly looked into it and here's a quick example to get you started.
</i>
</quote>
<p>
He <a href="http://www.phpied.com/rss-feed-zend-framework/">steps you through</a> the download/install of the framework and how to set your include path so as not to have any issues. He uses Zend's "Feed" package to import the RSS feed loop through it, and dump the values into an array. It's a very simple reader, but it's done in only about 25 lines of code (complete with exception catching for the feed read).]]></description>
      <pubDate>Mon, 06 Mar 2006 07:24:57 -0600</pubDate>
    </item>
  </channel>
</rss>
