Deprecated: Assigning the return value of new by reference is deprecated in /home/mhd-01/www.moord.it/htdocs/blog/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/mhd-01/www.moord.it/htdocs/blog/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/mhd-01/www.moord.it/htdocs/blog/wp-includes/theme.php on line 540
moo.rd - Blog

Archive for the ‘tutorials’ Category

Fx effects: less instances, more enanchements

April 9th, 2008 | written by RD

One of the most apprecciated components in moo.rd are the Fx effects, which can be used to create cross-browser and fully-customizable animations.

Into the 1.3.1 version, i have rewritten the engine which represents the effects repository. In a few words, the changements can be described as “less instances, more enanchements”.

Less instances

The number of effect has been reduced. Wait a moment, i’m not mad: all the effects you have used are already here, more powerful and more consistent. As i have just said, now we have less instances to use. The MooTools philosophy want the users to write less instances and reuse them whenever and wherever they want.

So the “double” Classes are gone. For example, the Fx.ShakeH and Fx.ShakeW have …

How to use moo.rd

January 25th, 2008 | written by RD

Using moo.rd is really easy. Obviously, if you want to use moo.rd, first you have to have a MooTools copy on your Javascript root.

These are the simply three steps required:

  1. Go to download page and choose the components you want
  2. Now choose the compression type
  3. Type the download button and you’re ready

Now, put into your project the either the MooTools and moo.rd files:

1
2
3
4
5
6
7
<script src="js/mootools.v1.1.js" type="text/javascript"></script>
<script src="js/moo.rd_v1.3.js" type="text/javascript"></script>
<script type="text/javascript">
  window.addEvent("domready", function() {
    // do your application
  });
</script>

You’re ready to work with moo.rd.