Using mootools classes with jquery in dupal
I like the way you van organise your code with mootools and while working a lot with drupal recently i really liked the straight forward way of writing jquery code. What i dislike at jquery is the way to create plug-ins and at bigger projects the readability of jquery code gets worse. There is a [...]

Nice drupal image galleries modules using Views
A selection of image gallery modules for drupal using the views module.
equal heights of div’s using jquery
First check if jquery is loaded. If using wordpress you can look in the header.php for the function call of wp_head(). Add following line <?php wp_enqueue_script("jquery"); ?> <?php wp_head(); ?> If you are sure that jquery is loaded add the following code <script type="text/javascript"> var $j = jQuery.noConflict(); function equalHeight(group) { tallest = 0; group.each(function() [...]
jQuery vs MooTools, MooTools vs jQuery
This is a must read if you doubt using jquery or mootools or just want a good introduction to javascript… http://jqueryvsmootools.com/
