<?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: JavaScript Animations: Virtual Raster Scrolling and Rotating Cube Effect</title>
	<atom:link href="http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Markku Uttula</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7685</link>
		<dc:creator>Markku Uttula</dc:creator>
		<pubDate>Sun, 23 Apr 2006 19:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7685</guid>
		<description>There are some cool Javasript effects on on browser demo releases of &lt;a HREF=&quot;http://www.assembly.org/&quot; rel=&quot;nofollow&quot;&gt;the Assembly Party&lt;/a&gt;. Most notably the winners of browser demo compo&#039;s of years &lt;a HREF=&quot;ftp://ftp.scene.org/pub/parties/2005/assembly05/browser_demo/04_redbug_by_shingebis.zip&quot; rel=&quot;nofollow&quot;&gt;2005&lt;/a&gt; and &lt;a HREF=&quot;ftp://ftp.scene.org/pub/parties/2004/assembly04/browser_demo/mooncheese_by_shingebis.zip&quot; rel=&quot;nofollow&quot;&gt;2004&lt;/a&gt;, both made by a guy called Shingebis. And I bet these have already been here at some point :)</description>
		<content:encoded><![CDATA[<p>There are some cool Javasript effects on on browser demo releases of <a HREF="http://www.assembly.org/" rel="nofollow">the Assembly Party</a>. Most notably the winners of browser demo compo&#8217;s of years <a HREF="ftp://ftp.scene.org/pub/parties/2005/assembly05/browser_demo/04_redbug_by_shingebis.zip" rel="nofollow">2005</a> and <a HREF="ftp://ftp.scene.org/pub/parties/2004/assembly04/browser_demo/mooncheese_by_shingebis.zip" rel="nofollow">2004</a>, both made by a guy called Shingebis. And I bet these have already been here at some point :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yusuke</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7647</link>
		<dc:creator>Yusuke</dc:creator>
		<pubDate>Sun, 23 Apr 2006 04:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7647</guid>
		<description>Keith:
Thank you again! I fixed the error which could be a kind of oriental mystical calenders?</description>
		<content:encoded><![CDATA[<p>Keith:<br />
Thank you again! I fixed the error which could be a kind of oriental mystical calenders?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josson smith</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7642</link>
		<dc:creator>josson smith</dc:creator>
		<pubDate>Sun, 23 Apr 2006 03:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7642</guid>
		<description>Cool, just split things into small blocks and then re-display them in all possible ways. I think it can be extended into other cool effects (like sphere in&amp;out effects) if the speed is admitted.</description>
		<content:encoded><![CDATA[<p>Cool, just split things into small blocks and then re-display them in all possible ways. I think it can be extended into other cool effects (like sphere in&amp;out effects) if the speed is admitted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Heilmann</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7590</link>
		<dc:creator>Chris Heilmann</dc:creator>
		<pubDate>Sat, 22 Apr 2006 09:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7590</guid>
		<description>I remember when that amazed me on Commodore 64 and Amiga and there were some DHTML &quot;scene&quot; demos in the past (I wrote a Commodore 64 sprite editor in DHTML for Netscape 4 in 1999, that was totally useless but keyboard driven and animated and stuff) 

- http://www.pouet.net/prod.php?which=5618
- http://www.pouet.net/prod.php?which=18327
- Hau Strange / Haujobb: http://www.scene.org/file.php?file=/demos/groups/haujobb/dhtml/hjb_hast.zip&amp;fileinfo 

How about we re-invent all the old goodies in modern JavaScript? I start with dividr: 

http://icant.co.uk/sandbox/dividr.html

- unobtrusive 
- uses object literal
- people will call it AJAX, I&#039;m sure
- If you add a way to upload own colour settings, it&#039;ll also be web2.0!

jesting aside, nice piece of code which proves that making heavy animation fluid in JavaScript is a really tricky thing to do.</description>
		<content:encoded><![CDATA[<p>I remember when that amazed me on Commodore 64 and Amiga and there were some DHTML &#8220;scene&#8221; demos in the past (I wrote a Commodore 64 sprite editor in DHTML for Netscape 4 in 1999, that was totally useless but keyboard driven and animated and stuff) </p>
<p>- <a href="http://www.pouet.net/prod.php?which=5618" rel="nofollow">http://www.pouet.net/prod.php?which=5618</a><br />
- <a href="http://www.pouet.net/prod.php?which=18327" rel="nofollow">http://www.pouet.net/prod.php?which=18327</a><br />
- Hau Strange / Haujobb: <a href="http://www.scene.org/file.php?file=/demos/groups/haujobb/dhtml/hjb_hast.zip&#038;fileinfo" rel="nofollow">http://www.scene.org/file.php?file=/demos/groups/haujobb/dhtml/hjb_hast.zip&#038;fileinfo</a> </p>
<p>How about we re-invent all the old goodies in modern JavaScript? I start with dividr: </p>
<p><a href="http://icant.co.uk/sandbox/dividr.html" rel="nofollow">http://icant.co.uk/sandbox/dividr.html</a></p>
<p>- unobtrusive<br />
- uses object literal<br />
- people will call it AJAX, I&#8217;m sure<br />
- If you add a way to upload own colour settings, it&#8217;ll also be web2.0!</p>
<p>jesting aside, nice piece of code which proves that making heavy animation fluid in JavaScript is a really tricky thing to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7577</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sat, 22 Apr 2006 06:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7577</guid>
		<description>A better question might be, why does April have 31 days?

Nevertheless, it&#039;s definitely an interesting pair of proofs of concept. Good to see that somebody remembers their trigonometry, too.</description>
		<content:encoded><![CDATA[<p>A better question might be, why does April have 31 days?</p>
<p>Nevertheless, it&#8217;s definitely an interesting pair of proofs of concept. Good to see that somebody remembers their trigonometry, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sundew</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7575</link>
		<dc:creator>sundew</dc:creator>
		<pubDate>Sat, 22 Apr 2006 05:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7575</guid>
		<description>Great job, Yusuke.</description>
		<content:encoded><![CDATA[<p>Great job, Yusuke.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yusuke</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7572</link>
		<dc:creator>Yusuke</dc:creator>
		<pubDate>Sat, 22 Apr 2006 05:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7572</guid>
		<description>Eduo:
Right. One night, I got an idea that clip:rect&#039;s style sheet is useful for these animations, and I tried it. I was surprised with 3GHz CPU&#039;s speed and JavaScript&#039;s power. You know, a traditional raster scrolling tech have been provided for 3MHz CPU(Z80/6502) more than 10 years ago.
&lt;i&gt;&lt;/i&gt;
Marle:
Thank you! I fixed the error which might be a kind of April fool. ;-)</description>
		<content:encoded><![CDATA[<p>Eduo:<br />
Right. One night, I got an idea that clip:rect&#8217;s style sheet is useful for these animations, and I tried it. I was surprised with 3GHz CPU&#8217;s speed and JavaScript&#8217;s power. You know, a traditional raster scrolling tech have been provided for 3MHz CPU(Z80/6502) more than 10 years ago.<br />
<i></i><br />
Marle:<br />
Thank you! I fixed the error which might be a kind of April fool. ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merle</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7555</link>
		<dc:creator>Merle</dc:creator>
		<pubDate>Sat, 22 Apr 2006 02:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7555</guid>
		<description>Except... why is the second day of April still the 1st, and not the 2nd?</description>
		<content:encoded><![CDATA[<p>Except&#8230; why is the second day of April still the 1st, and not the 2nd?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduo</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7542</link>
		<dc:creator>Eduo</dc:creator>
		<pubDate>Fri, 21 Apr 2006 22:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7542</guid>
		<description>Krazykarl and Bill:
It&#039;s a proof of concept. It&#039;s a &quot;I wanted to do it and I did it&quot;. A programming language by definition doesn&#039;t have rules on what it should or shouldn&#039;t be used. You may not see why anyone would use it but other might and if nobody uses it it still may serve to do further things.

Incidentally, the first thing someone said when I showed them scriptaculous, open rico and lightbox was &quot;Why would you want to use that!?&quot;. I&#039;m sure someone even said it back when CSS was first proposed.

I think people are too afraid of &quot;the next BLINK&quot;</description>
		<content:encoded><![CDATA[<p>Krazykarl and Bill:<br />
It&#8217;s a proof of concept. It&#8217;s a &#8220;I wanted to do it and I did it&#8221;. A programming language by definition doesn&#8217;t have rules on what it should or shouldn&#8217;t be used. You may not see why anyone would use it but other might and if nobody uses it it still may serve to do further things.</p>
<p>Incidentally, the first thing someone said when I showed them scriptaculous, open rico and lightbox was &#8220;Why would you want to use that!?&#8221;. I&#8217;m sure someone even said it back when CSS was first proposed.</p>
<p>I think people are too afraid of &#8220;the next BLINK&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rotating Animation Effects in Javascript &#187; moebius recursive</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7540</link>
		<dc:creator>Rotating Animation Effects in Javascript &#187; moebius recursive</dc:creator>
		<pubDate>Fri, 21 Apr 2006 20:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7540</guid>
		<description>[...] In what feels like a return to the heady &#8217;spinning logo, flaming logo&#8217; days of early web design, Yusuke Kawasaki has created a way to produce cube image rotations in Javascript. While this is wonderful eyecandy and some pretty deft Javascript programming, I&#8217;m not entirely sure how useful this might be in practical terms. via Ajaxian [...]</description>
		<content:encoded><![CDATA[<p>[...] In what feels like a return to the heady &#8217;spinning logo, flaming logo&#8217; days of early web design, Yusuke Kawasaki has created a way to produce cube image rotations in Javascript. While this is wonderful eyecandy and some pretty deft Javascript programming, I&#8217;m not entirely sure how useful this might be in practical terms. via Ajaxian [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Snebold</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7538</link>
		<dc:creator>Bill Snebold</dc:creator>
		<pubDate>Fri, 21 Apr 2006 20:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7538</guid>
		<description>I get krazykarl&#039;s point. It&#039;s a nice showcase effect but I don&#039;t see why you&#039;d want to use it.</description>
		<content:encoded><![CDATA[<p>I get krazykarl&#8217;s point. It&#8217;s a nice showcase effect but I don&#8217;t see why you&#8217;d want to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7533</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 21 Apr 2006 18:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7533</guid>
		<description>Just looking at the calendar makes my eyes bleed.  But the photos demo is cool.</description>
		<content:encoded><![CDATA[<p>Just looking at the calendar makes my eyes bleed.  But the photos demo is cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim3er</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7529</link>
		<dc:creator>kim3er</dc:creator>
		<pubDate>Fri, 21 Apr 2006 18:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7529</guid>
		<description>Great effects. I don&#039;t understand the first comment by krazykarl, it&#039;s not like this bit of script has brought us closer to human cloning or anything. Even if there is no partical value or theres a better way, I think both effects are great proof of concepts. I love the use of perspective.

Nice one Yusuke Kawasaki!</description>
		<content:encoded><![CDATA[<p>Great effects. I don&#8217;t understand the first comment by krazykarl, it&#8217;s not like this bit of script has brought us closer to human cloning or anything. Even if there is no partical value or theres a better way, I think both effects are great proof of concepts. I love the use of perspective.</p>
<p>Nice one Yusuke Kawasaki!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Schiller</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7528</link>
		<dc:creator>Scott Schiller</dc:creator>
		<pubDate>Fri, 21 Apr 2006 18:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7528</guid>
		<description>This is an experimental kind of effect, quite CPU-intensive and certainly not for general use. That being said, it&#039;s a nice technical achievement of sorts!

Firefox seems to render the 3D cube faster than IE on my machine, it appears that IE breaks down when moving many copies of the same image around (or maybe my own approach to &lt;a href=&quot;http://www.freshly-ground.com/&quot; rel=&quot;nofollow&quot;&gt;a similar effect&lt;/a&gt; used a less-efficient method.)
 
Also of note for JS effects is the work of &quot;P01&quot;, anyone familiar with the old Atari/C64 &quot;demoscene&quot; will appreciate &lt;a href=&quot;http://www.p01.org/releases/Demoscene/files/neja/neja.htm&quot; rel=&quot;nofollow&quot;&gt;this demo&lt;/a&gt; which shows a lot of real-time JS stuff (anyone who recalls &quot;Second Reality&quot; might recognise one of the sprites used, in fact.)
 
Also quite neat are the &lt;a href=&quot;http://waxy.org/random/anim/mooncheese/&quot; rel=&quot;nofollow&quot;&gt;mooncheese&lt;/a&gt; and &lt;a href=&quot;http://www.west.co.tt/matt/js/redbug/&quot; rel=&quot;nofollow&quot;&gt;redbug&lt;/a&gt; demos. The latter is quite impressive as it&#039;s 64 KB of code, and several minutes in length.</description>
		<content:encoded><![CDATA[<p>This is an experimental kind of effect, quite CPU-intensive and certainly not for general use. That being said, it&#8217;s a nice technical achievement of sorts!</p>
<p>Firefox seems to render the 3D cube faster than IE on my machine, it appears that IE breaks down when moving many copies of the same image around (or maybe my own approach to <a href="http://www.freshly-ground.com/" rel="nofollow">a similar effect</a> used a less-efficient method.)</p>
<p>Also of note for JS effects is the work of &#8220;P01&#8243;, anyone familiar with the old Atari/C64 &#8220;demoscene&#8221; will appreciate <a href="http://www.p01.org/releases/Demoscene/files/neja/neja.htm" rel="nofollow">this demo</a> which shows a lot of real-time JS stuff (anyone who recalls &#8220;Second Reality&#8221; might recognise one of the sprites used, in fact.)</p>
<p>Also quite neat are the <a href="http://waxy.org/random/anim/mooncheese/" rel="nofollow">mooncheese</a> and <a href="http://www.west.co.tt/matt/js/redbug/" rel="nofollow">redbug</a> demos. The latter is quite impressive as it&#8217;s 64 KB of code, and several minutes in length.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Ratzloff</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7523</link>
		<dc:creator>Matthew Ratzloff</dc:creator>
		<pubDate>Fri, 21 Apr 2006 17:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7523</guid>
		<description>This is quite a bit faster on Internet Explorer than on Firefox.  But it&#039;s pretty slow in both...</description>
		<content:encoded><![CDATA[<p>This is quite a bit faster on Internet Explorer than on Firefox.  But it&#8217;s pretty slow in both&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin V. &#187; Funky JavaScript</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7519</link>
		<dc:creator>Edwin V. &#187; Funky JavaScript</dc:creator>
		<pubDate>Fri, 21 Apr 2006 16:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7519</guid>
		<description>[...] Ajaxian kwam vandaag met twee mooie linkjes. De linkjes verwijzen naar een website van Yusuke Kawasaki en geven een demonstratie van de mogelijkheden van JavaScript. Of de taal hiervoor bedoelt is valt natuurlijk te betwisten, maar leuk is het wel. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajaxian kwam vandaag met twee mooie linkjes. De linkjes verwijzen naar een website van Yusuke Kawasaki en geven een demonstratie van de mogelijkheden van JavaScript. Of de taal hiervoor bedoelt is valt natuurlijk te betwisten, maar leuk is het wel. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krazykarl</title>
		<link>http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect/comment-page-1#comment-7516</link>
		<dc:creator>krazykarl</dc:creator>
		<pubDate>Fri, 21 Apr 2006 16:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-animations-virtual-raster-scrolling-and-rotating-cube-effect#comment-7516</guid>
		<description>was javascript meant to do this?  just because you can, doesn&#039;t mean you should.....</description>
		<content:encoded><![CDATA[<p>was javascript meant to do this?  just because you can, doesn&#8217;t mean you should&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

