<?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, 21 Nov 2008 23:16:48 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Making the Web Blog: Becoming PHP 6 Compatible]]></title>
      <guid>http://www.phpdeveloper.org/news/9179</guid>
      <link>http://www.phpdeveloper.org/news/9179</link>
      <description><![CDATA[<p>
On the Making the Web blog, there's <a href="http://bitfilm.net/2007/09/21/becoming-php-6-compatible/">this post</a> that talks about looking forward with your code and making it ready for when PHP6 comes around.
</p>
<blockquote>
If you want to make use of PHP 6 when it comes, you're going to have to write your new scripts so they are compatible, and possibly change some of your existing scripts. To start making your scripts PHP 6 compatible, I've compiled a list of tips to follow when scripting.
</blockquote>
<p>
There's only five things in his list (like "stop using magic_quotes" and "don't register long arrays") but the comments provide many more additional gotchas to look out for and new features that will be included.
</p>]]></description>
      <pubDate>Wed, 05 Dec 2007 11:13:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[International PHP Magazine: November 2006 Issue Released]]></title>
      <guid>http://www.phpdeveloper.org/news/6666</guid>
      <link>http://www.phpdeveloper.org/news/6666</link>
      <description><![CDATA[<p>
From the International PHP Magazine, the <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26532,nodeid,5.html">latest issue</a> has been released - November 2006 - and is available for order over on their website.
</p>
<p>
Contents of this edition include:
<ul>
<li>The cover story, "Automated Tests with PHPUnit 2" by <i>Stefan Priebsch</i>
<li><i>Elizabeth Naramore</i>'s "Freelancers Corner"
<li><i>Marc Isikoff</i> talking about "Strings and Arrays"
<li><i>Arjen Lentz</i> looking at the transactional storage engine, Falcon, that MySQL offers
</ul>
You can check out the <a href="http://www.php-mag.net/magphpde/psecom,id,20,archive,2,noeid,20,.html">full table of contents</a> to see what else the issue has in store, or just <a href="https://www.entwickler.com/ssl/pdf/">head over</a> and subscribe to this great PHP publication.
</p>]]></description>
      <pubDate>Wed, 08 Nov 2006 08:57:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[KillerPHP Blog: PHP Video: Processing Forms with PHP - part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/6160</guid>
      <link>http://www.phpdeveloper.org/news/6160</link>
      <description><![CDATA[<p>
The KillerPHP Blog is back today with another video, this time it's <a href="http://www.killerphp.com/articles/php-video-processing-forms-with-php-part-2/">part two</a> of a very useful topic, expecially for those just learning PHP - processing forms with PHP from <i>Stefan Mischook</i>.
</p>
<blockquote>
<p>
Having covered the basics of forms in the first video, I now jump into the actual PHP code and introduce (for the first time) a built-in PHP construct called 'Super Globals'.
</p>
<p>
We learn that Super Globals are <a href="http://www.killerphp.com/videos/06_arrrays_part_2/06_arrrays_part_2.html">associative arrays</a> (that they hold lots of useful information,) that are automatically created by the PHP engine. 
</p>
</blockquote>
<p>
You can <a href="http://www.killerphp.com/videos/08_html_forms/08_html_forms.html">check out the video here</a>.
</p>]]></description>
      <pubDate>Tue, 29 Aug 2006 07:23:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[KillerPHP.com: Two New Video Tutorials Posted]]></title>
      <guid>http://www.phpdeveloper.org/news/5975</guid>
      <link>http://www.phpdeveloper.org/news/5975</link>
      <description><![CDATA[<p>
In a continuing series of introductory video tutorials they offer, KillerPHP has posted to new ones - one covering <a href="http://www.killerphp.com/articles/php-video-associative-arrays/">associative arrays</a> and the other covering <a href="http://www.killerphp.com/articles/php-video-indexed-arrays/">indexed arrays<a>.
</p>
<p>
The videos, <a href="http://www.killerphp.com/articles/category/php-videos/">seven in all now</a> are done with a voice-over talking about what the feature is and includes bits of code to help explain the discussion.
</p>
<p>
Topics so far include:
<ul>
<li><a href="http://www.killerphp.com/articles/php-includes/">Includes</a>
<li><a href="http://www.killerphp.com/articles/php-video-configuring-wamp/">Configuring WAMP</a>
<li>PHP Variables, <a href="http://www.killerphp.com/articles/php-variables-video/">Part 1</a> and <a href="http://www.killerphp.com/articles/php-variables-part-2/">Part 2</a>
</ul>
</p>
<p>
You can get complete information on these screencasts from <a href="http://www.killerphp.com/articles/category/php-videos/">the KillerPHP site</a>.
</p>]]></description>
      <pubDate>Tue, 08 Aug 2006 05:53:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint PHP Blog: A pro-PHP Rant]]></title>
      <guid>http://www.phpdeveloper.org/news/4881</guid>
      <link>http://www.phpdeveloper.org/news/4881</link>
      <description><![CDATA[In a follow-up to his <a href="http://www.sitepoint.com/blogs/2006/02/20/tim-bray-on-php/">brief opinion</a> on the <i>Tim Bray</i> comments about PHP, <i>Harry Fuecks</i> has poested <a href="http://www.sitepoint.com/blogs/2006/02/21/a-pro-php-rant/">this longer rant</a> on the SitePoint PHP blog today.
<p>
He looks at eight different topics:
<ul>
<li>It's the execution model
<li>Excellent database support
<li>PHP Arrays
<li>The SPL Extension
<li>PHP 5(.1) XML Support
<li>The stuff that says it works...works
<li>Unicode and ICU
<li>Stuck in Little boxes
</ul>
<p>
For <a href="http://www.sitepoint.com/blogs/2006/02/21/a-pro-php-rant/">each of them</a> he explains them briefly, dispelling any rumors that might have come up from those not as experienced with the PHP language.
<p>
<b>Update:</b> if you'd like to help promote it, it's <a href="http://digg.com/programming/Why_PHP_doesn_t_suck.">been digged</a>.]]></description>
      <pubDate>Wed, 22 Feb 2006 06:59:12 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPit.net: Back to basics - PHP & Arrays]]></title>
      <guid>http://www.phpdeveloper.org/news/4645</guid>
      <link>http://www.phpdeveloper.org/news/4645</link>
      <description><![CDATA[PHPit.net goes "back to the basics" today with <a href="http://www.phpit.net/article/back-to-basics-arrays/">this new post</a> - a look at the basics of how PHP handles arrays and how to use them effectively.
<p>
<quote>
<i>
Lately the internet has been on a real fast track, and there have been many new developments, like Ajax, Web 2.0, Tags, and other interesting (and often hyped up) things. But this tutorial won't go there at all, and goes back to the beginning with the basics: using arrays in PHP.
<p>
If you're a seasoned PHP developer, who knows arrays like the back of his hand, this might be an article you'd want to skip. But if you're still unsure how arrays work, or if you're just curious about a few things, read on and learn more about arrays in PHP.
</i>
</quote>
<p>
This is a <a href="http://www.phpit.net/article/back-to-basics-arrays/">very basic article</a>, and doesn't give much in the way of any "array tricks" either. Array functions aren't even covered (mostly) - just how to create and update arrays in your code. But for a beginner, that's all you need...]]></description>
      <pubDate>Wed, 11 Jan 2006 06:55:49 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Utah PHP Users Group: November Meeting - 17th @ 7pm]]></title>
      <guid>http://www.phpdeveloper.org/news/4302</guid>
      <link>http://www.phpdeveloper.org/news/4302</link>
      <description><![CDATA[On the Utah PHP Users Group site today, there's information about their <a href="http://uphpu.org/article.php?story=20051114132753314">November meeting</a> posted, as well as the topic of the evening - "The Key to Harnessing the Value of Arrays". 
<p>
<quote>
<i>
For our November meeting, <a href="http://uphpu.org/users.php?mode=profile&uid=14">Mac Newbold</a> will present on arrays. A fun-filled evening of exciting adventures with everyone's favorite PHP data type. We'll cover both lists and associative arrays, the differences between them, and their respective operators and functions. We'll demonstrate how to use them in various loop constructs, and a million and one ways to sort your arrays. 
<p>
We'll show everyone how to use arrays in some of the other standard PHP functions, like the string functions. And then we'll cover how to use arrays to make advanced data structures, like multi-dimentional arrays, lists of lists, and "structs" or mock objects. The evening will be an unforgettable experience for PHPers of all ages and skill levels! Discount tickets on sale now, or remaining tickets will be available at regular price at the door.
</i>
</quote>
<p>
<a href="http://uphpu.org/article.php?story=20051114132753314">The metting</a> will be happening on Thursday (Nov. 17th) starting at 7pm in Bluffdale, Utah (at the Linux Networx offices). For more information and ot RSVP, <a href="http://www.uphpu.org/profiles.php?uid=411&subject=Meeting%20RSVP&message=I%20will%20be%20attending%20the%20November%202005%20meeting.">head over here</a> and enter your info... ]]></description>
      <pubDate>Tue, 15 Nov 2005 05:46:27 -0600</pubDate>
    </item>
  </channel>
</rss>
