home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / WIN95 / INTERNET / h12395co.exe / data.1 / demo.hei < prev    next >
Encoding:
Text File  |  1997-11-05  |  4.1 KB  |  109 lines

  1. <include layout/heilay.hei>
  2.  
  3. <heitmlpage title="heitml - Demos" banner="dbcity.gif"> 
  4.  
  5. <let f = default(ff.f,"normal");
  6.  if f=="normal"; 
  7.     defenv h3><p><b><defbody></b> </defenv;
  8.  /if;
  9.  if f=="numbered";
  10.     defenv h3> <p><b><font color="red"><? gl.n>. <defbody></font></b> <let gl.n=gl.n+1;> </defenv;
  11.     gl.n=1;
  12.  /if;
  13.  if f=="big";
  14.     defenv h3> <\h3><defbody><\/h3></defenv
  15.  /if 
  16.  if f=="box";
  17.     defenv h3> <p><box><b><defbody></b></box><p></defenv
  18.  /if 
  19. >
  20.  
  21.  
  22. <table cellspacing=20>
  23. <tr><td valign="top" width="50%">
  24. <h2> Welcome to the <mheitml> demos </h2>
  25.  
  26. Here you'll find applications that demonstrate the power of
  27. <mheitml>. The <sa href="tutor.hei">Quick Tutorial</sa>, however is better
  28. suited if your goal is to learn how to use <mheitml> and create your own applications. 
  29.  
  30. <h3> Layout Redefinition </h3> allows you to redefine 
  31. the well known HTML headlines, to
  32. <sa href=SrvLocalUrl urlpar="f=big"> big </sa>,
  33. <sa href=SrvLocalUrl urlpar="f=numbered"> numbered </sa>, 
  34. <sa href=SrvLocalUrl urlpar="f=box"> box </sa>, or
  35. <sa href=SrvLocalUrl urlpar="f=normal"> normal </sa>.
  36. Click on any of the preceding links to see what effect they have on this page.
  37.  
  38. <form action="demodyn.hei">
  39. <h3> Dynamic Content </h3> adapts your Web Pages to suit User needs.  Please
  40. enter your first name <input name="name"
  41. size="10">.<sessionhidden></form>
  42.  
  43.  
  44. <h3> Email Forms </h3> are amazingly simple to create, yet more powerful
  45. than with CGI. 
  46. <sa href="emailex.hei"> What do you think about <mheitml> ? </sa> 
  47.  
  48.  
  49. <h3> Outline Mode </h3> structures your Web Site.
  50. The menu you see on the left is autmatically produced
  51. by Outline Mode. You just specify the structure of your Web 
  52. Site, and all the menus, next, back and prev buttons work
  53. automatically. You can view the Web Site with <sa href="olFrame.hei">
  54. Frames </sa> or combine the pages together to form a single
  55.  <sa href="demoout.hei">large document</sa>.
  56.  
  57. <p>
  58. <box>
  59. <b> View the Source Codes </b> <hr>
  60. <sa href="demorsrc.hei"> Layout Redefinition </sa>, 
  61. <sa href="demodyn.hei" urlpar="$debug=pp"> Dynamic Content </sa>, 
  62. <sa href="emailex.hei" urlpar="$debug=pp"> Email Form </sa>, 
  63. <sa href="gbdisp.hei" urlpar="$debug=pp"> Guestbook Display </sa>, 
  64. <sa href="gdba.hei" urlpar="$debug=pp"> Guestbook </sa>, 
  65. <sa href="dbqdemo.hei" urlpar="$debug=pp"> Guestbook Search </sa>, 
  66. <sa href="dbsdemo.hei" urlpar="$debug=pp"> SQL Search </sa>
  67. </box>
  68. </td>
  69. <td valign="top">
  70.  
  71. <h2> Database Demos </h2>
  72. <h3> Data Display Demo </h3> show the content of our guestbook database.
  73. There are many ways to present data in an attractive and coherent
  74. manner. The <sa href="gbdisp.hei">Guestbook Display</sa> shows some of the
  75. possibilities.  Please bear in mind that, besides guestbook entries, your
  76. favorite database could be shown. 
  77.  
  78. <h3> Database Registration Demo: </h3> in this case a guestbook.  You can <sa
  79. href="gdba.hei?first=t">browse the guestbook database</sa>, scroll the screen,
  80. or have a look at the individual records.  Anyone can <sa
  81. href="gdba.hei?empty=t">create entries</sa> and lock them with passwords.  An
  82. entry can be changed at anytime using the password.  <p>
  83.  
  84. This is an instance of one very common kind of application, but address books,
  85. order entry forms, self registration kind of applications, open calenders,
  86. mailing list administrators, data entry forms, etc.  all work the same
  87. way. When necessary, part of the functionality can be locked for internal use only
  88. (e.g. for an order entry form, the browse functionality would be internal
  89. only).
  90. <p>
  91.  
  92.  
  93. <h3> Database Search Demo </h3> 
  94. Your users sometimes want to search the database using
  95. self-defined queries.  They can do that giving <sa href="dbsdemo.hei"> SQL
  96. queries explicitely</sa>, but this is too complex and inconvenient for most
  97. applications. In that case, specially designed query forms prove to be most
  98. helpful as can be seen in the <sa href="dbqdemo.hei"> Guestbook Query Form
  99. </sa>. Make sure to click on the advanced search button, to see the complete
  100. query form.
  101.  
  102.  
  103.  
  104. </td></tr>
  105. </table> 
  106.  
  107. <sa href="index.hei"> back </sa>
  108. </heitmlpage>
  109.