Fast & Furious 4 Visual Effects

August 23rd, 2010 Motion Graphics

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

Avatar Post-Production: How Did They Use After Effects

August 23rd, 2010 Motion Graphics

Great insight into the post-production process of the Avatar movie and how Adobe After Effects was used.

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

John Adams visual FX breakdown

July 20th, 2010 Motion Graphics

Great video showing the breakdown of visual effects used in the movie “John Adams”.

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

Equal CSS columns with jQuery

July 3rd, 2010 Web Design, jQuery

Here’s a quick solution for equal CSS columns using jQuery.

$(function() {
    jQuery.fn.makeEqualHeight = function () {
       
        // Calculate the height of the tallest column
        var maxHeight = 0;
        this.each(function() {
            maxHeight = ($(this).height() > maxHeight)? $(this).height() : maxHeight;
        });
        return this.height(maxHeight); 
    }
 
    // Call the function that will make all columns of the class "column" equal
    $(".column").makeEqualHeight();
});
Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

One man army – Attila the Hun trailer & visual effects breakdowns

July 2nd, 2010 Motion Graphics

How one person created over 250 visual effects shots for the BBC drama ‘Attila the Hun’. As well as directing the hour long film, Gareth Edwards also created all the visual effects ‘from his bedroom’ using just off the shelf software.

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)