<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scottie&#039;s Tech.Info</title>
	<atom:link href="http://scottiestech.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottiestech.info</link>
	<description>A chimpanzee and two trainees could run her!</description>
	<lastBuildDate>Sat, 10 Jul 2010 16:14:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Save Money and Brew Your Own Glass Cleaner</title>
		<link>http://scottiestech.info/2010/07/10/save-money-and-brew-your-own-glass-cleaner/</link>
		<comments>http://scottiestech.info/2010/07/10/save-money-and-brew-your-own-glass-cleaner/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 16:03:38 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Do-It-Yourself]]></category>
		<category><![CDATA[ammonia]]></category>
		<category><![CDATA[cleaner]]></category>
		<category><![CDATA[glass]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=420</guid>
		<description><![CDATA[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. As you may have guessed, glass cleaner is ridiculously simple and cheap to make. And so, in this post, I shall endeavor to instruct you on how you can brew your own Bling Glass Cleaner!]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/07/10/save-money-and-brew-your-own-glass-cleaner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Own Carpet Cleaner Solution</title>
		<link>http://scottiestech.info/2010/06/12/make-your-own-carpet-cleaner-solution/</link>
		<comments>http://scottiestech.info/2010/06/12/make-your-own-carpet-cleaner-solution/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 09:52:40 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Do-It-Yourself]]></category>
		<category><![CDATA[ammonia]]></category>
		<category><![CDATA[carpet]]></category>
		<category><![CDATA[cleaning]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=411</guid>
		<description><![CDATA[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. Here's how you can make your own super-powerful carpet cleaner...]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/06/12/make-your-own-carpet-cleaner-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Videos, JavaScript, and Other Goodies to Posts in WordPress MU</title>
		<link>http://scottiestech.info/2010/06/06/adding-videos-javascript-and-other-goodies-to-posts-in-wordpress-mu/</link>
		<comments>http://scottiestech.info/2010/06/06/adding-videos-javascript-and-other-goodies-to-posts-in-wordpress-mu/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 09:12:07 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=404</guid>
		<description><![CDATA[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. So, here's how to convince WordPress MU to play nice with the HTML in your posts...]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/06/06/adding-videos-javascript-and-other-goodies-to-posts-in-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing ImageMagick from Source on Ubuntu</title>
		<link>http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/</link>
		<comments>http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/#comments</comments>
		<pubDate>Tue, 18 May 2010 13:24:02 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=399</guid>
		<description><![CDATA[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 version of the software I need on the Ubuntu repository isn't the latest and greatest. In such cases, there's only one option left: installing from source. 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!]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Activate an Invalid Copy of Windows Without Reinstalling</title>
		<link>http://scottiestech.info/2010/05/14/activate-an-invalid-copy-of-windows-without-reinstalling/</link>
		<comments>http://scottiestech.info/2010/05/14/activate-an-invalid-copy-of-windows-without-reinstalling/#comments</comments>
		<pubDate>Fri, 14 May 2010 21:05:28 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[wga]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=395</guid>
		<description><![CDATA[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. 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!]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/05/14/activate-an-invalid-copy-of-windows-without-reinstalling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad RAM: Recognizing Defective Memory Problems in Your Computer</title>
		<link>http://scottiestech.info/2010/04/25/bad-ram-recognizing-defective-memory-problems-in-your-computer/</link>
		<comments>http://scottiestech.info/2010/04/25/bad-ram-recognizing-defective-memory-problems-in-your-computer/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 14:41:15 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Do-It-Yourself]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[repair]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=387</guid>
		<description><![CDATA[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.]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/04/25/bad-ram-recognizing-defective-memory-problems-in-your-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64-bit Printing Using a Driver for a Similar Model</title>
		<link>http://scottiestech.info/2010/04/15/64-bit-printing-using-a-driver-for-a-similar-model/</link>
		<comments>http://scottiestech.info/2010/04/15/64-bit-printing-using-a-driver-for-a-similar-model/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 07:03:24 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=377</guid>
		<description><![CDATA[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!]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/04/15/64-bit-printing-using-a-driver-for-a-similar-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Your Motherboard Without Reinstalling your OS</title>
		<link>http://scottiestech.info/2010/03/17/upgrade-your-motherboard-without-reinstalling-your-os/</link>
		<comments>http://scottiestech.info/2010/03/17/upgrade-your-motherboard-without-reinstalling-your-os/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 08:16:00 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[reinstall]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=360</guid>
		<description><![CDATA[If 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? Actually, no, you don't!]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/03/17/upgrade-your-motherboard-without-reinstalling-your-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do-It-Yourself Hard Disk Drive Diagnosis</title>
		<link>http://scottiestech.info/2010/02/25/do-it-yourself-hard-disk-drive-diagnosis/</link>
		<comments>http://scottiestech.info/2010/02/25/do-it-yourself-hard-disk-drive-diagnosis/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:37:43 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Do-It-Yourself]]></category>
		<category><![CDATA[diagnostic]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[sector]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=348</guid>
		<description><![CDATA[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!]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/02/25/do-it-yourself-hard-disk-drive-diagnosis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Increase Your Laptop&#8217;s Battery Life A LOT with CrystalCPUID</title>
		<link>http://scottiestech.info/2010/02/05/how-to-increase-your-laptops-battery-life-a-lot-with-crystalcpuid/</link>
		<comments>http://scottiestech.info/2010/02/05/how-to-increase-your-laptops-battery-life-a-lot-with-crystalcpuid/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 19:58:16 +0000</pubDate>
		<dc:creator>Scottie</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[battery life]]></category>
		<category><![CDATA[laptop]]></category>

		<guid isPermaLink="false">http://scottiestech.info/?p=339</guid>
		<description><![CDATA[Over a month ago in my post on the Intel SU2300, I promised I would create a simplified guide to installing and configuring CrystalCPUID. 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. Well, it took a lot longer than I had hoped, but here it is!]]></description>
		<wfw:commentRss>http://scottiestech.info/2010/02/05/how-to-increase-your-laptops-battery-life-a-lot-with-crystalcpuid/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.289 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-30 06:11:06 -->
