Category: How To

The Art of Task Delegation

Delegation is a tough skill to master.  Many mangers have trouble delegating tasks to employees because they have trouble giving up control.   A good manager knows their strengths and the amount of work load they can handle without stressing.

Posted in How To, Ideas, Leadership, Personal Thoughts, Team Lead, Team Manager Tagged with: , , , ,

Posting Data From HTML to ASPX

Recently I had a need to have a web site post credentials to another web site.   The first site was standard HTML and the second site was DotNet (ASP.NET). In this example, we will be passing a user name and

Posted in ASP, C#, C-Sharp, Developement, How To, Web Tagged with: , , ,

Checking Active Process on Sql Server

I have needed to monitor the SQL servers a little more than usual. I am mostly concerned about memory and CPU usage. By properly setting our program names in the SQL connection string, I am able to find the offending

Posted in How To, SQL Tagged with: ,

Brother 420CN – Fuzzy Printing

If you have a lack of one (0r more) color do the following: Make sure all carts are full, placed well and are secured.  Insert a new original brother cartridge for the one that shows no color. Press menu then

Posted in How To

Hot Keys

alt-1 – Load help This week’s code sample is JAVASCRIPT based. It traps a keyup event in a web page that contains this code. The function then goes a step further and looks for the Alt key. Once we have

Posted in Deployment, How To, Web Tagged with: , , ,