Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Zainal Arifin
Little blog in the big web community world
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET Framework
08s
ASP.NET
C#
Communication Skill
Debugger
Design
EBook
Edison
GUI
Hi-tech
IE
Live Meeting
Management
Marketing
Microsoft
MSDN
MVC
NBC
NBC Olympics
Office Live
PDC
Photosynth
Science
Scripting
Self-improvement
Silverlight
SQL Server
Technet
USPS
UX
Verdiem
Virtualization
Vista
Visual Studio
Windows
Windows Update
WPF
XAML
Archives
March 2009 (1)
December 2008 (3)
November 2008 (7)
October 2008 (6)
September 2008 (9)
August 2008 (15)
July 2008 (1)
Browse by Tags
All Tags
»
Silverlight
(RSS)
Microsoft
NBC
NBC Olympics
Photosynth
Visual Studio
WPF
XAML
Sunday, December 14, 2008 8:20 PM
Photosynth in Silverlight
This is very cool, check this out.
Posted by
zainala
|
0 Comments
Filed under:
Silverlight
,
Photosynth
Wednesday, December 03, 2008 8:34 AM
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:
Silverlight
Sunday, November 30, 2008 8:08 PM
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:
Silverlight
,
XAML
Saturday, November 29, 2008 10:23 PM
Cool Silverlight debugging tool
This tool Silverlight Spy is pretty neat for seeing what inside Silverlight app.
Posted by
zainala
|
1 Comments
Filed under:
Silverlight
Sunday, November 23, 2008 9:10 PM
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
Tuesday, October 28, 2008 10:33 AM
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:
Silverlight
Monday, October 13, 2008 3:21 PM
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:
Microsoft
,
Silverlight
Tuesday, October 07, 2008 10:03 AM
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
Friday, September 26, 2008 9:38 PM
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:
Silverlight
Monday, August 25, 2008 9:51 AM
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
Filed under:
Silverlight
,
Visual Studio
,
XAML
,
WPF
Friday, August 01, 2008 5:03 PM
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
Filed under:
Microsoft
,
Silverlight
,
NBC
,
NBC Olympics