pouët.net

Mandelbrot Rotozoom by Ribbon [web]
[nfo]
screenshot added by p01 on 2006-09-01 03:14:16
platform :
type :
release date : september 2006
  • 54
  • 4
  • 3
popularity : 65%
 65%
  • 0.84
alltime top: #1908
added on the 2006-09-01 03:14:16 by p01 p01

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

This quickie ( based on Bonz's code ) works best in Opera and IE.
added on the 2006-09-01 03:16:28 by p01 p01
Why not? :)
rulez added on the 2006-09-01 03:24:01 by stage7 stage7
:)
rulez added on the 2006-09-01 03:32:55 by iks iks
Yes, it rotates and zooms.
rulez added on the 2006-09-01 07:55:28 by Preacher Preacher
Why choose innerText over innerHTML? (Since innerHTML is more compatible and takes as many bytes) Only reason I can see to do is if perhaps innerText is a bit faster.
Other than that, It's good for a 253b. (sic)
What Preacher said.
And I agree with p01 of course: link me beautiful
rulez added on the 2006-09-01 09:02:09 by nitro2k01 nitro2k01
innerText because it's in a PRE tag. Hence I can save 1 byte by using \\n ( the \ has to be escaped because of the main string of the setInterval ) instead of a <br> to get a CRLF.
added on the 2006-09-01 09:11:50 by p01 p01
very very nice
rulez added on the 2006-09-01 09:18:17 by Skate Skate
If you replace innerText with innerHTML and do nothing else, it works fine in FF and Opera. That's logic, right? inner means it goes inside of the tag and behaves as if it was actually put between the tags in HTML code.
So, that changes makes it work in FF, makes it still work in Opera, and makes it fuck up in IE (Good thing) So do that change and make it a final. (;
added on the 2006-09-01 09:22:05 by nitro2k01 nitro2k01
:\ ok, innerHTML and innerText are not standard but IE and FF are equally broken there. However since the PRE is not closed, replacing its innerHTML could in theory scalp the SCRIPT tag. InnerText seems safer and more "forward compatible" as it only set the nodeValue of a textNode and do not touch the DOM tree.
added on the 2006-09-01 09:33:48 by p01 p01
Quote:
replacing its innerHTML could in theory scalp the SCRIPT tag. InnerText seems safer and more "forward compatible" as it only set the nodeValue of a textNode and do not touch the DOM tree.
innerText will in theory do removeChild on all children, appendChild(createTextNode(yourText)) (Abbreviated code) At least as I've understood it.
Consider you have <div id="bla">Bla<img src="pouet.png""></div> Then you do $("bla").innerText="Something". This will replace every child node with a single text node. You argument is true only for get, not for set.
So innerText is no safer "in theory". Of course both will work in practise because browsers generally store code in some internal format, separated from the DOM tree. Probably even doing manual removeChild on a script node would still leave the script intact. I'll have to check that out.
added on the 2006-09-01 09:57:39 by nitro2k01 nitro2k01
NICE!

but doesn't work in Firefox 1.5.0.6 :'(

btw, cher poï², is it possible to get an email where i can reach you ? :)
rulez added on the 2006-09-01 10:38:07 by rez rez
rez: see the discussion above for the gore details. I check my [at]p01.org address and my work address.
added on the 2006-09-01 10:48:04 by p01 p01
doesn't work here
sucks added on the 2006-09-01 11:16:09 by cruzer cruzer
Cool
rulez added on the 2006-09-01 12:01:38 by BoyC BoyC
cruzer: which browser, os ?
added on the 2006-09-01 12:14:13 by p01 p01
Nifty!
Works like a champ in Opera (9) and IE (7) for me.
rulez added on the 2006-09-01 12:35:39 by benryves benryves
Great.
rulez added on the 2006-09-01 14:32:00 by Buckethead Buckethead
cute, ASCII.
rulez added on the 2006-09-01 16:12:57 by xernobyl xernobyl
poi-poi
rulez added on the 2006-09-01 16:43:06 by keops keops
won't work here :/

Windows XP SP2 latest updates
Firefox 1.5.0.4
[GoogleToolbar 1.0.0.2005110710]
[GoogleSuggest 2.1.20060807W]
[del.ico.us 1.1]
[no themes]
added on the 2006-09-01 21:46:39 by rmeht rmeht
The original version uses innerText which is IE specific, but also works in Opera. Here's an FF version: link me beautiful
It works fine in FF and Opera (Though faster in Opera, naturally) but renders incorrectly in IE. All I did was replace innerText with innerHTML.
added on the 2006-09-01 22:18:16 by nitro2k01 nitro2k01
Ok, just click on the icon of your browser:

BB ImageBB ImageBB Image


duh!
added on the 2006-09-01 22:22:48 by p01 p01
p01: I don't mean to complain, but the files are identical...
added on the 2006-09-01 22:28:09 by nitro2k01 nitro2k01
:p fixed and checked in ff 1.5.0.6, ff 2.0 b1 and ff 2.0 b2

And damn FF is slow.
added on the 2006-09-01 22:38:47 by p01 p01
Nice.
rulez added on the 2006-09-01 23:01:04 by T$ T$
very nice
rulez added on the 2006-09-02 00:20:36 by v3nom v3nom
I'd like to thumb it up again because of Firefox fix :) A bit slower but there it is.
added on the 2006-09-02 03:11:18 by stage7 stage7
rulez added on the 2006-09-02 03:44:56 by Sverker Sverker
nice work
rulez added on the 2006-09-02 11:42:40 by las las
i can finally thumb is up as it runs on FF \o/
rulez added on the 2006-09-02 13:22:30 by LiraNuna LiraNuna
seems to be straight cool
rulez added on the 2006-09-02 15:49:56 by got got
nice :)
rulez added on the 2006-09-02 21:04:38 by rmeht rmeht
holy crap Firefox is slow rendering this compared to Opera.
T I: That's old news for anyone who has actually tried using Opera. If it was just about speed, I'd rather use IE, which is faster than FF IMO. But of course I wont do tht for a lot of reasons.
added on the 2006-09-02 22:31:28 by nitro2k01 nitro2k01
nitro2k01: If IE is a faster browser then FF, then why not use it? The new IE7 is a damn nice browser! I hope it has nothing to do with some anit-microsoft bullshit because then you can start with deleting that windows partiton of yours. ;)

Javascript is really growing fast as a demo platform and I don't know if that is good or bad, but still, runs fast and looks nice!
rulez added on the 2006-09-02 22:46:28 by ekoli ekoli
When I turned away from IE it was because I wanted more functionality/customizability (Is that a word?) and standards compliance. Maybe IE has gotten better in these areas, maybe not, but I'm happy with what I use, and IE7 would have to better by miles for me to try it. So far I've nothing that would suggest that.
added on the 2006-09-02 23:00:32 by nitro2k01 nitro2k01
Cool stuff!
rulez added on the 2006-09-02 23:01:41 by Sdw Sdw
awesome what you can fit in so little javascript
rulez added on the 2006-09-03 01:04:32 by linde linde
impressive
rulez added on the 2006-09-03 13:05:08 by loveboulderdash loveboulderdash
interesting
rulez added on the 2006-09-03 17:21:17 by src src
hah! funl.
rulez added on the 2006-09-03 17:40:04 by NuKem NuKem
nice one, also thumb up for the browser links : )
rulez added on the 2006-09-03 18:40:22 by nula nula
viva .js :)
rulez added on the 2006-09-05 13:51:51 by dunkle.dare dunkle.dare
Needs less rot and more zoom. Still impressive.
rulez added on the 2006-09-05 14:26:04 by noouch noouch
noouch: is it better now ?
added on the 2006-09-05 23:05:14 by p01 p01
p01: it was better before, stop changing it (or atleast keep the old one available too)... people gave their thumbs based on the previous version ;)
added on the 2006-09-05 23:08:13 by Sverker Sverker
Alright. I reverted the files.

Click on the icons below to see the version with less rot and more zoom:

BB Image BB Image BB Image
added on the 2006-09-05 23:14:42 by p01 p01
:( the icon on RIGHT should be FF.
added on the 2006-09-05 23:16:01 by p01 p01
to make sure some #@! don't miss it BB Image :\

I improved the v1.1. Now it zooms in and out and have some circular patterns when highly zoomed in ( hey there was 3 bytes left ). Also noticed that it can be 12 bytes smaller in opera :p
added on the 2006-09-07 20:31:51 by p01 p01
p01: t'as cru que c'était la fete du slip ici ou quoi? ;)

Manque plus que Rez s'y mette :)
added on the 2006-09-07 20:37:48 by keops keops
wow, joli p01 :)
Pretty cool! :)
rulez added on the 2006-09-07 21:33:47 by StingRay StingRay
thanks all for the feedback.

keops: ?!
added on the 2006-09-08 10:39:46 by p01 p01
Kind of cool, but it didn't work in Mozilla v1.7.13 (not Firefox).
added on the 2006-09-16 10:00:41 by AntDude AntDude
Biggest crap i have seen
sucks added on the 2006-09-16 20:48:05 by Zplex Zplex
Ant:[b] the firefox friendly versions work in mozilla 1.7.10 and mozilla 1.7.13. Alas Gecko is slower than in Trident and Presto.

[b]Zplex:
yeah sure.
added on the 2006-09-16 23:19:14 by p01 p01
p01: rien, c'etait juste une blague a 2 ballles au sujet de tous les icones de browsers postés :)
added on the 2006-09-16 23:37:30 by keops keops
ok. Un peu obligé vu les boulets qui sont même pas foutus de lire les commentaires parlant de leurs browser :(
added on the 2006-09-16 23:53:55 by p01 p01
Très bien p01, et cimer pour la version pour FF...

Zplex: C'est une blague ou quoi? Le réalité et toi, vous ne vous entendez pas, n'est-ce pas?
rulez added on the 2006-09-17 01:43:13 by cxt cxt
sweet.. especially version 1.1!
rulez added on the 2006-09-29 17:46:21 by toxie toxie
cxt: ce n'est pas une plaisanterie
added on the 2006-09-29 18:18:06 by Zplex Zplex
cool
rulez added on the 2006-10-01 09:26:59 by jua jua
Nice one.
rulez added on the 2006-10-24 18:53:25 by ALiEN^bf ALiEN^bf
p01 + JavaScript = we are happy
rulez added on the 2006-11-24 15:25:36 by Pirx Pirx
cool
rulez added on the 2007-04-18 01:15:03 by am-fm am-fm
cool, the other one didnt work
added on the 2007-04-18 01:15:17 by am-fm am-fm
Works very well, here!
rulez added on the 2007-05-17 21:46:18 by Exin Exin
Works now, wish I could change my thumb down to up... Note to self: Don't thumb down stuff just because it doesn't work.
added on the 2007-05-17 21:53:47 by cruzer cruzer
Oh well, glad you like this tiny prod anyway.
added on the 2007-05-17 22:28:11 by p01 p01
Cool ASCII ;)
rulez added on the 2008-05-08 09:43:01 by Queen_Luna Queen_Luna
rulez
rulez added on the 2008-06-10 23:21:32 by RRROAR RRROAR
RULEZ.!

and evenmore under Opera...!
rulez added on the 2008-06-10 23:30:28 by ɧ4ɾɗվ. ɧ4ɾɗվ.
totally rulez
rulez added on the 2008-06-11 23:23:54 by rain_storm rain_storm
awesome, opera is really lucky having you as a javascript coder :)
rulez added on the 2008-06-11 23:37:33 by decipher decipher
nicey
rulez added on the 2008-06-12 12:48:13 by bartman bartman
haha. Almost works in OWB on OS4 except that for some reason it uses a proportional font :-)
rulez added on the 2008-06-18 10:32:55 by xeron xeron
Impressive enough under any supported browser, but it's a true rollercoaster ride under Opera :D. FF3 is a snail even compared to IE7.
Anyway, rulez!
rulez added on the 2008-07-10 01:04:56 by Alpha C Alpha C
auch gut.
rulez added on the 2008-07-10 01:22:37 by raer raer
fucking awesome
rulez added on the 2008-07-10 01:25:42 by Saga Musix Saga Musix
"What a surprise."...
... What else ?
sucks added on the 2008-07-18 20:34:15 by Bhl! Bhl!
Works perfectly in OWB2.12/OS4
added on the 2008-10-17 19:10:52 by xeron xeron
slick
rulez added on the 2008-11-06 00:55:34 by stijn stijn
Works excellent in Google Chrome :)
rulez added on the 2008-11-24 20:03:16 by Shockwave Shockwave
i like it!
rulez added on the 2009-06-20 23:53:40 by rac rac
.
rulez added on the 2009-06-21 02:43:10 by bdk bdk
Cool !
rulez added on the 2009-06-21 19:28:54 by lsl lsl
funny
rulez added on the 2009-06-21 19:33:34 by Dano Dano
cool!
rulez added on the 2009-07-05 01:34:21 by dipswitch dipswitch
nice!
rulez added on the 2017-04-12 04:36:00 by Flashira Flashira

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment