Nemaha Web Design
Home
Portfolio
Graphic Art
Colors
Hours
Price List
Computer Tips
Contact
PO Box 5   •   307 Main   •   Nemaha, Iowa   •   712 636-4461
Bright Idea There are some things we have run across that are too good to keep to ourselves. So we are going to pass these tips along to anyone who might need some insight on tricks of the trade or in your personal life.
These are simple instructions. If you need more intense, detailed help, feel free to search the internet. With enough looking, you can find a solution for everything.

Make a copy of your screen

Fix Screen Resolution/Color

Cure for Motion Sickness

Keep from slipping on ice

Hide your email inside Javascript

Fix for MS Paint to allow save to JPEG, GIF

MS Paint no longer allows transparent background

Stylesheet colors don't work in Firefox


Print Screen

Print Screen Button
Have you punched the "Print Screen" button on your keyboard and nothing happens?

What it does is make a copy of the screen into the clipboard. Then you can open one of your photo-editing programs and paste the screen copy. You may then save it as .jpg, crop it, or edit it. "MS Paint" works great for this purpose.




Return to Top


Change Screen Resolution and Color Options

Change Screen ResolutionIf your screen resolution is stuck at 640 x 480 pixels with few color options and neither can be changed using
Start > Settings > Control Panel > Display > Settings, you may need to re-install the driver for your Video Card. This often happens when you install a new (or re-install your old) operating system.

First you need to find out what brand of Video card you have. There is a program you may download that will give you all the specs for all of your internal parts. It is called Everest Home Edition. You may search for a free (shareware) version online, download and install it.

Look at the report for something that says video display or video card, go back online, do a search for drivers for that video card and you should be able to find a free download. Once the correct driver is installed, you should be able to change your screen resolution settings. If not, I don't know what to tell you.

Return to Top


Hide Emails From Web Crawlers

Hide Emails with JavascriptYou design web pages using HTML and Javascript. You want to hide email addresses from spammers who crawl the web looking for words before and after the "@" sign. That is how they find your email. Here is a simple Javascript code that will allow users who are sending you a legitimate email find your email but internet crawlers will probably not be able to recognize it. The parts in red can be changed. You may select and copy from this screen rather than the altered source code.

<script type="text/javascript">
<!--
var contact="Your name"
var email1="firstpart"
var emailHost1="lastpart.com"
var emailSubj="?subject=Website_Email_Inquiry"
document.write("<a href="+"mail"+"to:"+email1+"@"+emailHost1+emailSubj+">"+contact+"</a>")
//-->
</script>

Return to Top


Fix Paint to Save to JPEG, GIF

Fix Paint to save to JPEGYou may run into a problem with your Paint program that came with Windows 98SE where it only allows you to save your picture in bitmap mode. This was the default mode that came with the default browser. Some Word and MS Office programs will enhance Paint with filters that allow you to also save your drawings/photos in .jpg, .gif and other picture formats. But even they sometimes refuse to work all the time and may even be the source of the problem.

The solution is to download a free shareware program called GRPHFLTS.EXE (1718 KB) which contains the filters to make Paint allow you to view and save images in .jpg, .gif and other formats all the time.

If the links below cease to work, do a search on:   paint grphflts download

I found the link at:
          http://www.msfn.org/board/index.php?act=ST&f=91&t=46581

Had to do a search on the page to find the grphflts file which was a clickable link to:
* Unofficial MS Paint Add-on Import + Export Graphic Filters Pack for Windows 98/ME [1.68 MB]:
          http://www.mdgx.com/files/GRPHFLTS.EXE

It only took 5 minutes to download on a slow dialup connection, and a few seconds to run. Fixed my problem and I didn't even have to reboot.

Return to Top


Cure For Motion Sickness

Ginger is a Cure for Motion Sickness, NauseaCure for Motion Sickness, NauseaThis is the simpliest cure for Motion Sickness, Nausea, or Travel Sickness: 1/4 teaspoon of ground ginger one-half hour before you travel.

That's it! Wash it down with some water as it is real bitter.

I suffer from severe nausea whenever I ride with someone else, or if I come to a sudden stop while driving, or the TV screen is in motion too much, or if I drive in fog. . .you get the idea. Riding in a boat or airplane is out of the question. Dramamine and other over-the-counter aids make me sleepy and ruin the rest of my day. Of course, being nauseated also ruins my day.

I have found absolutely NO side effects from 1/4 teaspoon of ginger. Try it! Any grocery-store purchased brand is fine. If you want to pay a lot of money, you can also order ginger capsules from a health food store. I haven't tried the capsules. I keep a condiment container at my house, office, and in my purse. Doesn't seem to matter if I take the powder on a full or empty stomach - it still works.

Return to Top


No Longer Can Select Transparent Background
in Windows XP Paint

Background Transparency in MS PaintMake background transparent with MS Paint using Windows XPYou may have discovered that you can no longer select a background color in a .GIF picture using MS Paint and make it transparent after you upgraded to Windows XP.

Picture on left is a screen print with blue clouds background.

Picture on right was made with Adobe Photoshop 4.0 to cut out the background color making it transparent. You used to be able to do that in MS Paint using the version that came with Windows 98SE. But no longer.

Solution: Copy the whole "MS Paint" folder from a computer with Windows 98SE onto your Windows XP computer. No need to overwrite the default Paint that came with Windows XP - instead place the folder in a new location. No need to "install". You may need to download the GRPHFLTS.EXE file shown above. Then place a shortcut on your desktop and its ready to use with the transparent option available.

NOTE: You may also download an older version of paint for Windows 95 at: http://support.microsoft.com/kb/q162500/
Obtaining the Updated Files
The following file is available for download from the Microsoft Download Center:
Paint95.exe
Just unzip and place it in a new folder in your accessories folder, place a shortcut on your desktop, and it should work.

Return to Top


How to Keep from Slipping on Ice

Screws to keep from slipping on iceIf you must be out walking when there is ice on the sidewalks and parking, you need some simple studs in a pair of old shoes. Three hex-head screws in the heels of each shoe should do the trick.

Keep from slipping on iceIt is the head of the screw that grabs the ice. Just make sure the screws are 1/2 inch or shorter so they don't extend through the heel into your foot. A set will last through a couple of winters, then add a couple of new screws when the heads are worn off the original screw.

You might want to take your studded shoes or boots off before going into someone's house or business as they will scratch wood floors and catch fibers in carpet.

I have used them for years and have not fallen because of slippery ice since.


Stylesheet Colors Don't Display in Firefox

For years I've not been able to display font colors on Firefox from a stylesheet. Internet Explorer has displayed them fine from the stylesheet. In Firefox, I've always had to manually code text colors into the html using
 <font color="#FF0000">text text text</font>  for example.
This is my stylesheet code and is supposed to display headings in red:
    h1 {font-size: 20pt; font-weight: bold; color: "#FF0000";}
    h2 {font-size: 18pt; font-weight: bold; color: "#FF0000";}
Solution: Eliminate the double quotes around the color in the stylesheet:
    h1 {font-size: 20pt; font-weight: bold; color: #FF0000;}
    h2 {font-size: 18pt; font-weight: bold; color: #FF0000;}
Now they display the correct color in both Internet Explorer and Firefox.

Return to Top

Updated 8/26/07