<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 256b JavaScript demos</title>
	<atom:link href="http://skypher.com/index.php/2008/05/07/256b-javascript-demos/feed/" rel="self" type="application/rss+xml" />
	<link>http://skypher.com/index.php/2008/05/07/256b-javascript-demos/</link>
	<description>The blog for absolutely nothing!</description>
	<lastBuildDate>Wed, 02 May 2012 00:54:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: SkyLined</title>
		<link>http://skypher.com/index.php/2008/05/07/256b-javascript-demos/comment-page-1/#comment-1287</link>
		<dc:creator>SkyLined</dc:creator>
		<pubDate>Sun, 02 Jan 2011 15:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://skypher.com/?p=10#comment-1287</guid>
		<description>Thanks Peter: I was not aware of that feature! For the Julia set you can use another trick to round down the floating point number: &quot;[~~(i/3)]&quot; instead of &quot;.charAt(i/3)&quot; saves three bytes. As you suggested, MSIE requires the right DTD to be set, so the new code doesn&#039;t work in MSIE. However, the bytes saved allow me to use innerHTML and &quot;&lt;br&gt;&quot; instead of innerText and &quot;\n&quot;, which means these new versions work on Firefox. I&#039;ve added them to the post.</description>
		<content:encoded><![CDATA[<p>Thanks Peter: I was not aware of that feature! For the Julia set you can use another trick to round down the floating point number: &#8220;[~~(i/3)]&#8221; instead of &#8220;.charAt(i/3)&#8221; saves three bytes. As you suggested, MSIE requires the right DTD to be set, so the new code doesn&#8217;t work in MSIE. However, the bytes saved allow me to use innerHTML and &#8220;&lt;br&gt;&#8221; instead of innerText and &#8220;\n&#8221;, which means these new versions work on Firefox. I&#8217;ve added them to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Ferrie</title>
		<link>http://skypher.com/index.php/2008/05/07/256b-javascript-demos/comment-page-1/#comment-1284</link>
		<dc:creator>Peter Ferrie</dc:creator>
		<pubDate>Sat, 01 Jan 2011 22:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://skypher.com/?p=10#comment-1284</guid>
		<description>In HTML 4.0 and later, strings can be accessed like arrays, so the charAt can be replaced by [] in the Mandelbrot set.  It would need a bit of cheating to include it in a page that has the DTD set correctly, though.
The Julia set can&#039;t take advantage of it because you&#039;d need an integer divide to access the array without error.</description>
		<content:encoded><![CDATA[<p>In HTML 4.0 and later, strings can be accessed like arrays, so the charAt can be replaced by [] in the Mandelbrot set.  It would need a bit of cheating to include it in a page that has the DTD set correctly, though.<br />
The Julia set can&#8217;t take advantage of it because you&#8217;d need an integer divide to access the array without error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SkyLined</title>
		<link>http://skypher.com/index.php/2008/05/07/256b-javascript-demos/comment-page-1/#comment-78</link>
		<dc:creator>SkyLined</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://skypher.com/?p=10#comment-78</guid>
		<description>FireFox does not support &quot;innerText&quot;. They both use that to output the fractal, so they won&#039;t work with FireFox. 

They should work with Chrome, MSIE, Opera and Safari, though the later seems to require you to repeatedly click inside the window to update the screen; I have no clue why.</description>
		<content:encoded><![CDATA[<p>FireFox does not support &#8220;innerText&#8221;. They both use that to output the fractal, so they won&#8217;t work with FireFox. </p>
<p>They should work with Chrome, MSIE, Opera and Safari, though the later seems to require you to repeatedly click inside the window to update the screen; I have no clue why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Oderkirk</title>
		<link>http://skypher.com/index.php/2008/05/07/256b-javascript-demos/comment-page-1/#comment-42</link>
		<dc:creator>Tyler Oderkirk</dc:creator>
		<pubDate>Thu, 04 Sep 2008 06:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://skypher.com/?p=10#comment-42</guid>
		<description>These produce no output in my Firefox 3.0.1 on Linux.
---snip
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1)
---snip

They run great simultaneously in their own tabs in Google Chrome 0.2.149.27 on Windows XP however.

Thanks for sharing,

-Tyler</description>
		<content:encoded><![CDATA[<p>These produce no output in my Firefox 3.0.1 on Linux.<br />
&#8212;snip<br />
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1)<br />
&#8212;snip</p>
<p>They run great simultaneously in their own tabs in Google Chrome 0.2.149.27 on Windows XP however.</p>
<p>Thanks for sharing,</p>
<p>-Tyler</p>
]]></content:encoded>
	</item>
</channel>
</rss>

