April 8, 2008
Technorati Tags: Silverlight,WordPress,Widget,Flickr I had the challenge of creating both a simple Silverlight 2.0 flickr viewer and a WordPress widget that used silverlight so I combined the two projects in to one. The first part was creating the Silverlight 2.0 Flickr RSS viewer. 1: <UserControl 2: xmlns="http://schemas.microsoft.com/client/2007" 3: xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 4: x:Class="FlickrShow.Page" 5: Width="auto" 6: Height="auto" [...]
Read the full article →
December 28, 2007
Often when creating wireframes for projects I have to stop and ask myself or my team just how detailed should the wireframes be? In some cases it’s important to get very granular in regards to behavior and interaction. In other instances I want to empower the graphical designer to have as much freedom as possible. [...]
Read the full article →