Posted on Leave a comment

The Easy Way to Learn Touch Typing

Genuine touch typing is the ability to enter text without watching your fingers. Touch typing makes a fantastic difference in the ease and accuracy of writing on a computer.
Touch typing takes practice. While not technically a shortcut, there is an easier way to learn touch typing. If you are new to typing, draw a map of the keyboard, and set it to your left. Never look at he actual keyboard or your fingers. Instead, look at the map when necessary to find keys. You can find your home positions by feeling the keys for bumps that are on the [F] and the [J] keys, and placing your index fingers on those bumps. After you have learned where all the keys are, you can place pages of text on your left, and type what you see on the paper. Remember, never look at the keys or your fingers.
This will be hard at first, but the trick to learning touch typing as quickly as possible is to keep your eyes only on the text you are copying.

If you are writing from

scratch, watch the screen. You’ll see immediately when you make mistakes. When you do make a mistake, again, never even glance at the keys. Fix your mistake and proceed. You’ll learn where the [Backspace] key is very soon!

 

Posted on Leave a comment

Hiding Secrets

hidden secrets in emails and websites

You can hide a ‘secret’ in email, web pages or in any sort of text document by selecting the same color for your text as the background color – generally white. The message will be invisible unless the user highlights the white area.

Drag your pointer over the area below with the left button down to see a hidden message.

How many secrets have you overlooked on websites? Next time you see a blank area, probably not in a box like this one, you ought to highlight it and see what’s there. Your author has discovered several such secrets.

If you find it difficult to read a message because the highlighted color is too similar, you can copy and paste it into Notepad, Textedit, or your favorite text program.

This is a showcase site for Jeff Napier of US-Web-Design. Surprisingly low-cost solutions for all your website and marketing needs. More...
Posted on Leave a comment

Keyboard Shortcuts

If you have a Mac computer, you can hold down the [Command] key and tap the following keys to achieve some tasks that otherwise require reaching for the mouse. If you have a Windows or Linux computer, these are the same but you use the [Ctrl] key instead.

[A] – Select All
[B] – Toggle Bold Text
[C] – Copy to Clipboard
[D] – Create a Bookmark (in web browsers)
[F] – Find
[I] – Toggle Italic Text
[p] – Print
[S] – Save File
[V] – Paste
[X] – Cut
[Z] – Undo

Posted on Leave a comment

Programming Instructions

I found these instructions in a manual about a computer programming language. Perhaps because of wording like this there are not more programmers than there are:

Look at the first compare of the second group of compare statements. The expression “r != s” will evaluate as a “true” since “r” was set to 0.0 above, so the result will be a non-zero value, probably 1. Even though the two variables that are compared are “float” variables, the result will be of type “integer.” There is no explicit variable to which it will be assigned so the result of the compare is an implied integer. Finally the resulting number, 1 in this case, is assigned to the integer variable “x”. If double equal signs were used, the phantom value, namely 1, would be compared to the value of “x”, but since the single equal sign is used, the value 1 is simply assigned to “x”, as though the statement were not in parentheses.

Finally, since the result of the assignment in the parentheses was non-zero, the entire expression is evaluated as “true”, and “z” is assigned the value of 1000. Thus we accomplished two things in this statement, we assigned “x” a new value, probably 1, and we assigned “z” the value of 1000. We covered a lot in this statement so you may wish to review it before going on. The important things to remember are the values that define “true” and “false”, and the fact that several things can be assigned in a conditional statement. The value assigned to “x” was probably a 1 but different compilers may assign a different value as long as it is non-zero.

Continuing on to the fourth example of the third group we find three assignment statements in the compare part of the “if” statement. If you understood the above discussion, you should have no difficulty understanding that the three variables are assigned their respective new values, and the result of all three are non-zero, leading to a resulting value of “TRUE.”



Some of your author’s code for a picture puzzle program written about ten years ago.

Posted on Leave a comment

Inefficient Cooling

Check your major appliances for dust or dirt – like the coils on the back of your refrigerator, behind the dryer, etc. This layer of crud reduces the ability to transfer heat, requiring more energy and therefore costs more money.

With your laptop computer, gently blowing the dust out of the cooling vents can save you money another way also: Once clogged, the computer can overheat and die.

 

Posted on Leave a comment

Benjamin Franklin’s Inventions

Attributed to Ben Franklin:

* Franklin Stove

* Bifocal eyeglasses

* The discovery that lightning is electricity

* First public U.S. library

* First U.S. Post Office

This is a showcase site for Jeff Napier of US-Web-Design. Surprisingly low-cost solutions for all your website and marketing needs. More...

* Poor Richard’s Almanac

* Better street lights

* First pavement in America

* First crop insurance

* First playing cards made in America

* First willow trees planted in America

* First public hospital

* Discovery and charting of ocean currents

* Acquisition of funds to win independence for America

* Invention of artificial fertilizer

Posted on Leave a comment

Ben Franklin’s Bifocals

Most of us have come to think of Benjamin Franklin as a worldly-wise fellow, loved by his associates, and almost super-human in his ability to invent practical solutions. Some of his abilities may have come from his childhood. With 16 brothers and sisters, he probably had to learn to be quick-witted.

It turns out that Continue reading Ben Franklin’s Bifocals