<?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, 24 May 2012 15:25:36 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Matthew Weier O'Phinney's Blog: A Simple PHP Publish-Subscribe System]]></title>
      <guid>http://www.phpdeveloper.org/news/11580</guid>
      <link>http://www.phpdeveloper.org/news/11580</link>
      <description><![CDATA[<p>
In a <a href="http://weierophinney.net/matthew/archives/199-A-Simple-PHP-Publish-Subscribe-System.html">new post</a> to his blog <i>Matthew Weier O'Phinney</i> shares a simple publish-subscribe system he's created based on a feature of the Dojo toolkit using the Zend Framework to create an easy notification architecture.
</p>
<blockquote>
The system has elements of Aspect Oriented Programming (AOP), as well as the Observer pattern. Its power, however, is in the fact that an individual object does not need to implement any specific interface in order to act as either a Subject or an Observer; the system is globally available. 
</blockquote>
<p>
The script creates an object that publishes an event. This event then sends off messages to all of the other objects subscribing to it. A code example is included. You also can check out the code from <a href="http://github.com/weierophinney/phly/tree/master/Phly_PubSub">its page on github</a> (as a part of his Phly libraries) and play with it yourself.
</p>]]></description>
      <pubDate>Tue, 16 Dec 2008 10:23:26 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPWomen.org: PHPWomen.org Mailing Lists]]></title>
      <guid>http://www.phpdeveloper.org/news/9398</guid>
      <link>http://www.phpdeveloper.org/news/9398</link>
      <description><![CDATA[<p>
The PHPWomen have <a href="http://www.phpwomen.org/wordpress/2008/01/09/phpwomenorg-mailing-lists/">posted a reminder</a> about the mailing list that they're going to "dust off" and start using again (and suggest you do too!).
</p>
<p>
There's just the <a href="http://lists.omniti.com/mailman/listinfo/phpwomen">one list</a> currently (as hosted by omniti) but there's lots of subscribers. You can check out the <a href="http://lists.omniti.com/mailman/listinfo/phpwomen">signup page</a> for more information on the list and get access to some of the <a href="http://lists.omniti.com/pipermail/phpwomen/">archives</a> of previous topics.
</p>]]></description>
      <pubDate>Thu, 10 Jan 2008 15:28:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: DRM no more]]></title>
      <guid>http://www.phpdeveloper.org/news/9212</guid>
      <link>http://www.phpdeveloper.org/news/9212</link>
      <description><![CDATA[<p>
The folks over at php|architect have made an important announcement concerning something that might have kept you away from subscribing to them in the past - they're <a href="http://www.phparch.com/c/news/view/20071210-drm_no_more.src">dropping the DRM</a>.
</p>
<blockquote>
It seems a little strange to say (or write) it out loud, but, this month, php|architect turns five! To celebrate the release of our sixtieth issue (which was actually <a href="http://www.phparch.com/c/magazine/issue/62">November</a>), we have decided to remove all password protection from the PDFs you download from our sites (that is, both php|architect and Pymag).
</blockquote>
<p>
<i>Marco Tabini</i> (publisher of the magazine) explained some of the reasoning behind the shift as fixing something that "has become a liability for us and a nuisance for our readers". They've made it so that not only will the future issues coming out of the group be password-less but you can also redownload the older issues without the password they previously had.
</p>
<p>
If you haven't gotten a chance to check out this great PHP-centered publication, check out <a href="http://www.phparch.com/c/magazine/issue/54">their free issue</a> to get an idea of what they have in store. Subscribing is easy - just <a href="http://www.phparch.com/c/magazine/subscribe">check out their options</a> and pick the one that's right for you - either print or PDF!
</p>]]></description>
      <pubDate>Mon, 10 Dec 2007 15:24:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[ONLamp.com: Introduction to Flex Using PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8295</guid>
      <link>http://www.phpdeveloper.org/news/8295</link>
      <description><![CDATA[<p>
O'Reilly's ONLamp.com website has <a href="http://www.onlamp.com/pub/a/onlamp/2007/07/19/introduction-to-flex-using-php.html?CMP=OTC-6YE827253101&ATT=Introduction+to+Flex+Using+PHP">posted a new tutorial</a> that merges PHP with another powerful web technology - Flex.
</p>
<blockquote>
With all the hype (and money) surrounding buzzword terms like Web 2.0 and Rich Internet Applications (RIA), it's easy to wonder, "How can I integrate that into my PHP application?" Certainly, Asynchronous JavaScript and XML (Ajax) technologies that use JavaScript code are a good option. But you should also have a look at the Adobe Flex framework. With Flex, you can quickly build functional, attractive user interfaces in Adobe Flash that communicate to your PHP web application through XML.
</blockquote>
<p>
They <a href="http://www.onlamp.com/pub/a/onlamp/2007/07/19/introduction-to-flex-using-php.html?CMP=OTC-6YE827253101&ATT=Introduction+to+Flex+Using+PHP">go through the usual</a> of showing what Flex is and how it flows in a web application. From there, they move into the tutorial portion - installing the Flex Builder software, creating a new project, testing using Flex Builder and the construction of a sample application (store/access a list of subscribers).
</p>]]></description>
      <pubDate>Fri, 20 Jul 2007 10:23:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Security Tip #21 (Subscribe to BugTraq)]]></title>
      <guid>http://www.phpdeveloper.org/news/7554</guid>
      <link>http://www.phpdeveloper.org/news/7554</link>
      <description><![CDATA[<p>
The latest Security Tip has <a href="http://devzone.zend.com/node/view/id/1882">been posted</a> on the Zend Developer Zone about the importance of the SecurityFocus newsletter.
</p>
<blockquote>
Today's PHP security tip is short, sweet and easily actionable. It fits in well with the theme of the last one, to stay vigilant. Here's another resource for you to consider: If you are not already subscribed, you should subscribe to the Security Focus newsletter.
</blockquote>
<p>
He <a href="http://www.securityfocus.com/archive">links to</a> their signup page and points out the most useful of their offerings - the BugTraq list.
</p>
<blockquote>
BugTraq is a full disclosure moderated mailing list for the detailed discussion and announcement of computer security vulnerabilities: what they are, how to exploit them, and how to fix them.
</blockquote>]]></description>
      <pubDate>Tue, 03 Apr 2007 11:20:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: The Pro::PHP Podcast Returns]]></title>
      <guid>http://www.phpdeveloper.org/news/7487</guid>
      <link>http://www.phpdeveloper.org/news/7487</link>
      <description><![CDATA[<p>
There's some great news from the folks over at php|architect magazine today - the <a href="http://hades.phparch.com/hermes/public/viewnews/index.php?id=3364">return of the Pro::PHP podcast</a> with co-hosts <i>Sean Coates</i> and <i>Paul Reinheimer</i> at the helm.
</p>
<blockquote>
<p>
After a 3+ month hiatus, the podcast is back with a newscast on happenings in the PHP world. We've committed to a newscast every two weeks (every second Thursday), starting today.
</p>
<p>
For all you who have written in to say you miss it, thank you. Your support and inquiries pushed us to get back on track.
</p>
</blockquote>
<p>
Just like before, you can check out <a href="http://podcast.phparch.com/main/index.php/main">the main website</a> to get the full details on the podcast (and upcoming shows) and grab <a href="http://podcast.phparch.com/podcast/audio/20070322.mp3">this latest show</a> for your enjoyment. Oh, and if you want to subscribe - here's the feed: http://podcast.phparch.com/podcast/rss/index.xml
</p>]]></description>
      <pubDate>Thu, 22 Mar 2007 12:13:00 -0500</pubDate>
    </item>
  </channel>
</rss>

