<?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 07:41:20 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: The ABCs of Web Development]]></title>
      <guid>http://www.phpdeveloper.org/news/16053</guid>
      <link>http://www.phpdeveloper.org/news/16053</link>
      <description><![CDATA[<p>
NetTuts.com has posted what they call the <a href="http://net.tutsplus.com/articles/the-abcs-of-web-development/">ACBs of Web Development</a>, a list of technologies - one for each letter of the alphabet - that you as a web developer would do well to learn at least a little about.
</p>
<blockquote>
Web development can often be an utterly perplexing affair. Today, aimed at beginners, I'd like to introduce you to twenty six concepts or technologies, each mapping to a letter of the alphabet. Sounds wonky? It probably is!
</blockquote>
<p>Technologies in their list include:</p>
<ul>
<li><b>A</b>jax
<li><b>F</b>irebug
<li><b>K</b>eyword Optimization
<li><b>N</b>ode.js
<li><b>S</b>ource Control
<li><b>W</b>ordPress
</ul>
<p>
For each letter they've also included a few links to some related reading on the subject.
</p>]]></description>
      <pubDate>Wed, 16 Mar 2011 10:45:09 -0500</pubDate>
    </item>
    <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[PHPBuilder.com: The ABC's of PHP Part 4 - How Variable Am I?]]></title>
      <guid>http://www.phpdeveloper.org/news/12260</guid>
      <link>http://www.phpdeveloper.org/news/12260</link>
      <description><![CDATA[<p>
PHPBuilder.com has the next articles in their "ABCs of PHP" series posted today, a <a href="http://www.phpbuilder.com/columns/peter_shaw04012009.php3">look at variables</a> - what they are and how they're used.
</p>
<blockquote>
To many beginners the subject of variables is usually pretty scary, and often a reasonably difficult concept to grasp, the reason for this however is usually because most modern languages require some kind of indication as to what type of data a variable will hold, this in turn often confuses beginners because they don't know what type of data relates to what kind of type. 
</blockquote>
<p>
They describe variables (using sample assignments like strings and numbers) and talk some about scope and how it affects their visibility. There's also a brief mention of the superglobals there close to the end.
</p>]]></description>
      <pubDate>Thu, 02 Apr 2009 07:51:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: The ABC's of PHP Part 3 - Basic Script Building in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/12210</guid>
      <link>http://www.phpdeveloper.org/news/12210</link>
      <description><![CDATA[<p>
PHPBuilder.com has <a href="http://www.phpbuilder.com/columns/peter_shaw032309.php">posted the next article</a> in their "ABCs of PHP" series looking at some basic techniques for building your first scripts.
</p>
<blockquote>
Welcome to part 3 of my 10 part series on PHP. In the first two parts I introduced you to the language and to what software you needed to run it. In this episode we will look at some simple PHP syntax, and we'll write a couple of small scripts to get our feet wet, and get a feel for the language. 
</blockquote>
<p>
Their first script mixes HTML and PHP together to make a "Hello World" web page. They also give the example of a <a href="http://php.net/phpinfo">phpinfo</a> function call to get the settings for the current PHP installation.
</p>]]></description>
      <pubDate>Thu, 26 Mar 2009 07:56:40 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: The ABC's of PHP II - What do I need to make it work?]]></title>
      <guid>http://www.phpdeveloper.org/news/12137</guid>
      <link>http://www.phpdeveloper.org/news/12137</link>
      <description><![CDATA[<p>
<i>Peter Shaw</i> has <a href="http://www.phpbuilder.com/columns/peter_shaw031301.php">posted the second part</a> of his introductory series to PHP - "The ABCs of PHP". In this new article <i>Peter</i> looks at the installation and configuration of PHP on your platform of choice (Windows or Linux-based).
</p>
<blockquote>
PHP runs on all the major computing platforms available today, this includes all versions of windows, all the major linux distro's and a lot of specialist systems for devices like the Cobalt Raq and a lot of embedded devices. In this article however we will be concentrating on running PHP under the Apache and IIS web servers, which between the two covers approx 95% of the systems most people will have access to. 
</blockquote>
<p>
He uses packages on the linux installation to make things simple (for a basic Apache2 and PHP5) and the PHP and Apache binaries from each project on the Windows platform.
</p>]]></description>
      <pubDate>Mon, 16 Mar 2009 07:58:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: The ABC's of PHP: Introduction to PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/12035</guid>
      <link>http://www.phpdeveloper.org/news/12035</link>
      <description><![CDATA[<p>
PHPBuilder.com is starting off a new series today that, if you're new to the PHP language, aims to teach you everything you might need to know to get up to speed. Today they've posted <a href="http://www.phpbuilder.com/columns/peter_shaw20090226.php3">the first article</a> in the series, an introduction to the author (<i>Peter Shaw</i>) and a mention of what PHP can do for you.
</p>
<blockquote>
In this 10 part series, I'm going to take you through the basics of PHP and hopefully give you a taste of what such a versatile language can do. I am not, however, going to preach that PHP is the greatest thing since sliced bread. I'll let you decide that for yourself! 
</blockquote>
<p>
He introduces himself first, talking about some of his past experience with PHP and other various languages. He then goes on to talk about where PHP came from, a high-level look at how it works in both the web and command-line environments.
</p>]]></description>
      <pubDate>Fri, 27 Feb 2009 09:31:10 -0600</pubDate>
    </item>
  </channel>
</rss>
