Microsoft Silverlight Support Policy is Available |
- Microsoft Silverlight Support Policy is Available
- Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
- “Can a Mac-Only Shop do Silverlight Development?”
- Silverlight 4 – WebCams.OnceMoreWithAudio()
- Getting the Absolute Position
- Animated Clocks for SVG and Silverlight
- Silverlight Cream for December 29, 2009 -- #766
- Converting an RGB Color To Hex With JavaScript
- Silverlight HVP Design – Configuration & Scenarios
- No more magic strings with VisualStateManager.GoToState
Microsoft Silverlight Support Policy is Available Posted: 30 Dec 2009 01:33 PM PST Many businesses rely on Microsoft Silverlight to run their business and consumer applications. Until recently, Microsoft did not have a clear support policy for Silverlight. Now we have it. Although Silverlight is not a tool, its support policy is similar...( read more )...(read more) |
Posted: 30 Dec 2009 07:24 AM PST Command links have found their way around in Windows Vista and they are one of the key parts of the Windows 7 user interface as well. In this article I'll show you how to create a command link control in Expression Blend 3 for use in your Silverlight...( read more )...(read more) |
“Can a Mac-Only Shop do Silverlight Development?” Posted: 30 Dec 2009 06:19 AM PST Loved this; As an aside, I spent some time exploring Eclipse4SL in Eclipse on OS X the other week – I might post some thoughts on that here....( read more )...( read more )...(read more) |
Silverlight 4 – WebCams.OnceMoreWithAudio() Posted: 30 Dec 2009 05:24 AM PST Ok, ok – this will be the last post about webcams and capturing video. I've got to stop :-) BUT…I thought I'd modify the code from the last post a little in order to try and capture audio along with the video. This opened up some "interesting questions...( read more )...(read more) |
Posted: 30 Dec 2009 02:11 AM PST Learn how to use the TransformToVisual method to figure out the position of anything anywhere in your application....( read more )...(read more) |
Animated Clocks for SVG and Silverlight Posted: 29 Dec 2009 11:17 PM PST At one point in time I found a cool clock graphic and I was looking for it again because it gave a fairly detailed explanation on making a nice looking vector based clock (it was the Codeproject article by Marc Clifton ). During my search I found numerous...( read more )...(read more) |
Silverlight Cream for December 29, 2009 -- #766 Posted: 29 Dec 2009 08:58 PM PST In this Issue: John McFetridge , Fredrik Normén ( 2 , 3 ), Jeff Blankenburg , Rishi , and Expression Blog . Shoutouts: Jesse Liberty reports a Silverlight HVP Design Update Michael S. Scherotter announced Maximum.TV Launches Spanish Language Silverlight...( read more )...(read more) |
Converting an RGB Color To Hex With JavaScript Posted: 29 Dec 2009 08:40 PM PST I've been distracted by a new jQuery plugin that I'm writing. The plugin has certain situations where it sets various background and foreground colors. You can have it set those styles explicitly or you can have it set a CSS class, and let the CSS stylesheet do the work. I'm writing some unit tests to test the former behavior and ran into an annoying quirk. When testing the color value in IE, I'll get something like #e0e0e0 , but when testing it in FireFox, I get rgb(224, 224, 224) . Here's a function I wrote that normalizes colors to the hex format. Thus if the specified color string is already hex, it returns the string. If it's in rgb format, it converts it to hex. function colorToHex(color) { if (color.substr(0, 1) === '#' ) { return...(read more) |
Silverlight HVP Design – Configuration & Scenarios Posted: 29 Dec 2009 06:30 PM PST Design Update This blog post extends the previous post in which I discussed the IMarkerEventHandler interface and how it might be implemented. We are actively looking at using an IoC (Inversion of Control) container such as Ninject...( read more )...(read more) |
No more magic strings with VisualStateManager.GoToState Posted: 29 Dec 2009 02:00 PM PST This may come as no surprise for some, but only today have I discovered a way to get rid of the magic strings when changing states with the VisualStateManager.GoToState method. The way Microsoft and many others were explaining the Visual State Manager...( read more )...(read more) |
You are subscribed to email updates from "microsoft" via reza in Google Reader To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment