Silverlight plugin, flash penetration stats

by geedubb 11. May 2009 16:15

Site with quick stats about sliverlight plugin version and penetration statistics.

http://www.riastats.com/

Tags:

Silverlight 2 particles, computed animation

by geedubb 5. May 2009 15:15

Tags:

Silverlight 3 Beta download

by geedubb 3. April 2009 14:55

Oh well, might as well give it a go then:

Silverlight 3 Beta bits can be downloaded fromthis page

http://silverlight.net/getstarted/silverlight3/default.aspx

 

 

Tags: , ,

Silverlight

Commodore 64 Emulator in Silverlight 3 Beta

by geedubb 28. March 2009 09:49

Pete Brown has just released a C64 emulator in Silverlight 3 Beta.  It brings back many happy memories from the 80's:commodore 64

http://silverlightc64.codeplex.com/

It's really at an early prototype stage but shows off some of the new bitmap level manipulation properties available in Silverlight 3. At the moment is is far from optimised and requires a fat CPU to run properly. Cunningly it actually generates video using the new (in SL3) enhanced MediaStreamSource, which can also be used to generate audio at runtime. Plenty of scope for browser (or out of browser!) based applications for software synths etc. In fact that gives me an idea: rebirth or fruity loops as a browser app anyone?

You can watch a demo of the emulator over at Channel 9:

http://tinyurl.com/c93aso

I'm already looking forward to an Amiga version ;) 

Get Silverlight 3 Beta here

Tags: , , , , , , ,

.NET | Silverlight

SilverlightFX - light weight application framework for Silverlight

by geedubb 22. March 2009 21:51

Just found this, looks like a pretty decent framework from Nikhil Kothari to keep presentation separate from logic using an M-V-VM architecture, amongst other things including new UI controls:

http://projects.nikhilk.net/SilverlightFX

Tags: , , , , ,

Silverlight

IE8 Released

by Administrator 22. March 2009 18:18

I've had IE8 installed since Beta on my PC at work. I'm concerned that the IE7 Compatability mode and 'standards compliant' modes will be yet another browser for us web developers to contend with. 

Download IE8 here

Internet Explorer 8

In fact you can either add a meta tag on the .aspx page meta-tag to force IE8 to render pages in IE7 emulation mode:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

With IIS 7 you can also can add this header to every page in the website via this update to the config file:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="X-UA-Compatible" value="IE=EmulateIE7">
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration> 

You can configure IIS6 like this:

Go to Administrative Tools -> IIS 6 administration -> Properties -> HTTP Headers (tab) -> Add a new ‘Custom HTTP Header named “X-UA-Compatible” with a value “IE=EmulateIE7”.





Tags: ,

Silverlight

Silverlight 3.0 beta announced at MIX 09

by Administrator 19. March 2009 10:00

Silverlight 3.0 beta has been announced at MIX09 developer conference in Las Vegas.

 

Nice to see some of the new features in the latest version of Silverlight 3.0:

Out-of-Browser Support

Out of browser support

You view applications in a browser in the usual way,  but can then install the applications on your local PC and run them off-line.

3D transformations

They are introducing the ability to treat 2D objects as if they are in 3D space. You can view this support as being able to render XAML onto a postcard and then position that postcard in 3D space (this is also called perspective transformations or non-affine transformations).

http://weblogs.asp.net/scottgu/archive/2008/11/16/update-on-silverlight-2-and-a-glimpse-of-silverlight-3.aspx

 

 

 

Tags: , ,

.NET | Silverlight

About the author

Something about the author

Month List

Page List