<?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>Fri, 24 May 2013 03:25:50 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Five tips for speeding up Eclipse PDT and Zend Studio]]></title>
      <guid>http://www.phpdeveloper.org/news/15101</guid>
      <link>http://www.phpdeveloper.org/news/15101</link>
      <description><![CDATA[<p>
On the Zend Developer Zone there's <a href="http://devzone.zend.com/article/12521-Five-tips-for-speeding-up-Eclipse-PDT-and-Zend-Studio">a new post</a> giving you five tips you can use to help speed up Eclipse PDT and Zend Studio if you happen to use one of those IDEs.
</p>
<blockquote>
<a href="http://eclipse.org/helios/">Eclipse Helios (3.6)</a> includes an improved version of <a href="http://eclipse.org/pdt/">Eclipse PDT</a>, labeled 2.2. It is also included in the current <a href="http://www.zend.com/en/products/studio/">Zend Studio</a> (7.1 and above). Among other enhancements, it dramatically improved the performance of code lookup-related tasks like searching references, creating a type hierarchy and even code completion.
</blockquote>
<p>
Some of the recommendations have more to do with the system the IDE is running on, but they're helpful none the less:
</p>
<ul>
<li>Disable virus scanners
<li>Use a fast storage device
<li>Keep your JVM up to date
<li>Delete the database if your experience problems
<li>Do not backup the database
</ul>]]></description>
      <pubDate>Thu, 09 Sep 2010 09:47:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Project: MakeGood - A test runner for doing Test Driven Development with Eclipse PDT]]></title>
      <guid>http://www.phpdeveloper.org/news/14759</guid>
      <link>http://www.phpdeveloper.org/news/14759</link>
      <description><![CDATA[<p>
<i>Goran</i> has pointed out a plugin for Eclipse that can help those out there wanting to adopt Test-Driven Development into their process - <a href="http://redmine.piece-framework.com/projects/makegood/wiki">MakeGood</a> (<a href="http://redmine.piece-framework.com/attachments/download/202">screenshot here</a>).
</p>
<blockquote>
MakeGood provides a test runner to run unit tests on Eclipse PDT. MakeGood strongly supports Test Driven Development (TDD) by various features.
</blockquote>
<p>Features in the plugin include:</p>
<ul>
<li>Runs all tests when a file is saved.
<li>Debugs a test.
<li>Reruns the last test.
<li>Can use the system include path when running tests.
</ul>
<p>
It supports both PHPUnit and SimpleTest so you're covered either way. It also supports the Zend Debugger and Xdebug for help with your debugging needs.
</p>]]></description>
      <pubDate>Wed, 07 Jul 2010 13:39:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mihai Corlan's Blog:  Debugging Flex and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14465</guid>
      <link>http://www.phpdeveloper.org/news/14465</link>
      <description><![CDATA[<p>
<i>Mihai Corlan</i> has posted a new tutorial to his blog today looking at how to <a href="http://corlan.org/debugging-flex-and-php/">debug a Zend Framework and Flex application</a> with the help of <a href="http://www.eclipse.org/pdt/">Eclipse PDT</a> and <a href="http://zdebug.de">XDebug</a>.
</p>
<blockquote>
As your projects grow in size and more people get involved you'll find yourself fixing more and more bugs. When this happens, one of the best friends a developer has is the debugger. In this paper, I'll talk about some of the workflows and tools you can use to debug Flex and PHP projects.
</blockquote>
<p>
He shows you an example of the debugging with a <a href="http://corlan.org/downloads/flex_project.zip">sample script</a> you can link to your Zend Framework installation (including a database backend). From there he includes the instructions on how to use Flash Builder 4 and the Eclipse PDT + XDebug combo to use the <a href="http://corlan.org/wp-content/uploads/2010/03/Figure_14.jpg">Flex debugger</a> or <a href="http://corlan.org/wp-content/uploads/2010/03/Figure_15.jpg">PHP debugger</a> (in Eclipse) to find the problems in the code. 
</p>]]></description>
      <pubDate>Wed, 05 May 2010 12:48:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Flex and Zend Framework - Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/14319</guid>
      <link>http://www.phpdeveloper.org/news/14319</link>
      <description><![CDATA[<p>
The Zend Developer Zone has (re)posted a tutorial from <i>Kevin Schroeder</i> about <a href="http://devzone.zend.com/article/12013-Flex-and-Zend-Framework---Part-1">combining Flex and the Zend Framework</a> to create a simple application. This is the first part in a series of articles on the subject.
</p>
<blockquote>
Given that Zend has had a professional relationship with Adobe for a while, I have been looking for the time to actually dive into what Flash was offering so I could make some kind of judgment call on it. [...] With that in mind, I would like to talk about some introductory topics on what it would take to get a basic Flash/Flex application up and running. This will be part 1 of an X part series. I don't know how many parts there will be, but I would expect that there would be a few. 
</blockquote>
<p>
He walks you through the full process of using <a href="http://www.adobe.com/go/try_flashbuilder">Flash Builder 4</a> (a 60 day free trial is available) and Zend Studio/Eclipse PDT to set up a native environment for rapid development of Flex apps. He creates the basic "Hello World" app, showing how to connect PHP to the Flex application and a bit of additional work to get it to cooperate with a MVCed Zend Framework application too.
</p>]]></description>
      <pubDate>Thu, 08 Apr 2010 09:43:01 -0500</pubDate>
    </item>
  </channel>
</rss>
