DoyleSoft Newsletter
September 11th, 2006
Welcome to Volume 5! On the anniversary of 9/11, a lot has been answered, a lot remains unclear, and a
lot of work needs to be done. Please support our troops and God bless America.
- Brandon Doyle
DoyleSoft Website Tip
How to create image rollovers
On a webpage, image rollovers are quick and easy to do. They can really enhance a webpage and give it a better feel making the page more dynamic instead of the first web pages circa 1994. Here's the code for a simple two button rollover; this is also the same code we are using for the Order button for Knowledge Base:
<SCRIPT LANGUAGE="JavaScript">
Rollimage = new Array()
Rollimage[0]= new Image()
Rollimage[0].src = "order_button1.gif"
Rollimage[1] = new Image()
Rollimage[1].src = "order_button2.gif"
function SwapOut(){
document.OrderNow.src = Rollimage[1].src;
return true;
}
function SwapBack(){
document.OrderNow.src = Rollimage[0].src;
return true;
}
</SCRIPT>
Now we just need to tie the function to the Order button. Here it is:
<A HREF="http://www.doylesoftutah.com/package.htm"
onmouseover="SwapOut()"
onmouseout="SwapBack()">
<IMG SRC="order_button1.gif"
NAME="OrderNow"
BORDER=0>
</A>
There you have it. Easy image rollovers in two minutes.
DoyleSoft Download
(Crap) Cleaner is a free system optimization and privacy tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. But the best part is that it's fast (normally taking less that a second to run) and contains NO Spyware or Adware.
CCleaner can also fix a host of registry problems automatically.
We give it five out of five coffee cups!
DoyleSoft Download
Magical Jelly Bean Keyfinder 1.51
The Magical Jelly Bean Keyfinder is a freeware utility that retrieves your Product Key (cd key) used to install windows from your registry. It has the options to copy the key to clipboard, save it to a text file, or print it for safekeeping. It works on Windows 95, 98, ME, NT4, 2000, XP, Server 2003, Windows Vista, Office 97, Office XP, and Office 2003.
We give it five out of five coffee cups!
DoyleSoft Windows XP Tip
How to customize folders in XP

To customize your XP folders, open My Computer, click on Tools | Folder Options then click the View tab. You can setup the settings the way you want and then click Apply to All Folders. Ah, that's better. :)
Reader Feedback
The most important part of our newsletter is our readers! If you would like us to mention your website, your tech. product, or you just have a comment or question that you would like posted in the newsletter, drop us an email. We would love to hear from you.

