<?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>TechOnVideo &#187; Java</title>
	<atom:link href="http://www.techonvideo.com/category/programming/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techonvideo.com</link>
	<description>Learn technologies the easy way</description>
	<lastBuildDate>Tue, 25 Mar 2008 21:48:59 +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>Java Programming #1 Basics: Screen Output (&#8220;Hello World&#8221;)</title>
		<link>http://www.techonvideo.com/2008/02/10/java-programming-1-basics-screen-output-hello-world/</link>
		<comments>http://www.techonvideo.com/2008/02/10/java-programming-1-basics-screen-output-hello-world/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 17:40:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Hello]]></category>
		<category><![CDATA[longhorndude08]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[System.out.println();]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[World]]></category>

		<guid isPermaLink="false">http://www.imed5.com/dev/techonvideo.com/2008/02/10/java-programming-1-basics-screen-output-hello-world/</guid>
		<description><![CDATA[This is the first video on java programming, pretty simple, below is a little practice/challenge. When I first tried to upload this video, it was like 1 min. 30 sec. too long, so if its confusing, i&#8217;ll send u the other one, and if u want i&#8217;ll send u the one I recorded which the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/jFiFBsoMlXU/2.jpg" align="left">This is the first video on java programming, pretty simple, below is a little practice/challenge. When I first tried to upload this video, it was like 1 min. 30 sec. too long, so if its confusing, i&#8217;ll send u the other one, and if u want i&#8217;ll send u the one I recorded which the audio is off, so ill probably delete it soon.</p>
<p>CODE:<br />
System.out.print(ln)(&#8220;output&#8221;);<br />
\n   &#8211;new line<br />
\t   &#8211;tab<br />
\&#8221;   &#8211;&#8221;<br />
\\   &#8211;\</p>
<p>publid class fileName{<br />
public static void main(String[]beans){<br />
methods mth=new methods();<br />
mth.name();<br />
}<br />
}<br />
class methods{<br />
public void{<br />
System.out.println(&#8220;HELLO YOUTUBE&#8221;);<br />
}<br />
}</p>
<p>CHALLENGE/PRACTICE:<br />
write a program to output your initials using 5 lines with the characters \,|,/,_,-,(,),etc.</p>
<p>BONUS: Do it using one System.out.print();</p>
<p>Duration : <b>0:10:4</b></p>
<p><span id="more-1572"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/jFiFBsoMlXU&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/jFiFBsoMlXU&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/02/10/java-programming-1-basics-screen-output-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install JCreator and JDK for Java Programming</title>
		<link>http://www.techonvideo.com/2008/02/09/install-jcreator-and-jdk-for-java-programming/</link>
		<comments>http://www.techonvideo.com/2008/02/09/install-jcreator-and-jdk-for-java-programming/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 11:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[intro]]></category>
		<category><![CDATA[JCreator]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[longhorndude08]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.imed5.com/dev/techonvideo.com/2008/02/09/install-jcreator-and-jdk-for-java-programming/</guid>
		<description><![CDATA[This is a vid on how to install JCreator onto your computer, which can be used to create Java programs. &#8211;I Finally Got A New Microphone &#8211; More videos on how to actually write programs will come later, and if you want to create programs without JCreator, message me and i&#8217;ll release a vid on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/BfAO1Ga2mjk/2.jpg" align="left">This is a vid on how to install JCreator onto your computer, which can be used to create Java programs.<br />
&#8211;I Finally Got A New Microphone <img src='http://www.techonvideo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8211;</p>
<p>More videos on how to actually write programs will come later, and if you want to create programs without JCreator, message me and i&#8217;ll release a vid on how to do that, but it shouldn&#8217;t be necessary.</p>
<p>Website: http://jcreator.com<br />
JDK &amp; DOCs: http://java.sun.com/javase/downloads/index.jsp</p>
<p>Duration : <b>0:8:16</b></p>
<p><span id="more-1573"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/BfAO1Ga2mjk&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/BfAO1Ga2mjk&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/02/09/install-jcreator-and-jdk-for-java-programming/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Java Chapter 3 Part 3 (BodyMassApplet)</title>
		<link>http://www.techonvideo.com/2008/02/08/java-chapter-3-part-3-bodymassapplet/</link>
		<comments>http://www.techonvideo.com/2008/02/08/java-chapter-3-part-3-bodymassapplet/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 19:48:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applets]]></category>
		<category><![CDATA[cashman]]></category>
		<category><![CDATA[chapter]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[shelly]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.imed5.com/dev/techonvideo.com/2008/02/08/java-chapter-3-part-3-bodymassapplet/</guid>
		<description><![CDATA[Create the Applet in Chapter 3 of the Shelly Cashman book Java Programming for NMSU-Grants OECS216 Duration : 0:9:58]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/HM5tNmEcaLo/2.jpg" align="left">Create the Applet in Chapter 3 of the Shelly Cashman book Java Programming for NMSU-Grants OECS216</p>
<p>Duration : <b>0:9:58</b></p>
<p><span id="more-908"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/HM5tNmEcaLo&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/HM5tNmEcaLo&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/02/08/java-chapter-3-part-3-bodymassapplet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EJB 3 and Web Services I</title>
		<link>http://www.techonvideo.com/2008/02/03/ejb-3-and-web-services-i/</link>
		<comments>http://www.techonvideo.com/2008/02/03/ejb-3-and-web-services-i/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 01:53:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.techonvideo.com/2008/02/03/ejb-3-and-web-services-i/</guid>
		<description><![CDATA[A example using EJB 3 and a java desktop client acessing Web Service. Duration : 0:5:47]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/5rwovAl_VNc/2.jpg" align="left">A example using EJB 3 and a java desktop client acessing Web Service.</p>
<p>Duration : <b>0:5:47</b></p>
<p><span id="more-2572"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/5rwovAl_VNc&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/5rwovAl_VNc&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/02/03/ejb-3-and-web-services-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Programming &#8211; Password Checker</title>
		<link>http://www.techonvideo.com/2008/02/01/java-programming-password-checker/</link>
		<comments>http://www.techonvideo.com/2008/02/01/java-programming-password-checker/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 09:32:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Checker]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[demonstration]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[JCreator]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.imed5.com/dev/techonvideo.com/2008/02/01/java-programming-password-checker/</guid>
		<description><![CDATA[High quality version: http://www.stage6.com/user/MetalGearLol/video/2169355/Java-Programming&#8212;Password-Checker A demonstration of me writing a simple password checking program in Java. The demonstration includes use of the &#8216;String&#8217; variable and &#8216;if&#8217; statements. You see me write the code in x2 speed. And then you see two runs of the code, one with the correct password entered, and one with the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/8B9BgMmJ33U/2.jpg" align="left">High quality version: http://www.stage6.com/user/MetalGearLol/video/2169355/Java-Programming&#8212;Password-Checker </p>
<p>A demonstration of me writing a simple password checking program in Java. The demonstration includes use of the &#8216;String&#8217; variable and &#8216;if&#8217; statements. You see me write the code in x2 speed. And then you see two runs of the code, one with the correct password entered, and one with the wrong password entered. </p>
<p>Please read all the credits! All songs and programs used are included in them! Make sure you read them please!</p>
<p>Please leave a comment and rate. Any questions I get I&#8217;ll try to answer ASAP. Please subscribe for more Java programming and other videos. Some Java program videos I make I also include a download link to download the executable version. Look out for those!</p>
<p>Duration : <b>0:5:5</b></p>
<p><span id="more-1569"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/8B9BgMmJ33U&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/8B9BgMmJ33U&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/02/01/java-programming-password-checker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java Programming &#8211; The Riddle Game</title>
		<link>http://www.techonvideo.com/2008/01/31/java-programming-the-riddle-game/</link>
		<comments>http://www.techonvideo.com/2008/01/31/java-programming-the-riddle-game/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 13:25:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[EXE]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[JCreator]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[NativeJ]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Riddle]]></category>
		<category><![CDATA[Riddles]]></category>
		<category><![CDATA[SunJava]]></category>
		<category><![CDATA[the]]></category>

		<guid isPermaLink="false">http://www.imed5.com/dev/techonvideo.com/2008/01/31/java-programming-the-riddle-game/</guid>
		<description><![CDATA[My latest Java program, The Riddle. It&#8217;s a simple console output based game. You have to guess six riddles, can you do it? Will you reach the end with a perfect 6/6 score? You can find out by downloading it! It&#8217;s as easy as clicking on this link: http://www.box.net/shared/yiizbvlkww and downloading the very small installer! [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/4EYpAVhFveU/2.jpg" align="left">My latest Java program, The Riddle. It&#8217;s a simple console output based game. You have to guess six riddles, can you do it? Will you reach the end with a perfect 6/6 score?</p>
<p>You can find out by downloading it! It&#8217;s as easy as clicking on this link: http://www.box.net/shared/yiizbvlkww and downloading the very small installer! Try it out and give constructive feedback please.</p>
<p>The Riddle was built in JCreator. And compiled into an executable JAR by NativeJ. </p>
<p>Subscribe for more Java programming and downloads! Leave a comment and a rate on anything to do with the video or program and I&#8217;ll do my best to answer it ASAP!</p>
<p>Duration : <b>0:1:45</b></p>
<p><span id="more-1574"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/4EYpAVhFveU&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/4EYpAVhFveU&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/01/31/java-programming-the-riddle-game/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java Programming &#8211; Change Calculator</title>
		<link>http://www.techonvideo.com/2008/01/13/java-programming-change-calculator/</link>
		<comments>http://www.techonvideo.com/2008/01/13/java-programming-change-calculator/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 07:00:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Calculator]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JCreator]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.imed5.com/dev/techonvideo.com/2008/01/13/java-programming-change-calculator/</guid>
		<description><![CDATA[High quality version at: http://www.stage6.com/user/MetalGearLol/video/2068579/Java-Programming&#8212;Change-Calculator If you want to see the code more clearly, please click the above link! This is a short video of me in real time, programming a small application in Java, using JCreator. I did make some mistakes, I missed off 5 semi-colons. I fixed this when I ran the compiler, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/XrQrb_tfNHQ/2.jpg" align="left">High quality version at: http://www.stage6.com/user/MetalGearLol/video/2068579/Java-Programming&#8212;Change-Calculator<br />
If you want to see the code more clearly, please click the above link!</p>
<p>This is a short video of me in real time, programming a small application in Java, using JCreator. I did make some mistakes, I missed off 5 semi-colons. I fixed this when I ran the compiler, which isn&#8217;t shown. </p>
<p>Please comment and rate. I&#8217;m only currently learning Java. So this is a very simple program that runs using a basic output, such as JCreator&#8217;s General Output window or a Command Prompt window. In this video, you see it running from JCreator&#8217;s General Output window.<br />
I may do another video like this. Perhaps something more complicated when I have an idea. </p>
<p>If anyone has a question about the code in this video, I&#8217;ll try to answer it. </p>
<p>Thank you.</p>
<p>*This video is in the &#8220;Science &amp; Technology&#8221; category because it&#8217;s sort of &#8220;technology&#8221; related.</p>
<p>Duration : <b>0:4:16</b></p>
<p><span id="more-1568"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/XrQrb_tfNHQ&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/XrQrb_tfNHQ&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/01/13/java-programming-change-calculator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Java Programming Chapter 2 Help Part 2</title>
		<link>http://www.techonvideo.com/2008/01/10/java-programming-chapter-2-help-part-2/</link>
		<comments>http://www.techonvideo.com/2008/01/10/java-programming-chapter-2-help-part-2/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 13:43:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applets]]></category>
		<category><![CDATA[cashman]]></category>
		<category><![CDATA[chapter]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[shelly]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.imed5.com/dev/techonvideo.com/2008/01/10/java-programming-chapter-2-help-part-2/</guid>
		<description><![CDATA[Here is some help to create your own application and applet based on Chapter 2 in Shelly Cashman series text Java Programming Comprehensive. Duration : 0:8:42]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/sALwvcyZ3XA/2.jpg" align="left">Here is some help to create your own application and applet based on Chapter 2 in Shelly Cashman series text Java Programming Comprehensive.</p>
<p>Duration : <b>0:8:42</b></p>
<p><span id="more-907"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/sALwvcyZ3XA&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/sALwvcyZ3XA&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/01/10/java-programming-chapter-2-help-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Programming Chapter 2 Help Part 1</title>
		<link>http://www.techonvideo.com/2008/01/10/java-programming-chapter-2-help-part-1/</link>
		<comments>http://www.techonvideo.com/2008/01/10/java-programming-chapter-2-help-part-1/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 13:16:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[cashman]]></category>
		<category><![CDATA[chapter]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[shelly]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.imed5.com/dev/techonvideo.com/2008/01/10/java-programming-chapter-2-help-part-1/</guid>
		<description><![CDATA[Here is a helpful video for students doing their first Java application from the Shelly Cashman Java Programming Comprehensive text third edition. Duration : 0:6:24]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/qMPPAD938_I/2.jpg" align="left">Here is a helpful video for students doing their first Java application from the Shelly Cashman Java Programming Comprehensive text third edition.</p>
<p>Duration : <b>0:6:24</b></p>
<p><span id="more-1570"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/qMPPAD938_I&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/qMPPAD938_I&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/01/10/java-programming-chapter-2-help-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Programming TextPad Help</title>
		<link>http://www.techonvideo.com/2008/01/09/java-programming-textpad-help/</link>
		<comments>http://www.techonvideo.com/2008/01/09/java-programming-textpad-help/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 11:37:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[textpad]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.imed5.com/dev/techonvideo.com/2008/01/09/java-programming-textpad-help/</guid>
		<description><![CDATA[A video for my NMSU-Grants OECS216 Programming for the Web course showing how to install TextPad to complete a Chapter 2 assignments in the text (Java Programming Shelly Cashman series) Duration : 0:5:0]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/kP8voy6P4es/2.jpg" align="left">A video for my NMSU-Grants OECS216 Programming for the Web course showing how to install TextPad to complete a Chapter 2 assignments in the text (Java Programming Shelly Cashman series)</p>
<p>Duration : <b>0:5:0</b></p>
<p><span id="more-1571"></span><br /><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/kP8voy6P4es&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/kP8voy6P4es&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object><script type="text/javascript"><!--
google_ad_client = "pub-3496389832517545";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "999999";
google_color_text = "999999";
google_color_url = "999999";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techonvideo.com/2008/01/09/java-programming-textpad-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

