Customer Facing Applications is business software hosted on your machines customers can use through the internet or mobile networks to interact with your company. Some examples can be found here.
Free to use utility: Project Namer
Submitted by Scott Auge on Thu, 06/24/2010 - 16:52Ever had a need to come up with a unique project name? Now available for free use is the Project Namer software using the algorithms I used to come up with Amduus. You can use it for projects, software, software versions, or other things. Make use of it here.
Amduus Classes Updated
Submitted by Scott Auge on Thu, 05/27/2010 - 20:48Additional functionality has been added to the collection of classes provided by Amduus Information Works, Inc. The DynamicEval.cls will allow one to send in a computable expression as a string and return the results of that expression. The Render.cls is the beginnings of a "Smarty" html template routine much like the one found in the PHP world.
Dynamic Toolkit Updated
Submitted by Scott Auge on Thu, 05/27/2010 - 20:45Tony Suslovich was good enough to once again add additional functionality to the Dynamic Toolkit. This SDK aids developers with quickly implementing dynamic queries in the Progress ABL. No longer will developers need to figure out tables, handles, or walk an object tree to reach data.
Request for Proposal: Repair data export system generating files exceeding 32 bit offset pointer
Submitted by Scott Auge on Tue, 05/25/2010 - 03:26Using Progress ABL version 10.1x, repair a program that exports data from a Progress 10.1x database into SQL flat files. These flat files are then loaded into a MySQL version 5.x database.
The problem is, on one or more tables, there is greater than 2GB of data being written into a flat file with a 32 bit offset pointer. The solution desired is to automatically break up files that reach 1.5GB into multiple files for application into the MySQL database.
The source code is open source and can be sent to you for review with some analysis as to the solution.
Request for Proposal: Backup based database replication system
Submitted by Scott Auge on Tue, 05/25/2010 - 03:26A proposal to do the following:
On a Progress 10.1x database on a CentOS Linux system referred to in this proposal as system A, generate a set of incremental backup files every n seconds. It will need to be prepared to handle multi-volume back up files.
These files will then be automatically FTP'ed to another CentOS Linux system referred to in this proposal as B. System B will be watching for these files and will automatically apply them to a mirror database who's purpose is to act as a hot swap.
