Tuesday, May 27th, 2008
dojo.workers: a showcase
Pete Higgins of Dojo has created a nice example, dojo.workers, that puts together coverflow with Dijit and some dojo.query animations.
He even takes out his frustrations with IE 6 as he creates a branch that looks like this ;)
-
-
var newp = function(){
-
// IE6 branch of this demo
-
window.location.href = "http://" +
-
(confirm("Is it 2008?") ?
-
"webkit.org" : "mozilla.org") +
-
"/";
-
}
-
-
// setup our branch launch:
-
dojo.addOnLoad((dojo.isIE && dojo.isIE <7 ? newp : init));
-













Hi,
Great script. Please do let us know, how can i implement this script in my website.
Thanks,
Sandeep Numbhraal
I want to implement this dojo worker functionality in our company site to displaying all of our clients names and details. Please explain that what are the steps or what are the files need to implement this functionality. its really very urgent for me. Can any one please………….