________________________________________________________________

 WEB-ED Webpage and Scripting Editor version 3.3
  from Joe'Software
  copyright 1999-2001 by Joseph K. Priestley dba Joe'Software
________________________________________________________________

TOPICS BELOW:

Description
Installation
Compatibility
Commercial status - purchasing
Changes from v. 3.0
License

         *** NOTE TO ANYONE WITH VISUAL BASIC 5 INSTALLED:
          See the Compatibility section below before installing WEB-ED.
__________________________________________________________________________________________
DESCRIPTION:
___________________________________________________________________________________________

WEB-ED is a dual editor, primarily for HTML and VBScript. These are really two separate
editors that share the same window. There are various functions for each
language and each has a double row of auto-insert buttons for common code.
 Version 3.3 also has a built-in object finder, ClassTrack.
  Some of the functions require license payment to be activated.
  The details about that are in the Help. 

 HTML functions:
       - color picker;  
       - color sampler (to get the hex code for a spot in a graphic image);
       - auto-insert of common tags; 
       - auto inset of image file specs;
       - ascii code reference (HTML number codes for characters);
       - a toggling browser window to view changes as you write them;
       - option to open a second webpage in the browser;
       - resize the webpage view to 15" and 17" monitor sizes;
       - HTML debugging; 
       - several text functions such as making all HTML tags uppercase;
       - colorcoded text for HTML tags.
       - 2 Custom popup auto-insert menus (see below)
 
  VBScript functions:
       - line and column numbers along the side for help with debugging;
       - colorcoding of VBS keywords;
       - colorcoding of variables;
       - 4 auto-insert popup menus:
           * FileSystemObject popup
           * Shell Object popup
           * Object Ops popup for properties and methods of textstream, folder, etc
           * Network Object popup
        - 2 Custom popups: choose menu items, variable to activate popup and hotkey.
               These popups will appear when their respective variables are typed with a period after,
               allowing one-click completion.
       - debugging - by line and a more thorough full-file debugging;
       - VBS constants reference window;
       - comment or uncomment lines or blocks of text through the right-click menu;
       - VBS Help file demonstrating common methods;
       - comments inserted with auto-insert VBS buttons to detail syntax;
       - run VBScripts from the editor.


 General:
       - 3 Clipping Pad windows (extra editor windows for cutting and pasting, saving and opening files); 
       - find and replace; 
       - multi-file replace (change text in any number of files simultaneously);
       - EXE+ menu: Choose up to 3 items to put on this menu. It can be used
             to open an external program or Help file.
       - auto-save function to save work at set intervals and retrieve work in the event of a crash.

 Text Formatting:
        - move blocks of text for visual formatting;
        - render selected text uppercase;
        - Insert Returns: size the text window to any size with Wordwrap on; Insert Returns
            will make the visible line returns permanent.
        - HTML -> Text: Converts HTML in the editor window to plain text, loaded
           into a Clipping Pad.

  ClassTrack:
        ClassTrack is an object finder, available through the Options menu.
     It will list all classes registered on your computer, in various categories.
     You can then get information about a class and the file associated with it:
       CLSID - for use in webpages, this is the 32-character identifier in curly braces.
       ProgID - for use in scripting,  i.e.:  Set obj = CreateObject("ProgID") 
       File properties - size, date created , etc.
       File export table - API functions exported by the file.
       File dependencies - list of files that the given file requires to function.
       Class properties - When available, you can get a list of classes in the file.
         For each class there will then be a list of properties, events and methods.
         Properties will show their data type.
                 (i.e.: Property BackColor 
                         Returns: Long        )
         Functions will show their parameters.
                 (i.e.: DoSomething(WhatToDo as string, WhenToDo as long)
                         Returns: Boolean                                                       )

         ClassTrack can be used by browsing the list of classes provided.
           You can also search the list for a name or CLSID.
           A third option is to choose a file and get available information from it.
 
   If you use WEB-ED for scripting:
     There are free VBScript samples and components available at the Joe'Software website.

___________________________________________________________________________________________
INSTALLATION:
___________________________________________________________________________________________

Just double-click the enclosed .exe file.
This program is written in Visual Basic 6. If you don't have the VB6 'Runtime Files'
on your computer then when you run WEB-ED you'll get an error message that
MSVBVM60.DLL is missing. This file can be obtained from Microsoft at:
  
   http://support.microsoft.com/download/support/mslfiles/vbrun60.exe

_____________________________________________________________________
COMPATIBILITY:
_____________________________________________________________________

 WEB-ED 3.3 may be used on Win95/98/ME/NT/2000

 WEB-ED 3.3 uses the file TLBINF32.DLL in the ClassTrack utility. In most cases
this will not be a problem. However, if you have installed:

* Visual Basic 5 or
* a debugging utility made in Visual Basic 5

 You may have an earlier version of TLBINF32.DLL. Unfortunately, both versions have
the same name and WEB-ED installation will replace the older version. This newer version may not
work with the above programs. If this situation applies to you it's recommended that you
make a copy of your current version of TLBINF32.DLL before installing WEB-ED. If necessary
that copy can later be re-installed.

____________________________________________________________________________________________
COMMERCIAL STATUS - PURCHASING:
____________________________________________________________________________________________

WEB-ED is shareware. 

 The cost is $18.00 US. Online payment may also be 18 euros or  12.
 Some functions are not available until the program is licensed.

 To pay the license fee:

   ONLINE at: www.jsware.net
     There is a link on the WEB-ED page. 

  [ On the editor menu click Help -> About WEB-ED 3.3.
     Click the Joe'Software logo to go to www.jsware.net.
     Go to the WEB-ED page and click the Register House link for online payment. ]

  BY MAIL:  Mail to:  
        Joe'Software
        143 Dorchester St. Box 446
        S. Boston, MA  02127
         USA

  It's necessary to include an email address with payment. An activation code 
will be sent by email to enable all features of WEB-ED v. 3.3. You do not 
necessarily need to send any information in addition to your name and email address.

   Your email address will also be added to the mailing list to receive notice 
of updates, unless you request otherwise. This mailing list is maintained as a
 courtesy and is ONLY for update news.
___________________________________
  
    Tech support:

 There is no explicit or implicit commitment to provide tech-support for WEB-ED.
However, an attempt is generally made to answer email, time permitting, from
 people who have paid for the program. 

    Privacy issues:

  WEB-ED is NOT 'adware' or 'spyware'. Aside from the link to Joe'Software,
  WEB-ED has no ability to create an Internet connection and no ability
  to communicate over such a connection.

  Joe'Software does not have a privacy policy per se, aside from the dictate of 
common sense and common decency: That the purchase of a WEB-ED license 
does not grant to Joe'Software any right to seek unnecessary personal information 
from you, nor does it grant a right to sell such information as you may provide.

___________________________________________________________________________________________
CHANGES FROM WEB-ED 3.0:
___________________________________________________________________________________________

 ClassTrack Object Finder - v. 3.3 includes the built-in ClassTrack utility.

 Browser Window Offline - a new default setting that prevents the activation of a logon 
     window when pages containing remote links are viewed in the browser window.
     The browser window is set to Offline at program startup by default and returned to normal
     at program close. The setting can also be changed on the Options -- Settings menu.
        (WEB-ED uses the Internet Explorer browser component. Remote links in a webpage
          will activate Internet Explorer if Browser Offline is not set.)


  2 new formatting functions:     
   
     HTML -> TEXT - On the Edit -- Format menu. converts HTML text in the main editor to plain
         text. The converted text is then opened in the first available Clipping Pad.
   
      Insert Returns - Available from the format menu in both the main editor and the Clipping Pads.
       Insert Returns allows carriage returns to be automatically entered in text as it shows in the 
       editor or Clipping Pad window. 
          Example: You have an HTML file with no carriage returns and you want to save it as 
       readable text. Use  HTML -> TEXT to convert the file. When it opens in the Clipping Pad turn 
      on Wordwrap, resize the Clipping Pad window to the desired width and click Insert Returns.
       The text will now retain that formatting and may be saved that way.
       
 Network Object Popup:
      For VBScript, this is a new popup menu for auto-insertion of Network Object methods.
      A default variable can be set in Options -- Settings -- VBScript.
      There is also now an auto-insert button for the Network object. (The button that
         inserted a routine to make shortcuts was sacrificed.)

 Custom Popups:
     There are 2 new customizable popup menus. In Options -- Settings -- Custom Popups you can
     configure each menu to contain up to 10 items. These are similar to the object popup menus, 
     except that you choose the auto-insert items. The 2 custom popups can be used with VBS, HTML 
     or plain text. They're available from the right-click menu and from a hotkey. In the scripting window
     they can also be associated with a variable, working the same way that the object popups do.

 EXE+:
     The EXE+ menu now leads to 3 submenus, providing the option to pre-configure access to 3
     EXE, HLP or CHM files. While this function has limited usefulness in terms of starting 
     other programs, it seems quite useful for reference. For example, you could now put both of 
     Microsoft's VBScript reference files (in HTML-Help format) on the menu, as well as an HTML 
     refererence, making them,  in practice, built into WEB-ED. 

 A few small changes and improvements, including greater speed with coloring
  and debugging in the VBScript editor window. 

_____________________________________________________________________
LICENSE:
_____________________________________________________________________

 WEB-ED is shareware. 
The cost is $18.00 US. Online payment may also be 18 euros or  12.

In consideration of the unique medium of software, an attempt has been made to craft
a reasonable license. The conditions of use are as follows:

 Terms of Use:
     You may install WEB-ED on as many computers as necessary to fascilitate your use of the program.
     Other household members are also free to use WEB-ED.
     If the $18.00 cost is a true financial hardship then you may keep WEB-ED at no cost,
       though you will not be provided with an activation code.
     There is no tech. support of any kind provided for WEB-ED. You use it at your own risk.
       However, an attempt is made to answer email to the extent that it's feasible for people 
       who have paid for the program. 
  
  There is no "registration" as such. Joe'Software is not in the business of marketing research.
You will, however, need to send a name and email address to receive the activation code 
and to be informed of updates.
____________________________________________________________________

DISTRIBUTION :

 WEB-ED may be distributed singly or by any mass distribution medium provided that:
         The whole program is distributed intact, complete and unaltered.
         There is no fee charged for the program other than reasonable charges for
             cost of distribution.
____________________________________________________________________

 Some of the components distributed with the WEB-ED program are the property of 
Microsoft Corp. and are distributed with their permission.
____________________________________________________________________

COPYRIGHT :

WEB-ED is copyrighted software. Use of the program and/or payment of the license fee
does not constitute ownership of the program. Ownership is retained by Joe'Software.

____________________________________________________________________

DISCLAIMER OF WARRANTY :
____________________________________________________________________

THE  SOFTWARE  IS  PROVIDED  AS IS WITHOUT WARRANTY OF ANY KIND. TO THE 
MAXIMUM EXTENT  PERMITTED  BY  APPLICABLE  LAW,   THE   AUTHOR  FURTHER 
DISCLAIMS ALL WARRANTIES,  INCLUDING   WITHOUT  LIMITATION  ANY IMPLIED 
WARRANTIES  OF MERCHANTABILITY,  FITNESS  FOR A PARTICULAR PURPOSE, AND 
NONINFRINGEMENT.  THE  ENTIRE  RISK   ARISING   OUT   OF   THE  USE  OR 
PERFORMANCE OF THE PRODUCT AND DOCUMENTATION  REMAINS  WITH  RECIPIENT. 
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE  LAW,  IN  NO EVENT SHALL  
THE  AUTHOR  BE  LIABLE  FOR  ANY  CONSEQUENTIAL,  INCIDENTAL,  DIRECT,
INDIRECT, SPECIAL, PUNITIVE, OR OTHER DAMAGES   WHATSOEVER  (INCLUDING,  
WITHOUT   LIMITATION,  DAMAGES FOR LOSS OF BUSINESS  PROFITS,  BUSINESS
INTERRUPTION,  LOSS  OF  BUSINESS INFORMATION, OR OTHER PECUNIARY LOSS)
ARISING OUT  OF  THIS AGREEMENT  OR  THE USE OF OR INABILITY TO USE THE
PRODUCT, EVEN  IF  THE  AUTHOR  HAS  BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES. 
_____________________________________________________________________
_____________________________________________________________________

___________________________________________________________________

 Joe'Software           
 email: joesware@jsware.net
 website: www.jsware.net