Best Tutorials website
Latest tutorials

Advertisment

Mechanical Art Logo

Mechanical Art Logo

This tutorial will show you how to create a logo that includes text on a path and drawing a gear image.


Views: 413 | Rating star | by Donald
Photoshop - Web Graphics

Uniformity in Color Tones

Uniformity in Color Tones

This tutorial will show you how to take multiple photographs and change them so they all have the same color tone.


Views: 356 | Rating star | by Ben
Photoshop - Photo Effects

Designing a CD Sticker

Designing a CD Sticker

In this tutorial you will learn how to design a label/sticker appropriate for a CD.


Views: 477 | Rating star 3 | by Donald
Photoshop - Drawing

Designing and Animating a Gaming Banner

Designing and Animating a Gaming Banner

This tutorial will show you how to create a banner that can be used on a gaming or arcade site.


Views: 467 | Rating star | by Troy
Photoshop - Web Graphics

Tooty Frooty Text Effect

Tooty Frooty Text Effect

This fun tutorial will show you how to add a candy like effect to your text.


Views: 372 | Rating star | by Brad
Photoshop - Text Effects

Realistic Lightning Effect

Realistic Lightning Effect

This tutorial wil show you how to take an existing photo and add realistic lighning to it.


Views: 340 | Rating star | by Slicer
Photoshop - Photo Effects

Coming Out of an Image 3D Effect

Coming Out of an Image 3D Effect

This tutorial will show you how to take a photo and make it appear as though the person is jumping out of the image in 3D.


Views: 403 | Rating star | by Sean
Photoshop - Photo Effects

Circular Human Chain Logo

Circular Human Chain Logo

This tutorial will show you how to create a web logo that includes human icons around a globe.


Views: 437 | Rating star | by Stephen
Photoshop - Web Graphics

Smoke Shapes

Smoke Shapes

Learn to create smoke and make it into any shape you want.


Views: 365 | Rating star | by Stephen
Photoshop - Effects

Basic smoke

Basic smoke

This tutorial is designed to cover the basics of particles, essentially creating smoke using spray.


Views: 767 | Rating star | by Sean
3DS MAX - Effects

Combustion

Combustion

Combustion is a volumetric plugin for 3D Studio MAX, Essentially what it does is create fiery explosions although it can be used for many gas like...


Views: 742 | Rating star | by Tutorial
3DS MAX - Effects

Making Fiery Tendrils

Making Fiery Tendrils

Learn how to create realistic fiery tendrils.


Views: 750 | Rating star | by Adam
3DS MAX - Effects

Making magma

Making magma

You can use this on pretty much any object, so you can get a guy melting away or whatever you want if the mapping coordinates are set up propperly....


Views: 908 | Rating star 5 | by John
3DS MAX - Materials

Page Curl Effect

Page Curl Effect

Learn how to create a page curl effect


Views: 395 | Rating star | by Adam
Photoshop - Photo Effects

Understanding Levels

Understanding Levels

Far from being voodoo, manipulating levels is a very powerful way to quickly improve an image's tonal range and color balance. In this...


Views: 420 | Rating star | by Stephen
Photoshop - Basics

Lesson 1: Transforming Numerical Systems

Lesson 1: Transforming Numerical Systems

This is the first lesson I wrote. Its purpose is to introduce you to the world of programming, showing you the way computers think or archive data....


Views: 808 | Rating star | by Donald
C and Cpp - Introduction to C and Cpp

Lesson 2: IEEE Standards

Lesson 2: IEEE Standards

This lesson is next and final step before we start to code. It is about decoding numbers and saving them into computer using IEEE protocols for...


Views: 868 | Rating star | by Donald
C and Cpp - Introduction to C and Cpp

Lesson 3: Data types in Registry

Lesson 3: Data types in Registry

It can also be considered as prolonged intro on programming, however now I started giving you the code and explaining its meaning. Please have...


Views: 858 | Rating star | by Sarah
C and Cpp - Introduction to C and Cpp

Lesson 4: Casting data types

Lesson 4: Casting data types

This lesson is about transformation (casting) of integers and real data types, and explanations why this job is necessary in C language for...


Views: 836 | Rating star | by Simon
C and Cpp - Introduction to C and Cpp

Lesson 5: Operators and Integer operations

Lesson 5: Operators and Integer operations

Here's fifth lesson on operators, their priority and laws of casting (transforming) data types in automatic (implicit) or given (explicit)...


Views: 633 | Rating star | by Donald
C and Cpp - Introduction to C and Cpp