<?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 07:30:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPSnippets.info: Convert currencies using PHP, Google and cURL]]></title>
      <guid>http://www.phpdeveloper.org/news/14809</guid>
      <link>http://www.phpdeveloper.org/news/14809</link>
      <description><![CDATA[<p>
From the PHPSnippets.info site there's a <a href="http://www.phpsnippets.info/convert-currencies-using-php-google-and-curl">recent post</a> about using a conversion tool from Google to convert currency values from one type to another.
</p>
<blockquote>
Just a few people know that Google have a built-in currencies calculator. (Just type 100$ in euros in Google search box if you want to test it) This calculator works very well, so what about using PHP and cURL and get this functionnality in your own web app?
</blockquote>
<p>
The script makes a cURL request over to the Google API's calculator feature and passes in the amount to convert and the codes for the "to" and "from" (like USA, CAD or EUR). You'll need cURL support in your PHP installation to use the script, but it wouldn't be all that difficult to modify it to use a basic socket connection too.
</p>]]></description>
      <pubDate>Mon, 19 Jul 2010 08:16:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevX.com: Base Concepts of Internationalization in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10821</guid>
      <link>http://www.phpdeveloper.org/news/10821</link>
      <description><![CDATA[<p>
The DevX website has recently posted <a href="http://www.devx.com/webdev/Article/38732">this tutorial</a> - a look at simple internationalization for your website.
</p>
<blockquote>
If you develop Web applications that have an international target audience, then you have to take internationalization into account'"a process that includes avoiding date/time or currency confusions and delivering all text pertinent to the user interface in the user's preferred language. Applications that can grow international traffic and improve revenue must respect their clients' needs.
</blockquote>
<p>
They use the I18N PEAR package to handle most of the hard work and include the howto on grabbing the package, the structure and how to use it to get a country name from a code, work with the translation of numbers, currency and changing up date/time strings.
</p>]]></description>
      <pubDate>Wed, 13 Aug 2008 09:37:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[P&aacute;draic Brady's Blog: Zend_Service_Currency Proposal]]></title>
      <guid>http://www.phpdeveloper.org/news/6340</guid>
      <link>http://www.phpdeveloper.org/news/6340</link>
      <description><![CDATA[<p>
P&aacute;draic Brady, looking ahead to the work he will be doing over the next few months, is proposing <a href="http://blog.quantum-star.com/index.php?/archives/233-Zend_Service_Currency-Proposal.html">on his blog</a> about a new Zend Framework component - Zend_Service_Currency.
</p>
<blockquote>
<p>
I did a quick check on what PHP classes are available for the purpose. There's really not a whole lot out there. There's a PEAR class along the lines I need, but it's released under the PHP License and, not to be too argumentative, I prefer non-PEAR solutions where the end-user may have no access to update PEAR.
</p>
<p>
So since the project is planned to use the Zend Framework, I shot off a mail to the Framework's fw-general mailing list to see if it would be a worthwhile contribution.
</p>
</blockquote>
<p>
He <a href="http://blog.quantum-star.com/index.php?/archives/233-Zend_Service_Currency-Proposal.html">sees that someone else</a> had already opened a proposal for the same idea and decided to join with that group to work up the module. He also links to <a href="http://www.zend.com/lists/fw-general/200609/msg00549.html">his original proposal</a> and gives a brief overview of the goals of the package.
</p>]]></description>
      <pubDate>Fri, 22 Sep 2006 13:27:39 -0500</pubDate>
    </item>
  </channel>
</rss>
