<?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, 16 May 2008 00:17:29 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Maarten Balliauw's Blog: Reuse Excel business logic with PHPExcel]]></title>
      <guid>http://www.phpdeveloper.org/news/10115</guid>
      <link>http://www.phpdeveloper.org/news/10115</link>
      <description><![CDATA[<p>
<i>Maarten Balliauw</i> has <a href="http://blog.maartenballiauw.be/post/2008/03/Reuse-Excel-business-logic-with-PHPExcel.aspx">made a new blog post</a> today about a method he's using to help reuse some of the business logic that Excel spreadsheets can have in a PHP script with help from <a href="http://www.codeplex.com/PHPExcel">PHPExcel</a>.
</p>
<blockquote>
In many companies, business logic resides in Excel. This business logic is sometimes created by business analysts and sometimes by business users who want to automate parts of their everyday job using Excel. [...] Did you know you can use PHPExcel to take advantage of the Excel-based business logic without having to worry about duplicate business logic?
</blockquote>
<p>
He creates a <a href="http://examples.maartenballiauw.be/phpexcel4business/phpexcel4business.zip">quick example</a> of a script that can take in an Excal file and pull it into a PHPExcel object, ready for manipulation. He fills in values for the already defined fields (like "carColor" or "leatherSeats") and uses the getCalculatedValue method to perform the action on the cell. The output is dropped into a variable that can be echoed out or used later on in the PHP script.
</p>]]></description>
      <pubDate>Tue, 06 May 2008 07:51:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ivo Jansch's Blog: Small country, big in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10065</guid>
      <link>http://www.phpdeveloper.org/news/10065</link>
      <description><![CDATA[<p>
If you're in the area of The Netherlands and you're into PHP, consider yourself lucky - just look at <a href="http://www.jansch.nl/2008/04/27/small-country-big-in-php/">all the events</a> that <i>Ivo Jansch</i> mentions in one of his more recent blog entries:
</p>
<blockquote>
PHP is still growing in The Netherlands (according to nexen.net, 46% of Dutch domains use PHP). A good indicator of PHP's growth is the number of conferences and other events that are organized this year. [...] This year alone, there are already 6 major (>50) events; 3 done, 3 to go.
</blockquote>
<p>
Some of the events (like Dutch Joomla Days and the PHP Business Seminar) have already passed but there's still a chance to get in on a few others like <a href="http://www.kingsofcode.nl/">Kings of Code</a> and the <a href="http://www.phpconference.nl/">Dutch PHP Conference</a>.
</p>]]></description>
      <pubDate>Tue, 29 Apr 2008 12:03:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: IBuildings/Sogeti PHP Business Seminar]]></title>
      <guid>http://www.phpdeveloper.org/news/10037</guid>
      <link>http://www.phpdeveloper.org/news/10037</link>
      <description><![CDATA[<p>
<i>Cal Evans</i> (of the Zend Developer Zone) has <a href="http://devzone.zend.com/article/3435-IBuildingsSogeti-PHP-Business-Seminar">written up</a> a summary of an event he recently attend and spoke at in the Netherlands - the PHP Business Seminar.
</p>
<blockquote>
I've just returned from my second trip to the Netherlands and, as with the first one, I had a wonderful time. This time, I was honored to speak at the <a href="http://www.phpseminar.nl/">PHP Business Seminar</a> put on as a joint project by <a href="http://www.ibuildings.nl/">IBuildings</a> and <a href="http://www.sogeti.com/">Sogeti</a>.
</blockquote>
<p>
He <a href="http://devzone.zend.com/article/3435-IBuildingsSogeti-PHP-Business-Seminar">talks about</a> the conference, some of the presentations (a bit of which he caught, they were all in Dutch) and his experience presenting - twice, once with Red Bull and once without. If you want a bit more detail (and the slides from his talk) check out <A href="http://feeds.feedburner.com/~r/PostcardsFromMyLife/~3/277242531/">Cal's post</a> on his personal blog too.
</p>]]></description>
      <pubDate>Fri, 25 Apr 2008 07:52:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Welovelocal.com offers SOAP API (with PHP examples)]]></title>
      <guid>http://www.phpdeveloper.org/news/8049</guid>
      <link>http://www.phpdeveloper.org/news/8049</link>
      <description><![CDATA[<p>
<i>David Mytton</i> submitted some information in an email to us today pointing out a new UK-based website, <a href="http://www.welovelocal.com/">WeLoveLocal.com</a>, and a SOAP API that they offer:
</p>
<blockquote>
welovelocal.com is essentially the Yellow Pages written by your
friends. It provides a full directory of UK businesses (currently
London only but launching across the UK shortly) and contextualises
the reviews, and a network of friends around you. 
</blockquote>
<p>
The <a href="http://www.welovelocal.com/developers/soap">SOAP API</a> allows you to query the sites data stores with different functions that let you get businesses by a search term, get their reviews and search the businesses based on a category and a search term. The reference page includes the input and output values of the API as well as some sample PHP code to show you how to make the request (using the SOAP functionality in PHP5).
</p>]]></description>
      <pubDate>Thu, 14 Jun 2007 13:38:13 -0500</pubDate>
    </item>
  </channel>
</rss>
