<?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>Learning is bateru &#187; Tutorials</title>
	<atom:link href="http://bateru.com/news/reviews/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://bateru.com/news</link>
	<description>Writing software and articles to help improve understanding. - Larry Battle</description>
	<lastBuildDate>Thu, 17 May 2012 03:26:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code of the Day: Javascript, Prime Factors of a Number</title>
		<link>http://bateru.com/news/2012/05/code-of-the-day-javascript-prime-factors-of-a-number/</link>
		<comments>http://bateru.com/news/2012/05/code-of-the-day-javascript-prime-factors-of-a-number/#comments</comments>
		<pubDate>Fri, 11 May 2012 23:05:30 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code of the day]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[prime factorization]]></category>
		<category><![CDATA[prime factors]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=1054</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/05/code-of-the-day-javascript-prime-factors-of-a-number/" title="Code of the Day: Javascript, Prime Factors of a Number"></a>Javascript: Prime Factorization Today&#8217;s code is a enhancement of Code Renaissance&#8216;s version of &#8220;Finding Prime Numbers in Javascript&#8221;. Main difference are the following. Faster performance by eliminating recursion and caching Math.sqrt. Whole numbers bigger than 1 return an empty array, &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/05/code-of-the-day-javascript-prime-factors-of-a-number/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/05/code-of-the-day-javascript-prime-factors-of-a-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A quick comparison between == vs equals in Java</title>
		<link>http://bateru.com/news/2012/04/a-quick-comparison-between-vs-equals-in-java/</link>
		<comments>http://bateru.com/news/2012/04/a-quick-comparison-between-vs-equals-in-java/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 17:25:36 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=1043</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/04/a-quick-comparison-between-vs-equals-in-java/" title="A quick comparison between == vs equals in Java"></a>/** @author Larry Battle &#60;bateru.com/news&#62; @date April 19, 2012 @purpose To show a simple comparison between == and equals(). */ &#160; public class SameObjectTest &#123; public static boolean areAssertsEnabled&#40;&#41;&#123; boolean isEnabled = false; try&#123; assert false: &#34;Yes asserts are enabled.&#34;; &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/04/a-quick-comparison-between-vs-equals-in-java/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/04/a-quick-comparison-between-vs-equals-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reimplementation of Number.prototype.toFixed</title>
		<link>http://bateru.com/news/2012/03/reimplementation-of-number-prototype-tofixed/</link>
		<comments>http://bateru.com/news/2012/03/reimplementation-of-number-prototype-tofixed/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 01:53:33 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=1004</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/reimplementation-of-number-prototype-tofixed/" title="Reimplementation of Number.prototype.toFixed"></a>Number.prototype.toFixed was giving me too many problems, so I just rewrote it. There&#8217;s the source. /** @author Larry Battle &#60;a alt=&#34;contact me&#34; href=&#34;bateru.com/news/contact&#34;&#62;Contact Me&#60;/a&#62; @date Mar 30, 2012 @purpose Provide the fix for Number.prototype.toFixed() function. @info source at http://bateru.com/news/2012/03/reimplementation-of-number-prototype-tofixed */ &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/03/reimplementation-of-number-prototype-tofixed/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/reimplementation-of-number-prototype-tofixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code of the day: Converts Bytes to Simplify Units</title>
		<link>http://bateru.com/news/2012/03/code-of-the-day-converts-bytes-to-unit/</link>
		<comments>http://bateru.com/news/2012/03/code-of-the-day-converts-bytes-to-unit/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 01:54:34 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code of the day]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[math]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=972</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/code-of-the-day-converts-bytes-to-unit/" title="Code of the day: Converts Bytes to Simplify Units"></a>A few days ago I noticed that my &#8220;code of the day&#8221; article was wrong. So I spent some time fixing it and provided test cases to check my work. The main difference about this script is that it allows &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/03/code-of-the-day-converts-bytes-to-unit/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/code-of-the-day-converts-bytes-to-unit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>js2coffee.org helps your learn coffeescript faster</title>
		<link>http://bateru.com/news/2012/03/js2coffee-org-helps-your-learn-coffeescript-faster/</link>
		<comments>http://bateru.com/news/2012/03/js2coffee-org-helps-your-learn-coffeescript-faster/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 21:41:18 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[amazing]]></category>
		<category><![CDATA[Coffee script]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[coffeescript]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=947</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/js2coffee-org-helps-your-learn-coffeescript-faster/" title="js2coffee.org helps your learn coffeescript faster"></a>coffeescript icon Coffee-script is a smoking hot simple language that converts 100% into Javascript code. Coffee-script allows you to spend more time focusing on the algorithm rather than the syntax. js2coffee.org is an awesome website that converts your Coffee-script to &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/03/js2coffee-org-helps-your-learn-coffeescript-faster/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/js2coffee-org-helps-your-learn-coffeescript-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple fix for MSI Windows Installer Error</title>
		<link>http://bateru.com/news/2012/03/simple-fix-for-msi-windows-installer-error/</link>
		<comments>http://bateru.com/news/2012/03/simple-fix-for-msi-windows-installer-error/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 19:38:47 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=933</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/simple-fix-for-msi-windows-installer-error/" title="Simple fix for MSI Windows Installer Error"></a>Here&#8217;s a quick post over how to install applications that encounter the Windows Installer Error. Error Message: Windows Installer This installation package could not be opened. Verify that the package exists and that you can access it, or contact the &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/03/simple-fix-for-msi-windows-installer-error/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/simple-fix-for-msi-windows-installer-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check out this awesome Coffeescript Tutorial</title>
		<link>http://bateru.com/news/2012/03/check-out-this-awesome-coffeescript-tutorial/</link>
		<comments>http://bateru.com/news/2012/03/check-out-this-awesome-coffeescript-tutorial/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 05:26:35 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Coffee script]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[coffeescript]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=934</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/check-out-this-awesome-coffeescript-tutorial/" title="Check out this awesome Coffeescript Tutorial"></a>coffeescript http://bodil.github.com/coffeescript/]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/check-out-this-awesome-coffeescript-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Docco.coffee on Windows 7</title>
		<link>http://bateru.com/news/2012/03/how-to-install-docco-on-windows-7/</link>
		<comments>http://bateru.com/news/2012/03/how-to-install-docco-on-windows-7/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 08:04:32 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[coffeescript]]></category>
		<category><![CDATA[docco]]></category>
		<category><![CDATA[documentation generator]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[pygments]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=925</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/how-to-install-docco-on-windows-7/" title="How to install Docco.coffee on Windows 7"></a>Docco.coffee requires the following to run. Node.js Python CoffeeScript Pygments Docco Step 1: Download and install Node.js and Python 2.7. Python 3.2 might work but I haven&#8217;t yet tried it out. Step 2: Add the root and &#8216;node_modules&#8217; directories for &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/03/how-to-install-docco-on-windows-7/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/how-to-install-docco-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: How Public Key Encryption works in your web browser</title>
		<link>http://bateru.com/news/2012/03/video-how-encryption-works-in-your-web-browser/</link>
		<comments>http://bateru.com/news/2012/03/video-how-encryption-works-in-your-web-browser/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 07:05:35 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=921</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/video-how-encryption-works-in-your-web-browser/" title="Video: How Public Key Encryption works in your web browser"></a>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/video-how-encryption-works-in-your-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 College Tips and My College Experience</title>
		<link>http://bateru.com/news/2012/02/5-college-tips-and-my-college-experience/</link>
		<comments>http://bateru.com/news/2012/02/5-college-tips-and-my-college-experience/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 04:47:09 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[about me]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[questions and answers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[college]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=911</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/02/5-college-tips-and-my-college-experience/" title="5 College Tips and My College Experience"></a>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/02/5-college-tips-and-my-college-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

