Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for mootools

MooTools, jQuery und Dojo II

David Walsh zeigt wie man alltägliche Dinge in MooTools, jQuery und Dojo erledigt.

Z.B. Get an Element Attribute Value
MooTools
var rel = document.id('myElement').get('rel');
jQuery
var rel = $('#myElement').attr('rel');
Dojo
var rel = dojo.attr('myElement','rel');

The more frameworks you know, the better a programmer you will be and the more money you’ll make.

Joomla mit MooTools 1.2.4

Yea, Joomla 1.5.19 bringt MooTools 1.2.4 mit! Aktiviert wird die neue Version über das Mootools 1.2.4 System plug-in.

There will be a compatibility layer included in the 1.2.4 version of mootools.js. This means that the the layer patches the old functions with the new ones, in turn meaning that developers don’t have to support both versions in their code. If the compatibility layer works as promised, this will make it easier for developers to transition their extensions.

Replace Mootools in Joomla!

Weil es manchmal nötig ist: Replace Mootools in Joomla!:

<!-- The following code goes into your template's index.php <head> tags, right before the <jdoc:include type="head" /> code block -->
<?php
// Replace Mootools in Joomla! with a compressed copy from Google AJAX Libraries API
$document =&JFactory::getDocument();
unset($document->_scripts[$this->baseurl . '/media/system/js/mootools.js']);
?>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("mootools", "1.1.2");</script>

Mootools Transitions erklärt

chipwreck erklärt mootools Animationen.

Usually when using an effect I used to try out possible transitions one after another until I found the right one, but this got quite boring after some time, so I looked at the mootools source code to understand the logic behind – that’s what this tutorial is about.

CSS3 und mootools

Schöne Spielereien mit CSS3 und mootools werden in Fun with CSS3 and mootools vorgestellt.

These examples came about when experimenting with the extend property in MooTools. By extending the styles class I could add CSS3 properties into the Core MooTools framework and do CSS3 animations.

Die Animationen sind unglaublich flüssig. Sehr cool.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.