<?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>Sun, 06 Jul 2008 22:11:38 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHP Women: Article Competition (Best Practices)]]></title>
      <guid>http://www.phpdeveloper.org/news/10472</guid>
      <link>http://www.phpdeveloper.org/news/10472</link>
      <description><![CDATA[<p>
The PHP Women have started up <a href="http://www.phpwomen.org/wordpress/2008/06/24/phpwomen-article-competition/">an article competition</a> of all of those aspiring technical authors out there. All you have to do to enter is whip up something for their <a href="http://www.phpwomen.org/forum/index.php?t=thread&frm_id=20">Best Practices</a> section:
</p>
<blockquote>
To enter the competition all you have to do is submit a short article to our <a href="http://www.phpwomen.org/forum/index.php?t=thread&frm_id=20">Best Practices</a> forum before the end of July 2008.  This area of the site is dedicated to little tips and pointers of how to improve your PHP coding - here is a <a href="http://www.phpwomen.org/forum/index.php?t=msg&th=259">good example</a> which covers using constants.  The competition is open to everyone, regardless of gender, age, location, or any other criteria I haven't thought of.
</blockquote>
<p>
At the end of July, they'll take their two favorites out of the articles that've been submitted and hand out perpetual licenses for the <a href="http://www.zend.com">Zend</a> Studio for Eclipse software to the winners. Remember, you don't have to be female to participate - they're happy to take in content from anyone and everyone. Just sign up and <a href="http://www.phpwomen.org/forum/index.php?t=thread&frm_id=20">add your topic</a> to the Best Practices forum to submit - it's that easy!
</p>]]></description>
      <pubDate>Tue, 24 Jun 2008 09:36:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Debugging PHP using Eclipse and PDT]]></title>
      <guid>http://www.phpdeveloper.org/news/10435</guid>
      <link>http://www.phpdeveloper.org/news/10435</link>
      <description><![CDATA[<p>
The IBM developerWorks website has a <a href="http://www.ibm.com/developerworks/edu/os-dw-os-php-eclipse-pdt-debug.html?S_TACT=105AGX59&S_CMP=GRsite-btw01&ca=dgr-btw01EclipsePDTDebug">new tutorial</a> (login required) showing how to use the Eclipse PDT functionality to debug scripts your PHP development.
</p>
<blockquote>
The PHP Development Tools (PDT) plug-in, when installed with Eclipse Europa, gives you that ability to quickly write and debug PHP scripts and pages. PDT supports two debugging tools: XDebug and the Zend Debugger. Learn how to configure PDT for debugging PHP scripts and discover which perspectives you use when taking closer looks at your scripts. 
</blockquote>
<p>
You'll need to have a machine with PHP, Eclipse, Apache and the PHP Development Tools already installed to follow along (as well as a trial version of the Zend Studio Web Debugger). They also include the methods for setting up <a href="http://www.xdebug.de">XDebug</a> as the debugger.
</p>]]></description>
      <pubDate>Wed, 18 Jun 2008 11:17:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Platform Event Debugging]]></title>
      <guid>http://www.phpdeveloper.org/news/10351</guid>
      <link>http://www.phpdeveloper.org/news/10351</link>
      <description><![CDATA[<p>
The Zend Developer Zone as <a href="http://devzone.zend.com/article/3585-Zend-Platform-Event-Debugging">posted</a> a new screencast from Zend about the event debugging functionality offered with their Zend Platform product.
</p>
<blockquote>
Zend Platform is a powerful tool both in development and in production. [...] One of the cool features of it is the Event Debugger. Here's a short screencast that demonstrates how it works and how it integrates with <a href="http://www.zend.com/en/products/studio/">Zend Studio for Eclipse</a>.
</blockquote>
<p>
The screencast is only about three and a half minutes long, but they cram a lot of screenshots and output results into that time. <i>Cal Evans</i> himself does the narration.
</p>]]></description>
      <pubDate>Thu, 05 Jun 2008 13:47:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Debugging CakePHP applications in Zend Studio for Eclipse]]></title>
      <guid>http://www.phpdeveloper.org/news/10320</guid>
      <link>http://www.phpdeveloper.org/news/10320</link>
      <description><![CDATA[<p>
On the Developer Tutorials website <i>Akash Mehta</i> has <a href="http://www.developertutorials.com/blog/php/debugging-cakephp-applications-in-zend-studio-for-eclipse-213/">posted a tutorial</a> showing how to debug your <a href="http://www.caekphp.org">CakePHP</a> applications with the help of the Zend Studio for Eclipse software from <a href="http://www.zend.com">Zend</a>.
</p>
<blockquote>
After I recently upgraded to Zend Studio for Eclipse, I noticed one troubling feature of my setup - I couldn't debug applications with "pretty urls". [...] In this tutorial, I'll show you how to make use of that power and debug your Cake applications with Zend Studio for Eclipse.
</blockquote>
<p>
His is a <a href="http://www.developertutorials.com/blog/php/debugging-cakephp-applications-in-zend-studio-for-eclipse-213/">four step method</a> of simple things to get the connection working:
</p>
<ul>
<li>Disable all .htaccess files
<li>Add "index.php" to pretty URLs
<li>Set a breakpoint to debug
<li>Debug your application using /index.php/ URLs
</ul>]]></description>
      <pubDate>Mon, 02 Jun 2008 12:54:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News:  Eclipse PDT Bug Day (May 30th)]]></title>
      <guid>http://www.phpdeveloper.org/news/10281</guid>
      <link>http://www.phpdeveloper.org/news/10281</link>
      <description><![CDATA[<p>
<i>Roy Ganor-Shwaartz</i> has <a href="http://ganoro.blogspot.com/2008/05/eclipse-pdt-bug-day.html">blogged about</a> an upcoming event that's an effort to "help foster community outreach and growth" around the Eclipse PDT project - <a href="http://wiki.eclipse.org/BugDay/May_2008#Projects">Eclipse PDT Bug Day</a> (May 30th).
</p>
<blockquote>
Since there are <a href="http://www.eclipse.org/newsportal/article.php?id=1991&group=eclipse.tools.pdt#1991">more and more</a> people in the Eclipse PHP Development Tools (PDT) community that <a href="http://divby0.blogspot.com/2007/08/phpeclipse-vs-pdt-part-2.html">start asking</a> <a href="http://intellectualcramps.blogspot.com/2008/05/pdt-needs-community-patch-loving.html">for diversity</a> in the development side, <a href="http://divby0.blogspot.com/">Nick Boldt</a> has suggested to help out and contribute patches to the project "if there's Zend folks willing to coach me...". Actually, I am very excited from his (and others) proposal, since it's the first time a group of people have stated that they want to contribute to PDT.
</blockquote>
<p>
The <a href="http://wiki.eclipse.org/BugDay/May_2008#Projects">event</a> will happen on May 30th, 2008 and an effort will be made to squash as many from <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Tools&product=PDT&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=bugday&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&known_name=pdt_open_bugs&query_based_on=pdt_open_bugs&field0-0-0=noop&type0-0-0=noop&value0-0-0=">this list</a> as possible (as well as potential others that might be found along the way). You can get more information about how to participate and help out the PDT project on <a href="http://wiki.eclipse.org/Bug_Day">this page</a> on the Eclipse site.
</p>]]></description>
      <pubDate>Tue, 27 May 2008 13:49:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPImpact Blog: PHP NetBeans IDE 6.1 is in the house!]]></title>
      <guid>http://www.phpdeveloper.org/news/10233</guid>
      <link>http://www.phpdeveloper.org/news/10233</link>
      <description><![CDATA[<p>
The PHP::Impact blog has a <a href="http://phpimpact.wordpress.com/2008/05/20/php-netbeans-is-in-the-house/">new post</a> about the release of the latest version of the <a href="http://www.netbeans.org/features/web/web-app.html">NetBeans IDE</a>, 6.1.
</p>
<blockquote>
Feature-for-feature, Eclipse and NetBeans are well matched. In fact, because they are both extensible, any feature gaps between the two can be filled in with third-party plug-ins. Eclipse and Netbeans are rapidly approaching the capabilities of commercial offerings. Most developers won't need more than what these two excellent development platforms provide.
</blockquote>
<p>
A (very) brief list of the features of the two is also included, their similarities including SVN support and syntax checking.
</p>]]></description>
      <pubDate>Wed, 21 May 2008 11:17:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Build Web services with PHP in Eclipse]]></title>
      <guid>http://www.phpdeveloper.org/news/10185</guid>
      <link>http://www.phpdeveloper.org/news/10185</link>
      <description><![CDATA[<p>
The IBM developerWorks website has <a href="http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-phpws.html?S_TACT=105AGX59&S_CMP=GRsite-btw15&ca=dgr-btw15PDTEclipse">a new tutorial posted</a> showing how to create a web service with the combination of PHP and the Eclipse IDE.
</p>
<blockquote>
Learn how to build Web services in PHP using the PHP Development Tools plug-in in Eclipse Europa. Become familiar with the PDT project, and learn how to create and deploy useful PHP projects, learn about the philosophy behind contract-first development, and understand the basic parts that make up a Web Services Description Language (WSDL) file.
</blockquote>
<p>
You'll have to <a href="https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&source=dw-os-eclipse-phpws&S_TACT=105AGX59&S_CMP=GRsite-btw15">register/sign in</a> to get to it. They give an introduction to the <a href="http://download.eclipse.org/tools/pdt/downloads/">PHP Development Tools</a> for Eclipse, creating a WSDL file visually in the IDE and integrating it all to work with your Eclipse front-end.
</p>]]></description>
      <pubDate>Wed, 14 May 2008 13:46:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ed Finkler's Blog: Zend Studio for Eclipse and SFTPDrive not on speaking terms]]></title>
      <guid>http://www.phpdeveloper.org/news/9826</guid>
      <link>http://www.phpdeveloper.org/news/9826</link>
      <description><![CDATA[<p>
<i>Ed Finkler</i>, a long-time user of <a href="http://www.sftpdrive.com/">SFTPDrive</a> on his Windows machine, has noticed something a bit odd lately when using the new Zend Studio (Eclipse):
</p>
<blockquote>
For some reason, ZSfE just doesn’t show me my “k:” drive (the SFTP mount) when browsing for a project directory. This throws a real wrench in my usual workflow " ZS 5.5 had built-in SFTP support, and I could also use the local mount if I wanted.
</blockquote>
<p>
Finding nothing in the traditional places, he's <a href="http://funkatron.com/site/comments/zend-studio-for-eclipse-and-sftpdrive-not-on-speaking-terms/#When:14:40:00Z">made this blog post</a> hoping someone might have the answer. Turns out that the fix (as provided by <i>Josh Johnston</i>) is to create a new project around a new Remote Folder.
</p>]]></description>
      <pubDate>Thu, 20 Mar 2008 07:58:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ThinkPHP Blog: Zend Studio for Eclipse at first sight]]></title>
      <guid>http://www.phpdeveloper.org/news/9782</guid>
      <link>http://www.phpdeveloper.org/news/9782</link>
      <description><![CDATA[<p>
This <a href="http://blog.thinkphp.de/archives/306-Zend-Studio-for-Eclipse-at-first-sight.html">new post</a> on the ThinkPHP blog (from <i>Sarah Hermann</i>) talks about some of her first experiences with the popular IDE from Zend, Zend Studio for Eclipse:
</p>
<blockquote>
The last few days I've started working with Zend Studio for Eclipse. At first view I didn't miss anything which I've used in Zend Studio 5.5 and the IDE looks very good. [...] Overall I think Zend Studio for Eclipse is a great tool to develop PHP applications. With a large amount of plugins, Eclipse provides a platform which gives the possibilty to develop a whole application within one tool, that's a great benefit.
</blockquote>
<p>
Most of the issues that she came across from the transition were minor things - keystrokes for shortcuts changed, slowness with the breakpoints - nothing that would stop her from dropping it and going back to the regular Zend Studio 5.5.
</p>]]></description>
      <pubDate>Wed, 12 Mar 2008 08:43:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Wenz's Blog: Zend Studio for Eclipse 6.0 Released (and Zend Studio 5.5.1, too)]]></title>
      <guid>http://www.phpdeveloper.org/news/9754</guid>
      <link>http://www.phpdeveloper.org/news/9754</link>
      <description><![CDATA[<p>
<i>Christian Wenz</i> has <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/264-Zend-Studio-for-Eclipse-6.0-Released-and-Zend-Studio-5.5.1,-too.html">pointed out</a> one of the latest releases from Zend - the latest updates for their Zend Studio for Eclipse product (and Zend Studio too).
</p>
<blockquote>
I am probably not the first to notice that, but thought it would be worth mentioning anyway. <a href="http://www.zend.com/">Zend</a> have released <a href="http://www.zend.com/en/products/studio/">version 6.0 of Zend Studio for Eclipse</a>. Actually, this version 6.0 is the first final version of the Eclipse edition of Zend Studio. 
</blockquote>
<p>
He <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/264-Zend-Studio-for-Eclipse-6.0-Released-and-Zend-Studio-5.5.1,-too.html">walks through</a> this new version, commenting on everything from the interface to the version of PHP it cmes with out to an issue he had with updating (and how it was corrected).
</p>]]></description>
      <pubDate>Fri, 07 Mar 2008 07:56:00 -0600</pubDate>
    </item>
  </channel>
</rss>
