|
This is a demo of a model for
Kiwi Log Viewer for Windows
pagination that differs from
is a freeware application
others. It has many features
that displays text based log
that distinguish it from
files in a tabular format.
other methodologies, not the
Features colorization based
least of which is multiple
on sub-string or RegExp
selection of items in the
matches.
pages. Another feature is
that it does not suffer the
limitations of html
requests lengths, since
it uses sessions. Also, it
does not go to the database
'well' for each page.
Typically, for a given set
of access parameters, it
only accesses the database
once, caching away the
results in a session
variable. Paging is thus
more fluid. It also uses
HTML form submit buttons, in
conjunction with a select
for page 'jumps', to page
through the document as
opposed to hyperlinks. This
makes for cleaner code in
general.
Date: Nov, 14 2006 Date: Jul, 03 2006 |