Visibility property is a very powerful and yet often overlooked property available in both WPF and Silverlight. It enables you to set Visibility of certain UIElement objects to different states like: Visible, Collapsed and Hidden (not supported by Silverlight). This tutorial shows you how to use it and how to bind to Visibility property.
After I’ve explained how to build and design custom control – Command Link for Silverlight, I’m now sharing some best UX practices and guidelines regarding the implementation of the Command Link control. Here is the list of best UX practices for design, implementation and usage of Command Link control for Silverlight.
This is a post about customer service, customer frustration and customer / user experience. I’ve made a move from my old webhost Inside.hr to JustHost.com. Reason? Well, I was frustrated with their „customer service“. After careful consideration, I’ve decided to use JustHost.com. I want to share my (user) experience with you.
Setting proper pricing for your UX design work is crucial. It goes hand in hand with setting your customer’s expectations. Set the price too low and you will gain reputation of the same kind. Set it high – you will also set high expectations. If you can deliver on them – then keep it that way. Reason: it’s never just about the price.
Calculating and even trying to understand what all adds up to the UX ROI is difficult task. When we are faced with clients and investors – ROI is something they often ask for. How to even start thinking about return on investment in the field of user experience? Here I’m talking about UX ROI discussion tool and other metrics.
Buttons are everywhere – both on web and on desktop applications. Being so widespread and known to end-users they should be as usable as possible. However, there are lot of mistakes when designing buttons and they kill the usability. One of the biggest mistakes is making just part of the button active. Even MySpace fails in this case.
It is easy to create reflection effect in WPF using the Expression Blend – and in this tutorial I will show you how to achieve WPF / XAML reflection effect. Number of different controls can be used for this effect – images, controls like buttons or even video. In this tutorial, I will use simple image and create its reflection. Simple as that!