home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / GRAPHICS / TEXTTRAN / TXTTRANS.DOC < prev    next >
Encoding:
Text File  |  1996-08-29  |  5.2 KB  |  107 lines

  1.  
  2. Text Transmogrifier - coded by Pan of Anthrox in May/June 1996.
  3.  
  4. This program is Hit Ware. Please Hit my web site if you use it:
  5. http://www.anthrox.com 
  6.  
  7. No purchase or registration necessary so at least visit my web site and
  8. stop mooching :) I want my hit counter going up Up UP!
  9.  
  10. Email me at paninaro@tnp.com
  11.  
  12. Installation:
  13.  
  14. Click on the Setup icon. It'll guide you along!
  15.  
  16. Yes this program is written in Visual Basic 4.0 for 32 bit Windows only!
  17.  
  18.  
  19.  
  20. Ok here we go. What the heck is a transmogrifier? I didn't know either.
  21. What do I know?! But I'm a big fan of the Calvin and Hobbes comic strip
  22. and Calvin has many weird "toys". Out of the many artifacts such as
  23. dinosaurs, cars, wagon, his tiger doll Hobbes, is a cardboard box.
  24. With his imagination (and some engineering I suppose) he can step into
  25. the box and turn into something else, such as a bug, a dinosaur or whatever.
  26.  
  27. Simply put, to TRANSMOGRIFY is to change an appearance into something
  28. strange, weird, or grotesque.
  29. Perfect! What a name for a program!
  30.  
  31. So what does Text Transmogrifier do? It'll change the appearance of plain
  32. text into colored text, capitalized letters, and make first letters larger.
  33. This is a tool for Web Page Designing. It will allow you to enter text, select colors, and choose your 3 options. You can then save the transmogrified text to a file or to the clipboard.
  34.  
  35. Please examine the file "atx.htm" with an HTML 3.0 browser to see some of the effects you can create!
  36.  
  37. To use the program is a cinch! First, though, you need to be an HTML
  38. coder and you should write code with a text editor. I use Windows 95 and
  39. Wordpad to edit my text. I have use of long filenames and can edit large ascii files. If you don't know how to write HTML code then pick up a book on
  40. it. It's NOT hard at all! It's not even real programming! :) :)
  41.  
  42. After you double click on the Text Transmogrifier icon the program will
  43. load up. You'll see boxes with red shades, Red, Green, and Blue bar sliders,
  44. 3 options, and text box on the bottom.
  45.  
  46. What to do? Well lets say you want to edit the colors you would like to use.
  47. Click on the color box you want to edit. Now change the Red, Green, Blue
  48. sliders to change the color.  Select a different color box and change it's color to something else. Now click on the SPREAD button, then click on
  49. the original color box you modified.   The colors between the two boxes will
  50. fade evenly into each other.
  51.  
  52. If you need to copy a color from one box to another you just need to use the COPY button. 
  53. First click on the color you want to copy. Then click on the COPY button. Now click on the destination. The color will be copied.
  54.  
  55. END? What's End?   There are 64 color boxes, but what if you only want to use 15?   You start from the Top Left where it says S. This is your Starting Point. All colors must start from there. The program will colorize the text with colors beginning with the Starting Point color to the Ending Point color you specify.  To select the last color of your palette click on the END button and click on the last color in your palette. An E will appear in that color box. This signifies that it is the Ending Point color.
  56.  
  57. What are my options in Text Transmogrifier?
  58.  
  59. You can select Colorize, CAPS LOCK ON, First Letter Larger.
  60.  
  61. Colorize will add the HTML tag <font color="xxxxxx"> to every letter that you've typed in the text box. The colors come from the palette you created
  62. in the color boxes.
  63.  
  64. CAPS LOCK ON will just make every letter in CAPITALS. (This is best used with First Letter Larger)
  65.  
  66. First Letter Larger uses the HTML tags <font size=+1> and <font size=-1>
  67. to make the first letter of each word or first character of each group larger than the rest.  This creates a nice uniform text when used with the 
  68. CAPS LOCK ON option. Without the CAPS LOCK ON option your text will look
  69. wacky since lowercase letters will appear larger than the rest of the word.
  70. When using the First Letter Larger option you must use the HTML tag
  71. <basefont size = #>  where # is you put a number for the font size.
  72.  
  73. An example HTML code:
  74.  
  75. <basefont size = 4>
  76. <fontsize=+1>H<fontsize=-1>i!
  77.  
  78. The output of the above code would appear as Hi! with the letter "H" being bigger than the characters "i!". You can change the size of the entire text by change the value in the tag <basefont size = #>. The larger the number the larger the size.
  79.  
  80.  
  81. Ok so how do I manage to get any text into my HTML code?
  82.  
  83. After you selected your options and edited your colors you can write
  84. the text you want transmogrified in the text box at the bottom.
  85. You may use the CTRL-V option to paste text into the box if you want.
  86. When you're done typing your text go to the File menu and select either 
  87. Save To File or Save To Clipboard.
  88. I use Save To Clipboard and paste the text from the clipboard right into my HTML code in Wordpad. If I don't like the output that I see in my browser I can just delete the text from Wordpad and retry it with different colors and options then resave it to the Clipboard.
  89.  
  90. Please visit the Help menu in the program for online help and tips!
  91.  
  92.  
  93. You can mail me at paninaro@tnp.com
  94.  
  95. If you use this program then you must visit my web site at
  96. http://www.anthrox.com
  97.  
  98. That's your only requirement (don't worry, I just want my hit counter to go up!)
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.