WebScripter offers a wide array of options for previewing files and simplifies the process into a single-click operation so you can test code faster.
There are 3 modes which control the way files are previewed depending on what type of file it is and where the file exists (disk, server, localhost). A preview mode can be set by project (all files use the mode during previewing) or by single file which overrides the project setting. Either way once configured previewing is a single-click process.
Disk. The file is previewed from the hard disk without any special modifiers. This is the standard method of previewing for testing HTML files on your local machine. However in the case of scripts that require processing this mode will not work.
Server. If a file has configured an FTP server it will be previewed remotely with a http:// prefixed address, just like on the production web server.
Localhost. Files which descend from the logged in users Sites folder can be executed by the Apache web server using a localhost address like: http://127.0.0.1/~web_user/. Please note you must configure and run Apache before using this mode.
 |
Running Scripts & Errors |
FTP Integration |
 |
|