Posts Tagged ‘Silverlight’

Silverlight 4 Beta Released

Friday, November 20th, 2009

Silverlight 4 Beta was announced at the PDC 09 event in Los Angeles. The new version is filled with many exciting new features, including Webcam / Microphone Support, Printing API, RichTextArea control, and much more. 

For more information on getting started with Silverlight 4, check out the following links:

Get Started with Silverlight 4

Tim Heuer’s Article about Silverlight 4 Features

Silverlight 4 Training Course

I decided to upgrade couple of my demos to support the new features. The current version of Silverlight 4 Beta is intended for developer use only. This means that you will need the Developer runtime to view Silverlight 4 Beta applications. There is no “Go Live” support and not intended for public viewing. The end user runtime will be available next year.

Silverlight 4 Shader Sandox

Demo:  http://www.silverlighttoys.com/Samples/SL4/ShaderSandbox/

This demo allows users to drag images from their local machines to the application, which renders them out in a wrapped gallery fashion.  The left pane shows the various shader options to play with.  The current version supports changing all of the images to the selected pixel shader.  The images can be selected to view a scaled size render in a child window.  The window also gives options to save and print the rendered image.

 

Silverlight 4 Carousel

Demo: http://www.silverlighttoys.com/Samples/SL4/Carousel/

This demo is implemented using Silverlight 4′s Drag and Drop and Perspective Transforms functionalities.  The user can drag images from their local machines to the application to generate a custom sized carousel.  The current version only supports navigation through the Previous and Next buttons and arrow keys on the keyboard.  The spacing between the items can be adjusted to tailor the size of the carousel.  The images can be selected to view their full size and enable the options to print and save the selected image.

 

Silverlight 4 Shader Webcam

Demo: http://www.silverlighttoys.com/Samples/SL4/CamShaderSandbox/

This is a fun demo that allows the application to utilizes Silverlight 4′s Webcam support.  The user can select a custom pixel shader in the left pane and view the video rendering with the selected shader.  An upcoming version of the application will allow the user to save and print screenshots with the selected shader.

SL3 Multi-touch 3D SlideView

Tuesday, November 17th, 2009

I decided to have some fun with the Multi-touch feature by throwing it in the 3D SlideView sample, which is currently hosted on the main page of http://www.silverlighttoys.com.  The original version of 3D SlideView presents a perspective slideview, which places the items on the xz plane.  The user can navigate through the application by clicking on the child item or using the keyboard.  The new version adds the ability to flick between items using horizontal flicks.

Demo: http://www.silverlighttoys.com

SL3 Multi-touch SlideView

Tuesday, November 17th, 2009

Earlier this year, we developed a SlideView layout for displaying content in a fun and easy-to-use navigation style.  The items are stored in a horizontal direction to represent a single layer of content.  Each item renders a screenshot and points to a file or remote url address.  The user can navigate through the application using the Keyboard and mouse.

Silverlight 3 introduces Multi-touch capabilities and mouse wheel gestures.  In its current state, Silverlight only supports Touch points.  We implemented click and flick gestures to control navigation between items.  The mouse wheel support allows for another means of navigation by determining the mouse wheel’s direction.

I updated the SlideView Demo to support the new features.  You will need Windows 7 and a Multi-touch device to test those features.

Demo: http://www.silverlighttoys.com/Samples/SL2/SlideView/

Silverlight Bing

Thursday, July 23rd, 2009

I’ve been playing with the Bing SDK with Silverlight 3.

Demo: http://www.silverlighttoys.com/Samples/SL3/Bing/

The Bing search application utilizes basic and image search using the Bing SDK.  This is a quick mockup that I whipped up in a couple hours.

Silverlight Toys

Monday, March 16th, 2009

Silverlight Toys is officially opened! The site is a fun sandbox area that I developed for my company (Content Master) to promote some of the fun Silverlight samples that we work on. The site will be used to show off personal and company related Silverlight samples plus some quick labs for random Silverlight topics. I will be posting news from MIX 09 on the site. Check out the site at SilverlightToys.COM.