<?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, 07 Oct 2008 02:44:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Builder.com.au: Getting started with Delphi for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/11075</guid>
      <link>http://www.phpdeveloper.org/news/11075</link>
      <description><![CDATA[<p>
In a <a href="http://www.builderau.com.au/program/php/soa/Getting-started-with-Delphi-for-PHP/0,339028448,339292212,00.htm?feed=rss">new article</a> from the Builder.com.au website, they give a walk through of how to use the new Delphi version (from CodeGear) in your PHP development.
</p>
<blockquote>
I recently got the chance to actually try out the product. Here's a brief tour of Delphi for PHP, which I hope will help you bootstrap yourself into the environment. Because many regular readers are already familiar with Visual Studio, and because I am extremely familiar with it, I will be making many comparisons between Delphi for PHP and Visual Studio. Also, I won't spend time discussing the PHP language itself, but I will show how the work in the IDE affects the PHP code underneath.
</blockquote>
<p>
He includes descriptions of some of the features included in the tool and sprinkles in a few screenshots to help give a better idea of how its all laid out. HE likes it overall but thinks that there might be some PHP developers out there that feel a bit constrained by it since it lacks some features that most editors come bundled with natively.
</p>]]></description>
      <pubDate>Wed, 24 Sep 2008 07:57:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Studio for Eclipse Sneak Preview]]></title>
      <guid>http://www.phpdeveloper.org/news/11063</guid>
      <link>http://www.phpdeveloper.org/news/11063</link>
      <description><![CDATA[<p>
On the Zend Developer Zone there's a <a href="http://devzone.zend.com/article/3808-Zend-Studio-for-Eclipse-Sneak-Preview">new post</a> detailing some of the new features (a sneak peek) of the upcoming Zend Studio for Eclipse version.
</p>
<blockquote>
I am very excited to announce that Zend Studio for Eclipse 6.1 has been released, and would like to share with you some of its new features. This release is a "Complete Web Development Environment for PHP Developers", as it provides significant improvements for Web developers who utilize a rich code base that includes PHP, JavaScript, and CSS.
</blockquote>
<p>
Major updates include the ability to edit the source of Javascript, Dojo and CSS, more Zend Framework integration, improved management tools and lots of bug fixes and security improvements. Screenshots of each of these improvements are in the post, including a look at the SQL query builder tool.
</p>]]></description>
      <pubDate>Tue, 23 Sep 2008 07:53:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hiveminds Magazine: How to bridge PHP and Java on Windows with Apache Tomcat]]></title>
      <guid>http://www.phpdeveloper.org/news/10531</guid>
      <link>http://www.phpdeveloper.org/news/10531</link>
      <description><![CDATA[<p>
Hiveminds Magazine has a <a href="http://www.hiveminds.co.uk/node/3814">recent post</a> about bridging the gap between PHP and Java with the help of the <a href="http://www.apachefriends.org/download.php?xampp-win32-tomcat-addon-6.0.14-2.2.8-installer.exe">Tomcat add-on</a> for Apache.
</p>
<blockquote>
Want to run PHP and access Java? Here's how to do it on Windows XP using Apace and Apache Tomcat. Apache Tomcat is a Servlet container developed at the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run.
</blockquote>
<p>
They <a href="http://www.hiveminds.co.uk/node/3814">go with</a> the XAMPP distribution for the web server setup (for simplicity rather than on a unix-based system) and include the configuration and installation procedures to get everything up and running (screenshots included).
</p>]]></description>
      <pubDate>Wed, 02 Jul 2008 12:06:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Code completion for PHP-GTK in Zend Studio 5.5]]></title>
      <guid>http://www.phpdeveloper.org/news/10485</guid>
      <link>http://www.phpdeveloper.org/news/10485</link>
      <description><![CDATA[<p>
The PHP-GTK Community Site has <a href="http://php-gtk.eu/code-completion-for-phpgtk-in-zend-studio-55">posted about</a> enabling the code completion for Zend Studio to work with the PHP-GTK specific functionality.
</p>
<blockquote>
Enabling PHP-GTK2 code completion in Zend Studio 5.5 for a project is very simple. The following example is given on Windows, but the steps should be the same on any supported platform.
</blockquote>
<p>
Screenshots are <a href="http://php-gtk.eu/code-completion-for-phpgtk-in-zend-studio-55">also included</a> in the step-by-step process. You'll need to run a <a href="http://php-gtk.eu/enabling-code-completion-for-phpgtk-in-your-php-ide">bit of code</a> to build the completion file, but after that it's just a few quick clicks away.
</p>]]></description>
      <pubDate>Wed, 25 Jun 2008 13:02:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com.au: Executing queries with phpMyAdmin]]></title>
      <guid>http://www.phpdeveloper.org/news/10099</guid>
      <link>http://www.phpdeveloper.org/news/10099</link>
      <description><![CDATA[<p>
PHPBuilder.com.au continues their look at using phpMyAdmin in <a href="http://www.builderau.com.au/program/mysql/soa/Executing-queries-with-phpMyAdmin/0,339028784,339288613,00.htm?feed=rss">this new part</a> of the series today. This new article focuses on using the interface to make queries against the data in your tables.
</p>
<blockquote>
The <a href="http://www.builderau.com.au/program/mysql/soa/Creating-and-managing-a-Mysql-database-with-phpMyAdmin/0,339028784,339288254,00.htm">previous article</a> gave you an overview of the phpMyAdmin interface and functionality. It's now time to dive in further and learn how to construct and execute queries.
</blockquote>
<p>
They show (complete with screenshots) how to use the GUI to build the different parts of your query - a simple SELECT statement with a join pulling together the customer information and their addresses.
</p>]]></description>
      <pubDate>Fri, 02 May 2008 11:18:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Builder.com.au: Creating and managing a Mysql database with phpMyAdmin]]></title>
      <guid>http://www.phpdeveloper.org/news/9992</guid>
      <link>http://www.phpdeveloper.org/news/9992</link>
      <description><![CDATA[<p>
On the Builder.com.au site today, there's <a href="http://www.builderau.com.au/program/mysql/soa/Creating-and-managing-a-Mysql-database-with-phpMyAdmin/0,339028784,339288254,00.htm?feed=rss">an introduction</a> posted to walk you through one of the most popular web-based database administration tools for PHP/MySQL on the web, <a href="http://www.phpmyadmin.net">phpMyAdmin</a>.
</p>
<blockquote>
phpMyAdmin is a HTML interface developed in PHP, for creating and managing MySQL databases. Before you <a href="http://www.phpmyadmin.net/home_page/index.php">download</a> and install the latest version, have a look at the <a href="http://wiki.cihar.com/pma/Requirements">requirements</a> section on the phpMyAdmin Wiki. 
</blockquote>
<p>
They look at the overall interface, how to set up users, making a new database, creating a table inside of it, pushing data into the table and the various options that the tool has to help you manage your database(s) - all with nice big screenshots to show you where it all is.
</p>]]></description>
      <pubDate>Fri, 18 Apr 2008 07:58:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Install PHP-GTK 2 on MacOS X]]></title>
      <guid>http://www.phpdeveloper.org/news/9938</guid>
      <link>http://www.phpdeveloper.org/news/9938</link>
      <description><![CDATA[<p>
On the PHP-GTK Community site, there's a <a href="http://php-gtk.eu/install-phpgtk-2-on-macos-x">new tutorial</a> showing how to install the PHP-GTK platform to a Mac OS X machine:
</p>
<blockquote>
Installation of PHP-GTK 2 on MacOS X 10.4 and 10.5 is actually pretty simple, as it can use the latest PHP-GTK installer, which works just like any other Mac installer.
</blockquote>
<p>
They <a href="http://php-gtk.eu/install-phpgtk-2-on-macos-x">include screenshots</a> as a guide to the step-by-step (extremely simple) process of getting the software installed.
</p>
<blockquote>
For those interested in technical details, a complete list of the prerequisites is given at step 2 of the installation. Download the installer at <a href="http://www.kix.in/php-gtk2/PHP-GTK-2.0.0.dmg">http://www.kix.in/php-gtk2/PHP-GTK-2.0.0.dmg</a>
</blockquote>]]></description>
      <pubDate>Wed, 09 Apr 2008 10:31:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DeveloperTutorials: CubeCart 3.0 Installation and Configuration]]></title>
      <guid>http://www.phpdeveloper.org/news/9927</guid>
      <link>http://www.phpdeveloper.org/news/9927</link>
      <description><![CDATA[<p>
On the Developer Tutorials website, there's <a href="http://www.developertutorials.com/tutorials/php/cubecart-3-0-installation-and-configuration-8-04-07/page2.html">a new guide</a> that steps you through the installation of a simple e-commerce platform available for free from <a href="http://www.devellion.com/">Devellion Limited</a>.
</p>
<blockquote>
In this tutorial, we will get an introduction to <a href="http://www.cubecart.com/">CubeCart</a>, created and distributed by Devellion Limited. Their flagship product is one of the easiest low-cost e-commerce solutions available, and is growing in popularity. Note that CubeCart is not technically open source, since the code cannot be freely redistributed. On the other hand, most of the code is not protected using encoding, and can thus be read and understood.
</blockquote>
<p>
They go through the selection process - picking which version of their software is right for you - and the installation, configuration and how to verify that everything's up and running smoothly. Screenshots are included to help along the way.
</p>]]></description>
      <pubDate>Tue, 08 Apr 2008 08:58:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DeveloperTutorials.com: Installing and Configuring Drupal 6.1]]></title>
      <guid>http://www.phpdeveloper.org/news/9850</guid>
      <link>http://www.phpdeveloper.org/news/9850</link>
      <description><![CDATA[<p>
The Developer Tutorials blog has posted <a href="http://www.developertutorials.com/tutorials/php/installing-and-configuring-drupal-6-1-8-03-22/page1.html">this new guide</a> on how to install one of the more popular PHP content management systems out there - <a href="http://www.drupal.org">Drupal</a>.
</p>
<blockquote>
<p>
One of the most popular CMSs is Drupal, partly because it offers all of the aforesaid features, and partly because developers familiar with PHP (the language used by Drupal) can modify the functioning and appearance of almost every aspect of Drupal.
</p>
<p>
In this tutorial, we will discuss how to install and configure a brand-new Drupal Web site from scratch. We will also touch upon the basics of adding content to a Drupal installation.
</p>
</blockquote>
<p>
They include useful screenshots along the way as well, helping to guide you through the process a bit better than with just words. There's tons of configuration options that you could mess with in a Drupal installation, but they do well to give you the essential ones that you'll need to get it up and running smoothly.
</p>]]></description>
      <pubDate>Tue, 25 Mar 2008 08:46:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Simple Zend_Form Example]]></title>
      <guid>http://www.phpdeveloper.org/news/9686</guid>
      <link>http://www.phpdeveloper.org/news/9686</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has <a href="http://akrabat.com/2008/02/21/simple-zend_form-example/">posted an example</a> - a "super simple, complete example" of how to use the Zend_Form component of the <a href="http://framework.zend.com">Zend Framework</a> to create a basic contact form.
</p>
<blockquote>
Following on from the <a href="http://akrabat.com/2007/12/11/simple-zend_layout-example/">Simple Zend_Layout Example</a>, Zend_Form is now in the trunk, so here's a super simple, complete example that shows it in action.
</blockquote>
<p>
He includes screenshots of the different steps along the way - the form that will be generated, the structure of the directories and, of course, the contents of the PHP files to make things happen. He also mentions the use of Decorators (the design pattern) to assign the various attributes of the form element object.
</p>]]></description>
      <pubDate>Fri, 22 Feb 2008 11:07:10 -0600</pubDate>
    </item>
  </channel>
</rss>
