<?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: Using NetBeans for WordPress Debugging &amp; Development</title>
	<atom:link href="http://serverpress.com/news/using-netbeans-for-wordpress-debugging-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://serverpress.com/news/using-netbeans-for-wordpress-debugging-development/</link>
	<description>Developer and Designer Solutions for WordPress</description>
	<lastBuildDate>Tue, 14 May 2013 05:51:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Stephen Carroll</title>
		<link>http://serverpress.com/news/using-netbeans-for-wordpress-debugging-development/#comment-210</link>
		<dc:creator>Stephen Carroll</dc:creator>
		<pubDate>Thu, 14 Jun 2012 06:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://serverpress.com/?p=2687#comment-210</guid>
		<description>Haven&#039;t tried it ourselves but, I&#039;ve added it to the &quot;to do&quot; list! :-)</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t tried it ourselves but, I&#8217;ve added it to the &#8220;to do&#8221; list! <img src='http://serverpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sph750</title>
		<link>http://serverpress.com/news/using-netbeans-for-wordpress-debugging-development/#comment-209</link>
		<dc:creator>sph750</dc:creator>
		<pubDate>Thu, 14 Jun 2012 06:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://serverpress.com/?p=2687#comment-209</guid>
		<description>Hi Stephen,
Great Job. I would like to add phpunit, is it easy too ?</description>
		<content:encoded><![CDATA[<p>Hi Stephen,<br />
Great Job. I would like to add phpunit, is it easy too ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sph750</title>
		<link>http://serverpress.com/news/using-netbeans-for-wordpress-debugging-development/#comment-202</link>
		<dc:creator>sph750</dc:creator>
		<pubDate>Fri, 25 May 2012 22:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://serverpress.com/?p=2687#comment-202</guid>
		<description>great, thanks you for this article</description>
		<content:encoded><![CDATA[<p>great, thanks you for this article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Carroll</title>
		<link>http://serverpress.com/news/using-netbeans-for-wordpress-debugging-development/#comment-198</link>
		<dc:creator>Stephen Carroll</dc:creator>
		<pubDate>Wed, 16 May 2012 19:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://serverpress.com/?p=2687#comment-198</guid>
		<description>Hello Ray,
   Since DesktopServer works like a real web server, you can obtain updates if your theme author implements an update mechanism. However, you&#039;d most like use WordPress&#039; native child theming behavior so that you can just update the parent theme w/out affecting your modifications. Otherwise, you may wish to look into NetBeans&#039; native Dif tool that is built into the Tools pull down menu. It will show you changes and modifications between your currently open file and another of your choosing. The interface is full featured and very powerful.

Regards,
Stephen</description>
		<content:encoded><![CDATA[<p>Hello Ray,<br />
   Since DesktopServer works like a real web server, you can obtain updates if your theme author implements an update mechanism. However, you&#8217;d most like use WordPress&#8217; native child theming behavior so that you can just update the parent theme w/out affecting your modifications. Otherwise, you may wish to look into NetBeans&#8217; native Dif tool that is built into the Tools pull down menu. It will show you changes and modifications between your currently open file and another of your choosing. The interface is full featured and very powerful.</p>
<p>Regards,<br />
Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solari</title>
		<link>http://serverpress.com/news/using-netbeans-for-wordpress-debugging-development/#comment-195</link>
		<dc:creator>solari</dc:creator>
		<pubDate>Wed, 16 May 2012 17:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://serverpress.com/?p=2687#comment-195</guid>
		<description>Great stuff.  What about versioning and the like? Often I need to modify templates I&#039;ve purchased and when they issue updates I need to be able to track the changes I&#039;ve made and integrate in the new updates. What&#039;s the best/easiest practice for something like this? Thanks!

Ray</description>
		<content:encoded><![CDATA[<p>Great stuff.  What about versioning and the like? Often I need to modify templates I&#8217;ve purchased and when they issue updates I need to be able to track the changes I&#8217;ve made and integrate in the new updates. What&#8217;s the best/easiest practice for something like this? Thanks!</p>
<p>Ray</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codersteve</title>
		<link>http://serverpress.com/news/using-netbeans-for-wordpress-debugging-development/#comment-194</link>
		<dc:creator>codersteve</dc:creator>
		<pubDate>Mon, 14 May 2012 10:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://serverpress.com/?p=2687#comment-194</guid>
		<description>Hi Stephen,

Thank you for this super article! I especially found the &quot;Debugging with NetBeans&quot; discussion very helpful. And yes, DesktopServer makes it so much easier than dealing with manual set up of XAMPP and XDEBUG!

Thank you for recommending NetBeans - I&#039;ve just uninstalled Eclipse :)

Thank you,
Steve</description>
		<content:encoded><![CDATA[<p>Hi Stephen,</p>
<p>Thank you for this super article! I especially found the &#8220;Debugging with NetBeans&#8221; discussion very helpful. And yes, DesktopServer makes it so much easier than dealing with manual set up of XAMPP and XDEBUG!</p>
<p>Thank you for recommending NetBeans &#8211; I&#8217;ve just uninstalled Eclipse <img src='http://serverpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you,<br />
Steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>
