Overview
|
|
WebServers
| Programs that can be called from IIS.
| CGI
| | The details of writing a CGI program
| | ISAPI
| | How to convert a CGI (exe) program to an ISAPI (dll) program
| | Structure
| | Details on the WebServer structure
| | Debug Techniques
| | Some ideas on how to trouble shoot programs where you can not
set break points
| | Repairing IIS
| | Sometimes, IIS just dies. This provides one way to get it going again.
|
|
html details |
These are some tricks that apply specifically to Delphi based web servers
| General
| | This covers - frames, paths, opening a new window
| | Data Entry Form
| | How to create and process a simple data entry form
| | Input Focus
| | How to keep the input focus on a single field -
needed for barcode readers
|
|
Producing images
| How to dynamically create jpeg images and include them in the web page
|
Adding Flash
| How to integrate Flash movies with Delphi created web pages
|
IB Component Issue
| There are at least 4 different IBX versions - The Delphi 5 version does not work with a web server
|
IntraWeb
| A form type interface used to produce web pages -
but the problems make it unusable for pages that use Flash objects
|
|
|
|
|
Template
|
|