<?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>Sun, 19 May 2013 11:54:12 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Math & Number Handling in PHP - The ABCs of PHP Part 6 ]]></title>
      <guid>http://www.phpdeveloper.org/news/12383</guid>
      <link>http://www.phpdeveloper.org/news/12383</link>
      <description><![CDATA[<p>
On PHPBuilder.com today they've <a href="http://www.phpbuilder.com/columns/peter_shaw04202009.php3">posted the next article</a> in their "ABCs of PHP" series. This time they focus on math and number handling.
</p>
<blockquote>
Last time we looked at text and strings in variables, in this episode we're going to continue with our exploration of PHP variables and delve deeper into math and number handling in PHP. Using numbers is not much different to using text and strings, you allocate variables and fill them in, using exactly the same techniques as you do using strings & text. 
</blockquote>
<p>
They covers some of the basic operators (+,-,*,etc), evaluation with equals, number shifting, binary and creating a "barrel shifter" to work with the binary bits of a number.
</p>]]></description>
      <pubDate>Wed, 22 Apr 2009 07:57:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sara Golemon's Blog: Fun with unicode]]></title>
      <guid>http://www.phpdeveloper.org/news/8347</guid>
      <link>http://www.phpdeveloper.org/news/8347</link>
      <description><![CDATA[<p>
<i>Sara Golemon</i>, being interested in Unicode as she is, <a href="http://blog.libssh2.org/index.php?/archives/69-Fun-with-unicode.html">decided to investigate further</a> when she saw <a href="http://blog.milkfarmsoft.com/?p=63">a recent post</a> about issues with Unicode math symbols:
</p>
<blockquote>
Being a whimsical sort, I decided that actually <a href="http://blog.libssh2.org/uploads/fun-with-unicode.diff">implementing his request</a> would be more fun than simply pish-poshing it. I'm not suggesting this be part of PHP6 (I still don't personally think it's a good idea), but it's a fun exercise and good for a conversation starter...
</blockquote>
<p>
There's several things she can <a href="http://blog.libssh2.org/index.php?/archives/69-Fun-with-unicode.html">now do</a> with the special characters including dumping out the results of divisions, comparisons and fractions natively.
</p>]]></description>
      <pubDate>Mon, 30 Jul 2007 08:45:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: TypeKey and Big-Number Math: Yay Wez!]]></title>
      <guid>http://www.phpdeveloper.org/news/7318</guid>
      <link>http://www.phpdeveloper.org/news/7318</link>
      <description><![CDATA[<p>
<i>Paul Jones</i> is <a href="http://paul-m-jones.com/blog/?p=242">rejoicing a bit</a> about the OpenID and Typekey functionality <i>Wez Furlong</i> <a href="http://www.phpdeveloper.org/news/7267">shared</a> just the other day on his blog.
</p>
<blockquote>
Wez Furlong gives us <a href="http://netevil.org/node.php?nid=949">good news</a> about implementing the math functions needed to support TypeKey and OpenID more directly within PHP.
</blockquote>
<p>
<i>Paul</i> also mentions that the <a href="http://solarphp.com/">Solar framework</a> has also had the Typekey support integrated for a while now (as an adapter) that uses the "big-number math functions" currently available to PHP developers. <i>Wez</i>'s solution, however, would just about make those obsolete.
</p>]]></description>
      <pubDate>Wed, 21 Feb 2007 08:26:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP Gotchas!]]></title>
      <guid>http://www.phpdeveloper.org/news/5232</guid>
      <link>http://www.phpdeveloper.org/news/5232</link>
      <description><![CDATA[<p>
The Zend Developer Zone has a <a href="http://devzone.zend.com/node/view/id/168">new post</a> for those out there struggling with the small stuff. You've got the language down and you're learning the syntax, but there's still a few things that elude your grasp. If this is you, check out <a href="http://devzone.zend.com/node/view/id/168">their list</a> of "PHP Gotchas" to see if your problem is on there.
</p>
<quote>
<i>
<p>
Call them obscure, call them pointless, call them "newb mistakes." Whatever you call them, you've more than likely been tripped up at some point in your PHP coding journey by seemingly odd or illogical behaviors of the language. With PHP being a loosely-typed language, funny things are bound to happen. 
</p>
<p>
PHP is an easy language to pick up for the casual coder--things should "just work." But not everyone comes into PHP development with a strong programming background, so here are some charming examples of ways PHP can trip you up if you aren't careful. Put on your thinking caps--here comes the science!
</p>
</i>
</quote>
<p>
Included in <a href="http://devzone.zend.com/node/view/id/168">their list</a> of common problems for budding PHP developers are things like finding a "needle" in a string "haystack", working with constants, using and/or, and the __toString functionality in PHP5.
</p>]]></description>
      <pubDate>Mon, 24 Apr 2006 12:49:58 -0500</pubDate>
    </item>
  </channel>
</rss>
