Thursday, December 01, 2011 #

WPF Asynchronous Wait Cursor using Task Parralel Library

While working on a WPF application, I had a need to show the wait cursor while performing a long running operation. However, I didn't want the long running process tying up the UI thread. I needed to run the long running operation on its own thread. I decided to use the Task Parallel Library (TPL) to help.

Posted On Thursday, December 01, 2011 1:17 PM | Feedback (2)

Tuesday, May 03, 2011 #

Use HMTL and JavaScript to Display Presence Controls in SharePoint 2007

When you have Microsoft Office Communicator or Lync installed, and you visit a SharePoint site, you will get these presence indicators next to peoples’ names...In SharePoint 2007 (or any other web page), whenever I needed to display a presence icon in custom code, I just use the following HMTL/CSS/JavaScript

Posted On Tuesday, May 03, 2011 12:57 PM | Feedback (6)