Custom FrontPage Components
-
wbtest1 : a very simple custom FrontPage component that displays “Hello, World”; written in C
-
wbtest2 : three FrontPage components implemented by a single module, including a form-handling component and a component that writes out extra MIME headers; written in C++
-
wbtest3 : two simple FrontPage components written in Perl
-
wbtest4 : a form-handling components written in Perl
-
initcaps : a custom FrontPage component that displays a string in upper-case with the first letter of each word made larger; written in C++
-
tcltest : a simple FrontPage component written in Tcl
-
simple : a simple client-side DLL FrontPage component, written in C++, showing a custom property editing dialog for the component.
-
votebot : a more complex custom FrontPage component implementing voting functionality; demonstrates both client-side and server-side functionality