<?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>Tue, 06 Jan 2009 05:07:51 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Elizabeth Naramore's Blog: The PHP Throwdown is Here!]]></title>
      <guid>http://www.phpdeveloper.org/news/6595</guid>
      <link>http://www.phpdeveloper.org/news/6595</link>
      <description><![CDATA[<p>
Over on her <a href="http://naramore.net/blog/index.php?p=96">latest blog entry</a>, <i>Elizabeth Naramore</i> makes an official announcement about the launch of new site and new community event - <a href="http://phpthrowdown.com/">the PHP Throwdown</a>.
</p>
<blockquote>
The <a href="http://phpthrowdown.com/">PHP Throwdown</a> gauntlet has been thrown down! We're in the planning stages of the competition, so if you're interested in being involved as a volunteer, <a href="mailt:info@phpthrowdown.com">drop me a note</a>. We're also looking for some interesting ideas for our sample apps so if you have one of those, then <a href="http://phpthrowdown.com/">visit the site and leave a comment</a> or <a href="mailto:info@phpthrowdown.com">drop me a note</a>.
</blockquote>
<p>
<a href="http://phpthrowdown.com/">The event</a> will be happening at the beginning of next year (January 27th, 2007) and will be a competition to hack together the best application in twenty-four hours in one of the four (yet to be determined activities). 
</p>]]></description>
      <pubDate>Mon, 30 Oct 2006 11:10:43 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Creating the Admin Script for a PHP/MySQL Blogging System (Part 3)]]></title>
      <guid>http://www.phpdeveloper.org/news/6516</guid>
      <link>http://www.phpdeveloper.org/news/6516</link>
      <description><![CDATA[<p>
DevShed continues their look at the creation of a simple blogging script with <a href="http://www.devshed.com/c/a/MySQL/Creating-the-Admin-Script-for-a-PHP-MySQL-Blogging-System/">part three</a> of the series (<a href="http://www.phpdeveloper.org/news/6410">part 1</a>, <a href="http://www.phpdeveloper.org/news/6468">part 2</a>) - the creation of an admin utility to work with the contents of the blog.
</p>
<blockquote>
The idea is to give the owner of the blog the ability to manage the blog by being able to remove users and articles as required, or to alter the status of users by upgrading them to admin status or banning them. It is also a place where the administrator can start new topics that will then garner their own replies.
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/MySQL/Creating-the-Admin-Script-for-a-PHP-MySQL-Blogging-System/">go through</a> the creation of the main admin script (functionality managed with a switch statement, including other external PHP files) and the functions that go in each of those individual files to make things work - managing messages, managing users, and managing categories.
</p>]]></description>
      <pubDate>Tue, 17 Oct 2006 11:23:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Davey Shafik's Blog: Spring Cleaning (or a Move from Categories to Tags)]]></title>
      <guid>http://www.phpdeveloper.org/news/5295</guid>
      <link>http://www.phpdeveloper.org/news/5295</link>
      <description><![CDATA[<p>
<i>Davey Shafik</i> has done some "spring cleaning" on his blog and finally implemented a tagging based system for it (using the Serendipity software) away from the category system it uses by default. In <a href="http://pixelated-dreams.com/archives/229-Spring-Cleaning.html">this new post</a> he shares the simple solution to how he did it.
</p>
<quote>
<i>
<p>
One of the many things I have planned to do for this site is use tags instead of categories. However, when I first tried the plugin, it was quite broken. So I dropped the idea.
</p>
<p>
However, when setting up the <a href="http://phpthinktank.com/">PHP Thinktank blog</a> I gave it another whirl and it works beautifully. So I decided to try again on this site.
</p>
</i>
</quote>
<p>
He populates the tags for the entries in a simple way - a SQL query that goes through and updates the tag table with the current category for the entry.
</p>]]></description>
      <pubDate>Wed, 03 May 2006 07:13:37 -0500</pubDate>
    </item>
  </channel>
</rss>
