The Expression Blend design tool aims to keep designers productive by giving them access to pre-packaged components that enable common interactive tasks to be performed without writing additional code.
(Continue)
The Expression Blend design tool aims to keep designers productive by giving them access to pre-packaged components that enable common interactive tasks to be performed without writing additional code.
(Continue)
User interfaces change state. An email client might have online/offline views and might display emails in full/collapsed views. At a more granular level, a CheckBox control might have states like checked, unchecked, enabled, disabled and so on. This screencast looks at how the Silverlight UI model handles state changes.
(Continue)
Much like a regular HTML application, a Silverlight application can be structured as a set of pages with navigation links between them. This allows not only for navigation within the Silverlight content but also for applications to surface their inner content via hyperlinks in just the same way as any other web content.
(Continue)
During this large session of screencasts, Platform Evangelist Mike Taulty takes you through the fundamentals of Microsoft Silverlight 4.
Silverlight has an animation system whereby most properties on user interface elements can be animated – properties like width, height, rotation, color and so on can all be targeted in a consistent way regardless of the type of the content itself. Let’s take a look at the basics of animations using Expression Blend.
(Continue)
One of the defining characteristics of a RIA is the ability to cross the network and grab resources. There are many ways to do this in Silverlight, but here we’ll write a little code to illustrate just about the simplest: an asynchronous request across the network for an XML file.
(Continue)
Silverlight is known as a “browser plug-in” but it can easily be used to build 3 different kinds of applications cross-platform. There’s the browser app, the out-of-browser app and the elevated-trust out of browser app. Here we’ll take a look at how you build all 3.
(Continue)
One of Silverlight’s most powerful features is that the built-in controls have a look-and-feel that comes from a template. These templates can be replaced to provide completely different visuals onto a control which still behaves the same way. In this video we’ll use Expression Blend to replace the look and feel of a simple control, see how the control still functions correctly, then how we can set up the different visual states and transitions.
(Continue)
This is a quick look at how to use MediaElement in Expression Blend to form the starting point of a custom video/audio player.
(Continue)
Databinding is key, key, key in Silverlight. Additionally, it’s key. No, really. The basic idea is that we don’t want to write code that transfers data between the objects representing data in your program and the UI controls presenting that data to the user. If you’re not using Databinding, keeping UI controls and the data separate in your Silverlight applications, then the chances are you’re doing it wrong ;-)
(Continue)
Follow Activetuts+ and Tuts+ on Twitter