Category Archives: JavaScript

Differences between jQuery and MooTools

Over the past few years I’ve come to love the MooTools JavaScript framework.  It’s an excellent enhancement to JavaScript that helps insulate from browser inconsistencies and provides nice functionality that doesn’t exist natively in JavaScript.   But as I look around, … Continue reading

Posted in JavaScript, MooTools, jQuery | Leave a comment

Creating a JavaScript application with MooTools

MooTools makes dynamic DOM manipulation simple. It provides some object oriented wrappers around browser functionality, and ensures cross-browser compatibility with all modern browsers (and even IE6). Lately, I’ve been using MooTools with a couple web applications that are completely rendered … Continue reading

Posted in JavaScript, MooTools | 1 Comment

JavaScript performance

There is an exciting trend in the browser market today. A war is being fought over JavaScript performance. The browsers each seem to be trying to outdo each other with optimizing their JavaScript engines. Firefox has drastically improved their engine … Continue reading

Posted in JavaScript, MooTools, Performance | Leave a comment

MooZoom extension for MooTools

Apple.com at one point had a nifty effect on their website that would zoom a thumbnail image to a full image. Many people have created JavaScript solutions to imitate this feature. The problem with existing solutions (see FancyZoom and ReMooz) is that … Continue reading

Posted in JavaScript, MooTools, Performance | Leave a comment

StaticScroller MooTools extension

Often times if a page scrolls too far down, the user can lose sight of navigation elements or the shopping cart which may be located on the sidebar. Sure, you could affix the sidebar using “position:fixed” but we all know … Continue reading

Posted in JavaScript, MooTools | Leave a comment