Similar articles
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Create Twitter-Style Buttons with the Dojo Toolkit
I love that JavaScript toolkits make enhancing web pages incredibly easy. Today I’ll cover an effect that I’ve already coded with MooTools: creating a Twitter-style animated “Sign ...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Create a Dynamic Flickr Image Search with the Dojo Toolkit
The Dojo Toolkit is a treasure chest of great JavaScript classes. You can find basic JavaScript functionality classes for AJAX, node manipulation, animations, and the like within Dojo. You can find ...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Dojo Toolkit API Bookmarklet
You probably know by know that I enjoy using JavaScript-powered bookmarklets to retrieve information. I create a jQuery documentation bookmarklet, a MooTools class sniffer bookmarklet, and a even a ...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Create a Dojo Lightbox with dojox.image.Lightbox
One of the reasons I love the Dojo Toolkit is that it seems to have everything. No scouring for a plugin from this site and then another plugin from that site to build my application. Buried within ...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Better Pull Quotes with the Dojo Toolkit
Chris Coyier authored a post titled Better Pull Quotes: Don’t Repeat Markup a while back. In his post he created great-looking pull quotes without repeating any content — instead he uses...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Browser-Specific Styles with the Dojo Toolkit
Every JavaScript library aims to cure the pain of dealing with cross-browsers JavaScript issues. The Dojo Toolkit takes that a step further by trying to help you deal with cross-browser CSS issues. ...