<?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, 25 May 2013 06:00:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Server-Side HTML Handling Using phpQuery]]></title>
      <guid>http://www.phpdeveloper.org/news/18082</guid>
      <link>http://www.phpdeveloper.org/news/18082</link>
      <description><![CDATA[<p>
PHPMaster.com has a new tutorial today showing how you can <a href="http://phpmaster.com/server-side-html-handling-using-phpquery/">use phpQuery to work with HTML</a> in your application. <a href="http://code.google.com/p/phpquery/">phpQuery</a> is a server-side CSS-selector-driven based on jQuery's API.
</p>
<blockquote>
Think about how you can change and manipulate the generated HTML using server-side PHP code. phpQuery is the ultimate solution that will come to your mind. If you haven't heard about phpQuery, you may be interested in this article since I am going to give you a brief introduction to phpQuery and explain how you can use it in real-world projects.
</blockquote>
<p>
The tutorial shows you how to generate a simple table with alternating row colors (zebra) and column headers from an array of product information. They also talk a bit about why using something server-side like this is important (over something client-side like jQuery) - how it can make things easier by keeping the "business logic" all in one place, leaving your frontend to do what it does best.
</p>]]></description>
      <pubDate>Tue, 12 Jun 2012 10:58:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPImpact Blog: PHP Simple HTML DOM Parser (jQuery Style)]]></title>
      <guid>http://www.phpdeveloper.org/news/10793</guid>
      <link>http://www.phpdeveloper.org/news/10793</link>
      <description><![CDATA[<p>
On the PHP::Impact blog today <i>Federico</i> <A href="http://phpimpact.wordpress.com/2008/08/07/php-simple-html-dom-parser-jquery-style/">points out</a> a few HTML DOM parsers that work similar to <a href="http://www.jquery.com">jQuery</a>:
</p>
<ul>
<li>the <a href="http://simplehtmldom.sourceforge.net/">Simple HTML DOM Parser</a>
<li><a href="http://framework.zend.com/manual/en/zend.dom.query.html">Zend_Dom_Query</a>
<li><a href="http://code.google.com/p/phpquery/">phpQuery</a>
</ul>
<p>
Check out a <a href="http://www.developertutorials.com/blog/php/easy-screen-scraping-in-php-simple-html-dom-library-simplehtmldom-398/">previous tutorial</a> of his for more information on using DOM parsers to scrape information from remote sites.
</p>]]></description>
      <pubDate>Fri, 08 Aug 2008 12:03:55 -0500</pubDate>
    </item>
  </channel>
</rss>
