ikriv

My web site was down for about 2 days, due to hurricane Sandy. Our town was affected only by strong winds: no major flooding or snow. The only inconvenience I […]

Windows 8 charm bar image

A couple of weeks ago I have found time to download release version of Windows 8 from MSDN that was available since August 15th. I installed in a virtual machine […]

In WPF/Silverlight we are all accustomed to writing things like Width=”{Binding foo}” and Text=”{Binding bar}”. The little Binding gremlins then actually access foo or bar property of the current data […]

Just write a quick macro for Visual Studio that would replace < with < and > with >, etc. I am probably the 1000th person to do that. Yet, it […]

While Silverlight animation performance may be better than WPF, its support for clipping is definitely inferior. First off, there is no ClipToBounds property. If you want your canvas to clip […]