Connexion
One Laptop per Child Logo
Google Search
Google

LabsSphère Catégories
Css (9)
Php (8)
Javascript (11)
Xoops (5)
Divers (1)
Design (10)

Blog : MooTools

The compact javascript framework URL Flux
Dernière mise à jour : 24/4/2012 19:22:09 Mettre à jour

tomocchino | 2008-09-23T12:44:53+02:00 | 7 lectures

A very brief article to explain what’s happening in the world of MooTools, and provide users with some links so they can get further information if they feel they need it.So, what the heck is going onRecently, a few users have been concerned that newcomers to MooTools might not easily be able to find their way around the MooTools community. As one of the developers, I kind of disagree, but there is one thing I think we all agree on; It probably wouldn’t hurt for us to communicate with everyone a little better. ;)Along with the 1.2 release, we’ve changed up the site and moved away from SVN development. We’ve also removed Trac and the official forum in exchange for...


2007-07-01T23:05:00+02:00 | 12 lectures

During the last few days, we've added some nifty CSS3 selectors to the trunk. Continue reading to know what this is all about, or try SlickSpeed now!UPDATE: SlickSpeed can now be downloaded from googlecode.The Beginning of a New EraOk, so the last couple of days were very productive ones.I started adding the CSS3 adjacency selectors, like ~, > and +. It was quite an easy task which didn't require much logic changing, and I was able to implement and get it running across all browsers in (a little more than) a few hours.This allows us to select direct children, following siblings and the direct following sibling.So let's add these to the supported selectors://all spans immediately preceded...


2007-07-01T23:05:00+02:00 | 6 lectures

For all the interested MooToolers in the making out there, I have compiled a list of resources which should give you everything you need to know to get started in client-side development.Tools of the TradeThese are the prerequisites of Web development.Firefox: You'll want to use Firefox for development. But you'll also need to have all the browsers you can manage to install on your machine (and other machines) in order to check cross browser support.Essential ExtensionsFirebug: The best plugin ever, Firebug is the difference between bashing your head against the keyboard and knowing what's going on with the browser.Web Developer Toolbar: Gives you awesome power over websites. Turn off ...


2007-07-01T23:05:00+02:00 | 23 lectures

Today we released MooTools version 1.11.In this release we fixed a bunch of memory leaks issues, as well as some minor bugs around.Other than some maintenance, we added the getText and setText Element methods, to help filling HTML Elements, Style tags and Script tags with text, and we added more details to the documentation.This is a recommended update for all of you using MooTools 1.1.If you want to, you can see the changelog in details.So, go ahead and give it a try!


2007-07-01T23:05:00+02:00 | 3 lectures

After more than a year of continuous and dedicated development, we decided it was time to launch a blog to keep you in the loop.Here we're gonna post about the latest moo trends, the latest breaking changes, the latest plugins that see the light everyday.Hoping its enough for an introductory post, I'll leave you at better things, for now.CheersValerio


2007-06-29T22:36:00+02:00 | 6 lectures

While we love to help everyone who comes to us for support, sometimes there's a breakdown in communication.To clear up some of these issues, I've written this article about how to get the friendliest response possible from the community.We're Not MeanThe MooTools community is one of the friendliest JavaScript communities you'll ever find. We comb the forums all day, looking for people to help. Questions are answered promptly, and tons of documentation has been written to help people learn the framework.I'm even trying to start an initiative where everyone uses :) a lot to show people that we're friendly and helpful. :)How to Ask Better QuestionsThere are a few things you can do to help ...


2007-10-08T04:26:00+02:00 | 2 lectures

In recent development of MooTools, we've incorporated into the core a plugin that was once pushed under the table and neglected. The Hash is a powerful new way to extend objects just like you've always wanted...Alright, what the heck is all this Hash business?The current 1.2 development version of MooTools saw a promotion of the Hash Class up from a plugin to a Native type. A Hash is basically a wrapper for native JavaScript Objects. The reason it was created was because as we all know, the Object prototype is off limits! (for a brief explanation... see rule #2). So what can i do with this crazy new thing?var hash = new Hash({ 'a': 'one', 'b': 'two', 'c': 'three', 'd': 'four'});hash....


2007-10-20T11:18:00+02:00 | 7 lectures

You know we've been telling you that MooTools is reliable, but how can you can be sure that it will work for your project without just taking our word for it? Check the Spec folder out from the repository and its self-contained testing suite will prove it. Show your boss, show your coworkers, and let them know that MooTools is professional grade.Verifiably Rock-SolidWhat makes this possible? We've added our own special blend of JSSpec to the MooTools source. It goes through critical components of MooTools to make sure that they work as expected. For this release, we'll be supporting specs for Core, Class, Natives, and Element.js. While not all of the Elements scripts or the other fo...


2007-10-20T18:15:00+02:00 | 11 lectures

In recent development of MooTools, we've incorporated into the core a plugin that was once pushed under the table and neglected. The Hash is a powerful new way to extend objects just like you've always wanted...Alright, what the heck is all this Hash business?The current 1.2 development version of MooTools saw a promotion of the Hash Class up from a plugin to a Native type. A Hash is basically a wrapper for native JavaScript Objects. The reason it was created was because as we all know, the Object prototype is off limits! (for a brief explanation... see rule #2). So what can i do with this crazy new thing?var hash = new Hash({ 'a': 'one', 'b': 'two', 'c': 'three', 'd': 'four'});hash....


2007-10-23T21:54:00+02:00 | 7 lectures

MooTools has always been known for having some of the most fluid and impressive effects around. In 1.2 we've introduced some exciting new enhancements that make them even more efficient, powerful, flexible, and easy to use. Here are the changes made to the Fx Classes to take note of...What's in a name?One of the most obvious changes to the MooTools Fx Library is a change in the naming of Fx.Style and Fx.Styles. Though you can still use these class names in 1.2, they will be deprecated in future versions, so please start using the classes through their new names, Fx.Tween and Fx.Morph respectively. The reason for the name change is two-fold. First, we feel these names more explicitly ...


2007-10-24T18:15:00+02:00 | 132 lectures

MooTools has always been known for having some of the most fluid and impressive effects around. In 1.2 we've introduced some exciting new enhancements that make them even more efficient, powerful, flexible, and easy to use. Here are the changes made to the Fx Classes to take note of...What's in a name?One of the most obvious changes to the MooTools Fx Library is a change in the naming of Fx.Style and Fx.Styles. Though you can still use these class names in 1.2, they will be deprecated in future versions, so please start using the classes through their new names, Fx.Tween and Fx.Morph respectively. The reason for the name change is two-fold. First, we feel these names more explicitly ...


2007-10-26T21:20:00+02:00 | 21 lectures

Today I found a nice article on coderseye.com: I spent a half hour tinkering around in Aptana, downloading MooTools 1.1, and setting up a few tests. The result is extremely pleasing. Not only is MooTools way better and easier to use than I remember, but it works out of the box with AIR.That's Very nice to know!I personally haven't yet tried MooTools in AIR extensively (i only did a few basic tests) but I'm definitely looking forward to creating something in the very near future. Maybe a downloader app? We'll see!


2007-10-31T09:07:00+01:00 | 63 lectures

We haven't had this blog for very long, and talking to many users recently, I became aware of the fact that many people just don't understand how powerful MooTools actually is. The purpose of this series of articles is to shed a little light on some of the functionality provided by MooTools that many users might be missing. I think maybe it's time we got everyone caught up to speed. First topic... Natives and Elements!A quick note about this articleSo I know I said my next article would be about the new Element shortcuts added in 1.2, but there are so many other things we should probably talk about first! All the code examples featured in this article are intended for MooTools 1.2. A...


2007-11-14T08:23:00+01:00 | 155 lectures

The first beta for MooTools 1.2 is finally here!After months in the making, we can confidently say that MooTools 1.2 is now feature complete. However, there are still some bugs left to squash.Head over to MooTools download page to start playing with it right away.A Note About CompatibilitySome parts of MooTools 1.2 aren't immediately compatible with those found in MooTools 1.1. In the downloads page, you'll find a box that says: "include compatibility with previous version". Clicking that box will add the missing pieces and will make MooTools 1.2 play nice with code written for MooTools 1.1.New stuff that we already covered:The amazing HashSpecs!Effects EnhancementsImportant stuff thats ...


2007-12-12T23:11:00+01:00 | 129 lectures

Here's what you guys have been dying for: a presentation talking about MooTools. Presented by yours and only: ibolmo! The presentation tries to cover all the major aspects of MooTools to solve the familiar question: "What's different about MooTools?" I talk about jQuery and Prototype and how they differentiate themselves from MooTools. Lastly, there's a whole slew of demos and showcasing.<object type="application/x-shockwave-flash" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=418874&server=www.vimeo.com&fullscreen=1&show_title=0&show_byline=0&show_portrait=0&color=01AAEA" width="400"> <param name="quality" value="best" /> <param name="a...