<?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>Ozone and Programming &#187; netbeans</title>
	<atom:link href="http://www.ozonesolutions.com/programming/tag/netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ozonesolutions.com/programming</link>
	<description>Accumulated Programming Experience</description>
	<lastBuildDate>Fri, 30 Nov 2012 22:20:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Netbeans PHPUnit Code Completion</title>
		<link>http://www.ozonesolutions.com/programming/2012/03/netbeans-phpunit-code-completion/</link>
		<comments>http://www.ozonesolutions.com/programming/2012/03/netbeans-phpunit-code-completion/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 07:48:38 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code completion]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[PHPUnit]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ozonesolutions.com/programming/?p=589</guid>
		<description><![CDATA[By default, Netbeans dosen&#8217;t do code completion for PHPUnit classes even though it includes support for PHPUnit. Thankfully, adding in the code completion support is very easy. Simply go to Tools>Options>PHP>General and then click &#8220;Add Folder&#8221; under the Global Include &#8230; <a href="http://www.ozonesolutions.com/programming/2012/03/netbeans-phpunit-code-completion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>By default, Netbeans dosen&#8217;t do code completion for PHPUnit classes even though it includes support for PHPUnit.  Thankfully, adding in the code completion support is very easy.  Simply go to Tools>Options>PHP>General and then click &#8220;Add Folder&#8221; under the Global Include Path section.  Then navigate to where your PHPUnit install is located.  (on my system, /usr/share/php/PHPUnit).  By adding this folder, the PHPUnit classes will be included on all projects.  Naturally, if you just wanted this to apply to a single project, you could do something similar by clicking on the project and choosing &#8220;properties&#8221;.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ozonesolutions.com/programming/2012/03/netbeans-phpunit-code-completion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Output Buffering (with HTML)</title>
		<link>http://www.ozonesolutions.com/programming/2012/02/php-output-buffering-with-html/</link>
		<comments>http://www.ozonesolutions.com/programming/2012/02/php-output-buffering-with-html/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 08:00:01 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[output buffering]]></category>
		<category><![CDATA[sample code]]></category>

		<guid isPermaLink="false">http://www.ozonesolutions.com/programming/?p=517</guid>
		<description><![CDATA[Over the past year I have made heavy use of PHP output buffering. Although it serves no function purpose, it can make for much more readable code; I have found it particlarly useful for outputting HTML from methods. Consider the &#8230; <a href="http://www.ozonesolutions.com/programming/2012/02/php-output-buffering-with-html/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Over the past year I have made heavy use of PHP output buffering.  Although it serves no function purpose, it can make for much more readable code; I have found it particlarly useful for outputting HTML from methods.  Consider the following code example:</p>
<p><a href="http://www.ozonesolutions.com/programming/wp-content/uploads/2012/02/Selection_005.png"><img src="http://www.ozonesolutions.com/programming/wp-content/uploads/2012/02/Selection_005.png" alt="Netbeans ScreenShot" title="Netbeans ScreenShot" width="763" height="531" class="alignnone size-full wp-image-523" /></a></p>
<p>As you can see, using output buffering makes the html much easier to read (especially thanks to Netbeans code highlighting).  With short examples, the difference is negligable, but when you have large amounts of html in a php method, using output buffering can make the code a lot more maintainable. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ozonesolutions.com/programming/2012/02/php-output-buffering-with-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordwrap in Netbeans</title>
		<link>http://www.ozonesolutions.com/programming/2012/01/wordwrap-in-netbeans/</link>
		<comments>http://www.ozonesolutions.com/programming/2012/01/wordwrap-in-netbeans/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:14:20 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[wordwrap]]></category>

		<guid isPermaLink="false">http://www.ozonesolutions.com/programming/?p=478</guid>
		<description><![CDATA[To enable the wordwrap functionality in Netbeans IDE.  Go to Tools &#62;&#62; Options and then click the Editor then Formatting tab.  On the &#8220;Line Wrap&#8221; drop down click &#8220;After Words.&#8221; Wordwrap is now enabled.]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ozonesolutions.com/programming/wp-content/uploads/2012/01/Screenshot-at-2012-01-11-111126.png"><img class="alignnone  wp-image-485" src="http://www.ozonesolutions.com/programming/wp-content/uploads/2012/01/Screenshot-at-2012-01-11-111126-300x255.png" alt="" width="300" height="255" /></a></p>
<p>To enable the wordwrap functionality in Netbeans IDE.  Go to Tools &gt;&gt; Options and then click the Editor then Formatting tab.  On the &#8220;Line Wrap&#8221; drop down click &#8220;After Words.&#8221; Wordwrap is now enabled.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ozonesolutions.com/programming/2012/01/wordwrap-in-netbeans/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
