<?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; software</title>
	<atom:link href="http://bateru.com/news/reviews/software/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>Video of 5 Autonomous Robots</title>
		<link>http://bateru.com/news/2012/04/video-of-5-autonomous-robots/</link>
		<comments>http://bateru.com/news/2012/04/video-of-5-autonomous-robots/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 03:04:33 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[amazing]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=1039</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/04/video-of-5-autonomous-robots/" title="Video of 5 Autonomous Robots"></a>New Honda Robot ASIMO 2012 &#8211; All features and behaviors BigDog Evolution A Swarm of Nano Quadrotors Freaky Life Like A.I Robot Awesome Robot For Kids, 15 inches High]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/04/video-of-5-autonomous-robots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Notepad++ Plugins for Javascript Developers</title>
		<link>http://bateru.com/news/2012/04/4-notepad-plugins-for-javascript-developers/</link>
		<comments>http://bateru.com/news/2012/04/4-notepad-plugins-for-javascript-developers/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 08:38:09 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=1022</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/04/4-notepad-plugins-for-javascript-developers/" title="4 Notepad++ Plugins for Javascript Developers"></a>Here are some Notepad++ plugins for JavaScript Developers that I found useful. Tip: You can install all the plugins using Notepad++ Plugins Manager located in the &#8220;Plugins&#8221; Menu. JSLint Description: JSLint is a static code analysis tool used in software &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/04/4-notepad-plugins-for-javascript-developers/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/04/4-notepad-plugins-for-javascript-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code of the day: Fix for Number.prototype.toFixed</title>
		<link>http://bateru.com/news/2012/03/code-of-the-day-fix-for-number-prototype-tofixed/</link>
		<comments>http://bateru.com/news/2012/03/code-of-the-day-fix-for-number-prototype-tofixed/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 08:47:23 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[math]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=991</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/code-of-the-day-fix-for-number-prototype-tofixed/" title="Code of the day: Fix for Number.prototype.toFixed "></a>In javascript, Number.prototype.toFixed has problems rounding. Here&#8217;s the fix and some test cases. Number.prototype.toFixed = &#40;function &#40;&#41; &#123; var oldToFixed = Number.prototype.toFixed; return function &#40;precision&#41; &#123; var value = this.toString&#40;&#41;, power = Math.pow&#40;10, precision &#124;&#124; 0&#41;; return oldToFixed.call&#40;&#40;Math.round&#40;value * power&#41; &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/03/code-of-the-day-fix-for-number-prototype-tofixed/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/code-of-the-day-fix-for-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>Try out lumzy for your mockup creation and prototyping needs. 100% free</title>
		<link>http://bateru.com/news/2012/03/try-out-lumzy-for-your-mockup-creation-and-prototyping-needs-100-free/</link>
		<comments>http://bateru.com/news/2012/03/try-out-lumzy-for-your-mockup-creation-and-prototyping-needs-100-free/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 19:38:45 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[lumzy]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=970</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/try-out-lumzy-for-your-mockup-creation-and-prototyping-needs-100-free/" title="Try out lumzy for your mockup creation and prototyping needs. 100% free"></a>I haven&#8217;t been paid to say this. I just want others to know about Lumzy instead of paying for similar mockup software that does the same thing.]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/try-out-lumzy-for-your-mockup-creation-and-prototyping-needs-100-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siebel eScript headaches.</title>
		<link>http://bateru.com/news/2012/03/siebel-escript-headaches/</link>
		<comments>http://bateru.com/news/2012/03/siebel-escript-headaches/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 21:11:06 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[eScript]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Siebel]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=938</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/03/siebel-escript-headaches/" title="Siebel eScript headaches."></a>Here are a few problems that I&#8217;ve encountered while spending a week programming in Siebel eScript 7.8. Siebel eScript is ECMAScript compliant. ECMAScript is the standard implementation of JavaScript as defined by the ECMA-262 standard. Beginning with Siebel Business Applications &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/03/siebel-escript-headaches/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/03/siebel-escript-headaches/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>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>Code of the Day: Sentence Scrambler</title>
		<link>http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/</link>
		<comments>http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 06:59:30 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[code of the day]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=889</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/" title="Code of the Day: Sentence Scrambler"></a>Task: There was a study going out a few years ago that said people can read words that are scrambled if the first and last character are left in place. So to help me practice Test Driven Development, I decided &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

