Weekend Links – MooWheel, mooZoom, eXtplorer, YSlow, Cygwin Find
MooWheel: A JavaScript Connections Visualization Library
MooWhool is an unbelievable feat. This visualization library builds connections from the data you pass to it...all with MooTools! You have to see this to really understand its power.
http://www.unwieldy.net/moowheel/
Should Links Open In New Windows?
Yes. Next question.
http://www.smashingmagazine.com/2008/07/01/should-links-open-in-new-windows/
mooZoom
mooZoom is an great tool for allowing users to zoom in on images. I was going to write something like this but no point now. Great work from R'born.
http://www.rborn.info/moozoom.php
eXtplorer
eXtplorer is a Ext JavaScript and PHP based file manager. Very slick and functional. If you need a file manager, make this your first choice.
http://extplorer.sourceforge.net/
Understanding YSlow
There's a lot to learn if you want to use YSlow to improve your website. Let this be your guide.
http://www.hostscope.com/templature/understanding-yslow/
Find Is A Beautiful Tool
Eric Wendelin has written about Cygwin's "Find" tool. In his examples, he uses Find to manage CSS files from the command line.
http://eriwen.com/productivity/find-is-a-beautiful-tool/
![Regular Expressions for the Rest of Us]()
Sooner or later you'll run across a regular expression. With their cryptic syntax, confusing documentation and massive learning curve, most developers settle for copying and pasting them from StackOverflow and hoping they work. But what if you could decode regular expressions and harness their power? In...
![Introducing MooTools Templated]()
One major problem with creating UI components with the MooTools JavaScript framework is that there isn't a great way of allowing customization of template and ease of node creation. As of today, there are two ways of creating:
new Element Madness
The first way to create UI-driven...
![Translate Content with the Google Translate API and JavaScript]()
Note: For this tutorial, I'm using version1 of the Google Translate API. A newer REST-based version is available.
In an ideal world, all websites would have a feature that allowed the user to translate a website into their native language (or even more ideally, translation would be...
![Duplicate DeSandro’s CSS Effect]()
I recently stumbled upon David DeSandro's website when I saw a tweet stating that someone had stolen/hotlinked his website design and code, and he decided to do the only logical thing to retaliate: use some simple JavaScript goodness to inject unicorns into their page.
Unfortunately MooWheel has no love for Safari 3 – getting (and always was getting) a blank space – which is too bad since that could get pretty useful in some of my commercial projects.
Thanks for the mention! I have to ask: Are there any cases where links should not open in a new window, David?
Appreciate the mention! Just wanted to point out that MooWheel now works in Safari 3 (just needed conditional comments around the excanvas.js inclusion).
That’s my opinion! :-) I’m currently developing an interesting solution for that. I’ll let you know when it’s done.
@Eric: I’ll follow up with thoughts about new windows in another post. I simply don’t subscribe to the “links shouldn’t open in other windows” idea. Doesn’t seem all that practical to me.