Category: Tech Question

Recover Deleted Files

It’s happened to us all once or twice… You delete a few files, empty your bin, then think “O crap, I needed those files”. Well the good new is there might be a chance to recover those selected files. All that really happens when you delete a file, picture, etc… is your operating system with remove any pointers to that...

How to Install and Run PowerShell

The install PowerShell on a version of Windows before Windows 7 (Windows Server 2k3, 2k8, Vista, or XP), visit the Windows Management Framework download page. This download includes Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0. For those interested, you can also download just WinRM and PowerShell at that link as well. Note : If you are using Windows 7, PowerShell is already installed....

The Difference Between Decimal, Double, and Float (Examples in C#)

The Decimal, Double, and Float variable types are very similar in the fact that they use a decimal in their value (Actually called the Radix Point), but are different in the way they store that value (Amount of bits reserved for the mantissa and exponent), and should be used in specific situations versus interchangeable. The main difference is Floats(Single) and Doubles...

Common HTTP Errors (Status Codes) and What They Mean

Ever get a 400,404, etc… error and wonder what it actually means? For most users of the internet we usually don’t care what they mean since a site is either up, or it’s down. For the other part of you that are interested in what the codes actually mean and what to do,  I thought I would list some of the common...

%d bloggers like this: