NetCloak In Action
|
NetCloak In Action |
||
NetCloak lets you create dynamic,
conditional HTML pages. In this overview we have included
relatively simple examples of what you can do with NetCloak, but
remember that NetCloak works with other features of HTML like
images, tables and frames, too.
NetCloak Gives You More InformationWith NetCloak, you have more information about the user, and you can tell the user more about your server. You can include time, date, page access counts, and other information right in the text of your HTML pages.
NetCloak Gives You Cool StuffStyle and form are important, and giving your server the ability to do cool tricks will make your site more appealing. NetCloak has some special features just to help you create cool sites, including the ability to have your pages change randomly, or based on the referrer, time of day, day of week, etc.
NetCloak Adds Advanced Features To Your SiteYou can combine NetCloak commands to accomplish more complex tasks with NetCloak. Below are two examples of more advanced features that you can implement using NetCloak - but the uses for NetCloak are almost endless!NetCloak displays a random graphic below, and will count the number of times each different graphic is clicked on.
NetCloak Makes Your Site Easier To ManageNetCloak provides several commands that make your pages simpler and your site easier to manage. NetCloak commands like <MACRO>, <INSERT_MODIFIED>, <INSERT_FILESIZE>, and <EXEC_CGI> are just a few of the ways to simplify everything from common HTML snippets to downloadable files to using and writing CGIs.NetCloak's MACRO command can automatically insert a common header and footer on all of your pages. Updating all of your pages with a new header is then as simple as changing the macro, instead of editing every page individually. The MACRO command can also insert content from a file, making it easy to include information from an outside source in any page. Your users will always know that your pages are fresh when you use the INSERT_MODIFIED command to display the date the page was updated. If you have downloadable files on your site, INSERT_FILESIZE will automatically insert the size of the file and update it if the file changes. The footer on each of these introduction pages is inserted using NetCloak's MACRO command, and the update date is inserted using NetCloak's INSERT MODIFIED command.
|