<?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>Fri, 24 May 2013 04:55:31 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[WaxJelly Blog:  The easiest way to scrape details from a MySpace profile page with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7462</guid>
      <link>http://www.phpdeveloper.org/news/7462</link>
      <description><![CDATA[<p>
From the WaxJelly blog today comes <a href="http://waxjelly.wordpress.com/2007/03/17/scrape-details-from-a-myspace-profile/">a handy bit of code</a> for anyone out there looking to scrape details from just about any MySpace page out there (quick and easy).
</p>
<blockquote>
It's amazing how just a little optimization on the part of myspace makes crawling their site so much easier. We're going to scrape the user detail (name, age, sex, etc..) from a profile, using the header info...
</blockquote>
<p>
The <a href="http://waxjelly.wordpress.com/2007/03/17/scrape-details-from-a-myspace-profile/">script</a> grabs the contents of the given URL, loops through, pulls out the meta tag information and uses that as a key to grab the rest of the user's information (including name, age, city, state, etc).
</p>]]></description>
      <pubDate>Tue, 20 Mar 2007 10:41:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: 30 Minutes with Andrei Zmievski]]></title>
      <guid>http://www.phpdeveloper.org/news/6180</guid>
      <link>http://www.phpdeveloper.org/news/6180</link>
      <description><![CDATA[<p>
Continuing in his series of interviews from this year's OSCON, <i>Cal Evans</i> has posted <a href="http://devzone.zend.com/node/view/id/874">this new interview</a> he did with <i>Andrei Zmievski</i>.
</p>
<blockquote>
This is another entry in the series of interviews I did at OSCON 2006. This time, I was privileged to sit down with Andrei Zmievski and talk about Unicode, Yahoo and other PHP topics. Andrei is a native of Uzbekistan and came to the US to study when he was 16 years old. He now works at Yahoo on their Infrastructure team and is pursuing a Master's degree in Linguistics.
</blockquote>
<p>
They <a href="http://devzone.zend.com/node/view/id/874">talk about</a> Unicode for PHP6 (<i>Andrei</i>'s big push), the status and some specifics of the project, his work wth Yahoo!, a look towards the future of PHP, and some of <i>Andrei</i>'s personal background - including how he came to the PHP community.
</p>]]></description>
      <pubDate>Wed, 30 Aug 2006 13:34:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SearchOpenSource.com: Automating Amazon research with the Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/5838</guid>
      <link>http://www.phpdeveloper.org/news/5838</link>
      <description><![CDATA[<p>
On the SearchOpenSource.com site today, there's <a href="http://searchopensource.techtarget.com/tip/0,289483,sid39_gci1201528,00.html">this new article</a> combining two popular things together to make one powerful and productive tool using the Amazon web services and the Zend Framework.
</p>
<blockquote>
<p>
Web frameworks have been all the rage lately, and for good reason. They eliminate a great deal of the mindless repetition involved in creating Web applications large and small.
</p>
<p>
Spurred on by the enormous success of <a href="http://www.rubyonrails.org/">Rails</a>, PHP developers have been hard at work creating a number of framework solutions. Notable efforts include <a href="http://www.cakephp.org/">Cake</a>, <a href="http://www.symfony-project.com/">Symfony</a>, and, more recently, the <a href="http://framework.zend.com/">Zend Framework</a>. 
</p>
</blockquote>
<p>
They <a href="http://searchopensource.techtarget.com/tip/0,289483,sid39_gci1201528,00.html">start with the output</a> of the scripts, two tables worth of data - a list of the sales rank and the details on a specific book. Then it's on to the good stuff - the creation of the controller to connect to Amazon, the views to output the data, and the method to make the request and populate the database.
</p>]]></description>
      <pubDate>Thu, 20 Jul 2006 11:40:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Scott Mattocks' Blog: Pro PHP-GTK Now Available]]></title>
      <guid>http://www.phpdeveloper.org/news/5231</guid>
      <link>http://www.phpdeveloper.org/news/5231</link>
      <description><![CDATA[<p>
PHP-GTK users can now rejoice (or even those that want to become PHP-GTK users)! According to <i>Scott Mattocks</i> (the author), the PHP-GTK book is <a href="http://crisscott.com/2006/04/24/pro-php-gtk-now-available/">now available</a>.
</p>
<quote>
<i>
<p>
<a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/1590596137&tag=crisscottcom-20&camp=1789&creative=9325">Pro PHP-GTK</a> is now available. <a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/1590596137&tag=crisscottcom-20&camp=1789&creative=9325">Pro PHP-GTK</a> was written to provide the reader with an understanding of the fundamentals of <a href="http://gtk.php.net">PHP-GTK</a>. This approach empowers the user with the ability to create applications not by just copying and modifying the examples but by understanding what tools are available to solve a problem and how different pieces of the puzzle work together. 
</p>
<p>
The book goes into the details of parent and child relationships, signals and events, layout, displaying and collecting different types of data and customizing the look and feel of an application.
</i>
</quote>
<p>
<i>Scott</i> also includes links to a <a href="http://apress.com/book/supplementDownload.html?bID=10072&sID=3453">table of contents</a> [pdf] for the book and a <a href="http://apress.com/book/supplementDownload.html?bID=10072&sID=3454">sample chapter</a> for those wanting to try before you buy.
</p>]]></description>
      <pubDate>Mon, 24 Apr 2006 12:40:51 -0500</pubDate>
    </item>
  </channel>
</rss>
