<?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>Chris Johnston &#187; Demo/Tutorial</title>
	<atom:link href="http://www.fuzzylizard.com/archives/category/demotutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuzzylizard.com</link>
	<description>Web development and design with a little VFX thrown in for fun</description>
	<lastBuildDate>Sun, 30 Oct 2011 14:23:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CVS Jump Start Demo with NetBeans 5.0 Beta</title>
		<link>http://www.fuzzylizard.com/archives/2005/10/06/642/</link>
		<comments>http://www.fuzzylizard.com/archives/2005/10/06/642/#comments</comments>
		<pubDate>Thu, 06 Oct 2005 22:59:48 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Demo/Tutorial]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/10/06/642/</guid>
		<description><![CDATA[I have added a new demo. This one showcases the new CVS features in NetBeans 5.0 Beta and shows how easy it is to checkout a project and work with files under CVS control. This demo is just over 4 megs in size (they are slowly getting smaller ). Enjoy and let me know what [...]]]></description>
			<content:encoded><![CDATA[<p>I have added a new demo. This one showcases the new <a href="http://www.fuzzylizard.com/tutorials/CVS-Jumpstart.htm">CVS features in NetBeans 5.0 Beta</a> and shows how easy it is to checkout a project and work with files under CVS control. This demo is just over 4 megs in size (they are slowly getting smaller <img src='http://www.fuzzylizard.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ). Enjoy and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2005/10/06/642/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Demo: Using JUnit in NetBeans 4.1</title>
		<link>http://www.fuzzylizard.com/archives/2005/09/22/631/</link>
		<comments>http://www.fuzzylizard.com/archives/2005/09/22/631/#comments</comments>
		<pubDate>Thu, 22 Sep 2005 05:45:34 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Demo/Tutorial]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/09/22/631/</guid>
		<description><![CDATA[I have uploaded a new demo. This one is a very quick, very newbie centric introduction to using JUnit in NetBeans 4.1. Enjoy As an aside: you may notice some negative comments towards NetBeans in the demo, this is because JUnit integration is probably NetBeans poorest feature. Compared to Eclipse, NetBeans hardly integrates JUnit at [...]]]></description>
			<content:encoded><![CDATA[<p>I have uploaded a new demo. This one is a very quick, very newbie centric <a href="http://www.fuzzylizard.com/tutorials/JunitDemo-NetBeans.htm">introduction to using JUnit in NetBeans 4.1</a>. Enjoy <img src='http://www.fuzzylizard.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>As an aside: you may notice some negative comments towards NetBeans in the demo, this is because JUnit integration is probably NetBeans poorest feature. Compared to Eclipse, NetBeans hardly integrates JUnit at all. However, it is still there and it is incredibly easy to use. And actually, the wizard that you use to create a test class does beat Eclipse. It is just the final output or reporting that you get from JUnit in NetBeans that sucks. I really miss the little green bar from Eclipse. Also, if you are using your own ant script, it is almost impossible to run a single test class. The limitations of Ant really do require that you run the entire suite of tests and for any real development, this can be a huge problem.</p>
<p>However, with all that said, please, enjoy the demo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2005/09/22/631/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Quickstart JSP/Servlets Demo using NetBeans</title>
		<link>http://www.fuzzylizard.com/archives/2005/09/18/628/</link>
		<comments>http://www.fuzzylizard.com/archives/2005/09/18/628/#comments</comments>
		<pubDate>Sun, 18 Sep 2005 19:56:58 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Demo/Tutorial]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/09/18/628/</guid>
		<description><![CDATA[For a project that I am doing at school I am creating a series of short little Wink tutorial/demos to help the other members in my team come up to speed with some of the technology that we are using. The first of these tutorials is a Quickstart JSP/Servlet Demo using NetBeans. The video shows [...]]]></description>
			<content:encoded><![CDATA[<p>For a project that I am doing at school I am creating a series of short little Wink tutorial/demos to help the other members in my team come up to speed with some of the technology that we are using. The first of these tutorials is a <a href="http://www.fuzzylizard.com/tutorials/JSPQuickstart-NetBeans.htm">Quickstart JSP/Servlet Demo using NetBeans</a>.</p>
<p>The video shows how to set up a web application, create a simple JSP page, a simple Servlet and run everything using the bundled tomcat server. The JSP page is used to pass some form data to the Servlet which then prints it to the browser. The whole thing is a little large at just over 9 megs, so be patient. Although it does not take all that long to download on my DSL connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2005/09/18/628/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

