|
|
|
Services
|
|
|
|
 |
Database Design & Implementation
|
Most of our systems are built around a central database. It's critical that each database is well designed, so that the data is easy and efficient to maintain and use for reporting purposes. We're big fans of third-normal form, and we try to embed as much data-oriented logic in the database as we can, via constraints and triggers. We also strive to create stored procedures for data access, update and retrieval functions, for both performance and maintenance purposes.
|
|
Web-based Applications
|
There's much to be said for browser-based applications. We'll serve up web pages using either Microsoft/ASP based web-servers or Open/Java based web servers.
|
|
System Planning & Implementation
|
This is where the rubber meets the road. We're judged by how well our systems were implemented (on-time? on-budget?) as well as by how well they meet our clients' needs once they're up and running. We do an outstanding job in both regards.
|
|
|
|
|