home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / servers-webmisc / codertrial.exe / readme.txt < prev   
Text File  |  1998-05-04  |  8KB  |  205 lines

  1.                        MvCoder 1.40 Readme File
  2.                              May 4, 1998
  3. ===================================================================
  4.  
  5. Visit http://w-3productions.com/aboutmvcoder
  6. to get more information and to stay informed of any new developments
  7. with this software.
  8. ====================================================================
  9.  
  10. MvCoder(TM) is a specialized editor for coding Miva Script programs.
  11. It is a fully functioning programmer's editor with the following features:
  12.  
  13. 1) Miva/Htmlscript tags and functions are easily inserted into your code
  14.    through the use of paged buttons and comboboxes.
  15.  
  16. 2) MvCoder is MV and HTS aware when it comes to opening and saving your
  17.    Miva files.
  18.  
  19. 3) A menu bar with the more commonly used HTML elements that you might want 
  20.    to place in your Htmlscript. (Some require selecting text before using)
  21.  
  22. 4) A DBF Browser so that you can work with your dBASE files offline.
  23.    (Because Miva uses its own unique indexing structure you cannot work
  24.    with indexed files with this browser. You'll need to Reindex with Miva
  25.    if you make any changes to the DBF file with this browser.)
  26.  
  27. 5) Online links to sites that have Htmlscript/Miva information and samples.
  28.    Will work only if you have a browser associated with files using "htm" 
  29.    extension.
  30.  
  31. 6) Online link to join our Announcements Only Mailing List so that you 
  32.    can be kept informed of any upgrades available. If you do decide to
  33.    purchase this software, please join this mailing list. It will make 
  34.    it much easier to keep you informed of updates.
  35.  
  36. 7) Access Miva Mia(TM) if setup with LocalHost (127.0.0.1)
  37.    Note: Miva Mia must be running for this to work or else you'll get a 
  38.    URL not found message. MvCoder will look in your Windows registry
  39.    and get the Port you have set Miva Mia to run on.
  40.  
  41. 8) Intelligent Cursor Placement when inputting functions and tags.
  42.  
  43. 9) Color Coding of <MvIF> and <MvWHILE> loops, comments, Miva macros and MvFunctions
  44.  
  45. 10) Light grey coloring of attributes and options that require further development
  46.  
  47. 11) Find and Replace
  48.  
  49. 12) Pop-up Edit menu
  50.  
  51. 13) Drag 'n Drop to drop a *.mv or *.hts file into the editor from Windows
  52.     Explorer
  53.  
  54. 14) Automatic indenting of your code
  55.  
  56. 15) A builtin FTP client to upload and download files from your local computer
  57.     to your web site. Web site profiles can be saved so that you can work
  58.     with all the different Web sites you maintain. (See below for instructions)
  59.  
  60. 16) A Functions Library where you can store and retrieve user-defined functions
  61.     that you create. (See below for instructions)
  62.  
  63.  
  64.  
  65. Much of the code you insert contains the tags and the suggested attributes.
  66. You'll need to replace these attributes with appropriate code.
  67.  
  68.  
  69.  
  70. Installing this Software
  71. =========================================
  72.  
  73. When you unzip this package you'll find the following files that need to be 
  74. kept together in the same directory:
  75.  
  76.      MvCoder.exe   - the program
  77.      links.htm     - accessed from the Help menu in MvCoder
  78.      maillist.htm  - accessed from the Help menu in MvCoder
  79.      flibrary.*    - dBASE IV files used to store your Function Library
  80.      readme.txt    - this file
  81.  
  82.  
  83. Trial Version
  84. =========================================
  85.  
  86. The software you downloaded is a Trial Version. It is fully functional in 
  87. ALL respects with the Registered Version with the exception that it will
  88. stop working after 10 days of use. 
  89.  
  90.  
  91. Purchasing the Software
  92. =========================================
  93.  
  94. You can now order MvCoder Online through BMT Micro - Shareware Distributors.
  95. Through their secure server, you can place your order with most major 
  96. credit cards. After processing your order, MvCoder will be e-mailed 
  97. directly to you.
  98.  
  99. E-mail shipping should occur within hours and at the most 24 hours on 
  100. weekends.
  101.  
  102. You can access the order process at BMT Micro at 
  103.  
  104. https://secure.falcon-net.net/BMT/order1114.html
  105.  
  106. or from our MvCoder Information page at
  107.  
  108. http://w-3productions.com/aboutmvcoder
  109.  
  110.  
  111. Procedure for Adding A New Function to the Library
  112. ==================================================
  113.  
  114. 1) Create the function in MvCoder.
  115. 2) Click on Library/Add Function
  116. 3) A dialog box opens where you enter a Name for the function
  117.    and a short description of the function.
  118. 4) When you click on the Save button, the contents of what is in the
  119.    MvCoder editor are saved to the Function Library
  120. 5) Clicking the Cancel button, returns you to MvCoder without saving
  121.    the new function.
  122.  
  123. Inserting a Function into your code
  124. ====================================
  125.  
  126. 1) Click on Library/Insert Function
  127. 2) A dialog box opens showing you all the functions in your library
  128. 3) A navigation bar allows you to move through your list of functions
  129. 4) When the cursor is stationed on the function you want to insert,
  130.    click the Insert button (or Cancel to not insert a function)
  131. 5) After clicking the Insert button you are informed to place your
  132.    cursor anywhere in your code where you want to insert your function
  133. 6) Right-Click to bring up the Pop-Up menu and then click Paste to
  134.    insert the function at the present cursor location.
  135.  
  136. Delete a Function from the Library
  137. ==================================
  138.  
  139. There is no way to edit existing functions within the Library. If you
  140. need to change a function recorded in the Library follow these steps:
  141.  
  142. 1) Open a New file so that your editor is empty
  143. 2) Insert the function you want to update into the editor
  144. 3) Click on Library/Delete Function
  145. 4) Locate the function in the list you want to delete and then click
  146.    the hyphen (-) button on the navigation bar. (You can delete a number
  147.    of functions this way if you choose). Click the OK button to close
  148.    the dialog window. 
  149. 5) Click on Library/Add Function to add your revised function to the
  150.    Library.
  151.  
  152.  
  153. Using the Builtin FTP Client
  154. ============================
  155.  
  156. You can build Site Profiles to store information on each Web site that
  157. you work with. This information will be stored in your Windows directory
  158. in a file called "mvcoder.ini".
  159.  
  160. Hopefully running the FTP client will be pretty straight forward. 
  161. You do not have to enter the Web site's initial directory if you want 
  162. to simply log into the root directory of your site.
  163.  
  164. If you are using a dialup connection, the FTP client will call your 
  165. dialer and make the connection. The FTP client may time out if it takes 
  166. a while to get the connection established. This doesn't appear to 
  167. effect things, other than an error being thrown up. When your connection 
  168. is established, just click the Connect button again to make the FTP 
  169. connection.
  170.  
  171. When you Exit the FTP client, you are NOT automatically disconnected 
  172. from the Net. You'll need to do this manually if you want to disconnect 
  173. from your ISP. The program warns you of this fact.
  174.  
  175.  
  176. TROUBLESHOOTING
  177. ===============
  178.  
  179. If the toolbar buttons are not showing up in MvCoder, you are running
  180. with a buggy comctl32.dll file. See our web site (the Requirements page)
  181. for information on how to fix this.
  182.  
  183.  
  184. Copyright Notice and Disclaimer
  185. ===========================================
  186.  
  187. MvCoder is a trademark of Custom Design Software. The software is 
  188. Copyrighted by Custom Design Software. You are entitled to use the 
  189. Trial Version until it expires or for a period of one month (whichever 
  190. is longer). After that if you want to continue to use this software 
  191. you must purchase a Registered Version from Custom Design Software.
  192.  
  193. Custom Design Software makes no guarantees as to the useability of this 
  194. software, the quality of the code it generates or for any damages that 
  195. may result from said use of this software. You agree that you are 
  196. using this software AT YOUR OWN RISK and will not hold Custom Design 
  197. Software liable for any lost revenues or other damages that may result 
  198. from using this software.
  199.  
  200.  
  201.  
  202. "Miva","Htmlscript" and "Miva Mia" are trademarks of Htmlscript Corporation.
  203. "MvCoder" is a trademark of Custom Design Software.
  204.  
  205.