Pluginbaby

Stories kicked by Pluginbaby

Silverlight 3 object tag param list (aka Where is my asp:Silverlight?)(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 2 years, 10 months ago

As you know Silverlight 3 is released, among the new features, one of the first things you’ll notice is the disappearance of the asp:Silverlight control. This server control was available with Silverlight 2 to help you insert Silverlight app in ASP.NET pages. This asp:Silverlight control is no longer part of Silverlight 3 tools or SDK, the recommended way is to use the html Object tag or Silverlight.js approach. Note that if you have an existing Silverlight 2 application, you can continue to use the asp:Silverlight control, even if you migrate it to Silverlight 3 (you get it from the referenced System.Web.Silverlight.dll assembly, this is the one that is not part of Silverlight 3 anymore). Here is a recap of all available parameters that you can pass to the Silverlight plug-in as <param>: read more...

add a comment |category: |Views: 47

tags: another

Silverlight 3 - Create a nice Navigation Flip(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 1 month ago

Here is a sample we made at RunAtServer using Silverlight 3 Perspective 3D feature and the new Navigation API to create a nice navigation flip! read more...

add a comment |category: |Views: 155

tags: another

The very first Silverlight 3 training in Montreal!(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 1 month ago

Be ready for the next version of Silverlight! I am so happy to announce that I will give a french Silverlight 3 training at the end of this month in Montreal, Qc. The Silverlight Tour has already been modified to include Silverlight 3 content. If you want to be ready for the next version of Silverlight, this is the place to be. This three-day workshop is going to teach the latest features of Silverlight as well as the complete Silverlight 2 stack. read more...

add a comment |category: |Views: 7

tags: another

Empty iframe purpose in Silverlight html test page?(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 1 month ago

As you may have noticed while creating a Silverlight project, the default html test page generated by Visual Studio 2008 contains the object tag + an empty invisible iframe with no id. I have always wondered what is the purpose of this iframe ? read more...

add a comment |category: |Views: 16

tags: another

Silverlight 3 – The amazing Bouncing Plane demo(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 1 month ago

The source code of the demo showed by Scott Guthrie during the Keynote at MIX09 is available thanks to Henry Hahn. This impressive demo shows several Silverlight 3 new graphics features : Pixel Shader effects, Perspective 3d and the new Easing Functions. read more...

add a comment |category: |Views: 86

tags: another

Silverlight 3 - Playing with Perspective 3D(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 1 month ago

Silverlight 3 allows you to apply 3D transformation to XAML elements. Here is a fully working sample to try different settings (RotationX, CenterOfRotation, LocalOffset, …) on a picture as well as ScreenCast and source code. read more...

add a comment |category: |Views: 28

tags: another

Silverlight EnableFrameRateCounter not displayed in IE status bar(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 1 month ago

Silverlight EnableFrameRateCounter not diplayed on your status bar ? read more...

add a comment |category: |Views: 24

tags: another

MIX09: ScottGu crazy keynote intro!!!(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 1 month ago

ScottGu red polo mania gets MIX09 Keynote... read more...

add a comment |category: |Views: 13

tags: another

Silverlight 3 new business app features(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 2 months ago

This was announced at MIX09 keynote, Silverlight 3 is available in beta and comes with new features very much business application oriented (as well as media and graphics improvements). Concerning application development improvements Silverlight 3 adds... read more...

add a comment |category: |Views: 21

tags: another

The TechEd 2008 North America DVD fix you’ve been waiting for!(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 3 months ago

I made a little tool to fix the TechEd 2008 North America DVD player because it was built for Silverlight 2 beta 2, no more working now. read more...

add a comment |category: |Views: 4

tags: another

Silverlight resources for designers(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 6 months ago

When I am training Silverlight I am often asked by designers how to find resources on Silverlight/XAML/Expression, so here is a post for them. read more...

add a comment |category: |Views: 19

tags: another

Silverlight Extensions(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 6 months ago

Silverlight Extensions is a nice project which group useful Silverlight controls and best practices. read more...

add a comment |category: |Views: 24

tags: another

Developing for IE8: Web Slices and Accelerators(tinyurl.com)

submitted by PluginbabyPluginbaby(1190) 3 years, 6 months ago

How to develop new kinds of add-ons for IE8 right now: Web Slices and Accelerators. read more...

add a comment |category: |Views: 63

tags: another

Silverlight 3: Line of Business app made easy!(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 6 months ago

Silverlight 3 comes with tons of enterprise features: - Data access with client side ObjectDataSource! - Silverlight Business Logic Class (used inside Silverlight without adding a service reference!!) - Validator controls, validation rules enforced by server–side business class - Navigation workflow, browser history integration - Login control, roles -... read more...

add a comment |category: |Views: 15

tags: another

IE8 beta 2: shit that’s good!(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 8 months ago

Unlike beta 1, I am gladly surprised by this version! IE8 really improve the way you browse the web. The IE team seems to have listened to users more than usual, did a strong research on how people browse the web, and as a result worked a lot on user experience. read more...

add a comment |category: |Views: 31

tags: another

Blend 2.5 march preview: Where is the Silverlight DataGrid ??(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 4 years, 2 months ago

Strange that the DataGrid is not in Expression Blend 2.5 march preview toolbox, but only in VS2008 !? If you add a DataGrid in VS2008 and then switch to Blend that will break your designer. It seems like there are problems with some assemblies references in Blend 2.5 read more...

add a comment |category: |Views: 1

tags: another