Advertisment
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...
This video demonstrates using a virtual set/green screen to create a 'virtual News Room'
This video demonstrates isolating a single soccer player (with red uniform) and causing the remainder of the scene to be black and white.
This video demonstrates creating crawling text using the 6.5 titler and a modified lower third template.
This video demonstrates creating a Stop and Glow Effect, where a person is isolated, frozen while a short glow occurs, then movement continues.
This video demonstrates creating a Matrix Rain effect using nested sequences in Premiere Pro. Titler, Motion and Sequences are used extensively.
This video demonstrates creating different edge treatments for a PIP. Includes Drop shadow, frame, feathered edge, and custom mask.
Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and...
Views: 1429 | | by Mathew
ASP.NET - .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 | | by Ben
ASP.NET - .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 | | by Simon
ASP.NET - .NET
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 | | by Colin
ASP.NET - .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 | | by Sarah
ASP.NET - .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 | | by Amy
ASP.NET - .NET
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 | | by Isac
ASP.NET - .NET
This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#.
Views: 0 | | by Amy
ASP.NET - .NET
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
Views: 1398 | | by Brad
ASP.NET - .NET
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 | | by Daniel
ASP.NET - .NET
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 | | by Mark
ASP.NET - .NET
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 | | by Sean
ASP.NET - .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 | | by Daniel
ASP.NET - .NET