home *** CD-ROM | disk | FTP | other *** search
/ Freelog 46 / Freelog046.iso / Bas / Internet / Ckhabpro / cksp.txt < prev    next >
Text File  |  2000-10-10  |  9KB  |  196 lines

  1. Color Khablashooqator Pro v2.10
  2.  
  3.  
  4. Program's purpose:
  5.  Generate HTML text color slides for amounts of text, and/or more than a
  6. simple color to color slide. Do it accurate and fast, while being easy
  7. to use and good natured as much as the Windows enviroment offers. teehee. =)
  8.  When coding the first generation of this program(that is, ColorSnuff, and
  9. after that ColorSnuff Pro) I was quite sure that this is the only color
  10. slides generator available. I don't know who coded the first one, but I
  11. saw only two others. One called Color Fazer, and the other one, which didn't
  12. even load. Color Fazer is a good program, but lacks the ability to handle
  13. real texts. Another disadvantage - although you can fix up to 10 colors for
  14. one line, it's not up to you on which letter, will be what color.
  15.  
  16.  
  17. Program's main features:
  18.  The program uses "script" files. Files you can actually create on your own
  19. using a simple text editor and a color picker, or use Color Khablashooqator's
  20. editor.
  21.  There are a few color manipulation commands implented: Colors can be
  22. inverted(that is, blue turns to yellow for instance), swapped(reversed),
  23. copied one upon the other, or, you can have the program choose colors for
  24. you at random. There is also a special button that both copies second color
  25. onto the first color, and chooses a random color (second color) - that is
  26. because this is the easiest way to create cool multiple slides.
  27.  Another color manipulation option is the use of "scheme" files. The format
  28. will be introduced later on. You can create scheme files, and use one
  29. scheme file for all of your texts.
  30.  CKSP(Color Khablashooqator Pro) can also generate complete HTML files. That
  31. is, with title, specific font properties and font size, and background color
  32. (the output has been tested with an HTML validator).
  33.  CKSP, by default, also adds HTML REM(comment) lines with the original text,
  34. so that it will be easier to correct spelling/typing mistakes. The output can
  35. be saved either to an HTML file, or to the clipboard (complete HTML files are
  36. not saved to clipboard).
  37.  
  38.  
  39. How to use the program:
  40.  
  41. Picking colors:
  42.  There are a few ways to choose colors. One is using the "quick" palette
  43. (looks like the paintshop palette, and is on the left pane of the window).
  44. There are two radio buttons - Color 1, and Color 2. Choose one of them
  45. and use the quick palette. If you double click on one of them, you'll get
  46. the Windows palette(ChooseColor common dialog) to pick your desired color
  47. from. Another way of changing the color is using the color text boxes, in
  48. which the color is shown in HTML RGB format. Between the two radio buttons
  49. there are two boxes showing the selected colors. If you change the text
  50. directly, you'll have to double-click the text box in order to update the
  51. color box. Between the color text boxes, there's another color box,
  52. showing an example of the color slide. In order to refresh it, double click
  53. the box.
  54.  
  55. Changing text, and script:
  56.  There's a large text box, which is meant for the text to be Khablashooqated
  57. and/or put into the script file. A script line doesn't mean a text line!
  58. In order to create a new text line(that is, a khablashooqated text line
  59. in the html), use "<br>" (or press Ctrl+Enter in the text box). This way,
  60. you can sum up script lines to one text line that has a color slide of more
  61. than 2 colors(actually, you can get infinite slides in one line... if it's
  62. long enough). After typing your text there, press Alt-A or click the [Add]
  63. button. In order to re-edit it, double click it in the script list box, or
  64. click once and press Alt-E or click the [Edit] button. After changing it,
  65. you can either [Update] the edited line, enter it as a new line - [Add] -
  66. or insert a copy of it in another place - [Insert]. You can also [Delete]
  67. lines from the script or clear the whole script. There are two option boxes
  68. above the large text box. One to delete the text every time you add a line,
  69. and another one, if you feel like putting the CKSP "On-Top". There are two
  70. other option boxes, in the bottom-right corner of the window - one for
  71. comments(which is by default enabled) and one to generate complete HTML
  72. files. Once you click that, you'll get a new window to set file title,
  73. font properties and size, and background color. The HTML properties are NOT
  74. saved to the script file.
  75.  
  76.  
  77. File formats:
  78.  
  79. Script files(extension .txt):
  80.  Each script must have a header - 5 letters - "cksps". (only this in the
  81. first line). The following lines are in this format:
  82. XXXXXX YYYYYY Zzzzzzzzzzzzz...
  83.  When the Xs stand for the "from" color, Ys are "to" color and Zzz is the
  84. text. The colors are in HTML RGB format(that is first 2 hex digits are for
  85. Red, the next 2 are for green and the last for blue). Corrupt scripts will be
  86. loaded into CKSP, and CKSP will also save corrupt scripts(once loaded). But
  87. it won't handle them, will display an error message, and open a new script.
  88.  
  89. Scheme files(extension .sch):
  90.  Each scheme file starts with the 10 letters header "ckspscheme". Following
  91. lines are in this format:
  92. XXXXXX
  93.  Xs stand for HTML RGB color.
  94.  Schemes work this way - If you have a scheme with Red, Green and Blue, the
  95. first line of script text will be Red to Green, and the second - Green to
  96. Blue. Scheme files let you have the same effect on different texts.
  97.  
  98.  
  99. Some other info:
  100.  All special characters will be saved as entities in the HTML file(that
  101. includes quotes and such, and international characters).
  102.  A bit on the name - Khabla Shooqa(KHAB-la SHU-qa) is a common phrase
  103. amongst me and my friends. It has no meaning. We inflected the phrase to a
  104. verb - Khablashooqate(or in Hebrew - Lekhablesh) which has the meaning of
  105. "to do stuff"(like "to smurf").
  106.  (taken from old ColorSnuff Pro text) :
  107.  This guy who helped me in the testing era of this prog, told me that the
  108. secret of making good color slides is "choosing close colors, such as
  109. yellow and orange, or a bit bright yellow, etc." - its prolly a good tip
  110. as i only do green->red when i test it... =)
  111.  If you think there's ANYTHING that should be added - don't hesitate and
  112. e-mail!
  113.  
  114.  
  115. What's new:
  116.  
  117.  Color Khablashooqator Pro:
  118.  
  119.   version 2.10      --    10-10-2000
  120. perhaps i made some changes since the last release but I don't remember,
  121. so I didn't change the version number... the one thing I do know of -
  122. CKsP is now a postcardware... =)
  123.  
  124.   version 2.10      --    17-01-2000
  125. Hmm... don't remember what I done... but I like it!
  126. Just to make sure that what I have is released, I recompiled it, since
  127. I don't remember the last time I touched CKsP's code!
  128.  
  129.   version 2.09      --    30-09-1999
  130. Fixed a bug, added right-click handling on color text boxes.
  131.  
  132.   version 2.08      --    07-08-1999
  133. Fixed 2 bugs that could crash the program with devision by zero.
  134.  
  135.   version 2.07      --    02-08-1999
  136. Fixed Full HTML generation, added two menu shortcuts (for File and Help).
  137.  
  138.   version 2.06      --    16-06-1999
  139. Added stupid Help... fixed a bug...
  140.  
  141.   version 2.05      --    07-06-1999
  142. Changed the interface a bit... fixed a few so-called bugs... ctrl-enter
  143. for <br>... hehe... that's it...
  144.  
  145.   version 2.04      --    12-05-1999
  146. Nothing new that really matters to anyone... it's just, again, more UF.
  147.  
  148.   version 2.03      --    27-04-1999
  149. Put a nice crosshair cursor for quick-pallete... made the program more
  150. "user-friendly" (or is it just the way _I_ like it? hehehe...)
  151.  
  152.   version 2.02      --    16-03-1999
  153. Added a Copy&Randomize Color 2 button ([C&P 2]). Removed dead code
  154. lines.
  155.  
  156.   version 2.01      --    10-02-1999
  157. Fixed a few so-called bugs...
  158.  
  159.   version 2.00      --    02-02-1999
  160. This is a the new generation of ColorSnuff Pro.
  161. It's sort of hard to think of all the new stuff as there's alot...
  162. No more 3 files - only one file which is a great editor(much better than
  163. the scripter) and HTML generator.
  164. Added color manipulation commands, better script editing interface,
  165. fixed a few bugs in the generator code, fixed stuff related to the dialogs,
  166. new look for the complete HTML dialog(i might add font face again), added
  167. scheme files support. and probably other stuff as well... =)
  168.  
  169.  ColorSnuff Pro:
  170.   version 1.02      --    04-11-1998
  171. A bug discovered! =P (and fixed...)
  172. lines with "<br>"s in them didn't go all the way to the "to-color"
  173. because I didn't calculate the length the way I was supposed to...
  174. well... who cares?? it's fixed now!
  175.  
  176.   version 1.01      --    27-10-1998
  177. Added two things:
  178.  - new toggle - whether to save rem lines in which the original line will
  179.    be inserted(so you'll be able to know where to fix a typo, etc.)
  180.  - when creating a complete HTML, you can tell the program to add a main
  181.    font tag that got a face variable(only arial, courier and times fonts
  182.    are supported as they're the most common... i think(?))   =)
  183.  
  184.   version 1.0       --    17-10-1998
  185. Nothing new.. it's the stupid first version(there's so much to add...
  186. hehehehe... can't wait till the next version... hehehehehe...)
  187.  
  188.  
  189. Contact the author:
  190.  My nick is Zzzbla. You can contact me via e-mail - qsnuff@hotmail.com
  191. or on ICQ - UIN 9722789(although I rarely get online).
  192. You should also check out my sites for updates and other stuff:
  193.  http://qsnuff.virtualave.net
  194.  http://khabla.webjump.com
  195.  http://revengepack.webjump.com
  196.