My PhotoBruno Brás Silva

09, April 1986

info@brunosilva.net

Sintra Lisbon Portugal

Category: Silverlight

Slide.Show - Generate data.xml using ASP.NET

Posted on 4:33pm 3/19/2008 by Bruno Silva in .NET, ASP.NET, Programming, Silverlight, Web

A while ago I talked about Slide.Show. Some one asked me how to dynamically look into a folder and create a slide show based on its contents. I suggested using an ASP.NET page that looks into the folder and generates a XML output that can be used by Slide.Show as a data source.

I’ve implemented a simple version that shows how to do it. Download it and change it as you wish.

Take a look at DataProvider.js where I have changed the Data.xml reference to Data.aspx file.

In the Data.aspx file I’ve deleted all the HTML output, and in the Page_Load event handler generated XML output.

Response.ClearContent();
Response.ContentType = “Application/xml”;
Response.Write(”{XML output}”);
Response.End();

I’ve included in the zip file only the required files to let the example work. It has only 1 image. I hope it will be useful to someone. :)

TechDays 2008 - HOL Silverlight

Posted on 10:12pm 3/16/2008 by Bruno Silva in Events, Microsoft, Silverlight, TechDays

Silverlight Hands on Labs

Os 2 Hands on Labs de Silverlight foram muito concorridos, tendo havido muitas pessoas que não tiveram oportunidade de realizar o laboratório por este se encontrar cheio, e outras existem que o realizaram e se mostraram interessadas em rever os conteúdos posteriormente.

Deixo então 2 pacotes referentes aos 2 tutoriais que foram utilizados por mim e pelo Gonçalo Chaves nos laboratórios:

Monster Factory (introdutório ao Silverlight 1.0 onde é utilizado o Expression Design e o Visual Studio)

Silverlight.net Navigation Bar (desenvolvimento menu Silverlight através de framework Javascript de MVC e framework de gestão de recursos Silverlight)

Technorati Tags:

Vertigo: Video.Show

Posted on 9:52pm 2/12/2008 by Bruno Silva in Open Source, Programming, Silverlight, Web

Some time ago I talked about Slide.Show. A slide show web application made with Silverlight.

Now the same company has published Video.Show. It is an open-source video sharing portal system based on Silverlight.

Video.Show

Learn more about features in their website. The source code is available at Codeplex. Unfortunately I think that Video.Show it much more unstable than Slide.Show. If you interact with it before the whole page is loaded, you get some Javascript errors. The live demo is a little slow too.

Video.Show

Silverlight @ Miniclip.com

Posted on 10:00pm 2/04/2008 by Bruno Silva in Games, Silverlight, Web

Zombomatic - Silverlight @ Miclip.com

Silverlight is now present at one of the most famous casual gaming websites: Miniclip.com. And it is a puzzle! Just my kind of game :)

It is just another version of that games where you must join some pipes to complete a path. Can be entertaining though. It is called Zombomatic.

Well thought Microsoft, a good way to make people aware of Silverlight. Although putting it in a Flash gaming website looks like a desperate measure to tell every one “we’re here! Silverlight can be like Flash”. Maybe in the future. Still hard to code, and no improvement from the user perspective when compared to Flash. I’m waiting for Silverlight 2.0 :)

Vertigo: Slide.Show

Posted on 12:51pm 1/28/2008 by Bruno Silva in Freeware, Open Source, Programming, Silverlight, Web

Some time ago I’ve found an nice Silverlight 1.0 application which is now part of Silverlight.net Showcase. It is an open source configurable slide show application. The configuration is made by using XML or inline javacript (using JSON - JavaScript Object Notation).

Vertigo: Slide.Show

Vertigo: Slide.Show

See the live demo in Vertigo’s website. I had some issues while trying it on Firefox. The problem was Silverlight 1.1 September Alpha Refresh. So, in Internet Explorer it runs well with the 1.1 version, but to run it on Firefox you must have the stable 1.0 version.

This project is also hosted in Codeplex.

Microsoft Press Free E-Book

Posted on 4:42pm 12/19/2007 by Bruno Silva in .NET, ASP.NET, Microsoft, Programming, Silverlight

Microsoft Learning

MS Press has just released an e-book on Visual Studio 2008 technologies and are giving it away for free. The e-book includes excerpts from three recent book releases and provides a wealth of information and insights from top experts:

You can see the first chapter of these books for free. When you register, you’ll be able to download a lot more content of those books, packaged as an e-book.

© Bruno Silva | Powered by Wordpress