3 computer crashes/rebuilds in 3 years – same machine – I finally snapped and did the VM thing

OK – so 1.5 days down without pay. That stinks and is not going to happen to me again. I have always wanted to make a VM and run Windows inside my VM. 2 machines later and 3 crashes – I finally snapped and did it. I don’t have a blog with many links, but here is what I did… and it works. Again , I wrecked many a VM on purpose – fiddling and knew how quick a restore could be – so why am I not working like this on purpose for my own disaster recovery? A whole weekend went down the drain – but never again … here’s how… Continue reading

How to start a Company (Corp or Sole Proprietor) in Alberta

What route to choose. There are really only 2 options

  1. Sole Proprietership (also called Trade Name) and Incorporated. Here is how to choose. You do not want any of the other options due to the risk involved.
    • click on the sub-links and it has all the how to steps on getting things done
  2. Canada Government resources
  3. Book Keeping 101
    • tips
    • online calculators
    • some basic spreadsheets for
      • stuff you spend $$ on
      • splitting out
        • the GST (basically it is a running total. How much GST to collect, how much stuff did you expense that you can take off that GST)
        • categories
      • stuff you can claim (eg. $500 for gift cards in some instances, meals is 50% deductible, computer is 100% but over X years etc. etc.)
      • automobile – miles or $$ and %driven
    • reading

Visual Studio Crashed and my .cs file for a windows form was corrupted

So my visual studio ended up crashing due to my hard drive dying. Unfortunately the work I had completed yesterday to my form was corrupted. Luckily I had a backup and then performed a beyond compare on the designer.cs file. I took all of the new buttons and then had to fix any errors when I opened the file due to the code in the .cs file not being there. Also to be noted I could not use the original .cs file since I was full of nulls. I just took in the old one.