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.
Opportunities in software development: Legislated Requirements
Submitted by Scott Auge on Mon, 03/16/2009 - 13:24This is the first entry of a series of ideas on where to find value in software development.
So often it seems, software development ideas has been a series of upgrades and new toys for the technology department. We have forgotten the core values we were hoping to accomplish with software development.
Hopefully, these entries will stir up new ideas of "what we need" and "what to develop."
Build 2009070151330 of OOP Mail classes available
Submitted by Scott Auge on Wed, 03/11/2009 - 14:34Added From to message headers. (Special thanks Micheal Kochendoerfer)
Made output for .mail file binary no-convert to work with MS Windows and Exchange. (Special thanks Micheal Kochendoerfer)
Mime type support for PDF files. (See FileEncoder.cls to add more)
If unknown set Mime to application/octet-stream (See FileEncoder.cls to add more)
Allow ability to set the codepage for the mail message. (See Mail.cls:MailFileCodePage) (Special thanks Micheal Kochendoerfer)
Feel free to mirror this code on your web site.
Update to OOP Mail Classes in Progress ABL/4GL
Submitted by Scott Auge on Tue, 03/10/2009 - 01:00Updated the classes to interact with an MTA with SMTP over a socket connection.
This should make the code work on both Windows and UNIX environments.
See README.TXT for more information.
Released under the Open Source BSD license.
Update
A new build with some changes has been attached. Use the one with the biggest build number.
OOP Mail Classes in Progress ABL/4GL Available
Submitted by Scott Auge on Wed, 03/04/2009 - 22:54A new library of Amduus Classes I am putting together includes some code for sending email in Progress 10.1a or better programs.
Example call in HTML with embedded images and an attachment.
define variable M as com.amduus.mail.MailBySendmail no-undo.
define variable HTML as character no-undo.
M = new com.amduus.mail.MailBySendmail().
M:ToEmail = "sauge@localhost".
M:FromEmail = "root@localhost".
M:BCCEmail = "root@localhost".
M:Subject = "Test 1".
HTML = "<html><body>"
+ 'This is a <b>test</b> <img src="cid:y1"> email'
DNA Folding For Computer Science
Submitted by Scott Auge on Wed, 03/04/2009 - 11:39Fun little video explaining DNA origami with a use in computation can be seen here
