Forget Flash

[web 2.0] 
By default Flash is turned off in my browser. The FlashBlock extension takes care of that.

That is why I was surprised to see a very dynamic Rijksmuseum homepage. I thought it was some Flash that had slipped by my blocker. It is not. This is what is possible by JavaScript in the browser currently and this is only the beginning.

The only shame is that the pages do not degrade gracefully if you turn off scripting in your browser.

Made by alper at 2005-10-05 12:57 | Place comment (5) | Trackbacks (0)

Comments

Re: Forget Flash
Ik heb de homepage van mijn huis (http://gangbang.cjb.net) ook ooit gebaseerd op een flash pagina die hier erg op lijkt. Ik ben toen niet voor de dynamiek gegaan, maar het kan dus wel! GAAF!!!!!
Made by: Cristiano Betta on October 09,2005 00:30


Re: Forget Flash
Hey Cris! Your site at gangbang is not really working for me but I appreciate the idea.

Creating these kind of rich animations in JavaScript is somewhat tricky as of yet but most AJAX-toolkits provide their own animator class which greatly simplifies this.

It is a great way to show off how you can create rich interactive interfaces which are a lot more lightweight to create and to display.
Made by: Alper on October 10,2005 17:50


Re: Forget Flash
Ok, now that the site is up and running again I see what you mean. Nice!
Made by: Alper on October 10,2005 22:41


Re: Forget Flash
You do now that there is one downside to AJAX? Because every browser has it's own implementions of css and javascript, it is very hard to get the same result in every browser. Also the use of activex int ie and general xml in other browsers is a nasty thing. The use of toolkits in this case is usefull.
Made by: Cristiano Betta on October 13,2005 00:38


Re: Forget Flash
I think I should know. It may seem daunting but there is a very reasonable baseline to work from. If you stick to that level the quirks that come up are easily bypassed.

Notwithstanding I'm al in favour of using good toolkits to help with the workload. Today at work I implemented a very user responsive form with fade and other animation effects using dojo.
Just the following line of code does the trick.

dojo.fx.html.fadeShow(node, duration, callback);


Made by: Alper on October 13,2005 22:10


Trackbacks
Send your trackbacks to: http://alper.nl/blog/tech/11/tbping
There are no trackbacks.