Steam Backup Tool: There Is Not Enough Free Disk Space to Run Steam.

When I first tried Steam’s Backup Tool, I was pretty impressed. The tool allows you to backup your games through a Steam interface, and what it does beyond a simple copy-paste is this: it compresses the game files, but also allows you to split the compressed files so that they can fit on multiple CDs or DVDs. It also allows for backing up multiple games in one shot, housing them all within the same set of CDs or DVDs. I liked the concept, and so I backed up my Left 4 Dead files to a DVD using this method. To my surprise, when I tried to restore the game afterwards, I encountered this error message: I executed the “steambackup.exe” file … Read more

Becoming a Rainbow Six Operative

So lately, Joseph and I have been having fun with Rainbow Six Vegas 2. The game is a fairly well-made first-person shooter, and we enjoy playing co-operative games every now and then. The other day, we discovered that the game has a “Custom Head” feature. The feature allows you to map your own face onto your in-game character.  When we actually got around to trying it, we were pretty impressed with the quality of the results. Consider the following screenshot: I kept that “Custom Head” for a while: …and it resulted in a great set of photos.

Measuring Those Pixels

Ever needed to measure the distance between two HTML elements, without achieving it through code? I found a tool a while ago that allowed me to do just that; it was, essentially, a virtual ruler. Called Pixel Ruler, this free application makes a ruler appear on your screen. You can place it anywhere you want, horizontally or vertically, and use it to measure pretty much anything. It is a little buggy at times, but I still recommend you give it a try.

Dear Santa Claus

I found this little historical gem at my parents place: Let’s review this quickly: I like how my first question challenges the logic of his whole operation, and the next one aims to strip him of his disguise. Notice how the area under the word “May” in “May I have these toys please?” is scratched? I probably initially wrote “Can”, but then I figured that “May” made more sense. Nice. “Meet me in my room. If I am asleep wake me up.” – I’d like to think this was a trap for this Santa fellow. Maybe I was hidden, waiting to de-mask the man as he attempted to wake me up. This was probably not the case. That “signature” is … Read more

Web-based vs Offline Help Systems

As you probably know, I work for a software development company –  and during a routine lunch hour, I  began wondering why our software still shipped with offline help files (CHM), rather than offering the help files online. You see, every now and then, our company discovers that the help files are missing some information; however, we can’t do anything about it until the next release. Sure, we can temporarily alleviate the problem by creating external knowledge base articles, but it doesn’t fix the fact that clients have the same help files, without the new information. This situation brought an interesting question to the table: Why don’t our products have web-based help? I came up with numerous advantages and disadvantages: … Read more

Where’s My Cell Phone?

Last year I decided to get drop my land line, and just get by with a cell phone. All was well, until one day where I wasn’t able to find my cell phone. I somehow managed to lose it in my apartment, and since I no longer had a land line, I couldn’t call my own phone to get it ringing. To locate it, I ended up sending an instant message to a friend on MSN, and he called my phone. That worked well enough, but it required someone else to be around. The next time I lost my phone, again in my apartment –  I couldn’t contact anyone on MSN, so I looked for an alternate solution. I googled around … Read more

The Peculiar Ways Of My Cat

Last year, I spontaneously adopted a male kitten from a local pet shop. I’d always walked by this pet shop, but was never actively interested in getting a kitten. Having grown up with cats, they weren’t anything new to me – but this particular kitten was different. His fur was blond… I had never seen a cat that color before – the ones I grew up with had been much darker. I was used to black, gray, brown, and mixes based upon those colors. So ultimately, I bought the kitten – and soon realized he was very different from other cats. First off, he isn’t afraid of water – at all. In fact, he has a weird attraction to it. … Read more

Why Vista’s User Account Control Feature Isn’t So Bad

When I first got around to using my copy of Windows Vista regularly, I quickly became annoyed of one particular feature – User Account Control (UAC). At first, I saw it as an acceptable comprimise for the sake of security… but after a while, it became clear that most the apps I use actually need Administrative access. I found myself forgetting to launch the shortcuts with Administrative privileges, and then I’d have to close the application, and launch it properly by right-clicking and saying “Run as administrator”. I put up with it until, one day, I was checking out the Properties of a shortcut… when I discovered a checkbox I’d never noticed before. Eventually, I grew so frustrated that I … Read more

Using Ping to Monitor Reboots

When you’re rebooting a computer, and you need to know exactly when it is back online, try using this command: ping -t <target> <target> can be an IP or domain name. This command will keep pinging the machine endlessly, which can reveal exactly when the computer is back on the network. As long as you keep getting “Request time out”, the machine isn’t online yet. When you get a reply, as illustrated below, you know you can connect to the machine. Personally, I tend to put this window on my secondary monitor, while I continue working on the primary monitor.  As soon as the machine is online, I close the window or press CTRL+C to prevent the ping from going … Read more

Screen Capture Tools and the Evasive Mouse Cursor

So, here’s the thing:  I was taking screenshots for another article, and then I noticed that the cursor was not present in them – and I needed it to be. I’ve used Print Screen for a long time now, and I never really needed the cursor to appear. Whenever I did need to have it the screenshot, it was for work – and there, we have Snagit, which has an option to show the cursor. While SnagIt is a great application, I wasn’t ready to buy a license for home use just yet. I wanted to look for free tools first… so I began my search. I found out a couple interesting applications along the way. Snipping Tool (Windows Vista … Read more