<?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>Mon, 08 Sep 2008 03:23:05 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Max Horvath's Blog: How to enable the Xdebug debugger in Zend Studio for Eclipse]]></title>
      <guid>http://www.phpdeveloper.org/news/10850</guid>
      <link>http://www.phpdeveloper.org/news/10850</link>
      <description><![CDATA[<p>
<i>Max Horvath</i> <a href="http://www.maxhorvath.com/2008/08/how-to-enable-the-xdebug-debugger-in-zend-studio-for-eclipse.html">recently posted</a> a how-to on getting the XDebug debugging support up and working in the Zend Studio for Eclipse software.
</p>
<blockquote>
<a href="http://www.zend.com/en/products/studio/">Zend Studio for Eclipse</a> is a commercial edition of <a href="http://www.eclipse.org/">Eclipse</a> plus the <a href="http://www.eclipse.org/pdt/">PDT plugin</a> and various other additions. Unfortunately Zend decided to disable the <a href="http://www.xdebug.org/">Xdebug</a> support of the Eclipse PDT plugin. Nonetheless if you'd like to use Xdebug for debugging your PHP scripts, follow these simple steps to restore the Xdebug functionality of Eclipse. 
</blockquote>
<p>
Its a simple six-step process (not including getting Zend Studio installed) to have the powerful debugging tool ready at your fingertips. You can find more information about setting up the tool <a href="http://www.eclipse.org/pdt/documents/XDebugGuide.pdf">here</a>.
</p>]]></description>
      <pubDate>Mon, 18 Aug 2008 12:58:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Creating a VAMP (Vista, Apache, MySQL, PHP) Setup ]]></title>
      <guid>http://www.phpdeveloper.org/news/10226</guid>
      <link>http://www.phpdeveloper.org/news/10226</link>
      <description><![CDATA[<p>
DevShed has <a href="http://www.devshed.com/c/a/Apache/Creating-a-VAMP-Vista-Apache-MySQL-PHP-Setup/">a new tutorial</a> on creating your very own VAMP setup - Vista, Apache, MySQL and PHP - running on your local machine.
</p>
<blockquote>
With the abundance of communication between the browser and a server in these days of AJAX and JSON data interchange, there has never been a better time to get your own development web server set up so that you can test all those dynamic scripts you're writing. This article will show you how to do it using some of the most popular software.
</blockquote>
<p>
They start by <a href="http://www.devshed.com/c/a/Apache/Creating-a-VAMP-Vista-Apache-MySQL-PHP-Setup/1/">setting up</a> an Apache web server and follow it with PHP first then MySQL second to round out the install. Most of the installers are pretty simple for the Windows-based systems (the developers of them have done a great job) so the install should go pretty smoothly.
</p>]]></description>
      <pubDate>Tue, 20 May 2008 13:47:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Digg Clone: Start your own Digg in five minutes flat with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9922</guid>
      <link>http://www.phpdeveloper.org/news/9922</link>
      <description><![CDATA[<p>
Ever through about starting up your own custom version of a <a href="http://www.digg.com">Digg</a>-sort of site? Well, check out <a href="http://www.developertutorials.com/blog/php/digg-clone-php-mysql-digg-quickly-108/">this new tutorial</a> from the Developer Tutorials blog showing how to start it in "five minutes flat".
</p>
<blockquote>
So, you want to start your own Digg or Reddit? Look no further. With PHP and MySQL, you can create your own Digg site in just five minutes. All you need is a PHP web server and MySQL database server; follow these instructions and you'll be up and running in time.
</blockquote>
<p>
They use the <a href="http://www.developertutorials.com/blog/wp-content/uploads/2008/04/pligg_beta_990.zip">Pligg</a> software to do all of the hard work and describe its installation, configuration and use - simple and easy. You can find out more about Pligg on <a href="http://pligg.com/">its website</a>.
</p>]]></description>
      <pubDate>Mon, 07 Apr 2008 10:25:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Zend Framework Video Tutorials]]></title>
      <guid>http://www.phpdeveloper.org/news/9768</guid>
      <link>http://www.phpdeveloper.org/news/9768</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> has <a href="http://www.killerphp.com/articles/zend-framework-video-tutorials/">pointed out</a> a new section of the video tutorial portion of the site that's strictly devoted to help using the <a href="http://framework.zend.com".Zend Framework</a>.
</p>
<blockquote>
I just launched a new section on Killerphp.com on the Zend Framework. I figured it only made sense, given that we've built two live web applications based on it.
</blockquote>
<p>
Videos that have already been posted to the section include setup videos part <a href="http://www.killerphp.com/zend-framework/videos/zend-development-part-1.php">one</a> and <a href="http://www.killerphp.com/zend-framework/videos/zend-development-part-2.php">two</a> as well as a look at working with the <a href="http://www.killerphp.com/zend-framework/videos/zend-controller-zend-view.php">Zend_Controller and Zend_View</a> components.
</p>]]></description>
      <pubDate>Mon, 10 Mar 2008 12:09:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[HowTo Forge: Fedora 8 Server Setup - LAMP, Email, DNS, FTP, ISPConfig - Page 6]]></title>
      <guid>http://www.phpdeveloper.org/news/9017</guid>
      <link>http://www.phpdeveloper.org/news/9017</link>
      <description><![CDATA[<p>
On the HowTo Forge website, there's a <a href="http://www.howtoforge.com/fedora-8-server-lamp-email-dns-ftp-ispconfig">new tutorial</a> that walks through the complete steps of setting up a Fedora 8 linux server with a full LAMP stack complete with email, DNS, FTP and ISPConfig support. They call it the "Perfect Server".
</p>
<blockquote>
This is a detailed description about how to set up a Fedora 8 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Fedora 8, but should apply to the 64-bit version with very little modifications as well.
</blockquote>
<p>
It's a <a href="http://www.howtoforge.com/fedora-8-server-lamp-email-dns-ftp-ispconfig">seven page</a> process with plenty of screenshots and settings to help make the installation nice and easy. 
</p>]]></description>
      <pubDate>Mon, 12 Nov 2007 09:32:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Iono Review]]></title>
      <guid>http://www.phpdeveloper.org/news/8437</guid>
      <link>http://www.phpdeveloper.org/news/8437</link>
      <description><![CDATA[<p>
On the Zend Developer Zone, there's a <a href="http://devzone.zend.com/article/2435-Iono-Review">review of some software</a> that seeks to protect your application's code by obfuscating its source - <a href="http://www.olate.co.uk/iono">Iono</a>.
</p>
<blockquote>
What it does is take the source code and encodes it in a manner that makes it unreadable to humans. The code can then be safely distributed with your intellectual property intact. One of the applications that can be used to obfuscate and license your code is a combination of products called Iono and PHP Encoder by IonCube.
</blockquote>
<p>
They look at <a href="http://devzone.zend.com/article/2435-Iono-Review">the setup of the application</a>, some of the requirements you'll need to get it working and a quick description of how it works (a "shopping cart" for users to purchase license for your software). The integration of the application into your files (the other half of the equation) can be done with one of five different kinds of licenses (including per page and a local license covering all files).
</p>]]></description>
      <pubDate>Mon, 13 Aug 2007 11:15:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Alison Holloway's Blog: PHP 5.2.2 Setup on Windows]]></title>
      <guid>http://www.phpdeveloper.org/news/7854</guid>
      <link>http://www.phpdeveloper.org/news/7854</link>
      <description><![CDATA[<p>
In her blog today, <i>Alison Holloway</i> offers a <a href="http://blogs.oracle.com/alison/2007/05/16#a51">quick tip</a> for developers out there trying to install PHP 5.2.2 on their Windows machine and running into trouble. Maybe it's the same issue?
</p>
<blockquote>
I've just been setting up PHP 5.2.2 on Windows XP Pro, with Apache 2.0.59. I couldn't get Apache to find the correct php.ini file. It was looking in C:Windows, instead of where I installed PHP. The httpd.conf file told Apache to look in C:Program FilesPHP, but it wasn't. So none of the extensions were loading.
</blockquote>
<p>
The problem? She wasn't putting in the right kind of slashes into her configuration file. It couldn't find the right path because of it. The issue isn't mentioned in the <a href="http://www.phpdeveloper.org/news/7839">latest version</a> of the Underground PHP and Oracle Manual (but will be in the future).
</p>]]></description>
      <pubDate>Wed, 16 May 2007 11:19:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Venture Skills Blog: Want to create a site like Digg with no programming?]]></title>
      <guid>http://www.phpdeveloper.org/news/7745</guid>
      <link>http://www.phpdeveloper.org/news/7745</link>
      <description><![CDATA[<p>
From the Venture Skills blog today, there's <a href="http://ventureskills.wordpress.com/2006/12/05/want-to-create-a-site-like-digg-with-no-programming/">a tutorial</a> that aims to help you develop a Digg-like site without any of the messy programming that can be involved - with a little help from Drupal.
</p>
<blockquote>
Digg is a user content driven site, users submit links to article and sites that interest them and other uses either give it the thumbs up or the thumbs down. The most popular sites get onto the front page and can have literally thousands of hits this is reffered to as the Digg effect. We are going to go step by step how you can develop such a site using Drupal CMS which is available from <a href="http://www.drupal.org/">drupal.org</a> if your unfamiliar with Drupal we have an overview <a href="http://ventureskills.wordpress.com/what-x/drupal-content-management-system/">here</a>.
</blockquote>
<p>
The real key to it all comes in with the plugins you install into your Drupal setup:
<ul>
<li><a href="http://drupal.org/project/vote_up_down">Vote Up/Down module
<li><a href="http://drupal.org/project/links">Links module</a>
<li><a href="http://drupal.org/project/votingapi">Voting API</a>
<li><a href="http://drupal.org/project/actions">Actions</a>
<li><a href="http://drupal.org/node/46895">Voting Actions</a>
<li><a href="http://drupal.org/project/cre">CRE recommendation</a>
</ul>
They walk you through the set up of Drupal first (screenshots show a Windows environment, but it can be any supported OS) before going into the admin for it and installing the plugins.
</p>
<p>
This article is just the first part in the series - check out <a href="http://ventureskills.wordpress.com/2006/12/07/create-a-site-like-digg-part2/">part two</a> and <a href="http://ventureskills.wordpress.com/2007/02/02/create-a-site-like-digg-part3/">part three</a> for the rest of the installation.
</p>]]></description>
      <pubDate>Tue, 01 May 2007 11:08:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Edin Kadribasic's Blog: Serendipity on Lighty]]></title>
      <guid>http://www.phpdeveloper.org/news/7671</guid>
      <link>http://www.phpdeveloper.org/news/7671</link>
      <description><![CDATA[<p>
In a <a href="http://edin.dk/archives/34-Serendipity-on-Lighty.html">new post</a> <i>Edin Kadribasic</i> shares his method for getting a <a href="http://www.s9y.org/">Serendipity</a> (a popular PHP-based blogging system) website up and running on a <a href="http://www.lighttpd.net/">lighttpd server</a>.
</p>
<blockquote>
Well the basic install went pretty smoothly, but I wanted, of course, to use "friendly" URLs. For that Serendipity supplies .htaccess file with Apache mod_rewrite rules. With a little bit of effort it was possible for me to convert those into rewrite rules that lighttpd would understand.
</blockquote>
<p>
He <a href="http://edin.dk/archives/34-Serendipity-on-Lighty.html">includes</a> all of the rewrite rules lighttpd needs to mimic the responses of an Apache server in a rewrite-once statement, and a limitation on the files the server can send with an access-deny config line.
</p>]]></description>
      <pubDate>Sat, 21 Apr 2007 09:42:42 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lukas Smith's Blog: Database abstraction mailing list [UPDATE]]]></title>
      <guid>http://www.phpdeveloper.org/news/7436</guid>
      <link>http://www.phpdeveloper.org/news/7436</link>
      <description><![CDATA[<p>
<i>Lukas Smith</i> has <a href="http://pooteeweet.org/blog/611">two updates</a> on the <a href="http://www.phpdeveloper.org/news/7411">previously mentioned</a> database mailing list - both about how you can access the list:
</p>
<blockquote>
<ul>
<li>After all this positive feedback I have asked Ian P. Christian, who is already hosting the doctrine mailing lists, to open up a mailing list for us: <a href="mailto:phpdbabstraction+subscribe@lists.pengus.net">mailto:phpdbabstraction+subscribe@lists.pengus.net</a>
<li>This list is now also accessible via Gmane(.org):
<a href="http://dir.gmane.org/gmane.comp.php.dbabstraction">http://dir.gmane.org/gmane.comp.php.dbabstraction</a> nntp://news:gmane.comp.php.dbabstraction
</ul>
</blockquote>
<p>
If you're a maintainer of a database abstraction package or just wnt to get into talk more than the usual tech support, be sure to check th mailing list out.
</p>]]></description>
      <pubDate>Thu, 15 Mar 2007 11:09:00 -0500</pubDate>
    </item>
  </channel>
</rss>
