<?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>Skypher &#187; JavaScript demo Mandelbrot Julia 256b</title>
	<atom:link href="http://skypher.com/index.php/tag/javascript-demo-mandelbrot-julia-256b/feed/" rel="self" type="application/rss+xml" />
	<link>http://skypher.com</link>
	<description>The blog for absolutely nothing!</description>
	<lastBuildDate>Sat, 25 Feb 2012 11:27:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>256b JavaScript demos</title>
		<link>http://skypher.com/index.php/2008/05/07/256b-javascript-demos/</link>
		<comments>http://skypher.com/index.php/2008/05/07/256b-javascript-demos/#comments</comments>
		<pubDate>Wed, 07 May 2008 20:00:34 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[256b]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript demo Mandelbrot Julia 256b]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=10</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>Everybody that has a fascination with computers and programming will have seen &#8220;demos&#8221;; programs intended to show off some cool graphics that are supposed to be the cutting edge of what&#8217;s possible in that specific language. I personally particularly like size-restricted demos, which do some really cool stuff in the least number of bytes possible. Most of such demos choose a power of 2 for the size limit, particularly as 256 bytes, 1Kb, 4Kb, or 64Kb.</p>
<p>I&#8217;ve been working on a browser demo, written in JavaScript and HTML, for quite a bit now. I&#8217;m hoping that at some point I can combine all the &#8220;scenes&#8221; I created into one coherent demo. Until then, here are two small 255 byte demos to have a look at:</p>
<ul>
<li><a href="http://skypher.com/SkyLined/demo/256b/SkyLined - Ascii art Mandelbrot-set rotozoom (Thanks to bonz).htm" target="_blank">Ascii art Mandelbrot-set rotozoom (Thanks to bonz)</a></li>
<li><a href="http://skypher.com/SkyLined/demo/256b/SkyLined - Ascii art Julia-set rotozoom (Thanks to shr^Molecoola).htm" target="_blank">Ascii art Julia-set rotozoom (Thanks to shr^Molecoola)</a></li>
</ul>
<p>I got the idea for these from two other 256b JavaScript demos by bonz and shr respectively.</p>
<p>These have been tested with various browsers and seem to work on all but FireFox 2.</p>
<p><strong>Update</strong>: using array indices instead of &#8220;.chatAt()&#8221; saves a few more bytes, which allows me to use innerHTML instead of innerText. This means the code renders correctly in Firefox. However, this feature is no available in MSIE unles you specify the right DTD, which would push the size over 256 bytes. Therefore, the below two work on Firefox, Chrome, Opera, Safari but not MSIE:</p>
<ul>
<li><a href="http://skypher.com/SkyLined/demo/256b/SkyLined - Ascii art Mandelbrot-set rotozoom (Thanks to bonz).html" target="_blank">Ascii art Mandelbrot-set rotozoom (Thanks to bonz)</a></li>
<li><a href="http://skypher.com/SkyLined/demo/256b/SkyLined - Ascii art Julia-set rotozoom (Thanks to shr^Molecoola).html" target="_blank">Ascii art Julia-set rotozoom (Thanks to shr^Molecoola)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2008/05/07/256b-javascript-demos/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

