in

WPF Design and Development

IdentityMine Team Blogs

Browse by Tags

  • Control Library on Codeplex

    I started a code plex project on code plex... dah... that has a Silverlight control library solution with items from the forth coming book. right now I only did unit tests for 7 of the controls namely multi panel and some of the other panels and then mouse wheel support and browser history... read the...
    Posted to David Kelley (Weblog) by david.kelley on 07-07-2008
  • Hacking Silverlight 2 on Amazon

    Available for pre order on Amazon. http://www.amazon.com/Hacking-Silverlight-2-David-Kelley/dp/1933988576/ref=sr_1_1?ie=UTF8&s=books&qid=1213734172&sr=8-1
    Posted to David Kelley (Weblog) by david.kelley on 07-07-2008
  • Actually Using Multi Scale Images in Silverlight - DeepZoom and Mouse Wheel Support with only Silverlight Code...

    Using Expression DeepZoom is pretty straight forward. We start with adding a multiScaleImage to our Xaml and then pointing it at our collection 'bin' file. Generally we would take the output from DeepZoom and then input it into our web project, that we are using to build out our Silverlight application...
    Posted to David Kelley (Weblog) by david.kelley on 04-08-2008
  • Using the Silverlight 2.0 Xaml StackPanel Element

    The next advanced layout element in Xaml is the stack panel. The StackPanel lays out it’s children either horizontally or vertically without having to define the exact location in the visual tree in Xaml. Take the following listing example of a stack panel... read the rest at: http://hackingsilverlight...
    Posted to David Kelley (Weblog) by david.kelley on 02-28-2008
  • Using the Silverlight 2.0 Xaml Grid Element

    The Grid is basically just that a grid of a set number of colums and rows. Elements in the grid must then be placed into a cell in the grid by setting the Grid.Column and Grid.Row property of the element in questions. To start using a grid you first need to create a grid node. Here is a simple example...
    Posted to David Kelley (Weblog) by david.kelley on 02-28-2008
  • Anatomy of a Silverlight Animation

    For the most part we should be using Storyboards to do animations. Though it is possible to do programmatic animation and we do sometimes programmatically set properties the Storyboard infrastructure in Silverlight provides a standard easy to use and optimized way to-do animation and is a key tenet of...
    Posted to David Kelley (Weblog) by david.kelley on 01-30-2008
  • Video Brush in 5 minutes or less

    The Video brush is a great way to do some cool special effects. To make a video brush work on you have to have a named media element that you can bind to. That has a bound source. In the sample below we have a source. We have set the element to be muted but play and its opacity is 0 so no one sees it...
    Posted to David Kelley (Weblog) by david.kelley on 01-22-2008
  • Silverlight Video Scrubbing

    A common feature of most video players is the ability to ‘scrub’ video or to ‘scrub’ the time line of a video. When we say ‘scrub’ we basically mean being able to change the position of the video by clicking on a line or icon and dragging it along a line that represents the video and the video changes...
    Posted to David Kelley (Weblog) by david.kelley on 01-02-2008
  • Creating a 'Path' Object in Silverlight 1.0 RC1

    What is a ‘path’? A Xaml tag or object that defines a complex shape or polygon of some kind via a connected line which may make be an actual polygon and or consist of points, lines and arch’s. Everything from character to slices of a pie chart can be built using ‘paths’. Typically the ‘path’ is defined...
    Posted to David Kelley (Weblog) by david.kelley on 08-06-2007
Page 1 of 1 (9 items)
© 2007 IdentityMine, Inc.
Powered by Community Server (Commercial Edition), by Telligent Systems