<?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, 22 May 2013 16:19:18 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone:  AJAX Chat Part Tutorial 6 : Updating the User List]]></title>
      <guid>http://www.phpdeveloper.org/news/7051</guid>
      <link>http://www.phpdeveloper.org/news/7051</link>
      <description><![CDATA[<p>
The Zend Developer Zone has posted the <a href="http://devzone.zend.com/node/view/id/1532">second to last part</a> of their Ajax chat tutorial today. This time, they focus on updating the list of users currently in the chat.
</p>
<blockquote>
Updating the user list should occur whenever the user adds a new chat message or refreshes the chat window. Since we already use the MessageAction() method on our PHP IndexController class to forward such responses to the browser, we'll simply amend it to also return a list of currently online users.
</blockquote>
<p>
They <a href="http://devzone.zend.com/node/view/id/1532">start by</a> altering the MessageAction controller to handle the fetching of online users and split out the code to grab the latest messages into a getNewMessages function. They check who is online by looking at the last messages to the queue (not reliable, but about as good as it can get with a stateless protocol). Finally, they update the handleRefresh method to execute the new "find online users" code as pass it on to the output view.
</p>]]></description>
      <pubDate>Mon, 08 Jan 2007 13:14:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Understanding the Zend Framework (Parts 5 & 6)]]></title>
      <guid>http://www.phpdeveloper.org/news/6114</guid>
      <link>http://www.phpdeveloper.org/news/6114</link>
      <description><![CDATA[<p>
The IBM developerWorks site has continued on with its "Understanding the Zend Framework" series with spotlights on two new bits of functionality - creating PDFs and sending emails from inside the framework.
</p>
<p>
In <a href="http://www-128.ibm.com/developerworks/edu/os-dw-os-php-zend5.html">this part of the series</a> (part 5) they show how to:
<ul>
<li>create PDFs
<li>use positioning in adding text, graphics, and shapes to the document
<li>manage long blocks of text
<li>stream out a dynamic PDF to the browser
<li>add information to an existing PDF document
</ul>
</p>
<p>
<a href="http://www-128.ibm.com/developerworks/library/os-php-zend6/index.html">Part six</a> picks up where the previous part left off and includes information on working with emails in the Zend Frameork. They look at the Zend_Mail component and, making some minor changes to the application they've been constructing (the feed reader). They create an email notification to the user when a feed has been updated.
</p>
<p>
Code examples and the source code for both of these sections are provided.
</p>]]></description>
      <pubDate>Wed, 23 Aug 2006 07:50:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Using XML - Part 6: Validation]]></title>
      <guid>http://www.phpdeveloper.org/news/5837</guid>
      <link>http://www.phpdeveloper.org/news/5837</link>
      <description><![CDATA[<p>
PHPBuilder.com has posted <a href="http://www.phpbuilder.com/columns/adam_delves20060719.php3">part six</a> of their "Using XML" series today with a focus on validation techniques using both normal PHP abilities and the XSL functionality in PHP5 with the Schematron language.
</p>
<blockquote>
This series has so far focused on XML technologies and how they can be utilised using PHP 5. A subject we have not touched upon yet, is XML validation. This article will explore the application independent XML validation standards of DTD's, the XML Schema Language and the XSLT-based Schematron language.
</blockquote>
<p>
They point back to <a href="http://www.phpbuilder.com/columns/adam_delves20060206.php3?aid=1084">part one</a> of the series for the XML library they'll use and waste no time getting right into the code. <a href="http://www.phpbuilder.com/columns/adam_delves20060719.php3">They demonstrate</a> a simple validation first before moving on to the use of DTDs to ensure the correct content. Next up is more work with the XML schemas continuing on to the Schematron functionality (their use and validation).
</p>]]></description>
      <pubDate>Thu, 20 Jul 2006 09:46:37 -0500</pubDate>
    </item>
  </channel>
</rss>
