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)
Just because you missed that awesome conference, doesn’t mean that you can’t still watch the lectures! This weekend, we feature an inspiring talk by Microsoft’s Scott Guthrie as he presents Silverlight 5.
(Continue)
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)
Welcome to the second part of creating an iTunes-inspired Wallview. In this part we are going to write the whole code in C# for the two UserControls that we created with Expression Blend in the previous tutorial.
(Continue)
As the title states, we’re going to create a Wallview inspired by iTunes. This tutorial is split up into two parts – one for the design in Blend and the other one for the code behind in Visual Studio.
(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)
Follow Activetuts+ and Tuts+ on Twitter