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 ammonia, carpet, cleaning
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 javascript, php, plugin, wordpress