Skip Navigation LinksHome / Articles / Demos

Demos

+
Page 
Items Resolution

  • 1 comments  /  posted by  Walter Ferrari  on  Aug 16, 2010 (2 weeks ago)

    Introduction

    As you probably know there is no DataGrid available under the Silverlight for Windows Phone platform at the moment. One could object that a DataGrid in Windows Phone is not so much requested for a lot of reasons, size of the screen, user input mode etc. This is true but it is also true that new projects regarding local databases appear day by day on the horizon (i.e. Perst for WP7 , Windows Phone 7 Database) and this opens the space for the development of a class of business applications, even for small devices.

    Share


  • 10 comments  /  posted by  Levente Mihály  on  Jul 27, 2010 (1 month ago)
    Expression Blend 4 comes with some pretty cool pre-built VisualState transition-animations called TransitionEffects. A TransitionEffect is a pixel-based transition from one state to another, in other words it’s a PixelShader that has an animatable Progress property. These effects can be used in various scenarios, they are very developer/designer friendly, and they are an easy way to make your Silverlight application more attractive.

    In this article I will show you two situations to use Blend 4’s built-in TransitionEffects:

    - Navigating between pages in Navigation Framework and

    - switching between Views in an MVVM (Light Toolkit) scenario.

    Share
  • 5 comments  /  posted by  Gill Cleeren  on  Jul 05, 2010 (1 month ago)
    Silverlight 4 offers us many choices to work with services to get data into our applications. Supported technologies include WCF, ASMX, REST, WCF RIA Services etc. Through the use of any of these, it’s quite easy to get data from the server to the client application and vice versa. They all have one thing in common: before the data is sent, the client has to perform a request to the server to do so. The communication is known to be client-initiated. But what if the server wants to initiate communication by sending some data to the client, without there being a request first? In this case, we need to use duplex communication, so that both sides of the communication channel can start sending data.
    Share
  • 0 comments  /  posted by  Miroslav Miroslavov  on  Jun 08, 2010 (2 months ago)

    This is part 8 of the series “Silverlight in Action”:

    1. Visuals staring at the mouse cursor.
    2. Floating Visual Elements.
    3. Flipping Panels.
    4. Flying objects against you.
    5. Smoke effect
    6. Book Folding effect using Pixel Shader.
    7. Navigation in 3D world of 2D objects
    8. Animated navigation between Pages.

    Here, we’re sharing our experience from the amazing CompletIT web site.

    Introduction

    In this session, we will cover one quite popular, but still very useful, technique for adding interaction to your web-site - "How to enable animations between pages using the Silverlight Navigation Framework".

    Share
  • 3 comments  /  posted by  Miroslav Miroslavov  on  May 31, 2010 (3 months ago)

    This is part 7 of the series “Silverlight in Action”:

    1. Visuals staring at the mouse cursor.
    2. Floating Visual Elements.
    3. Flipping Panels.
    4. Flying objects against you.
    5. Smoke effect
    6. Book Folding effect using Pixel Shader.
    7. Navigation in 3D world of 2D objects 
    8. Animated navigation between Pages

    Here we’re sharing our experience from the amazing CompletIT web site.

    Introduction

    It’s always complicated, when you have to deal with 3D objects. No matter what environment and framework you choose, you’ll need to learn a lot of complicated structures and procedures in order to implement even a simple scenario.

    Share
  • 1 comments  /  posted by  Phil Middlemiss  on  May 26, 2010 (3 months ago)

    Introduction

    The ContentControl is often overlooked when building Silverlight apps. It’s used inside many controls such as the Button or ChildWindow, but it also turns out to be quite useful on it’s own for separating content from presentation.

    Here is a sample of the technique I will be describing. The buttons swap between two completely different “themes” for the same UserControl but the XAML for the UserControl doesn’t contain any theme elements at all, just layout and content. It’s not Picasso, but it will do to illustrate the concept:

    You can grab the source files here.

    Share
  • 1 comments  /  posted by  Miroslav Miroslavov  on  May 24, 2010 (3 months ago)

    This is part 6 of the series “Silverlight in Action”:

    1. Visuals staring at the mouse cursor.
    2. Floating Visual Elements.
    3. Flipping Panels.
    4. Flying objects against you.
    5. Smoke effect
    6. Book Folding effect using Pixel Shader.
    7. Navigation in 3D world of 2D objects
    8. Animated navigation between Pages

    Here we’re sharing our experience from the amazing CompletIT web site.

    Introduction

    In this article, we’ll examine one very interesting approach for creating Rich UI. It’s a program that manipulates the UI just before the actual rendering on the screen – and it’s called PixelShader.

    Share
  • 3 comments  /  posted by  Miroslav Miroslavov  on  May 17, 2010 (3 months ago)

    This is part 5 of the series “Silverlight in Action”:

    1. Visuals staring at the mouse cursor.
    2. Floating Visual Elements.
    3. Flipping Panels.
    4. Flying objects against you.
    5. Smoke effect
    6. Book Folding effect using Pixel Shader
    7. Navigation in 3D world of 2D objects
    8. Animated navigation between Pages

    Here we’re sharing our experience from the amazing CompletIT web site.

    Maybe the hardest feature to implement from the entire site was the Smoking menu effect. We’ve tried out a lot of ideas and I’m going to summarize some of them:

    1. We thought to use a video as a background, but its performance was bad. Blending the video with the background washard to do.
    Share
  • 0 comments  /  posted by  Miroslav Miroslavov  on  May 11, 2010 (3 months ago)

    This is part 4 of the series “Silverlight in Action”:

    Here we’re sharing our experience from the amazing CompletIT web site.

    This time we will cover how to build kind of particle system with flying “3D” objects against you. In our example the objects are thrown against you when you click to open a menu item.

    Lets first see how it looks.

    ThrowingObjects

    And double click on the surface to see ‘Flying Objects against you’ in action.

    Share
  • 0 comments  /  posted by  Levente Mihály  on  May 09, 2010 (3 months ago)

    Recently I had some time to play with the new Windows Phone 7 Developer Tools CTP. I have created a sample application (called „geoGallery”), you can watch the demo video and download the code. It’s a Gallery application, but to give it a little twist, it gets the pictures from Google Picasa based on your location!

    Download source code

    Now I’m going to guide you through the code, focusing on the Phone specific features, methods and problems I experienced.

    Share

Page 
Join the free SilverlightShow webcast 'Running Silverlight Outside the Browser and with Elevated Trust'. Sept 7th, 8 am - 9 am PDT.
In this live session Chris Anderson will cover configuring and debugging OOB mode, toast notifications, elevated trust, direct file access and much more.
Learn more | Register | See more webinars (hide this)