<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Improve your development time</title>
	<atom:link href="http://inchoo.net/tools/improve-your-development-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/tools-frameworks/improve-your-development-time/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Wed, 23 May 2012 06:34:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alaa Abdelhaq</title>
		<link>http://inchoo.net/tools-frameworks/improve-your-development-time/comment-page-1/#comment-350</link>
		<dc:creator>Alaa Abdelhaq</dc:creator>
		<pubDate>Wed, 05 Nov 2008 08:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=191#comment-350</guid>
		<description>Well written post, thnx.
for me I tried many IDEs and so far nothing beats Zend Studio!
I like netbeans but i feel its very heavy, maybe extra RAM will solve the problem.
I have 1 question in these pictured i noticed Class names over each block, how I can get this while development?</description>
		<content:encoded><![CDATA[<p>Well written post, thnx.<br />
for me I tried many IDEs and so far nothing beats Zend Studio!<br />
I like netbeans but i feel its very heavy, maybe extra RAM will solve the problem.<br />
I have 1 question in these pictured i noticed Class names over each block, how I can get this while development?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Branko Ajzele</title>
		<link>http://inchoo.net/tools-frameworks/improve-your-development-time/comment-page-1/#comment-233</link>
		<dc:creator>Branko Ajzele</dc:creator>
		<pubDate>Fri, 17 Oct 2008 07:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=191#comment-233</guid>
		<description>Hi Scott,

Setting up NetBeans or any other IDE out there (ZendStudio, NuSphere) to debug PHP projects of these magnitude is in my modest opinion MISSION IMPOSSIBLE.

You see, before i made jump to PHP I was working on a ASP.NET and C#... Debugging .Net stuff with Visual Studio and debugging PHP with Xdebug or any other so called debugger out there are completely two different worlds. This is where Microsoft beats open source at any step. I stand with what I say here.

Using XDebug with Magento or any other bigger project will make you regret you ever lost time on it. It simply DOES NOT WORK! It breaks you Apache every now and then. And it simply does not do the debugging the right way, it does not traverse all included files and so on... 

My advice, use Zend_Debug::dump($someVar); with Magento. This might be the stupidest form of debugging while using advanced IDEs but at least it works. I say stupidest because it is time consuming when you  have to var_dump or debug or whatever on each variable you want to check. Then after your finished you delete all those debug, var_dump and print_r... You see my point.</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>Setting up NetBeans or any other IDE out there (ZendStudio, NuSphere) to debug PHP projects of these magnitude is in my modest opinion MISSION IMPOSSIBLE.</p>
<p>You see, before i made jump to PHP I was working on a ASP.NET and C#&#8230; Debugging .Net stuff with Visual Studio and debugging PHP with Xdebug or any other so called debugger out there are completely two different worlds. This is where Microsoft beats open source at any step. I stand with what I say here.</p>
<p>Using XDebug with Magento or any other bigger project will make you regret you ever lost time on it. It simply DOES NOT WORK! It breaks you Apache every now and then. And it simply does not do the debugging the right way, it does not traverse all included files and so on&#8230; </p>
<p>My advice, use Zend_Debug::dump($someVar); with Magento. This might be the stupidest form of debugging while using advanced IDEs but at least it works. I say stupidest because it is time consuming when you  have to var_dump or debug or whatever on each variable you want to check. Then after your finished you delete all those debug, var_dump and print_r&#8230; You see my point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://inchoo.net/tools-frameworks/improve-your-development-time/comment-page-1/#comment-228</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 17 Oct 2008 01:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=191#comment-228</guid>
		<description>Ah, I was hoping you&#039;d share how to debug and traverse complex apps like M in NetBeans. Perhaps an idea for another article? :)</description>
		<content:encoded><![CDATA[<p>Ah, I was hoping you&#8217;d share how to debug and traverse complex apps like M in NetBeans. Perhaps an idea for another article? <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

