-
Html interface completely
customizable. Unlike with some software where you do not actually
have complete control over the so-called fully customizable html interface,
with POD you can practically design the html interface completely by yourself.
Then you add a set of POD-specific tags to let POD provide data to be
displayed in your page. In one sentence, you provide the interface, POD takes
care of the data and display. In fact, you can even use a different language
like Spanish or Chinese for your DB when you design your own interface. In
addition, if you do not want to design your own html interface, a variety of
templates are included for a quick setup of your DB.
-
Support text input boxes, check boxes, radio
buttons, drop-down menus, and multi-line text boxes for displaying DB
data in an html form. Support displaying plain data anywhere in the html
file.
-
POD runs both on Win95/98/NT/2000 and
FreeBSD/Linux. Migration between the two types of systems is really
easy.
-
Administer DB through web
browser.
-
Both POST and GET methods are
supported, which means you can link any DB search from any html
page.
-
Search results can be displayed on multiple
pages. You can specify how many entries to be displayed per page, and
how many pages to be displayed per section (one section is defined as the
collection of the pages displayed between <prev page> and <next
page> links).
-
Maximum number of entries returned in a
search can be specified to prevent unecessary searches.
-
Special tags enable sorting results on any
item. (see Search and Sort for details).