03/14/2009Video tutorial
Java jGrasp - ClassesAndObjects - 2 This video continues our discussion of classes and objects. We start by adding more functionality to the Employee class.
03/13/2009Video tutorial
Java jGrasp - ClassesAndObjects - 1 This is the first video of a Java series geared toward junior developers. I will
start by introducing jGrasp, the development environment used to write Java programs.
02/25/2009Video tutorial
Visual Studio C# - Silverlight - Transformation - II This video is a continuation of the transformation discussion. We will explore the
TransformGroup and MatrixTransform (from which all other transformations are derived).
02/17/2009Video tutorial
Visual Studio C# - Silverlight - Image Brush In this video I will illustrate the use of the ImageBrush. I will fill a rectangle with
an ImageBrush, and show how I can change some properties to stretch the image and align
it within the rectangle.
02/17/2009Video tutorial
Visual Studio C# - Silverlight - Geometry In this video I am going to show you how you can draw some Geometric shapes. My discussion
will include: Ellipse, Rectangle with rounded corner, Line, Path, Polyline, Polygone,
GeometryGroup, and last but not least Arc.
02/14/2009Video tutorial
Visual Studio C# - Silverlight - Creating Brushes - II In this video I am continuing my discussion on Brushes. But I will shift to
RadialGradientBrush instead. I will show how you can change the GradientOrigin, hich
is the focal point.
02/14/2009Video tutorial
Visual Studio C# - Silverlight - Creating Brushes - I This video will discuss brushes, specifically LinearGradientBrush. We will create a
canvas with a rectangle. We will fill the rectangle with a LinearGradientBrush that
contais GradientStops with colors and offsets.
02/12/2009Video tutorial
E-learning-ADO.NET Data Services In this lesson we are going to understand what REST means and then look over some theory behind ADO.NET Data Services.
02/11/2009Video tutorial
Visual Studio C# - Silverlight - Animation - III This discussion will extend the previous video by adding buttons that allow us to start,
pause, resume and stop the animation.
02/09/2009Video tutorial
Visual Studio C# - Silverlight - Animation - II In this video we continue our animation discussion. I will change the animation that we created in
the previous video by adding a button that will trigger the animation.
02/09/2009Video tutorial
Visual Studio C# - Silverlight - Animation - I In this video, I start my animation demonstration. Silverlight animation is based on changing the
value of a dependency property over a period of time. We have animations for different data types:
DoubleAnimation, ColorAnimation.
01/31/2009Video tutorial
Visual Studio C# - Silverlight - Simple Form In this video I am going to show the layout by creating a grid of controls that prompt
the user for principal, interest rate, and term. We will also add a button with code
behind to calculate the car monthly payment based on the input from the user.