Browse by Tags

All Tags » Silverlight (RSS)

I Love VB: Silverlight UI Creation with XML Literals by preishuber

My actual problem is to develop a image (object) carousel. There are a lot of details to take care about. One of them is to create images dynamically with a great UI like border or shadow. First I startet up to write code like: Dim brd As New Border brd...
Filed under: , ,

Silverlight 2.0 plugin ID or not ID by preishuber

My original problem was a call from HTMl via Jscript to the internals of a Silverlight plugin. My code fails I had huge problems to find the issue cause debugging doesn’t help and jScript doesnt support intellisense i a complete matter. My checklist 1...
Filed under: , ,

Bind with Expression Blend: cannot create Instance Exception by preishuber

Databinding with XAML is a lot of work. There is no drag drop table wizard, don’t search for it. Expression Blend (2.5) have a little bit more automatic support for binding Objects. When Blend is in Design View there is under Project tab a Data tab. Step1...
Filed under: , ,

set as start page: Silverlight XAML by preishuber

I really miss the option “set as start page” in Visual Studio Explorer for Silverlight Projects. If I have time in the next days (;-))Ii will write visual studio extension for that purpose. In fact it is not complicated. The app.xaml have a codebehind...
Filed under: ,

fast and furios Silverlight Databinding with Gridview and embedded XML Data Resources by preishuber

I am currently writing a Silverlight 2.0 course. I always try to focus on the problem and reduce the code overhead. For my Module “Databinding with Silverlight 2.0” I try to include the data as raw xml. For that purpose I include a northwind.xml file...
Filed under: ,

reverse engineering of Silverlight XAP files by preishuber

In my last post Michael Schwarz noticed that search engine spiders can theoretically index xap files. Silverlight 2.0 creates a xap file where dll’s, images, videos and xml are included. First step is to search in web for files with xap extension and...
Filed under: ,

What I miss in Silverlight 2.0 by preishuber

No, I do not miss a particular control or class. I am thinking about principle design issues. Search Engines The extension for Silverlight applications is xap.  The content is kind of binary. At the end of the line, no content for search engine spider...
Filed under:

Streaming and possibility's with Microsoft plattform by preishuber

in my last post , Scott have written a comment "hmmm no". And this man know what he says. So its enough motivation to dig deeper into streaming and of course Silverlight media. My prior post describe some facts about Silverlight streaming on demand which...
Filed under:

httpfiddler and Silverlight streaming by preishuber

If you run httpfiddler, streaming like Silverlight streaming service, is broken. Since version 2, which is .net based, the new timeline extension is available. When you right click in the Timeline tab you can activate from context menu "enable fiddler...
Filed under:

the truth about Silverlight Streaming by preishuber

Just some quick note's about the silverlight streaming and the free service silverlight.live.com. 1) Silverlight media player doesn't support real streaming like media player does. Also if you can request mms:// a automatic fallback to http is done. Its...
Filed under:
More Posts Next page »