Web Development
htmlui.txt
Associated article: Creating HTML User Interfaces for Server Programs
Tags: Web Development Design
Published source code accompanying the article by Michael Janulaitis in which he creates a single HTML UI for server applications running on both Apache Web Server 1.3.14 and Microsoft's Internet Information Services 5.0 (IIS). Also see HTMLUI.ZIP.
Creating HTML User Interfaces for Server Programs by Michael Janulaitis Example 1: LoadModule acme_module modules/AcmeModule.dll <LocationMatch "/[Aa][Cc][Mm][Ee]"> SetHandler acme-handler </LocationMatch> acmeServerHost localhost acmeServerPort 28500 Listing One /* The sample code provided ...


