<?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>Thu, 23 May 2013 10:32:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[TutsWall.com: CodeIgniter from scratch - Introduction & Installation]]></title>
      <guid>http://www.phpdeveloper.org/news/16599</guid>
      <link>http://www.phpdeveloper.org/news/16599</link>
      <description><![CDATA[<p>
From TutsWall.com there's <a href="http://tutswall.com/php/codeigniter-from-scratch-introduction-installation">a recent tutorial</a> (pretty brief) about getting started with <a href="http://codeigniter.com">CodeIgniter</a>.
</p>
<blockquote>
Developing web application from scratch is always a painful task. This where frameworks comes to help us, but learning frameworks will at-least take some decent learning curve. But there are some frameworks that is very easy and fun to learn and develop applications and <a href="http://www.codeigniter.com/">CodeIgniter</a> is of of them.
</blockquote>
<p>
They cover the download of the framework, ensuring it's working by hitting the main page and creating a simple controller and view to show you where some of the pieces go. 
</p>]]></description>
      <pubDate>Mon, 18 Jul 2011 08:48:39 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: 25 Resources to Get You Started with PHP from Scratch]]></title>
      <guid>http://www.phpdeveloper.org/news/11620</guid>
      <link>http://www.phpdeveloper.org/news/11620</link>
      <description><![CDATA[<p>
On NETTUTS.com, there's a <a href="http://nettuts.com/articles/web-roundups/25-resources-to-get-you-started-with-php-from-scratch/">list of twenty-five resources</a> that can help you get started with PHP if you've never touched the language before:
</p>
<blockquote>
PHP is a scripting language that is perfect for developing dynamic web pages and applications. You may be a PHP ninja, or perhaps you don't even know what PHP stands for. However, if you plan on or are involved in any kind of web development, you are bound to run into this fantastic and easy to learn web language. Today we will review 25 resources to get you started with PHP.
</blockquote>
<p>Its broken up into a series of steps:</p>
<ul>
<li>Download PHP and learn the fundamentals.
<li>Intermediate techniques and MySQL databases.
<li>Advanced and OOP techniques.
<li>Using PHP frameworks.
</ul>]]></description>
      <pubDate>Wed, 24 Dec 2008 11:57:48 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[KillerPHP.com: Creating a Wordpress Theme from Scratch (Video)]]></title>
      <guid>http://www.phpdeveloper.org/news/11472</guid>
      <link>http://www.phpdeveloper.org/news/11472</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> (of the KillerPHP.com site) has <a href="http://www.killerphp.com/articles/new-wordpress-themes-video-tutorial/">posted a new video tutorial</a> about creating WordPress themes:
</p>
<blockquote>
I just released a new video course on how to create a <a href="http://www.killersites.com/wordpress/wordpress-themes-tutorial.php">Wordpress theme/template from scratch</a>. In these 12 videos, we will take someone with some beginner HTML and CSS skills through the steps needed to build a WordPress template from scratch. The videos use only a collection of freely downloadable tools that are available on Windows and Mac.
</blockquote>
<p>
The full series will cost about $20 USD for a download or $30 USD to have the DVD shipped out to you. The videos focus on different parts of the process like making top-level navigation, setting up content areas and and creation of a custom homepage.
</p>]]></description>
      <pubDate>Fri, 28 Nov 2008 13:23:18 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: How to Create a Wordpress Theme from Scratch: Part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/11038</guid>
      <link>http://www.phpdeveloper.org/news/11038</link>
      <description><![CDATA[<p>
The NETTUTS site has posted the <A href="http://nettuts.com/working-with-cmss/how-to-create-a-wordpress-theme-from-scratch-part-2/">second part</a> of their series looking at the creation of a custom WordPress template. This time they focus on expanding on the previous version, adding additional parts to the theme.
</p>
<blockquote>
It's time for the good stuff now. We'll be adding the comments system, a sidebar with widgets and an archive for all the old posts. This will cover all that you need for a simple but well functioning WordPress theme, and hopefully you be able to apply this to all sorts of theming projects.
</blockquote>
<p>
The give the code to create the sidebar (in their instance, an image from Flickr), handling the comments for each post and make the "archive" section to get to some of the older posts.
</p>]]></description>
      <pubDate>Thu, 18 Sep 2008 10:29:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Geeks Not Nerds Blog: Rolling your own Blog Backend from Scratch Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/8415</guid>
      <link>http://www.phpdeveloper.org/news/8415</link>
      <description><![CDATA[<p>
From the Geeks Not Nerds blog there's <a href="http://www.geeksnotnerds.com/flyswat/rolling-your-own-blog-backend-scratch-part-1">the first part</a> of a new series of tutorials looking to help you create your own blogging backend from scratch (PHP5, SQL, HTML and Javascript).
</p>
<blockquote>
This is the first of a multi part series that will cover designing and building a blog backend from the ground up. The goal of this series is to have a fully functional (albeit simple) blog backend as the final product of the series. We will focus more on good programming technique and design and less on the actual coding of the blog, writing just enough to make a functional example.
</blockquote>
<p>
They <a href="http://www.geeksnotnerds.com/flyswat/rolling-your-own-blog-backend-scratch-part-1">step through</a> the basic design of the application before anything else, laying down the structure for things to come. From there, they move into the database structure for the rest of this part of the series. They even provide <a href="http://flyswat.geeksnotnerds.com/blogdb.sql">the SQL file</a> you'll need to get their structure set up quickly and easily.
</p>]]></description>
      <pubDate>Thu, 09 Aug 2007 07:47:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Greg Beaver's Blog: pear.chiaraquartet.net Completely Erased]]></title>
      <guid>http://www.phpdeveloper.org/news/5132</guid>
      <link>http://www.phpdeveloper.org/news/5132</link>
      <description><![CDATA[Some unfortunate news today - <i>Greg Beaver</i>, maintainer of the pear.chiaraquartet.net PEAR channel server has fallen on some bad luck. Some how, the entire database for it was wiped out and <i>Greg</i> can't quite figure out when/how.
<p>
<quote>
<i>
Somehow, I managed to erase the entirety of pear.chiaraquartet.net's database, although I have no idea how or when.  In other words, all developers, release history, packages were wiped.  Needless to say, I am a wee bit pissed off.  Until I can find a decent backup, I will reconstruct the entire thing from scratch.
</i>
</quote>
<p>
If you have any information that would help him rebuild this resource, please <a href="http://greg.chiaraquartet.net/archives/126-pear.chiaraquartet.net-completely-erased.html">let him know</a> - I know he'll appreciate it.]]></description>
      <pubDate>Mon, 10 Apr 2006 07:02:07 -0500</pubDate>
    </item>
  </channel>
</rss>
