Features
• Tour
• Showcase
• Benefits
• System Requirements
• in1 FAQ
Data
Create and manage database schema easily from within a web browser
Quicklists for simple lists of data such as mapping State codes and State Name
Easily list, search, add, edit, and delete data with built in forms
Works with existing data in databases
Import data in CSV format
Logic
True tag based language with attribute values (not code nested in comments like others)
Our 4 tags and 10 functions that are most common are all you need to write sophisticated web sites
Built in ability to POP and send email through simple tags
Easily extend the built-in functionality with native Perl scripts
Presentation
Can use design templates for consistent look and navigation
Templates can be nested (like server side includes) and can be changed dynamically at run time
Can easily setup dynamic, secure menus that change when new pages are added or removed
Flash can be database driven with in1 and simple Action Script calls
Page results can be easily written to a file for exporting or later viewing
Control HTTP header to push results as different mime-type (for XML, CHTML, WML, exports, etc.)
Dynamic pages can optionally be published as static pages for faster access and better crawler access
Published pages will republish whenever anyone updates data that affects the page
Forms
Easily pull quick forms into your own pages for speedy forms development
Can build custom forms for complete design control
Automatically uploads images and files through forms and allows you to tie them to database fields
Forms are dynamically linked to information and logic stored in the database
Dynamically generates JavaScript validation for the fields you use on a form
Easily add search forms to your custom pages (simple search, advanced search, etc)
Built in database paging (show X number in list with previous and next buttons) for large result sets
Security
Built in User and Group management
Easy secure login (with remember me option)
Access control (only those with rights can see the functions you specify)
Unauthenticated site visitors are assigned a cookie that can be used for personalization and tracking
Authenticated site visitors are assigned a cookie can be used for access control to secure areas
Application Server
Small footprint, low resource usage
Database connection pooling
Result set caching for improved database performance
Multiprocessing for concurrent requests
Runs on standard operating systems, web servers, and databases (open standards)
Reliable (we have one customer with over a hundred production sites on one in1 server)
Scaleable (we have one customer who gets 1M-1.5M hits, and fulfills thousands of orders a day from a site running in1)
Our cgi-bin version auto launches the first time as a server and future requests are a client to that server (this keeps us from having to reconnect to the database with each request, even in a cgi-bin)
|