Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Word transformation 3

Status
Not open for further replies.

ESquared

Programmer
Dec 23, 2003
6,129
US
Transform one word into another by changing one letter in each step. Each word in your list must be in the dictionary. If challenged, please provide a link to a free online dictionary.

Can you change HOAX to CLOD in 5 steps or less?
 
Code:
[COLOR=white white]
HOAX
COAX
COAT
COOT
CLOT
CLOD
[/color]
 
Sure! If I said, change CAP to MAT in 2 steps, you'd give me an answer something like:

CAP
CAT
MAT

Which is 2 steps and involves a change of only 1 letter at each step.

E

P.S. I don't know how hard the one I came up with is (I have no previous experience with inventing them). In any case, strongm did an admirable job. I think I see now that having only *one* path to the next word could make the puzzle easier, not harder, unless the word is really esoteric. I'll try to make a better one! One variation I've been working on is to allow each step to add or change one letter and give a short start word and a long end word...
 
OK, what do I do to see what's in the CODE window, as I can in technical fora? All I see is a star-marked post with an empty CODE window.
 
Click and drag as if highlighting text (which is what you would actually be doing)
This method is used to keep stuff "secret" in case other post visitors want to work out a problem without seeing someone else's solution

[ignore]
How it's done.
Code:
 [COLOR=white white]
The information you want to hide
[/color]
[/ignore]

Code:
 [COLOR=white white]
The information you want to hide.
[/color]

Code:
 [COLOR=white red] 
This is a "color white red" example
[/color]

Mike
 
Oh, thanks, it works.
So why does it happen? Do I have to highlight every single post with code (instead of just skimming over)? Does it happen to anybody else? Do I have to change some settings?
 
mbarron,
Thanks for the explanation. So it's done on purpose...
I had a thought that it could be a white-on-white case, but couldn't fathom that it was done intentionally and what would be the purpose of doing it that way. I was thinking more along the lines "It's a problem that could be fixed by changing some settings".
 
>So why does it happen? Do I have to highlight every single
>post with code (instead of just skimming over)?

You may find Ctrl-A useful. :)



Also, you don't have to specify a white background. You can just do [ignore]
Code:
[white]stuff[/white]
[/ignore]
 
Read between
Of course, you can always hide your text this way, too, outside of a code block... but that's assuming you know what background color your post will sit on, forever and always. If someone above you double-posted, for example, and the duplicate was deleted, that would make your words suddenly visible!
the lines.
 
[COLOR=#DEDEFF white] You're right. It could get ugly.[/color]

[COLOR=white #DEDEFF] The code box is useful because it seperates the solution from the rest of the post.[/color]

You could also just do the double whites [ignore]
Code:
[COLOR=white white] [/ignore] to hide the text.

[COLOR=red red]Or any other color you might like. [/color]


Mike
 
Hey mbarron, what method did you use to find color DEDEFF? View source? I had Photoshop open so I just used the eyedropper tool...
 
I use a program called ColorCodePro2. I found it a couple of years ago.

Mike
 
Photoshop was faster because I had it open (no searching), just paste, click, and double-click.
 
Do you allow for acronyms during the transformation?

Good Luck
--------------
To get the most from your Tek-Tips experience, please read FAQ181-2886
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top