Weekend Links – MooWheel, mooZoom, eXtplorer, YSlow, Cygwin Find

By  on  

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/

Recent Features

  • By
    CSS vs. JS Animation: Which is Faster?

    How is it possible that JavaScript-based animation has secretly always been as fast — or faster — than CSS transitions? And, how is it possible that Adobe and Google consistently release media-rich mobile sites that rival the performance of native apps? This article serves as a point-by-point...

  • By
    Responsive and Infinitely Scalable JS Animations

    Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...

Incredible Demos

  • By
    Introducing MooTools HeatMap

    It's often interesting to think about where on a given element, whether it be the page, an image, or a static DIV, your users are clicking.  With that curiosity in mind, I've created HeatMap: a MooTools class that allows you to detect, load, save, and...

  • By
    Image Data URIs with PHP

    If you troll page markup like me, you've no doubt seen the use of data URI's within image src attributes. Instead of providing a traditional address to the image, the image file data is base64-encoded and stuffed within the src attribute. Doing so saves...

Discussion

  1. 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.

  2. Thanks for the mention! I have to ask: Are there any cases where links should not open in a new window, David?

  3. Appreciate the mention! Just wanted to point out that MooWheel now works in Safari 3 (just needed conditional comments around the excanvas.js inclusion).

  4. Yes. Next question.

    That’s my opinion! :-) I’m currently developing an interesting solution for that. I’ll let you know when it’s done.

  5. @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.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!