|
Why use TwinGrid?
- Organize your internet business data
or your customer information.
- Simple, no complicated server side programming (CGI, Perl, or
whatever)
is needed.
- Design and change your query form
as often as you like. Sometimes no need to change server side
program.
- Excellent for Intranet or Internet temporary survey projects.
- Operates like a spreadsheet. It is
easy to use.
- New data can be loaded
directly from your regular email (TwinGrid Email parser)
- Download file and populate
data on your desk top. (TwinGrid FTP)
- Navigate your
database with ease. Click or scroll with keyboard or mouse.
- Instant form view of each record as you navigate the database.
- Highlight your data by
changing font colors or styles: bold, italic or underline.
- Resizable screen and
panels.
- MS Office compatible - copy and paste
data to Excel, Word or other Windows applications.
- Send bulk emails from your desktop - copy and paste email
addresses.
- Save data to grid file, comma-delimited file
(Excel ready), or tab-delimited file.
- Easily transfer mailing
labels to Word for printing.
- It is cost effective (only
$39).
|
Why not use a Server-side Database?
- Your ISPs or web page
hosting agents probably do not allow you to install a database
on their machines.
- To retrieve the data, you need to get
on the net or download the database.
- To maintain the database,
you need to go to the server to delete unwanted records, change database
structure, compact the database, etc.
- It is a tedious job to modify the interface program every
time you change the form.
- Regardless, we still provide the ASP
code to guide you on how to write data on the server side. However, you
need to maintain the database by yourself - don't let it grow too big.
- It is very expensive to hire someone to design the
program, design the database, and maintain the database.
- You have increased data
security to not let
your valuable business information reside in your hosting agent's machine.
|
What's wrong with the
'mailto:' function?
 |
Some
earlier versions of Microsoft IE3 and IE4 browsers do not support
form 'mailto' function. What happens is when the users of those browsers
click the Submit button, the email window pops up. That means
about 20% to 30% of your customers cannot respond to the form to you.
That's too bad.
|
 |
'mailto:'
submits all fields in your form to your email box. You have no control
on the order of the fields or which fields you don't want them to
appear in the email. This is crucial when you are dealing with sensitive
issues or credit card information.
|
 |
You
can only 'mailto:' one person.
|
 |
Because
of increasing internet spam and virus issues, newer version browser
might not allow 'mailto:' function as before. You need to have a server-side
program, such as CGI or ASP to handle Form response text.
|
|
What's wrong with
TwinGrid's competitors?
 |
Too
complicate to use. |
 |
Some
still use 'mailto' function. |
 |
No
sorting, editing, searching functions. |
 |
There's
a lots of differences. Take a close look at TwinGrid screen design |
|
|