
Advertisment
Color Schemes
Color schemes and Backgrounds in Power Point.
Views: 1910 |
| by Jason
MS PowerPoint - Content and Formatting
Graphics
Adding clip art, Adding an image from a file, Editing a graphic, AutoShapes, WordArt with Power Point.
Views: 1907 |
| by John
MS PowerPoint - Content and Formatting
Slide Effects
Action buttons, Slide animation, Animation preview, Slide transitions, Slide show options in PowerPoint.
Views: 1866 |
| by Sarah
MS PowerPoint - Effects and Presentation
Master Slides
Slide master, Header and footer, Slide numbers, Date and time in MS PowerPoint.
Views: 1909 |
| by Marry
MS PowerPoint - Content and Formatting
Saving and Printing
Save as a web page, Page setup, and Print in Microsoft Power Point.
Views: 1919 |
| by Amy
MS PowerPoint - Miscellaneous
Keyboard shortcuts
Learn the keyboard shortcuts in MS PowerPoint.
Views: 1776 |
| by Sarah
MS PowerPoint - Miscellaneous
PowerPoint Tips
Design tips and presentation basics.
Views: 1830 |
| by Slicer
MS PowerPoint - Miscellaneous
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: 779 |
| by Slicer
Flash - Actionscripting
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: 794 |
| by Isac
Flash - Interactivity
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: 663 |
| by John
Flash - Actionscripting
Creating smooth, alpha capable, dynamic texts
All the steps to create smooths dynamic text, runtime or not.
Views: 816 |
| by Ben
Flash - Text Effects
SubDivision Surfaces: Modeling a human hand
We will use Maya's SubDivision surfaces for modeling a Human hand.
Views: 1102 |
| by Slicer
Maya - Modeling
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: 1112 |
| by Jason
Maya - Modeling
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: 1284 |
| by Troy
Java - General Java
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: 1190 |
| by Marry
Java - General Java
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: 1251 |
| by Adam
Java - General Java
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: 1236 |
| by Daniel
Java - General Java
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: 1251 |
| by Jason
Java - General Java
Exception handling
Exceptions are Java objects; exception classes are derived from java.lang.Throwable.
Views: 1224 |
| by Ben
Java - General Java
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: 1190 |
| by Nick
Java - General Java
