Advertisment
Color schemes and Backgrounds in Power Point.
Adding clip art, Adding an image from a file, Editing a graphic, AutoShapes, WordArt with Power Point.
Action buttons, Slide animation, Animation preview, Slide transitions, Slide show options in PowerPoint.
Slide master, Header and footer, Slide numbers, Date and time in MS PowerPoint.
Save as a web page, Page setup, and Print in Microsoft Power Point.
Learn the keyboard shortcuts in MS PowerPoint.
Design tips and presentation basics.
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...
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.
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...
All the steps to create smooths dynamic text, runtime or not.
We will use Maya's SubDivision surfaces for modeling a Human hand.
Views: 973 | | by Slicer
Maya - Modeling
Learn how to achieve smooth animation and nice texture flow by cutting objects into appropriate patches to stitch together.
Views: 977 | | by Jason
Maya - Modeling
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...
Now let's look at ways we can modify classes, methods, and variables. There are two kinds of modifiers -- access modifiers and non-access...
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....
The flow control statements allow you to conditionally execute statements, to repeatedly execute a block of statements, or to just change the...
An assertion is a statement containing a boolean expression that is assumed to be true when the statement is executed. The system reports an...
Exceptions are Java objects; exception classes are derived from java.lang.Throwable.
A Java programmer does not have to worry about memory management, because it is automatically taken care of by the garbage collector. The Java...