<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>Adam Pierce</title>
	<link>http://www.doctort.org/adam</link>
	<description>Maker of Finest Quality Digital Things</description>
	<lastBuildDate>Tue, 12 May 2009 13:01:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>TV addiction</title>
		<description>

One of the little rules in our house is that kids are not allowed to watch TV before school in the morning.

But these two are so addicted to the glow of a screen, they watch my screen saver and pretend it is a movie!

Sometimes they are quite amusing to watch, ...</description>
		<link>http://www.doctort.org/adam/general/tv-addiction.html</link>
			</item>
	<item>
		<title>Toshiba vs Dell - Cashback deals and Customer Service</title>
		<description>I've never done a good 'ol consumer rant on this site so here we go. I'll put my grumpy old man hat on...

A couple of months ago, it so happened that I bought a Toshiba laptop and a Dell screen in the same week. Both products offered a $100 cash-back ...</description>
		<link>http://www.doctort.org/adam/general/toshiba-vs-dell-cashback-deals-and-customer-service.html</link>
			</item>
	<item>
		<title>Creating a Debian Kernel Package for v2.6.26</title>
		<description>There are so many guides out there on how to make a Linux kernel and so many of them are out of date, I thought I should write down a simple step-by-step of the current way to do it as of early 2009.

My goal here was to compile a new ...</description>
		<link>http://www.doctort.org/adam/nerd-notes/creating-a-debian-kernel-package-for-v2626.html</link>
			</item>
	<item>
		<title>Reading a single keystroke with C++ on Linux</title>
		<description>Just say you want to input a single key from your user such as asking "Would you like to continue [y/n] ?" without requiring the user to press ENTER. You'd think you could do it like this:
char c;
cin >> c;
cout  </description>
		<link>http://www.doctort.org/adam/nerd-notes/reading-single-keystroke-on-linux.html</link>
			</item>
	<item>
		<title>Simple Slide Show is now open source</title>
		<description>I've taken that old Simple Slide Show program I wrote years ago and given it a bit of a brush-up. I also changed the licensing so it is open source.

As a bonus, I have added a new feature to allow you to customise the colour and font used in the ...</description>
		<link>http://www.doctort.org/adam/general/simple-slide-show-is-now-open-source.html</link>
			</item>
	<item>
		<title>Linux is amazingly useful</title>
		<description>It's incredible the things you can do in Linux. Here's two amazing things I've done today:

Amazing thing #1

I had a corrupted disk and I wanted to run some recovery tools on it but to be safe, I wanted work with a copy of the corrupted disk. So I created a ...</description>
		<link>http://www.doctort.org/adam/general/linux-is-amazingly-useful.html</link>
			</item>
	<item>
		<title>Networked Warcraft II under DOSBox</title>
		<description>This is a guest post contributed by Richard Geoffrion. Thanks for sending this Richard, I hope others will find it useful!

First off, thank you so much, Adam, for the primer on getting Warcraft II working under DOSBOX. The “-t cdrom” option was the piece I was missing to get my ...</description>
		<link>http://www.doctort.org/adam/nerd-notes/networked-warcraft-ii-under-dosbox.html</link>
			</item>
	<item>
		<title>Update on TwinHan remote for Mythbuntu 8.10</title>
		<description>I've just upgraded my HTPC to the new Mythbuntu 8.10. I must say that setup is a helluva lot easier than previous versions of Myth although I found my ATI card did not work at all and I had to exhume an ancient nVidia card from my parts box. And ...</description>
		<link>http://www.doctort.org/adam/general/update-on-twinhan-remote-for-mythbuntu-810.html</link>
			</item>
	<item>
		<title>Baud rate converter website is up</title>
		<description>I've set up a simple website to hawk my RS232 Rate Converter. The product is now ready to sell. Hooray!

The address is http://serialgadget.com/ </description>
		<link>http://www.doctort.org/adam/general/baud-rate-converter-website-is-up.html</link>
			</item>
	<item>
		<title>Currency Calculation in PHP</title>
		<description>Thanks to some help from Stack Overflow, the new and excellent Q&#38;A site for programmers, I have put together a PHP class which can perform a currency conversion using up to date exchange rates pulled live from Yahoo. Here is the code for y'all to share:


&#60;?php

// fx.php - PHP Code ...</description>
		<link>http://www.doctort.org/adam/general/currency-calculation-in-php.html</link>
			</item>
	<item>
		<title>PCB Design for the MIDI Sync Box</title>
		<description>Massimo Sanna is a reader of this blog and has designed a PCB for the MIDI Sync Box for all of us to share. Thanks very much Massimo!.

Click here to download the PCB layout in TIFF format.
 </description>
		<link>http://www.doctort.org/adam/midisync/pcb-design-for-the-midi-sync-box.html</link>
			</item>
	<item>
		<title>Elastic Tabstops by Nick Gravgaard</title>
		<description>I've just been playing with the Elastic Tabstops plugin by Nick Gravgaard. I really like it. I like my code to look neat so when I write a block of code like this:
   $custFirstName = $_REQUEST['cust_first_name'];
   $custLastName = $_REQUEST['cust_last_name'];
   $custEmail = $_REQUEST['cust_email'];
   $custAddr1 ...</description>
		<link>http://www.doctort.org/adam/general/elastic-tabstops-by-nick-gravgaard.html</link>
			</item>
	<item>
		<title>Windows vs Linux when Changing Motherboards</title>
		<description>Well, here's an interesting little tidbit. My home box is dual boot with Windows XP SP2 and Linux Ubuntu 8.04. My motherboard has been playing up recently so I got myself a new one, a Gigabyte GA-G31M-S2L. This is a budget board with a pretty plain-vanilla collection of peripherals.

After installing ...</description>
		<link>http://www.doctort.org/adam/general/windows-vs-linux-when-changing-motherboards.html</link>
			</item>
	<item>
		<title>Centering and Scaling an Image on a Web Page</title>
		<description>I want a web page which displays a single image. The image is to be scaled so it is as large as possible within the browser but without losing it's aspect ratio.

I also want it to be centred (or centered if you are American).

After spending literally hours trying to do ...</description>
		<link>http://www.doctort.org/adam/general/centering-and-scaling-an-image-on-a-web-page.html</link>
			</item>
	<item>
		<title>First Production Unit is Built</title>
		<description>Finally I have a fully built unit of production quality. It has the revised board and a neato sticker on top which I designed myself using The Gimp. As you can see, my graphic design skills are not the best but at least it looks like a real product now ...</description>
		<link>http://www.doctort.org/adam/myproduct/first-production-unit-is-built.html</link>
			</item>
	<item>
		<title>Bed Hair</title>
		<description>I'm not my best first thing in the morning. Some evil person has been taking pictures...
 </description>
		<link>http://www.doctort.org/adam/general/bed-hair.html</link>
			</item>
	<item>
		<title>More on commercializing my hobby</title>
		<description>It is amazing me how much more effort it is to produce a product for sale than to just build something for fun. So far I've done all these things, none of which I would bother with for a hobby project:

	Draw up schematic in Protel
	Design PCB to fit the box
	Find ...</description>
		<link>http://www.doctort.org/adam/myproduct/more-on-commercializing-my-hobby.html</link>
			</item>
	<item>
		<title>New board is populated</title>
		<description>

I finally got my lazy arse into gear and assembled the PCB. I got the parts from DigiKey - it still amazes me that it is easier and cheaper to get electronic parts that were manufactured in China or somewhere shipped halfway around the world from the USA than it ...</description>
		<link>http://www.doctort.org/adam/myproduct/new-board-is-populated.html</link>
			</item>
	<item>
		<title>The boards are here</title>
		<description>Woohoo! My boards have arrived from China. It cost US$99 for a minimum run of boards from Golden Phoenix, by far the cheapest price I found. That price included Fedexing them to my door.

I ordered 16 boards but they sent me 22 and they were  in my hand 8 ...</description>
		<link>http://www.doctort.org/adam/myproduct/the-boards-are-here.html</link>
			</item>
	<item>
		<title>Working prototype of RS232 Rate Converter</title>
		<description>

I am making some progress toward a manufacturable design of my RS232 baud rate converter. I now have the prototype working.

As you can see from the photo, I had to add a couple of wires to the PCB but only a couple and I am very pleased about that!

I am ...</description>
		<link>http://www.doctort.org/adam/myproduct/working-prototype-of-rs232-rate-converter.html</link>
			</item>
</channel>
</rss>
