+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + DOCUMENTATION: iPANNER APPLET + CodeBrain.com's ipanner.class applet + Version 3.0.1 Final Release + Browsers: All (NS2,3,4 & up, MSIE3,4,5 & up, NeoPlanet) + Copyright 2000 by CodeBrain.com + Source: http://www.CodeBrain.com + + + FREE for Private and Non-Profit Users. The FREE version displays a + brief hook notice to www.CodeBrain.com at start-up -- otherwise it + functions exactly as the purchased version does. + + COMMERCIAL & FOR-PROFIT USERS ARE *REQUIRED* TO USE THE PURCHASE + VERSION of this applet, always quickly available at www.CodeBrain.com. + Keys are generated automatically, so there is no waiting. + + The PURCHASE version has *no* start-up or other notices; and it starts + and runs much faster. WE ENCOURAGE those wishing to buy the applet to + use the free version for trials, however, so you know what you're + getting when you purchase. + + Support is available for the purchase version of the applet, only. The + support address is: NovaHelp@CodeBrain.com You MUST include your + USER ID in *all* correspondence. + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ========================================================================= = = P A R A M E T E R S A N D I N S T R U C T I O N S = ========================================================================= GENERAL NOTES ------------------------------------------------------------------------- CodeBrain's ipanner.class code is written protectively -- to make it easy to set up and get running. The demo and all the associated graphics are included, to get you rolling quickly. The demo shown with this kit uses a simple HTML table and background graphic for presentation. Other than the "Notice" parameter, KeyCode parameter, and the Image para- meter you can leave out any parameter and the applet will run. To get started, place the ipanner.class file and any files used by the applet in the same directory. Remember that .class files must go to your server in binary! Check out the demo included, and gradually change parameters to get a feel for how the applet works. Good luck, and we hope find numerous uses for CodeBrain's iPANNER. It's a truly simple applet to use, but does a great job of providing a quick and attractive image panner. Best regards, CodeBrain P A R A M E T E R S ========================================================================= CHANGING THE APPLET SIZE ON THE PAGE: HEIGHT AND WIDTH ------------------------------------------------------------------------ // You change the size of the applet with height= and width= in the // tag in your html code. There are no parameters needed. ------------------------------------------------------------------------- // Must be present, EXACTLY, or the applet will run, but return an error // message indicating the notice is wrong or missing. ------------------------------------------------------------------------- // COMMERCIAL & FOR-PROFIT USERS ARE *REQUIRED* TO PURCHASE keys for // this applet, always quickly available at www.CodeBrain.com. You may // of course use the free version for evaluation purposes! // // If you have the FREE version... // Enter FREE in the VALUE. For example: // // // // If you have the PRO version... // Enter your key in the VALUE. For example: // // // // For those with the purchased version, keys are automatically made // for you dynamically off the CodeBrain.com site. You'll receive // explicit instructions on this at time of purchase, and each time // that you make a key. Six keys are included with your purchase, so // you can use the applet as many times as you wish on as many pages // as you like on up to six different sites. // // If you are unsure what the domain for the key is, use DOMAIN as // the value in this parameter. For example: // // // // and ipanner.class will tell you the domain name needed when you // run it from your site. Use exactly what the applet tells you to use // in the URL box on the keymaker form on our site. Note that when you // receive your keycode off the site, it will clip the "www." off the // beginning of your URL. This *is* correct, and the key will work // properly whether users enter via www.sitename.com or sitename.com. ------------------------------------------------------------------------- // This is the image used by the applet. Compressed jpg's work the best. // Images in gif format will work, but less well. ------------------------------------------------------------------------- // This sets the direction in which the applet will scroll the images // on start-up. // 0 = scroll from right to left // 1 = scroll from left to right // -1 = stopped // The default is right to left; leave out the parameter if you don't // need it. ------------------------------------------------------------------------- // This is the speed of the applet scrolling. Smaller numbers produce // faster scrolling. A suggested range is probably 5-30 or so, but // feel free to experiment. Note that running too fast may cause // skipping on some monitors, and running very slowly will tend to pro- // duce a stepped, jerking motion. As a rule, the applet functions fine // at the default speed; so you may normally leave this parameter out // entirely. ------------------------------------------------------------------------- // You will normally leave this parameter out, or set to 0. Setting this // to 1 makes the applet ignore the mouse and scroll continuously. ------------------------------------------------------------------------- // This is the link associated with the applet. If you don't need the // applet to link on a mouse click, just leave it out. The path must be // the full, explicit path to the linked page, as shown. ------------------------------------------------------------------------- // This is the target frame or window that the applet will link to when // clicked. Leave it out if you aren't using a link. // // Just so you don't have to go look it up... Target takes the same // values that you use in HTML. Values with an underscore usually refer // to the browser itself, thus: // _new - opens a new window // _blank - also a new window // _self - loads in the same frame // _top - opens in the same window // When using a framed page layout, the value for Target would be the // name of the frame (exactly) where you want the linked page to appear; // i.e., main, contents, george -- whatever name you've given the frame. ======================================================================== That's it, that's all, go to it! Best regards, CodeBrain.com ========================================================================= CodeBrain's ipanner.class applet is (c) 2000 by CodeBrain All responsibility for use of the applet remains with the user. Modification or redistribution of the applet class file is forbidden.