Tutorials Page 202
AJAX Username Availability Checker Using MooTools 1.2
This post has been updated: Using jQuery or MooTools For Drag, Drop, Sort, Save. The code on this page is no longer best practice. There a many examples of egregious usages of AJAX out there but every once in a while you find...
Overflow:Auto – Height Control with Scrollbars on Page Elements
Many of the web designs my designer creates are very image-heavy. These designs are best fit for websites that wont have loads of content like restaurants, photographers, and graphics designers -- you know, sites where a picture says more than a thousand words. It's...
Script & Style Exclusive: Add Custom Values To Your WordPress RSS Feed
My duties at Script & Style have led me to writing an exclusive article about how you can add custom variables to your RSS feed. From the article: As most of you probably know, Script & Style was created by myself, David Walsh, and
The XAMPP, Apache, and Skype Issue
As your probably already know, you can run an Apache server right off of a USB drive using XAMPP. It's a great ability to have because you can take a website anywhere with you. I can work on the same site off of...
Working Around MooTools’ Tips / Rel=”NoFollow” Bug
In MooTools 1.2, we saw the format of the MooTools Tip go from: ... to ... The one problem that this brought was that sometimes you don't want a search engine to follow a link, in which case you would add the following to the link element: Obviously there's...
MooTools Typewriter Effect Plugin Upgrade
Last week I shared my MooTools Typewriter Class with you. It was pretty well received and I got a few feature requests that I've implemented including "backspacing" and character variance delays. I'm not going to explain the old code, so click here...
Simple MooTools Event / Class Binding
One thing that can be difficult to wrap your head around is "binding." Binding allows you to use the this reference at times that you normally cannot. Let me show you how to use basic MooTools binding using an easy test case. Lets pretend that...
Fancy Navigation with MooTools JavaScript
Navigation menus are traditionally boring, right? Most of the time the navigation menu consists of some imagery with a corresponding mouseover image. Where's the originality? I've created a fancy navigation menu that highlights navigation items and creates a chain effect. The XHTML Just some simple...
MooTools Form Field Default Plugin
One nice, subtle enhancement you can add to your website is a default input value that disappears when the user clicks into the field and reappears if the user leaves the field empty. It's rather easy to do, but I decided to create a MooTools...
Email Protection with MooTools JavaScript v2
Earlier this week I posted an article describing how you can protect your email links from spambots using MooTools. After some suggestions, I've made some improvements to my system. The XHTML I've switched to using a span tag instead of an anchor to prevent search engines...