Recommended

Skip Navigation LinksHome / Shows

Shows

Page 

  •   0 comments   /   Show #21  with  Adam Kinney   /   15 minutes   /   Mar 25, 2010 (2 months ago)
    Adam Kinney talks with SilverlightShow representative Cigdem Patlak at MIX10 about his role at Microsoft, Silverlight adoption, Project Rosetta, .toolbox and the SilverlightShow EcoContest.
    Share


  •   0 comments   /   Show #20  with  Laurent Bugnion   /   18 minutes   /   Mar 24, 2010 (2 months ago)
    Laurent Bugnion talks with SilverlightShow representative Cigdem Patlak at MIX10 about his Silverlight MVP of the year award, Silverlight adoption in Europe, Windows Phone 7 and the SilverlightShow EcoContest.
    Share
  •   0 comments   /   Show #19  with  András Velvárt   /   42 minutes   /   Mar 04, 2010 (3 months ago)

    In the first part of the series, I introduced the application, and created the “ugly duckling” version, where the end user could already browse the and watch the videos. In this part, I am going to add some bling to the app – namely the Intro animation, the ability to skip it, and to replay it. The Intro animation itself is not created with Silverlight, so I will just use it as a video. This part takes heavy use of Visual States, Behaviors and Easings.

    That screencast is connected with the Transforming an Ugly Duckling to a Graceful Swan with Expression Blend and Silverlight - Part 2 Intro Animation article.

    Here is what happens in the screencast:

    Time Content
    @ 0:00 Introduction and showing off what we are building in this screencast
    @ 1:40 Adding the intro animation – preparation
    @ 2:40 Adding the intro animation - MediaElement
    @ 3:47 Visual State for playing the intro and transition between PlayingIntro and ShowingUIAfterIntro states
    @ 4:57 Make the App start up in the PlayingIntro state
    @ 6:07 Adding the EndCueTrigger
    @ 9:40 Adding the playback status display
    @ 12:50 Adding IntroStatusVisible and IntroStatusHidden states and transitions
    @ 14:38 Creating the MediaElementStateToVSMBehavior
    @ 16:18 Using the MediaElementStateToVSMBehavior to show and hide the video status display
    @ 19:08 Creating the DisplayMediaStatusBehavior
    @ 21:00 Using the DisplayMediaStatusBehavior to set the text for the video status display
    @ 22:30 Adding the skip intro button
    @ 24:30 Adding a glow effect to the skip intro button
    @ 25:50 Creating MouseOverOpacityBehavior
    @ 28:14 Applying the MouseOverOpacityBehavior to the skip intro button
    @ 29:35 Making the skip intro button skip the intro
    @ 31:30 Replay Intro – creating the highlight on the box
    @ 33:20 Creating ReplayIntroVisible and ReplayIntroHidden states and transitions
    @ 38:10 Adding some code to the skip intro and replay intro features
    @ 41:30 Summing up
    Share
  •   2 comments   /   Show #18  with  András Velvárt   /   20 minutes   /   Feb 10, 2010 (4 months ago)

    The first screencast shows how to create the ugly version that I am going to work from in the later parts of the series. The ugly version lists all the videos (or ReferenceItems), and allows the user to see the explanation and play back the showcase videos.

    That screencast is connected with the Transforming an Ugly Duckling to a Graceful Swan with Expression Blend and Silverlight - Part I article.

    Here is what happens in the screencast:

    Time Content
    @ 0:00 Introduction and showing off the finished application
    @ 1:59 Creating the application in Blend
    @ 2:50 Using Blend’s Sample Data feature to store the data for the video
    @ 6:58 Displaying the sample data in a ListBox
    @ 8:37 Creating the Details view with title, description, video and the more information link
    @ 13:33 Running the project for the first time, master-detail scenario works
    @ 14:39 Importing the videos into the project
    @ 15:42 Importing the thumbnail images to the project
    @ 16:20 Replacing the sample data with real data
    @ 17:20 Running the Ugly Duckling application with the real data
    @ 19:10 Wrapping up
    Share
  •   0 comments   /   Show #17  with  Michael Suesserman   /   14 minutes   /   Jan 21, 2010 (4 months ago)
    Tags: MIX
    How is this year's MIX different than previous events?
    What are the major topics and key speakers? What is the result from the Open Call for Content? We discuss these questions with MIX10 Content Owner Michael Suesserman
    Share
  •   0 comments   /   Show #16  with  Todd Anglin   /   9 minutes   /   Apr 08, 2009 (more than a year ago)
    Check out a short review of Silverlight GridView from our sponsor Telerik.
    Here, Todd Anglin, Telerik's Chief Evangelist, demonstrates the functionality and the speed of their grid control with a milion of records. See also the on-line demo here.
    Share
  •   1 comments   /   Show #15  with  Ken Cox   /   10 minutes   /   Feb 04, 2009 (more than a year ago)

    This is the 8 video by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    In Episode 8, we continue working with the AutoCompleteBox control that we implemented in Episode 7. This time, we fetch a long list of country names as XML from a third-party Web service, cache the file on the client using isolated storage, and harness LINQ to XML to retrieve the country names. One of the considerations is checking Silverlight's access to the remote data. Finally, you learn how to use (and re-use) a static resource within XAML markup.
    I'm currently collecting topics for a ninth episode. My intention is to make it a bug fix screencast based on feedback, so send in those reports! It will likely also cover usability issues like implementing tabs and tooltips.
    Make sure you've worked through Episode 1, Episode 2, Episode 3, Episode 4, Episode 5, Episode 6 and Episode 7 first.

    The full source code is available for download from here.

    Please, give your valuable feedback about the video by leaving a comment. Thank you for watching and stay tuned for the last episode 9 based on your feedback!

    Share
  •   0 comments   /   Show #14  with  Ken Cox   /   10 minutes   /   Feb 01, 2009 (more than a year ago)

    This is the seventh of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    Episode 7 of my series on creating a Silverlight 2 data form concentrates on adding visual appeal.
    You implement rounded borders, gradient effects, and import professional styles from the Silverlight Control Toolkit. You also learn how to use the AutoCompleteBox control to prompt users for data input.

    Make sure you've worked through Episode 1, Episode 2, Episode 3, Episode 4, Episode 5 and Episode 6 first.

    The full source code is available for download from here.

    Please, give your valuable feedback about the video by leaving a comment. Thank you for watching and stay tuned for episode 8!

    Share
  •   0 comments   /   Show #13  with  Ken Cox   /   10 minutes   /   Jan 28, 2009 (more than a year ago)

    This is the sixth of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    In this episode, you build a XAML form that acts like a popup, modal window. The form validates user input with WCF callbacks to ensure that the customer ID is unique. By the end of the episode, you're able to add a customer to the NorthWind database using Silverlight, VB, ADO.NET Data Services and the Entity Framework. Here's a reminder: this series is sequential. If you haven't worked through the first five episodes, you'll find this one tough sledding because of the prerequisites.

    Make sure you've worked through Episode 1, Episode 2, Episode 3Episode 4 and Episode 5 first.

    The full source code is available for download from here.

    Please, give your valuable feedback about the video by leaving a comment. Thank you for watching and stay tuned for episode 7!

    Share
  •   0 comments   /   Show #12  with  Ken Cox   /   10 minutes   /   Jan 25, 2009 (more than a year ago)

    This is the fifth of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    Episode 5: "D" is for Delete probes data associations, properties and links in the Entity Framework. It takes you step by step through the code to delete a customer, the customer's orders, and the order details. I hope you find it worthwhile.

    Make sure you've worked through Episode 1, Episode 2, Episode 3, and Episode 4 first. Without them, you won't have the prerequisite code or project infrastructure to succeed in this episode.

    The full source code is available for download from here.

    Please, give your valuable feedback about the video by leaving a comment. Thank you for watching and stay tuned for episode 6!

    Share

Page 
Help us make SilverlightShow even better and win a free t-shirt. Whether you'd like to suggest a change in the structure, content organization, section layout or any other aspect of SilverlightShow appearance - we'd love to hear from you! Need a material (article, tutorial, or other) on a specific topic? Let us know and SilverlightShow content authors will work to have that prepared for you. (hide this)