<?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>Geiodo &#187; Js</title>
	<atom:link href="http://www.geiodo.com/category/js/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geiodo.com</link>
	<description>The Great Mischief Exchange</description>
	<lastBuildDate>Tue, 15 Jun 2010 05:36:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JS Grr&#8230;..</title>
		<link>http://www.geiodo.com/2009/science/js-grr/</link>
		<comments>http://www.geiodo.com/2009/science/js-grr/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 17:15:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Js]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://www.geiodo.com/2009/science/js-grr/</guid>
		<description><![CDATA[Well recently JS has been giving me some trouble, My current obstacle is a translator that replaces letters in the alphabet to create a simple form of encryption. My problem is that I have a numeric based system that I call Alphabetical Numeric Codec, whenever I invoke L3 of the encryption it treats A as [...]]]></description>
			<content:encoded><![CDATA[<p>Well recently JS has been giving me some trouble, My current obstacle is a translator that replaces letters in the alphabet to create a simple form of encryption. My problem is that I have a numeric based system that I call Alphabetical Numeric Codec, whenever I invoke L3 of the encryption it treats A as 1, I am deeply confused, here was my first theory:</p>
<p>L3 is a level that transforms the letters into numbers, so, perhaps when A gets transformed it turns into numbers, and then perhaps when numbers get transformed it the encoded A into an encoded 1. I am still rather confused though, because when I deleted the number conversion units the letter A turned into something that was not even specified within the JS function.</p>
<p>I am going to be doing experiments shortly to try and find the problem</p>
<p>~Geo Larsnick<br />
Update:</p>
<p>AHA! It turns out my invoking methods were doing two functions at once! Thus making my original theory semi-correct, in that is it, turning the letters into numbers into letters. It also explains a problem I was having with an invoke method, L4 would not even commence! <img src='http://www.geiodo.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Happy coding all whom can understand this <img src='http://www.geiodo.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Another Update:</p>
<p>Here:</p>
<p> if (SI2 == 2)<br />
        {<br />
            if (L == 1)<br />
            {<br />
            Invoke (&#8221;translate3&#8243;, 0);<br />
            }<br />
            if (L == 2)<br />
            {<br />
            Invoke (&#8221;translate4&#8243;, 0);<br />
            }</p>
<p>            if (L == 3)<br />
            {<br />
            Invoke (&#8221;dd&#8221;, 0);<br />
            }<br />
            if (L == 3)<br />
            {<br />
            Invoke (&#8221;translate6&#8243;, 0);<br />
            }<br />
        }</p>
<p>that was my invoke function,  if you look closer..</p>
<p>            if (L == 3)<br />
            {<br />
            Invoke (&#8221;dd&#8221;, 0);<br />
            }<br />
            if (L == 3)<br />
            {<br />
            Invoke (&#8221;translate6&#8243;, 0);<br />
            }</p>
<p>You will see that when L = 3 it invoked both dd, and translate 6, I discovered this while pouring over my code to do testing.</p>
<p>this also explains why when L = 4 it was not invoking translate 6.</p>
<p>As I said happy coding! (sorry Aubrey, but your saying is too good not to be stolen <img src='http://www.geiodo.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
<p>~ Geo Larsnick</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geiodo.com/2009/science/js-grr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
