Best Tutorials website
Latest tutorials

Advertisment

Color Schemes

Color Schemes

Color schemes and Backgrounds in Power Point.


Views: 1466 | Rating star | by Jason
MS PowerPoint - Content and Formatting

Graphics

Graphics

Adding clip art, Adding an image from a file, Editing a graphic, AutoShapes, WordArt with Power Point.


Views: 1456 | Rating star | by John
MS PowerPoint - Content and Formatting

Slide Effects

Slide Effects

Action buttons, Slide animation, Animation preview, Slide transitions, Slide show options in PowerPoint.


Views: 1412 | Rating star | by Sarah
MS PowerPoint - Effects and Presentation

Master Slides

Master Slides

Slide master, Header and footer, Slide numbers, Date and time in MS PowerPoint.


Views: 1466 | Rating star | by Marry
MS PowerPoint - Content and Formatting

Saving and Printing

Saving and Printing

Save as a web page, Page setup, and Print in Microsoft Power Point.


Views: 1455 | Rating star | by Amy
MS PowerPoint - Miscellaneous

Keyboard shortcuts

Keyboard shortcuts

Learn the keyboard shortcuts in MS PowerPoint.


Views: 1346 | Rating star | by Sarah
MS PowerPoint - Miscellaneous

PowerPoint Tips

PowerPoint Tips

Design tips and presentation basics.


Views: 1388 | Rating star | by Slicer
MS PowerPoint - Miscellaneous

Easy Preloader Bar!

Easy Preloader Bar!

Once you have read this entire tutorial, you will have a perfectly clear understanding on making a preloader bar for your flash files! It works...


Views: 643 | Rating star | by Slicer
Flash - Actionscripting

Accordian Navigation like OSX and Windows

Accordian Navigation like OSX and Windows

Works like you browse your files with your operating system. Folders with drop down items. As you close the file other items will push up.


Views: 662 | Rating star | by Isac
Flash - Interactivity

12 HOUR Digital Clock

12 HOUR Digital Clock

Most clock tutorials teach you to make a 24hr digital clock because thats how flash tells the time. In this step by step tutorial, i will show you...


Views: 519 | Rating star | by John
Flash - Actionscripting

Creating smooth, alpha capable, dynamic texts

Creating smooth, alpha capable, dynamic texts

All the steps to create smooths dynamic text, runtime or not.


Views: 694 | Rating star | by Ben
Flash - Text Effects

SubDivision Surfaces: Modeling a human hand

SubDivision Surfaces: Modeling a human hand

We will use Maya's SubDivision surfaces for modeling a Human hand.


Views: 973 | Rating star | by Slicer
Maya - Modeling

Stitching Surfaces, Patchmodeling for Organic forms (NURBS)

Stitching Surfaces, Patchmodeling for Organic forms (NURBS)

Learn how to achieve smooth animation and nice texture flow by cutting objects into appropriate patches to stitch together.


Views: 977 | Rating star | by Jason
Maya - Modeling

Java Arrays

Java Arrays

Arrays are dynamically created objects in Java code. An array can hold a number of variables of the same type. The variables can be primitives or...


Views: 1007 | Rating star | by Troy
Java - General Java

Declaring classes, variables, and methods

Declaring classes, variables, and methods

Now let's look at ways we can modify classes, methods, and variables. There are two kinds of modifiers -- access modifiers and non-access...


Views: 940 | Rating star | by Marry
Java - General Java

Constructors

Constructors

A constructor is used when creating an object from a class. The constructor name must match the name of the class and must not have a return type....


Views: 992 | Rating star | by Adam
Java - General Java

Flow control statements

Flow control statements

The flow control statements allow you to conditionally execute statements, to repeatedly execute a block of statements, or to just change the...


Views: 995 | Rating star | by Daniel
Java - General Java

Assertions

Assertions

An assertion is a statement containing a boolean expression that is assumed to be true when the statement is executed. The system reports an...


Views: 985 | Rating star | by Jason
Java - General Java

Exception handling

Exception handling

Exceptions are Java objects; exception classes are derived from java.lang.Throwable.


Views: 972 | Rating star | by Ben
Java - General Java

Behavior of the garbage collector

Behavior of the garbage collector

A Java programmer does not have to worry about memory management, because it is automatically taken care of by the garbage collector. The Java...


Views: 956 | Rating star | by Nick
Java - General Java