dso
dso

Reputation: 9580

What technology was used to implement this Rich Web UI?

In another question, someone mentioned this site which blew me away: http://zoomii.com

Does anyone know how they implemented this rich UI? At first I thought it was Flash but I don't see the Flash context menu. Did they hide the context menu somehow or is it some other rich web UI technology?

Upvotes: 1

Views: 638

Answers (4)

ricky
ricky

Reputation: 291

Microsoft has the similar technical via silverlight or javascript:

http://silverlight.net/learn/quickstarts/deepzoom/

http://weblogs.asp.net/bleroy/archive/2008/11/20/deep-zoom-without-silverlight.aspx

It is really cool.

Upvotes: 2

Ben S
Ben S

Reputation: 69342

Javascript, specifically, this javascript.

Upvotes: 2

James Black
James Black

Reputation: 41858

It wasn't really minified, in that using Firebug you can read it, though the beginning part is unreadable. It is 17600 lines of javascript using html for this page.

It would be helpful if they had taken some steps to reduce the file size, but it is a slick example of DHTML.

Upvotes: 1

x2.
x2.

Reputation: 9668

It's made with javascript.

Upvotes: 1

Related Questions