July 14th, 2008 | written by
RD
The new point release of moo.rd, the 1.3.2 version, is here!
It doesn’t represent only a “small revision”, but adds more flexibility to the code and a lot of internal enanchements: better performances (speed and structure), less lines of code, more components. I highly recommend to update the previous version with this more powerful and complete last one.
Now let’s see the major changesets and new features:
- new Fx.Cycles effects: inOutLeft and inOutRight
- new Fx.Cycle tranistion, linear, to change the slides without a particular animation
- new internal engine of Fx.Cycle and Fx.Cycles to allow to create thumbnail based and timed animations
- new Virtual transition: fold and new Virtual option: adjustStyles to allow the boxes to appear in the correct positions on window resizing
- new Plug-In: Tutorial,
…
Posted in releases | 11 Comments »
May 19th, 2008 | written by
RD
I’m really pleased to announce that the version 1.3.1 of moo.rd has been released today.
New syntaxes, new powers
moo.rd has become more powerful, flexible, modular and elegant: in a few words, a totally another library. Amazing enanchements has been made, a lot of new components, constructors and capabilities has been added. But one article isn’t enough to describe all these changesets, so we’ll found some tutorials and exaplanations on this blog in the next days.
Remeber, no one component is still the previous…
However, i want to report here some of the changeset/enanchements i created.
First of all, the 1.3.1 is totally based on the MooTools 1.2 version, so it uses the new
…
Posted in releases | 11 Comments »
May 5th, 2008 | written by
RD

I have added a new, amazing feature to the Download Builder, which will come as soon as the new release is ready: the complete integration between moo.rd and MooTools.
In addiction to the compression type, now you can decide whether include MooTools into the final script or not. Not only: you can pick from two MooTools versions. The following are the possibilities:
- MooTools Needed: adds only the MooTools components needed by moo.rd. This won’t include plug-ins and a few other things. Pick it if you want a lite version of the script, with no renounce of the core.
- MooTools Full: as the phrase says, this adds the full MooTools script, packed.
- No MooTools: don’t include MooTools.
…
Posted in download builder, what's new | 8 Comments »
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 …
Posted in tutorials, what's new | 3 Comments »
March 25th, 2008 | written by
RD
I announce an official news about the moo.rd Team: Luciano Amodio leaves the works for private reasons.
Posted in general | No Comments »
March 21st, 2008 | written by
RD
The new SVN Download Builder is here!
Now you can download all the development versions of moo.rd, to stay tuned on our works and to test out the product.
The 1.3.1 is currently being developed (while i’m writing this post, the current revion is the 78th), and will bring a lot of new features on the line:
- the Cycle Effects: a new kind of slideshow based on a particular style transition you can choose from moo.rd or create your own
- the marvellous Glider
- the new Customs (now you can create your own alert, confirm and prompt)
- effects completely enanched plus a lot of new effects
- many, many more…
I’ll prepare a demo which will show one of these components in action, soon, but …
Posted in general | 2 Comments »
February 12th, 2008 | written by
RD
The first official demo of the new version of moo.rd is here. It’s a beta version, too. But it shows the new, more powerful and more coherent engine of the Customize branch.
The following are the currently three demos of the moo.rd1.3.1beta Customize:
The new Custom.Alert and Custom.Confirm classes are modal, fixed, and can be draggable, like the standards. But they are “Custom”, so we can give them our personal style, choose an overlay (made by the new Overlay Utility Class) with a custom light, make them appears/disappears with a fade transition and many more.
I want to have the Apple style plus the Windows Style plus my personal style in the page: mission impossible? custom Alerts and custom Confirms, go, make it possible!
The SmoothScrolling class is …
Posted in general | 12 Comments »
February 8th, 2008 | written by
RD
Dev’s Road is no longer the default moo.rd development system, because i found a better solution, and the better solutions are always welcomed.
Now we use the Trac system to take higher performances, with the Assembla toolkits.
You can find the moo.rd development at http://trac2.assembla.com/moord.
This is the new moo.rd Development site map:
Actually, you cannot open tickets, until the new core systems have been built. When all the “base” of moo.rd is completed (this include the new API changes throughout the whole library) you will be able to open tickets and download the current dev version, so you can test it.
Posted in general | No Comments »
January 28th, 2008 | written by
RD
In this last period i spent a lot of my free time to adjust the performance of moo.rd, first of all in the webiste: i developed a new and fresh template called “Sparking Milk”, a new download builder, a new forum approach, new documentation features, a new engine for contributing on the developing, and finally, i created this blog.
The new download builder
First of all i want to speak about the new and powerful download builder. Now you can download moo.rd in a totally relaxing way: the engine choose all the components needed by the component you choose. For example, if you choose the toggle_extend.js file, the toggle.js file required will be automatically choosed. And if you deselect the …
Posted in general | No Comments »
January 25th, 2008 | written by
RD

When i decided to build a moo.rd system, i wanted to have a Javascript file as modular as possible. Because of this, i created the constructors.js core file, which contains all the “core” moo.rd constructors, as the name says.The core constructors are wrappers whose properties represent the “extended” moo.rd constructors. For example the Custom object is a core constructor, while the Custom.Alert and Custom.Confirm classes are extended constructors. In this way you can choose the Custom.Alert without Custom.Confirm and vice-versa.
There are some others core constructors besides Custom: for example:
- Table, which allows you to download table_rows.js, table_cols.js or table_cells.js , indipendent of each other
- Make, which allows you to download make_table.js, make_list.js or make_select.js
…
Posted in general | 1 Comment »