Save Money and Brew Your Own Glass Cleaner

July 10th, 2010

After my last post entitled Make Your Own Carpet Cleaner Solution, I realized that there is one other cleaning solution which never hangs around very long: glass cleaner!

I don’t know about you, but I can never find a bottle of the stuff. Maybe the problem is that with enough windows and mirrors around, you need a LOT of glass cleaner to keep everything looking sparkly clean. Alas, that costs money.

As you may have guessed, glass cleaner is ridiculously simple and cheap to make. Even if you’re paying 99 cents for a refill bottle, you’re paying way too much.

And so, in this post, I shall endeavor to instruct you on how you can brew your own “Bling” Glass Cleaning Solution!

Read more…

Scottie Do-It-Yourself , ,

Make Your Own Carpet Cleaner Solution

June 12th, 2010

If you happen to have pets, children, or a husband,  then you most definitely will need some kind of product to clean tough carpet stains.

There are many commercial products out there that claim to do the trick. After having tried many of them – from sprays to powders to foams – I was truly amazed that none of them worked that well. The one or two that did seem to remove most of the stain required a LOT of scrubbing with a brush. Of course, vigorous scrubbing tends to ruin carpet fibers!

To make matters worse, commercial carpet cleaning products can be relatively expensive.

Thus, I set out to brew my own ultra-powerful carpet cleaning solution for just pennies. And I’m happy to report that I succeeded! Here’s how you can make your own super-powerful carpet cleaner…

Read more…

Scottie Do-It-Yourself , ,

Adding Videos, JavaScript, and Other Goodies to Posts in WordPress MU

June 6th, 2010

Some of you may recall my earlier post Adding JavaScript to WordPress Posts without a Plugin. In that post, I talked about how to add JavaScript for, say, embedding a video without having WordPress “sanitize” your code… and without any plugins!

WordPress MU, the version of WordPress that allows multiple blogs to be run under one WP installation, uses a different content sanitizer. In fact, it’s so seriously anal that it blows away not only JavaScript, but all kinds of other HTML tags in your posts that the regular WP leaves untouched! Bad juju.

In the case of WP MU, the best solution that I could find does include a plugin – but you can write it yourself in about 10 seconds. In writing the plugin yourself, you will also know how to maintain it yourself. Even if you don’t know much about PHP, this one’s a piece of cake!

So, here’s how to convince WordPress MU to play nice with the HTML in your posts…

Read more…

Scottie Programming , , ,

Installing ImageMagick from Source on Ubuntu

May 18th, 2010

I like Ubuntu Server. I really like apt-get, because I don’t have to do any work at all to install stuff. It’s a piece of cake.

Unfortunately, sometimes installing using apt-get doesn’t work, or maybe the software I need isn’t the latest and greatest version on the Ubuntu repository. In such cases, there’s only one option left: installing from source.

That means downloading, extracting, configuring, building, debugging, etc. Most people shy away from doing this because it isn’t fast and easy, and stuff can break.

I recently had the opportunity to install the latest version of ImageMagick on an Ubuntu server, and it was a lot easier than I thought it would be!

Here’s how you do it…

Read more…

Scottie Programming , , ,

Activate an Invalid Copy of Windows Without Reinstalling

May 14th, 2010

What happens when you discover your copy of Windows is invalid? You probably will get a Windows Genuine Advantage (WGA) notification informing you that you’re illegal, and you need to purchase a legal license.

This can happen for a number of reasons, and not simply piracy. Perhaps you bought a computer second-hand and were told your Windows install was valid, only to find out later that it wasn’t. That’s a pretty common scenario, and a darn annoying one. If you search the net and Microsoft’s web site for a way to activate your copy with a legal key you purchased, you may find yourself in a bit of a mess.

You see, it isn’t terribly obvious that you CAN in fact simply activate Windows XP, Vista, and Windows 7 with a new legal key – and without reinstalling anything at all. Finding the information on how to do this is rather difficult, and I’m not sure why.

Not to worry though – it’s a piece of cake!

Read more…

Scottie Computers , ,

Bad RAM: Recognizing Defective Memory Problems in Your Computer

April 25th, 2010

A lot of people think that defective RAM modules are easy to detect. They think that if you get a blue screen of death, the error message will reveal that the memory is bad, and that’s that. Problem is, it’s nowhere near that simple.

There are two steps to diagnosing bad RAM. The first is that you are able to recognize the possible symptoms of bad memory, and the second is actually using a tool to confirm that your theory is correct. Then you just replace the bad module, and off you go.

A defective memory stick can cause a LOT of different problems, some of which might surprise you. It may seem that your hard drive is corrupted or defective, when in fact it’s the RAM that’s bad! It can all get very confusing.

And so, here I shall endeavor to describe what to look out for with your RAM, and what to do about it.

Read more…

Scottie Computers, Do-It-Yourself , ,

64-bit Printing Using a Driver for a Similar Model

April 15th, 2010

Printing with 64-bit Windows can be a lot of fun if you don’t have a 64-bit driver.

As I mentioned in Windows x64: How to Print to Any Printer Even Without a 64-bit Driver, there are ways to make your printer talk, even if they are a bit involved.

There is one other trick in particular that you might want to try first, though: use a similar 64-bit driver from the same manufacturer and fool Windows into thinking that everything is working fine!

Before you read any further, do visit the manufacturer’s web site again and check for the availability of a 64-bit driver for your specific printer model. It turns out that Canon, for example, released a boatload of 64-bit drivers a few weeks ago. So, if you have, say, a Canon LBP5100 color laser printer, there is now a 64-bit driver available! WOOHOO! Took long enough, though…

For the rest of you, read on!

Read more…

Scottie Computers , ,

Upgrade Your Motherboard Without Reinstalling your OS

March 17th, 2010

System UpgradeIf you’re one of those people who likes to build and upgrade your own computers, or if you have just decided to make your first attempt at upgrading an older system, there is one thing you may be wondering: Do I have to reinstall my OS?

Unfortunately, most people I talk to say one of two things:

  1. “I just always reinstall the OS.”
  2. “I upgraded once and I didn’t have to do anything to the OS, so that’s what I’m going to try this time.”

Well, Option #1 will certainly work all the time, no matter what. As for Option #2, whether or not the OS will boot depends on the hard disk controller driver. So, just because #2 worked for one upgrade doesn’t mean it will work for another.

Fortunately, whether you use Windows or Linux, there is a very easy way to prepare for a motherboard upgrade.

Read more…

Scottie Computers , , ,

Do-It-Yourself Hard Disk Drive Diagnosis

February 25th, 2010

One of the most common computer problems I see people facing is a faulty or corrupted hard disk drive. In many cases, the solution to the problem is a reboot, and the OS automagically runs a utility like Windows’s chkdsk that repairs the errors.

Sometimes, the problem is a bit more severe than that and more drastic measures are required. Most people I’ve encountered were unnecessarily afraid of running any kind of tool to scan and repair their hard drive. But it doesn’t have to be all horror and blood and gore: with a little knowledge and a few specialized bits of software, you too can be a genuine Disk Doctor!

Now, this will not be an exhaustive guide to fixing all disk problems, cloning the data from a bad disk onto a new drive, and so on. That would take quite a bit of time to explain, and a lot of it simply requires some experience. What I can tell you, though, is how to diagnose a bad drive yourself. At least you won’t get taken for a ride by some money-grubbing repair shop if you end up needing a hand to finish the job!

Read more…

Scottie Computers, Do-It-Yourself , , ,

How to Increase Your Laptop’s Battery Life A LOT with CrystalCPUID

February 5th, 2010

Over a month ago in my post on the Intel SU2300, I promised I would create a simplified guide to installing and configuring CrystalCPUID. Well, it took a lot longer than I had hoped, but here it is!

CrystalCPUID is a lovely little piece of free software that can allow you to really, severely underclock your processor. We’re not talking SpeedStep underclock here – we’re talking running your 1.2GHz processor at 98 MHz.

That may sound a bit crazy, but it is apparently quite possible since I’ve done it myself on my little SU2300-powered lappy. My battery life jumped from 3 hours and 50 minutes to a whopping 7 hours. Of course, if I start watching videos or something, the processor jumps back up in clock speed, thereby draining the battery faster and reducing battery life. But if I’m just reading a PDF or something or surfing the web over ethernet, well, who needs their processor cranking along at anywhere near full speed?

So, without further ado, this is how you get CrystalCPUID working on your machine to extend your battery life!

Read more…

Scottie Computers ,