<?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 for Davey Shafik</title>
	<atom:link href="http://daveyshafik.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://daveyshafik.com</link>
	<description>As close to my brain as you can safely get...</description>
	<lastBuildDate>Sat, 13 Feb 2010 05:32:28 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by Robert Kraig</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-321</link>
		<dc:creator>Robert Kraig</dc:creator>
		<pubDate>Sat, 13 Feb 2010 05:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-321</guid>
		<description>At all my previous jobs I&#039;ve had, because i used netbeans i was able to run circles around the devs i was working with because of the intense integration. I will have to say though, if you are working with netbeans on a remotely hosted repo, where you are creating a project locally but remotely editing files say via samba, netbeans comes to a virtual crawl. The last major company i worked for, our project was well over 1+ million LOC. Netbeans is great if you are using working with files which are all locally based and somewhat standard compliant code using good coding practices, otherwise it will try to inform you about all the bad code in your repo. That is where the major slow-down hurts you. Not every large codebase is written by the best PHP coders / standards compliant coders on the planet, many coders hired by large companies are just CS majors who go from language to language like vagabonds. These are not PHP best friends.</description>
		<content:encoded><![CDATA[<p>At all my previous jobs I&#8217;ve had, because i used netbeans i was able to run circles around the devs i was working with because of the intense integration. I will have to say though, if you are working with netbeans on a remotely hosted repo, where you are creating a project locally but remotely editing files say via samba, netbeans comes to a virtual crawl. The last major company i worked for, our project was well over 1+ million LOC. Netbeans is great if you are using working with files which are all locally based and somewhat standard compliant code using good coding practices, otherwise it will try to inform you about all the bad code in your repo. That is where the major slow-down hurts you. Not every large codebase is written by the best PHP coders / standards compliant coders on the planet, many coders hired by large companies are just CS majors who go from language to language like vagabonds. These are not PHP best friends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by Davey Shafik</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-312</link>
		<dc:creator>Davey Shafik</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-312</guid>
		<description>It&#039;s pretty damn easy to configure a debug proxy (per project) by going to the project properties (right click the project &gt; properties), choosing &quot;Run Configuration&quot;, then click &quot;Advanced&quot;. You can see an annotated screenshot here: http://farm5.static.flickr.com/4036/4340695537_b4d34affbc_o.png</description>
		<content:encoded><![CDATA[<p>It&#8217;s pretty damn easy to configure a debug proxy (per project) by going to the project properties (right click the project > properties), choosing &#8220;Run Configuration&#8221;, then click &#8220;Advanced&#8221;. You can see an annotated screenshot here: <a href="http://farm5.static.flickr.com/4036/4340695537_b4d34affbc_o.png" rel="nofollow">http://farm5.static.flickr.com/4036/4340695537_b4d34affbc_o.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by Bruce Ingalls</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-311</link>
		<dc:creator>Bruce Ingalls</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-311</guid>
		<description>As regards performance, I also have a project with about a million LOC.
I noticed with the RC versions of NetBeans, that my hard drive would churn for half a day, indexing my files. Thereafter, and with the release version, NetBeans runs fast &amp; light. Searches return in about a second or 2.
Still, nothing beats the performance of vi ;)</description>
		<content:encoded><![CDATA[<p>As regards performance, I also have a project with about a million LOC.<br />
I noticed with the RC versions of NetBeans, that my hard drive would churn for half a day, indexing my files. Thereafter, and with the release version, NetBeans runs fast &amp; light. Searches return in about a second or 2.<br />
Still, nothing beats the performance of vi <img src='http://daveyshafik.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by Bruce Ingalls</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-310</link>
		<dc:creator>Bruce Ingalls</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-310</guid>
		<description>I like NetBeans, but the rest of my team uses Eclipse, as it has better support for proxying a remote debugger. I&#039;ve not tried SSH tunneling yet, but we use Komodo-PythonRemoteDebugging aka pydbgpproxy (yes, it&#039;s for PHP, too). This is to allow multi-user concurrent debugging.
I&#039;m surprised that you prefer NetBeans for remote debugging; it does not (easily) allow debugger proxy configuration, unlike Eclipse (and ActiveState Komodo)</description>
		<content:encoded><![CDATA[<p>I like NetBeans, but the rest of my team uses Eclipse, as it has better support for proxying a remote debugger. I&#8217;ve not tried SSH tunneling yet, but we use Komodo-PythonRemoteDebugging aka pydbgpproxy (yes, it&#8217;s for PHP, too). This is to allow multi-user concurrent debugging.<br />
I&#8217;m surprised that you prefer NetBeans for remote debugging; it does not (easily) allow debugger proxy configuration, unlike Eclipse (and ActiveState Komodo)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by Davey Shafik</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-308</link>
		<dc:creator>Davey Shafik</dc:creator>
		<pubDate>Mon, 08 Feb 2010 12:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-308</guid>
		<description>I have over a million LOC open in Netbeans right now without an issue; what issues do you see? with what size project? On what platform?

- Davey</description>
		<content:encoded><![CDATA[<p>I have over a million LOC open in Netbeans right now without an issue; what issues do you see? with what size project? On what platform?</p>
<p>- Davey</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by Meee</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-307</link>
		<dc:creator>Meee</dc:creator>
		<pubDate>Mon, 08 Feb 2010 12:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-307</guid>
		<description>Netbeans is nice for small projects but it really sucks (perfomancewise) when the project is getting big.</description>
		<content:encoded><![CDATA[<p>Netbeans is nice for small projects but it really sucks (perfomancewise) when the project is getting big.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by Goran Miskovic</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-306</link>
		<dc:creator>Goran Miskovic</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-306</guid>
		<description>Yes it is. Source &gt; Remove trailing spaces</description>
		<content:encoded><![CDATA[<p>Yes it is. Source &gt; Remove trailing spaces</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by Goran Miskovic</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-305</link>
		<dc:creator>Goran Miskovic</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-305</guid>
		<description>The only thing that I hate is the poor implementation of SVN. You must use a 3rd party software like Tourtoise SVN. ???
How comes?! NetBeans SVN integration is working flawlessly.</description>
		<content:encoded><![CDATA[<p>The only thing that I hate is the poor implementation of SVN. You must use a 3rd party software like Tourtoise SVN. ???<br />
How comes?! NetBeans SVN integration is working flawlessly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by dimis</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-292</link>
		<dc:creator>dimis</dc:creator>
		<pubDate>Sat, 06 Feb 2010 16:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-292</guid>
		<description>I learn for netbeans from a book for java many years ago when it were young and were like an editor.
Nothing remember that editor now.
I wish just to support more php frameworks as yii and cakephp...</description>
		<content:encoded><![CDATA[<p>I learn for netbeans from a book for java many years ago when it were young and were like an editor.<br />
Nothing remember that editor now.<br />
I wish just to support more php frameworks as yii and cakephp&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans for PHP: Continues to Impress by Ahmed Shreef</title>
		<link>http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html/comment-page-1#comment-282</link>
		<dc:creator>Ahmed Shreef</dc:creator>
		<pubDate>Wed, 03 Feb 2010 19:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://daveyshafik.com/?p=743#comment-282</guid>
		<description>actually, I did move to NetBeans after reading your previous post that compared many PHP IDEs and I&#039;m still using NetBeans till now and some of my colleagues like it too.</description>
		<content:encoded><![CDATA[<p>actually, I did move to NetBeans after reading your previous post that compared many PHP IDEs and I&#8217;m still using NetBeans till now and some of my colleagues like it too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
