sans-serif   serif

«

Recent Content

Templating with Narwhal Server-side JavaScript and JSON-Template

June 11, 2010

Server-side JavaScript is all the rage. Here’s a practical application of JavaScript that I used today. I needed to populate a bunch of html files with some data so I did it with narwhal and json-template. But what’s really cool about templating with json is that many web services are now delivering data with [...]

Read More »

Fx.Scroll, Fx.Morph, Fx.Elements, and MooTools 1.3 Unified Timer

June 9, 2010

MooTools 1.2 has a few different ways to do what seems like the same thing: Fx.Tween, Fx.Morph and Fx.Elements. A friend of mine recently asked what the difference was with each. What adds more to the fun is that MooTools 1.3 has some internal stuff going on that almost makes the differences meaningless!

Timers, [...]

Read More »

News Feed Ticker with MooTools SlideShow

June 8, 2010

Creating an animated news feed, or ticker as they are often called, is a snap with SlideShow.

Skip to the demo!

HTML

First we need to set up the html. Ideally you could generate a feed of articles from a blog, an rss feed, twitter, etc. In the end, keep the HTML simple. I’m going [...]

Read More »

SlideShow 1.0 released!

June 4, 2010

Finally! After 4 previous releases I feel that my SlideShow script is ready to have an official stamp of 1.0. This class has been through about every scenario I can think of. I’ve probably used it on half of all my client projects.

It’s not just a gallery plugin, this thing can handle any [...]

Read More »

Introducing moo4q.com

May 10, 2010

I’ve gotten some great response to combining MooTools Class with jQuery, therefore, I’ve created a site dedicated to the technique. I plan to keep it up to date with the most current versions of jQuery and MooTools.

Enjoy!

Check out moo4q.com

Read More »

Options in Sub-classes with Mixins Still Works!

April 27, 2010

When Extending and Implementing classes, you can have options specific to each class and they will all be merged nicely together in the final class. Check it out!

Read More »

jQuery Conference Slides and Demo

April 24, 2010

Just spoke at jQuery conference, the largest javascript conference to date (as stated by Resig.) It really was a great turnout and I’ve met tons of cool people.

I only had a half an hour, which flew by and is hardly enough time to talk about MooTools Class AND the jQuery mutator. Had several [...]

Read More »

Targeted CSS and JavaScript for Document States, JavaScript Support, and Internet Explorer’s Versions

April 9, 2010

There are differing opinions on how to support Internet Explorer in all it’s flavors. I’m the type that makes the site look and act the same in every browser as similarly as possible most of the time. I use modernizr to help me know when I can use CSS instead of images or whatever [...]

Read More »

Javascript Base64 turns a table into CSV

April 4, 2010

I’ve got a web application (aka: my resume) I wrote to track my business expenses, billing, invoicing, etc. In the app are several tables full of data. My accountant likes me to give him a bunch of stuff in excel or csv format. I’ve got a button on each interface that opens [...]

Read More »

Three Things You Should do with an Element-based MooTools Class

March 16, 2010

Is your MooTools class centered around an element? Here are three things you ought to be doing with it that you probably aren’t.

Read More »