Best Tutorials website
Latest tutorials

Advertisment

Bug (or Logo) in lower corner

Bug (or Logo) in lower corner

This tutorial demonstrates how to add a 'Bug' to the corner of a video. The tutorial also explains how to import 3d animation from a 3rd...


Views: 1293 | Rating star | by Jarry
Premiere - Basics

Virtual News Set

Virtual News Set

This video demonstrates using a virtual set/green screen to create a 'virtual News Room'


Views: 1357 | Rating star | by Nick
Premiere - Special Effects

Color Pass - Isolate one object in color

Color Pass - Isolate one object in color

This video demonstrates isolating a single soccer player (with red uniform) and causing the remainder of the scene to be black and white.


Views: 1416 | Rating star | by Steve
Premiere - Special Effects

Crawling Text

Crawling Text

This video demonstrates creating crawling text using the 6.5 titler and a modified lower third template.


Views: 1033 | Rating star | by Marry
Premiere - Special Effects

Stop and Glow Effect

Stop and Glow Effect

This video demonstrates creating a Stop and Glow Effect, where a person is isolated, frozen while a short glow occurs, then movement continues.


Views: 876 | Rating star | by Brad
Premiere - Special Effects

Matrix Rain 3d Room Effect

Matrix Rain 3d Room Effect

This video demonstrates creating a Matrix Rain effect using nested sequences in Premiere Pro. Titler, Motion and Sequences are used extensively.


Views: 939 | Rating star | by Steve
Premiere - Special Effects

PIP Edge Treatment

PIP Edge Treatment

This video demonstrates creating different edge treatments for a PIP. Includes Drop shadow, frame, feathered edge, and custom mask.


Views: 921 | Rating star | by Mark
Premiere - Special Effects

How To Use Refactoring To Handle Multiple Versions of Classes

How To Use Refactoring To Handle Multiple Versions of Classes

Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and...


Views: 1429 | Rating star | by Mathew
ASP.NET - .NET

Create HTML Image Maps Dynamically With .NET

Create HTML Image Maps Dynamically With .NET

I've been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea...


Views: 1274 | Rating star | by Ben
ASP.NET - .NET

Hierarchical Relationships Without DataRelation Object in ADO.NET

Hierarchical Relationships Without DataRelation Object in ADO.NET

At my place of employment, I work a great deal with somewhat complex hierarchical data as part of our measurement and analysis software. Thus,...


Views: 1405 | Rating star | by Simon
ASP.NET - .NET

Creating Dropdown list control from Datasource

Creating Dropdown list control from Datasource

We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also...


Views: 1302 | Rating star | by Colin
ASP.NET - .NET

Inserting a Common Navigation Using .Net

Inserting a Common Navigation Using .Net

This tutorial covers one option for including a common header and footer into your HTML pages without having to modify the html page itself....


Views: 1436 | Rating star | by Sarah
ASP.NET - .NET

Counting Records In ASP.NET

Counting Records In ASP.NET

The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with...


Views: 1279 | Rating star | by Amy
ASP.NET - .NET

Database Access Within an Assembly

Database Access Within an Assembly

We can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source...


Views: 1306 | Rating star | by Isac
ASP.NET - .NET

Introduction to Microsoft's .NET Platform

Introduction to Microsoft's .NET Platform

This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#.


Views: 0 | Rating star | by Amy
ASP.NET - .NET

Generating Random Number Using RND Function And Randomize Statement

Generating Random Number Using RND Function And Randomize Statement

We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.


Views: 1398 | Rating star | by Brad
ASP.NET - .NET

Generating Serial Code For Your Applications

Generating Serial Code For Your Applications

In this article we will generate a random serial code for our applications. The script will generate a similiar serial code to use in a real...


Views: 1349 | Rating star | by Daniel
ASP.NET - .NET

How to use GetDirectories

How to use GetDirectories

While working with file system, sometimes we must list all directories in a folder. This sample shows us how to list all directories in a folder....


Views: 1333 | Rating star | by Mark
ASP.NET - .NET

Adding text to an image in memory

Adding text to an image in memory

This article covers using the System.Drawing.Bitmap and drawBrush to draw text on a bitmap in memory. You could use this code as a base to create...


Views: 1970 | Rating star 5 | by Sean
ASP.NET - .NET

Generating Text Images on the Fly with ASP.NET

Generating Text Images on the Fly with ASP.NET

Have you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of...


Views: 1295 | Rating star | by Daniel
ASP.NET - .NET