<?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, 15 May 2008 22:05:41 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Eirik Hoem's Blog: Populate PDF templates with PHP / FPDF / FPDI]]></title>
      <guid>http://www.phpdeveloper.org/news/10141</guid>
      <link>http://www.phpdeveloper.org/news/10141</link>
      <description><![CDATA[<p>
<i>Eirik Hoem</i> recently <a href="http://blog.eirikhoem.net/index.php/2008/04/28/populate-pdf-templates-with-php-fpdf-fpdi/">pointed out</a> two libraries that can be used in PHP to generate PDF files dynamically - <a href="http://www.fpdf.org/">FPDF</a> and <a href="http://www.setasign.de/products/pdf-php-solutions/fpdi/">FPDI</a>.
</p>
<blockquote>
Ever wanted to generated PDF documents on the fly with PHP? Perhaps populate a standard contract with a customers name and address? FPDF and FPDI are two neat libraries which greatly helps when working with PDF files.
</blockquote>
<p>
FPDF handles most of the work of creating and working with the PDF files while FPDI works together with it to pull in existing PDF files so FPDF can modify them. He links to <a href="http://blog.eirikhoem.net/wp-content/uploads/2008/04/pdf_sample.zip">some sample code</a> you can try out once you've installed the two libraries.
</p>]]></description>
      <pubDate>Thu, 08 May 2008 11:11:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Announcing our new Magento book]]></title>
      <guid>http://www.phpdeveloper.org/news/10057</guid>
      <link>http://www.phpdeveloper.org/news/10057</link>
      <description><![CDATA[<p>
php|architect has <a href="http://c7y.phparch.com/c/entry/1/news,20080428-new_magento_book">announced the release</a> of a new book - the Guide to Programming Magento, now up for preorder:
</p>
<blockquote>
We're happy to announce the upcoming release of <a href="http://phparch.com/c/books/id/9780973862171">php|architect's Guide to Programming Magento</a>, the first comprehensive guide for developers who want to learn more about the Magento e-commerce platform.
</blockquote>
<p>
The book, by <i>Mark Kimsal</i> shows you how to install and successfully deploy a <a href="http://www.magentocommerce.com/">Magento</a> installation on your website. The preorder is available right now for a 15% discount and the full PDF version will be released on May 15th, 2008 (print on May 31st). Check out <a href="http://phparch.com/c/books/id/9780973862171">the product page</a> for more information and to reserve your copy today.
</p>]]></description>
      <pubDate>Mon, 28 Apr 2008 13:43:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP London: Three New Talks (MP3/PDF) Added]]></title>
      <guid>http://www.phpdeveloper.org/news/10023</guid>
      <link>http://www.phpdeveloper.org/news/10023</link>
      <description><![CDATA[<p>
The PHP London Conference group has posted three more mp3s of presentations given at this year's conference - one from <i>Scott MacVicar</i>, another from <i>Zoe Slattery</i> and the last from <i>Anthony Phillips</i>:
</p>
<ul>
<li><i>Scott MacVicar</i> talking about Sqlite3, explaining what it is and how it's best applied with PHP. [<a href="http://www.phpconference.co.uk/media/audio/Sqlite3_Scott_MacVicar.mp3">mp3</a>] [<a href="http://www.phpconference.co.uk/media/docs/Sqlite3_Scott_MacVicar.pdf">pdf</a>]
<li><i>Zoe Slattery</i> talking about testing PHP itself and how you can write tests to help improve PHP in the future. [<a href="http://www.phpconference.co.uk/media/audio/TestOrDie_Zoe_Slattery.mp3">mp3</a>] [<a href="http://www.phpconference.co.uk/media/docs/TestOrDie_Zoe_Slattery.pdf">pdf</a>]
<li><i>Anthony Phillips</i> talking about IBM's Project Zero, how it can give your existing code a new lease of life in a REST context amongst other subjects. [<a href="http://www.phpconference.co.uk/media/audio/Project_Zero_Anthony_Phillips.mp3">mp3</a>] [<a href="http://www.phpconference.co.uk/media/docs/ProjectZero.pdf">pdf</a>]
</ul>
<p>
Check out <a href="http://www.phpconference.co.uk/">the conference's site</a> for other great speakers and their sessions (with mp3s and pdfs).
</p>]]></description>
      <pubDate>Wed, 23 Apr 2008 11:19:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials: Easy PDF Generation in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9736</guid>
      <link>http://www.phpdeveloper.org/news/9736</link>
      <description><![CDATA[<p>
On the Developer Tutorials website, they're posted <A href="http://www.developertutorials.com/tutorials/php/easy-pdf-generation-in-php-8-02-27/page1.html">this new article</a> talking about a simple way to create PDFs with PHP:
</p>
<blockquote>
[PDFs] also serve as a perfect way of allowing your users to download or email a page from your website. In this tutorial, I'll show you how to generate PDF files in pure PHP and distribute your content in a single, consistent format.
</blockquote>
<p>
They look at the <a href="http://www.developertutorials.com/tutorials/php/easy-pdf-generation-in-php-8-02-27/page2.html">why</a> behind creating PDFs in PHP, what <a href="http://www.developertutorials.com/tutorials/php/easy-pdf-generation-in-php-8-02-27/page3.html">options</a> you have and <a href="http://www.developertutorials.com/tutorials/php/easy-pdf-generation-in-php-8-02-27/page4.html">an example</a> creating a basic "hello world" PDF.
</p>]]></description>
      <pubDate>Tue, 04 Mar 2008 09:57:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Raphael Stolt's Blog: Zend Framework coding standards on one page]]></title>
      <guid>http://www.phpdeveloper.org/news/9610</guid>
      <link>http://www.phpdeveloper.org/news/9610</link>
      <description><![CDATA[<p>
<i>Raphael Stolt</i>, in working on his component for the Zend Framework (based on the <a href="http://pear.php.net/package/PHP_CodeSniffer">PHP_CodeSniffer</a> PEAR package), pulled together all of the information Zend provides about their coding standards into one place.
</p>
<blockquote>
Before jumping into the development of a Zend Framework coding standard for the <a href="http://pear.php.net/package/PHP_CodeSniffer">PHP_CodeSniffer</a> Pear package, I spent some time revisiting and compiling the available Zend Framework <a href="http://framework.zend.com/manual/en/coding-standard.html">coding standards</a> into a handy one-paged Pdf document.
</blockquote>
<p>
You can <a href="http://raphael.stolt.googlepages.com/ZendFramework_coding_standards_on_on.pdf">download the file here</a> or, if you want something a bit more "spread out", check out <a href="http://framework.zend.com/manual/en/coding-standard.html">the coding standards</a> on the Zend Framework website.
</p>]]></description>
      <pubDate>Tue, 12 Feb 2008 07:59:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Kapustabrothers.com: Indexing PDF Documents with Zend_Search_Lucene]]></title>
      <guid>http://www.phpdeveloper.org/news/9472</guid>
      <link>http://www.phpdeveloper.org/news/9472</link>
      <description><![CDATA[<p>
As <a href="http://devzone.zend.com/article/3000-kapustabrothers.com---Indexing-PDF-Documents-with-Zend_Search_Lucene">mentioned</a> on the Zend Developer Zone, there's a <a href="http://www.kapustabrothers.com/2008/01/20/indexing-pdf-documents-with-zend_search_lucene/">new post</a> on kapustabrothers.com about a method for indexing all of those PDF files your site uses with the help of the Zend Framework's Zend_Search_Lucene component.
</p>
<blockquote>
along with many others have been trying and asking how to index and search PDF files. Once Zend released its Framework, which is a port of Java Lucene to PHP, I decided to jump on board and find a way to index and search PDF files.
</blockquote>
<p>
He uses the <a href="http://www.foolabs.com/xpdf/">XPDF</a> software to parse out the PDF files and the ZF component to do the actual indexing and searching. XPDF extracts key information from the PDF and puts it out to a new file where Zend_Search_Lucene can get to it. Example code is included to show the automatic creation of these details and how to add them to the component's index.
</p>]]></description>
      <pubDate>Wed, 23 Jan 2008 07:58:00 -0600</pubDate>
    </item>
  </channel>
</rss>
