Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Silverlight   (RSS)

Photosynth in Silverlight

This is very cool, check this out.
Posted by zainala | 0 Comments
Filed under: ,

Silverlight on Linux Beta is released

Soon we'll start seeing Silverlight application running on the Linux platform. More info on the project Moonlight and the plugin download can be found here
Posted by zainala | 0 Comments
Filed under:

Putting resource in separate xaml files

In Silverlight, we usually define several shared resources (i.e. definition of Color, Brush, Style, etc) in an individual xaml file (i.e. inside <UserControl.Resources></UserControl.Resources>, which scope is local to that file only) or in
Posted by zainala | 3 Comments
Filed under: ,

Cool Silverlight debugging tool

This tool Silverlight Spy is pretty neat for seeing what inside Silverlight app.
Posted by zainala | 1 Comments
Filed under:

Changing HTML page title from Silverlight

Recently I wrote following Silverlight code and got stuck with the runtime error (as being commented below). ScriptObjectCollection soc = HtmlPage .Document.GetElementsByTagName( "Title" ); if (soc != null && soc.Count > 0) { HtmlElement titleElement
Posted by zainala | 1 Comments
Filed under:

Silverlight Toolkit November 2008 is released

The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle (Silverlight 2 was released about two weeks ago). The binaries, source code, documentation and samples
Posted by zainala | 1 Comments
Filed under:

Microsoft releases Silverlight 2

The official news can be read here , but the runtime will be available for download on Tuesday, Oct 14th 2008 at this official Silverlight site . Kudo to the Silverlight folks!
Posted by zainala | 0 Comments
Filed under: ,

Button Content behavior changes in Silverlight RC0

Recently I ran into an issue with my Silverlight application after I migrating it from Silverlight 2 Beta2 to RC0 version. Here is the sample code for sake of simple example purpose: < Grid x : Name ="LayoutRoot" Background ="White"> < Button
Posted by zainala | 2 Comments
Filed under:

Silverlight 2 RC0 is available now

Silverlight 2 Release Candidate Zero (RC0) is available this week, check this official Microsoft Silverlight site for more info. It will be the last public release before Release To Web (RTW) release which would be available some time next month.
Posted by zainala | 2 Comments
Filed under:

Image reflection in XAML

It's relatively easy writing code in XAML to create a UI to display a reflective image. I'll demonstrate it in this simple Silverlight 2.0 app, the same code also can be applied to WPF app. You need to have Visual Studio 2008 and Silverlight SDK installed
Posted by zainala | 1 Comments

Biggest live event on the internet delivered with Silverlight

I'd like to see more people are using our cool Silverlight technology for delivering rich internet application. NBC indeed is going to stream thousands of hours of live Olympic 2008 coverage over the internet, and relies on Silverlight . This is the recent
Posted by zainala | 1 Comments
 
Page view tracker