Browse by Tags

Related Posts

  • Microsoft Silverlight

    For all of you didn't noticed the name change of code name WPF/E, it is now Microsft Silverlight . Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of media experiences and rich interactive applications (RIAs) for the Web. Silverlight integrates with existing...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 04-16-2007, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, Web 2.0, JavaScript, WPF/E, WPFE, Silverlight
  • Rich Media Platform Comparison

    I found a nice table which will show a comparison between Microsoft products and Flash/Flex: Features/Benefits Silverlight .NET 3.0 Flash/Flex Rich 2D animation/graphics with audio and video yes yes yes Industry standard video codec yes yes no Scalable video format from HD to mobile yes yes no Hardware...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 04-19-2007, 12:00 AM
    Filed under: AJAX, ASP.NET, Web 2.0, JavaScript, Mobile, WPF/E, WPF, HTML, WPFE, Silverlight
  • Rich Media Platform Comparison

    I found a nice table which will show a comparison between Microsoft products and Flash/Flex: Features/Benefits Silverlight .NET Flash/Flex Rich 2D animation/graphics with audio and video yes yes yes Industry standard video codec yes yes no Scalable video format from HD to mobile yes yes no Hardware-assisted...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 04-19-2007, 12:00 AM
    Filed under: AJAX, ASP.NET, Web 2.0, JavaScript, Mobile, WPF/E, WPF, HTML, WPFE, Silverlight
  • Microsoft Silverlight

    For all of you didn't noticed the name change of code name WPF/E, it is now Microsft Silverlight . Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of media experiences and rich interactive applications (RIAs) for the Web. Silverlight integrates with existing...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 04-16-2007, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, Web 2.0, JavaScript, WPF/E, WPFE, Silverlight
  • DLR and Performance

    The idea was to put all JavaScript libraries into the DLR of Silverlight to get better performance, but a first tests failed or is compared to JavaScript directly in the Web browser very slow. To test this I wrote a very simple demo: var s = "" ; var d1 = new Date(); for (var i=0; i<1000; i++) { s...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 05-31-2007, 12:00 AM
    Filed under: .NET, JavaScript, IE, JavaScript Performance, WPF/E, WPFE, Silverlight, DLR
  • Silverlight .NET Support

    The Silverlight team has released a new version today at the MIX with .NET support. Since Mike announced this Web developers are waiting for this new feature. What's New in Silverlight? The Silverlight 1.0 Beta Enhancements : Improved install experience VideoBrush (used to paint shapes and text with...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 05-01-2007, 12:00 AM
    Filed under: AJAX, ASP.NET, .NET, Web 2.0, JavaScript, WPF/E, WPFE, Silverlight, DLR
  • Silverlight 1.0 and OnLoad

    There are some changes for the OnLoad event handler from older beta versions (code name WPF/E). In Silverlight 1.0 beta you will use following event handler, now: function handleLoad(control, userContext, rootElement) { // Add your code here } The first argument is a reference to the host control, so...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 06-01-2007, 12:00 AM
    Filed under: .NET, JavaScript, WPF/E, WPFE, Silverlight
  • Call Scribtable Methods from JavaScript with Silverlight

    Today I wrote a very simple example how to call a C# method from JavaScript code. I was using this because I'd like to access the IsolatedStorage with a small wrapper that is working similar to the registry. For this demo I will only use a very simple method like below: string SayHello( string name)...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 06-01-2007, 12:00 AM
    Filed under: .NET, JavaScript, WPF/E, WPFE, Silverlight
  • The WPF/E Gear Keeps Turning

    As you may have read on my blog I have added an animation to the gear example from Mike Harsh. Now, the gear community is here! Read Bryant Likes's Blog post about the gears: First the SDK team created an article about generating reflections in WPF/E . Then today I read [via Mike Harsh ] about Michael...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 01-26-2007, 12:00 AM
    Filed under: JavaScript, Source Code, WPF, WPFE, Silverlight
  • A short list of WPF/E exmaples

    - Flash and WPF/E combined: http://thewpfblog.com/examples/wpfe/microbe/Default.html - Page Turner http://go.microsoft.com/fwlink/?linkid=79204&clcid=0x409 - Sprawl Game http://go.microsoft.com/fwlink/?linkid=79206&clcid=0x409 - Film Strip Slide-Show http://go.microsoft.com/fwlink/?linkid=79208&clcid...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 12-14-2006, 12:00 AM
    Filed under: AJAX, JavaScript, WPFE, Silverlight
Page 1 of 3 (25 items) 1 2 3 Next >