by Johan Meyer | Mar 5, 2012 | Development, TFS
Out of the box there is no way to delete work items inside Team Foundation Server 2010. Does this mean that it is not possible? No, you still have the Team Foundation Server Power tools which add some commands that allow you to delete work items and work item types....
by Johan Meyer | Mar 2, 2012 | .NET, Development
Have you ever tried creating an image from text in C# .net. Well the .NET framework provides System.Drawing and System.Drawing.Graphics classes which helps us to generate an image from text. Below is the code: private Bitmap CreateBitmapImage(string sImageText) {...
by Johan Meyer | Mar 2, 2012 | Development, Tips & Tricks
Okay, this is a nice short tutorial that will show you how to create a print button on a web page use Firebug (Firefox), Developer Tools(IE) or any other developer tools available to identify what controls needs to be hidden or showed before the page gets...
by Johan Meyer | Mar 2, 2012 | Development, Tips & Tricks
I found a nifty plugin for Firefox that enable you to see intelli-sense in the Firebug Console. If you want to enable intelliSense for Dojo, jQuery and JavaScript on the firebug console you can add the following plugin to Firefox, under Firebug. This enables you to...