<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Richard Ive&#039;s Rants, Raves and Tech &#187; xampp</title>
	<atom:link href="http://xanox.net/blog/tag/xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://xanox.net/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:19:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>PHP Debugger &#8211; NetBeans &amp; xdebug &#8211; Awesome!</title>
		<link>http://xanox.net/blog/2008/12/10/php-debugger-netbeans-xdebug-awesome/</link>
		<comments>http://xanox.net/blog/2008/12/10/php-debugger-netbeans-xdebug-awesome/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 15:32:16 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://xanox.net/blog/?p=11</guid>
		<description><![CDATA[Yesterday while browsing the Internet I came across www.netbeans.org. Now, I already have netbeans installed as I use it for JAVA development, however I never realised there was an IDE for PHP! So there I was waiting for the 200mb download to finish, so I could replace my old NetBeans with the newer 6.5 version]]></description>
			<content:encoded><![CDATA[<p>Yesterday while browsing the Internet I came across <a href="http://www.netbeans.org">www.netbeans.org</a>. Now, I already have netbeans installed as I use it for JAVA development, however I never realised there was an IDE for <a href="http://php.net">PHP</a>! So there I was waiting for the 200mb download to finish, so I could replace my old NetBeans with the newer 6.5 version and things got even better. NetBeans can communicate with xdebug! I&#8217;ve played with xdebug before, but I could never get along with it, there was so much setting up you had to do, so many little things to change that could effect the end result &#8211; it just didn&#8217;t seem practical, so I kept to my own debugging methods. NetBeans, however changed this! Their website directed me to a local web server that has MySQL and PHP5 preinstalled (I do work on a Mac so I&#8217;ve both those installed anyway, but getting them setup is a pain in the backside) called <a href="http://www.apachefriends.org/en/xampp.html ">xampp.</a> After the download had finished I read the documentation which told me to add 4 lines to my PHP.ini (Spotlight found that one for me!) and I was off. Next was to install xdebug. Again I downloaded the source, placed it in the xampp PHP folder, phpized it and then compiled it to run along side PHP5. Easy as pie! No sooner had I restarted xampp NetBeans picked up on the change and enabled the debug button.</p>
<p>Below is a screen shot of NetBeans IDE helping me with remembering was methods are available to me in the Db class &#8211; neat, huh? It even lists the comments I have made above the method for easy understanding.</p>
<div id="attachment_27" class="wp-caption aligncenter" style="width: 624px"><a href="http://xanox.net/blog/wp-content/uploads/2008/12/Screen-shot-2010-07-28-at-19.25.071.png"><img class="size-large wp-image-27 " title="Netbeans IDE In Action" src="http://xanox.net/blog/wp-content/uploads/2008/12/Screen-shot-2010-07-28-at-19.25.071-1024x638.png" alt="Netbeans IDE In Action" width="614" height="383" /></a><p class="wp-caption-text">Netbeans IDE In Action</p></div>
<p>This tool is fantastic! Close to 5 years I have been developing in PHP and not once have I come close to using anything as good as NetBeans. The interface is clean and concise. It&#8217;s fast with no lag when you need to see the method list *cough* Visual Studio *cough*.  And it has a debugger! Need I say anymore?! It&#8217;s a perfect tool for anyone who uses PHP, what ever their level, I am going to suggest NetBeans to all of my friends and hopefully you will too!</p>
]]></content:encoded>
			<wfw:commentRss>http://xanox.net/blog/2008/12/10/php-debugger-netbeans-xdebug-awesome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

