Microsoft?Silverlight?Very lates MSFT teec 100 video post3/3

Category: Technical


<< Buy This Book on Amazon >>

574 views since 2007-10-26. Bookmark this: Microsoft Silverlight Very lates MSFT teec 100 video post3 3

Description


#36: Use the Silverlight Downloader
(13 minutes, 34 seconds)
Code:
The Downloader is a built-in component that allows you to programmatically download elements that will be used in your Silverlight application. In this video we learn how to use the Downloader, and how to present the user with the status of the download.

Presented by Shawn Wildermuth

Duration: 13 minutes, 34 seconds
video
Code:
http://rapidshare.com/files/61409744/WinVideo-Silverlight-UsetheSilverlightDownloader.zip
source
Code:
http://rapidshare.com/files/61407881/SampleCode-Silverlight-UsetheSilverlightDownloader.zip
#37: Create Hyper-Text Video
(27 minutes, 58 seconds)
Code:
 This video demonstrates how to insert markers in to a video file, and then respond to those markers dynamically from within a Silverlight control. In this way we can present additional information at the appropriate moment during the video (in this example we link to supplemental data).

Presented by Jesse Liberty

Duration: 27 minutes, 58 seconds
video
Code:
http://rapidshare.com/files/61411782/WinVideo-Silverlight-HyperTextVideo.zip
source
Code:
http://rapidshare.com/files/61408117/SampleCode-Silverlight-SL10-HyperTextVideo.zip
#38: Adding Closed Captioning to a Video
(6 minutes, 30 seconds)
Code:
 Do you have a need to produce cross-browser video with Closed Captioning that targets both Windows and the Mac? If so, you have found the right video. In this tutorial we learn how to use add closed captioning using Expression Media Encoder and Microsoft Silverlight.

Presented by Marc Schweigert

Duration: 6 minutes, 30 seconds
video
Code:
http://rapidshare.com/files/61408707/WinVideo-330598_eme_cc.zip
#39: Using SVG Assets in Expression Design
(8 minutes, 40 seconds)
Code:
Leverage your existing SVG assets in Expression Design to produce XAML elements for Silverlight applications. This video demonstrates converting SVG files to XAML using Expression Design and consuming them in a Silverlight application.

Presented by Tim Heuer

Duration: 8 minutes, 40 seconds
video
Code:
http://rapidshare.com/files/61410139/WinVideo-TH_EX_Design_SVG.zip
#40: Creating User Controls with Silverlight 1.0
(23 minutes, 48 seconds)
Code:
 Learn how to write your own User Control using Silverlight 1.0 and the JavaScript prototype programming model. This video walks through the steps for implementing your custom XAML User Control in a project. We follow up with a video that demonstrates using the same model for Creating User Controls with Silverlight 1.1.

Presented by Tim Heuer

Duration: 23 minutes, 48 seconds
video
Code:
http://rapidshare.com/files/61415343/WinVideo-UserControl10.zip
#41: Add a Silverlight Application to an ASP.NET Page
(14 minutes, 42 seconds)
Code:
 In this video we learn how to add a Silverlight application to an ASP.NET application. We begin with the simple exercise of adding the Silverlight application directly to an ASP.NET page. We then move on and employ ASP.NET features such as Master Pages and User Controls to add reusability to the Silverlight application.

Presented by Shawn Wildermuth

Duration: 14 minutes, 42 seconds
video
Code:
http://rapidshare.com/files/61410355/WinVideo-Silverlight-AddaSilverlightApplicationtoASPNET.zip
source
Code:
http://rapidshare.com/files/61407891/SampleCode-Silverlight-AddaSilverlightApplicationtoASPNET-FIXED.zip
#42: Use ASP.NET to Create Dynamic XAML
(16 minutes, 17 seconds)
Code:
 The ASP.NET engine typically generates dynamic HTML. In this video we use the same ASP.NET engine to generate dynamic XAML for use by a Silverlight application.

Presented by Shawn Wildermuth

Duration: 16 minutes, 17 seconds
video
Code:
http://rapidshare.com/files/61410540/WinVideo-Silverlight-UseASPNETforDynamicXAML.zip
source
Code:
http://rapidshare.com/files/61407889/SampleCode-Silverlight-UseASPNETforDynamicXAML-Fixed.zip
#43: Use ASP.NET User Controls to Create Reusable XAML
(10 minutes, 28 seconds)
Code:
 Learn how to employ ASP.NET User Controls to create snippets of reusable XAML, where properties of the XAML can be dynamically set.

Presented by Shawn Wildermuth

Duration: 10 minutes, 28 seconds
video
Code:
http://rapidshare.com/files/61409571/WinVideo-Silverlight-UseASPNETControlstocreateRe-usableXAML.zip
source
Code:
http://rapidshare.com/files/61407894/SampleCode-Silverlight-UseASPNETControlstocreateRe-usableXAML-FIXED.zip
#44: Understanding the Canvas Object
(17 minutes, 53 seconds)
Code:
 The layout model in Silverlight 1.0 is based on the Canvas object, and in this video we learn the basics of the Canvas. We also learn how to use the Canvas to create logical controls for transformations and even events.

Presented by Shawn Wildermuth

Duration: 17 minutes, 53 seconds
video
Code:
http://rapidshare.com/files/61410590/WinVideo-Silverlight-Layout.zip
source
Code:
http://rapidshare.com/files/61407898/SampleCode-Silverlight-Layout.zip
#45: Using Brush Objects to Stroke and Fill a Shape
(23 minutes, 43 seconds)
Code:
 In this video we learn that there are five types of brush ojects available in Silverlight 1.0: SolidColor, LinearGradient, RadialGradient, Image, and Video. We also learn how to use a Brush object to specify the Stroke or Fill of a shape.

Presented by Jesse Liberty

Duration: 23 minutes, 43 seconds
video
Code:
http://rapidshare.com/files/61411822/WinVideo-Silverlight-Brushes.zip
source
Code:
http://rapidshare.com/files/61407900/SampleCode-Silverlight-Brushes.zip
#46: Create an Application to Test XAML Dynamically
(10 minutes, 32 seconds)
Code:
 In this lesson we create a Silverlight application to allow a developer to test XAML dynamically. Using Visual Studio 2005, we start with the default files in the Silverlight JavaScript project template, and add supporting JavaScript to allow XAML to be loaded into Silverlight for inspection at runtime.

Presented by Michael Palermo

Duration: 10 minutes, 32 seconds
video
Code:
http://rapidshare.com/files/61409548/WinVideo-Silverlight-XAML-CreateFromXAML.zip
source
Code:
http://rapidshare.com/files/61407904/SampleCode-Silverlight-XAML-CreateFromXAML.zip
#47: Making Sense of Matrix Transforms
(9 minutes, 50 seconds)
Code:
In a previous video we learned how to use Rotate, Scale, and Skew transformations. In this video we learn how to use the more complex yet more flexible Matrix Transform.

Presented by Shawn Wildermuth

Duration: 9 minutes, 50 seconds
video
Code:
http://rapidshare.com/files/61409343/WinVideo-Silverlight-MatrixTransforms.zip
source code
Code:
http://rapidshare.com/files/61407909/SampleCode-Silverlight-MatrixTransforms.zip
"How Do I?" with Silverlight 1.1
This video series shows you how to take advantage of the Silverlight 1.1 Alpha release.
Videos Pictures/Scrool down for contents and links 1/5

#1: Getting Started with Silverlight 1.1
(22 minutes, 55 seconds)
Code:
Scott Guthrie demonstrates how to build a simple Silverlight application using .NET.

Presented by Scott Guthrie

Duration: 22 minutes, 55 seconds
video
Code:
http://rapidshare.com/files/61420868/ScuttGu_Silverlight_Demo.zip
#2: Top Banana
(6 minutes, 34 seconds)
Code:
 Top Banana is a new starter kit that lets developers add sophisticated and streamlined video editing to their content sites. 

Duration: 6 minutes, 34 seconds
video
Code:
http://rapidshare.com/files/61417503/FullCut2.zip
#3: Dynamic Languages with Silverlight
(15 minutes, 26 seconds)
Code:
This video shows how dynamic languages such as Ruby, Python, Jscript and Visual Basic can be used to create Silverlight applications using the Dyanmic Language Runtime.

Presented by John Lam

Duration: 15 minutes, 26 seconds
video
Code:
http://rapidshare.com/files/61423753/Silverlight_20DLR_20Console.zip
#4: Silverlight in Their Own Words
(12 minutes, 36 seconds)
Code:
 Silverlight team members demonstrate sample applications, talk about what you can do with Silverlight, and show how you can start designing and developing your own applications. You can learn more about creating Silverlight-based applications in the Silverlight documentation.

Presented by Microsoft

Duration: 12 minutes, 36 seconds
video
Code:
http://rapidshare.com/files/61425108/SilverlightInTheirOwnWords.wmv
#5: Creating User Controls with Silverlight 1.1
(21 minutes, 2 seconds)
Code:
 In an earlier video we looked at Creating User Controls with Silverlight 1.0, and in this video we create the same Glass Button User Control in a Silverlight 1.1 application. We start by using the same InitializeFromXaml model, and then see how we can implement the User Control directly in XAML using a model similar to ASP.NET controls.

Presented by Tim Heuer

Duration: 21 minutes, 2 seconds
video
Code:
http://rapidshare.com/files/61425121/WinVideo-TH_SL_UserControls_1_1.zip
Using Blend with Silverlight 1.0
Microsoft Expression Blend is a design tool that works with Silverlight to create engaging user experiences for the Web. This video series demonstrates how to use Blend.
Videos Pictures/Scrool down for contents and links 1/10

#1: Creating Vector Art for Silverlight with Expression Blend
(11 minutes, 11 seconds)
Code:
 In this first of a five-part series, you'll see how to use the drawing tools in Blend to unite and divide geometries so as to create a chicken. Covers concepts like the path tool, path combining, fills and strokes.

Presented by Karsten Januszewski

Duration: 11 minutes, 11 seconds
video
Code:
http://rapidshare.com/files/61427826/drawing.zip
source
Code:
http://rapidshare.com/files/61425891/1_20Creating_20Vector_20Art.zip
#2: Animating Vector Art for Silverlight with Expression Blend Part I
(5 minutes, 59 seconds)
Code:
 In this second of a five-part series, the animation tools of Blend are introduced. Using the chicken drawn in the earlier screencast, we'll add animation onto the stage using transforms, both a scale transform and a translation. No code is touched in the animation of this chicken.

Presented by Karsten Januszewski

Duration: 5 minutes, 59 seconds
video
Code:
http://rapidshare.com/files/61426837/animate1.zip
source
Code:
http://rapidshare.com/files/61425898/2_20Animate_20Vector_20Art_20Part_201.zip
#3: Animating Vector Art for Silverlight with Expression Blend Part II
(8 minutes, 1 seconds)
Code:
 In this third part of a five-part series, we'll further explore the animation capabilities in Blend. 

Presented by Karsten Januszewski

Duration: 8 minutes, 1 seconds
video
Code:
http://rapidshare.com/files/61427351/animate2.zip
source
Code:
http://rapidshare.com/files/61425900/3_20Animate_20Vector_20Art_20Part_202.zip
#4: Animating Raster Art for Silverlight with Expression Blend
(13 minutes, 48 seconds)
Code:
In this fourth of a five-part series, we'll create a sequence, wired up through JavaScript, that visualizes the evolution of the chicken from the Tyrannosaurus Rex.

Presented by Karsten Januszewski

Duration: 13 minutes, 48 seconds
video
Code:
http://rapidshare.com/files/61428219/trexchicken.zip
source
Code:
http://rapidshare.com/files/61425909/4_20Raster_20Art.zip
#5: Using Expression Blend to Control Silverlight Media Playback
(7 minutes, 13 seconds)
Code:
 In this final part of a five-part series, you'll see how to bring a video into Blend and create a button on top of the video to play it.

Presented by Karsten Januszewski

Duration: 7 minutes, 13 seconds
video
Code:
http://rapidshare.com/files/61427140/trexchickenvid.zip
source
Code:
http://rapidshare.com/files/61426367/5_20Media_20Playback.zip
#6: Create a Video with an Ad Image Overlay
(8 minutes, 0 seconds)
Code:
Tim Sneath shows how you can use Expression Blend and Silverlight to overlay a video with an image advertisement, with animation to toggle the advert on and off.

Presented by Tim Sneath

Duration: 8 minutes, 0 seconds
video
Code:
http://rapidshare.com/files/61427525/WinVideo-adoverlay.zip
#7: Create an Image Clipping Path with Blend
(11 minutes, 42 seconds)
Code:
In this video Shawn Wildermuth shows us how to create Silverlight JavaScript applications using Microsoft Expression Blend. We see how Blend provides a user interface for creating the XAML needed to add a clipping path to an image.

Presented by Shawn Wildermuth

Duration: 11 minutes, 42 seconds
video
Code:
http://rapidshare.com/files/61428021/WinVideo-Silverlight-WorkwithExpressionBlendandSilverlight.zip
source
Code:
http://rapidshare.com/files/61425938/7_20DrawingWithBlend.zip
#8: Create a Video Player using Blend - Part 1
(16 minutes, 17 seconds)
Code:
 In this lesson we design an interface for a Silverlight video player, using the preview release of Expression Blend version 2. We place the video within a MediaElement control, use drawing tools to create a Play button, and add animation to make the button disappear.

Presented by Shawn Wildermuth

Duration: 16 minutes, 17 seconds
video
Code:
http://rapidshare.com/files/61427663/WinVideo-Silverlight-CreateaVideoPlayerfortheDesigner.zip
source
Code:
http://rapidshare.com/files/61425911/8_20_20SilverlightVideoPlayer_20Part_201.zip
#9: Cheating at Creating Media Players in Silverlight
(9 minutes, 21 seconds)
Code:
 Want to create a media experience for Silverlight but don't want to write all the logic code? This video walks you through steps to use output templates from Expression Media Encoder.

Duration: 9 minutes, 21 seconds
video
Code:
http://rapidshare.com/files/61433443/WinVideo-TH_EX_CheatMediaPlayer.zip
#10: Creating a Video with Timed Overlays
(19 minutes, 6 seconds)
Code:
 In an earlier video we looked at how to Create a Video with an Ad Image Overlay.

Duration: 19 minutes, 6 seconds
video
Code:
http://rapidshare.com/files/61428943/WinVideo-TH_SL_TimedOverlays.zip

Download this book from Usenet
DOWNLOAD Free register and download UseNet downloader, then you can free download ebooks from UseNet.

Free Download "Microsoft?Silverlight?Very lates MSFT teec 100 video post3/3" from Usenet!

Buy this book from amazon


Disclaimer:
Contents of this page are indexed from the Internet. All actions are under your responsability. Email us to report illegal contents or external links and we'll remove them immediately.

Search More...

Microsoft?Silverlight?Very lates MSFT teec 100 video post3/3

Search free ebooks in ebookee.com!


Links

Free Trade Magazine Subscriptions & Technical Document Downloads

Search and Buy
<< Search and Buy This Book on Amazon >>

Download this book from Usenet
DOWNLOAD How to download:
Free register to download UseNet downloader and install, then search book title and start downloading. UseNet is clean and can be unstalled totally. Enjoy!

Free Download "Microsoft?Silverlight?Very lates MSFT teec 100 video post3/3" from Usenet!

Download Link 2


No download links here
Please check the description for download links if any or do a search to find alternative books.

Can't Download?
Please search mirrors if you can't find download links for "Microsoft?Silverlight?Very lates MSFT teec 100 video post3/3" in "Description" and someone else may update the links. Check the comments when back to find any updates.

Search Mirrors
Maybe some mirror pages will be helpful, search this book at top of this page or click here to find more info.


Related Books


Books related to "Microsoft?Silverlight?Very lates MSFT teec 100 video post3/3":


Comments


No comments for "Microsoft?Silverlight?Very lates MSFT teec 100 video post3/3".


    Add Your Comments

    1. Download links and password may be in the description section, read description carefully!
    2. Do a search to find mirrors if no download links or dead links.

    required

    required, hidden

    need login

    required

    Back to Top