Category Archives: silverlight

Silverlight Photo Gallery

I have been working on converting the photo gallery ASP.NET application to Silverlight. Previously the application relied on jQuery and a host of web services to deliver a rich user experience. The conversion to Silverlight has been very easy because … Continue reading

Posted in photogallery, silverlight | 3 Comments

Create a Custom Silverlight Button.

During the implementation of the Silverlight version of the photo gallery, I wanted to create a custom look and feel for the buttons that will be used in the UI. This “fancy button” will be used through the application. The … Continue reading

Posted in silverlight | 2 Comments

Photo Gallery – A modal Silverlight login user control.

A common task in any application is to present the user with a modal dialog to gather additional information. The photo gallery uses a dialog of this type to allow the collection of login information. The following  wireframe is the … Continue reading

Posted in photogallery, silverlight, web service | Leave a comment

Photo Gallery – Silverlight Film Strip

I have done 10 posts in the past building up a photo gallery. The following summarizes some of those past blogs: Roadmap & Requirements – A description of the requirements for the project. Most important was that I want this … Continue reading

Posted in photogallery, silverlight, web service | Leave a comment