[ Back to Diary Page ]

General Meeting
Location: Auditorium
Date: Monday, May 7
Topic 1: Is that a State Machine in your Toolbox?
Richard Underwood
http://www.RichardUnderwood.com

Most programmers have coded state machines already but they might not know it. For instance a TCP connection can be in one of several states: Established, Listening, Closed. When the connection receives a request from other objects it responds differently depending on its current state.

Richard Underwood will present a formal treatment of the subject and introduce some patterns for easily implementing state machines. Some implementations involve complex case statements and many flags to hold state information. Using a pattern can make your code simpler, more robust and easier to understand.

Topic 2: Integrating Delphi with Active Server Pages (ASP)
Joshua Moore-Oliva
chat_gris@hotmail.com

Joshua Moore-Oliva is president of MediaPOW, specializing in creating professional web sites for businesses. You know how to create applications in Delphi and now Joshua will present on how you can leverage your knowledge to do the same thing on the web. This will be an entry-level look at how Delphi integrated with ASP can create a robust site with many tips and tricks along the way.

[ Back to Diary Page ]