Discussing, Learning, and Using Delphi and related technologies to create Great Applications!
procedure Meeting;
const
  MeetingTitle = 'Dynamic Packages';
  MeetingMonth = 2002.10 ;
  { tags: #Kevin Stanton #2002 }
begin
  WriteLn('''
What do you do when an application gets too large for the OS to handle? Modularize. See how to easily create packages (.BPLs) and load them dynamically from your applicaiton. PRESENTER Kevin Stanton is an independent consultant doing business as RDB Solutions and has been working with Delphi since version 1.0 dealing with client/server databases and comes from the Paradox and IBM Mid-Range worlds.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'FinalBuilder';
  MeetingMonth = 2002.10 ;
  { tags: #Automation #Ed Dressel #Slides #2002 }
begin
  WriteLn('''
FinalBuilder’s primary purpose is to allow developers to automate their software build process in a repeatable, predictable manner. FinalBuilder allows you to define your build process easily, allowing you to focus on more interesting and important tasks! Anyone can run the build, with one click (or keystroke!) in FinalBuilder. Builds can be scheduled via the windows scheduler, so automated nightly builds are easy to setup. FinalBuilder saves time, often doing in seconds task that take minutes or hours if done manually.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Raize Components, DropMaster, and CodeSite';
  MeetingMonth = 2002.09 ;
  { tags: #Components #Ray Konopka #2002 }
begin
  WriteLn('''
Raize Software has been providing high-quality, innovative developer tools since 1995. In this presentation, Ray Konopka will show how developers use Raize Components and DropMaster to build sophisticated user-interfaces in less time with less effort and CodeSite to ensure that their underlying code is working correctly. PRESENTER Ray Konopka is the founder of Raize Software, Inc., and the chief architect for CodeSite and Raize Components. Ray is also the author of the highly acclaimed Developing Custom Delphi Components books and the popular Delphi by Design column, which appeared in Visual Developer Magazine.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'BorCon 2002 Overview';
  MeetingMonth = 2002.08 ;
  { tags: #2002 }
begin
  WriteLn('''
This year’s Borland Conference, BorCon 2002, highlighted .NET and the exploding Web Services market. Anders Hejlsberg, a former Borland employee now spearheading the C# language and a key participant of the .NET framework at Microsoft, gave Monday’s keynote talk and announced Delphi 7 coming later this year. These and other highlights will be shared at the June meeting by a panel of BorCon attendees from Oregon. If you couldn’t attend BorCon, you gotta come to ODUG this month!
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Effective User Interface Techniques';
  MeetingMonth = 2002.07 ;
  { tags: #2002 }
begin
  WriteLn('''
The subject matter for this presentation is taken (with his permission) directly from Ray Kanopka’s session at this year’s Borland Conference (track 1126): “The goal of this session is to illustrate the importance of effective user interface design in an application. To reach this goal, a set of user interface guidelines will be presented that apply to virtually all types of applications. In addition, specific attention will be given to user interface design traps to which developers often fall prey.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Numerical Analysis and Processing';
  MeetingMonth = 2002.07 ;
  { tags: #Fred Edberg #2002 }
begin
  WriteLn('''
Fred has written several statistical and image-processing components in Delphi that he will share with the group this month. The components are implemented as TClientDataSet descendents in order to leverage the power of SQL databases (where available), yet uses in-memory storage and minimal disk I/O for high speed processing. The components cover several aspects of numerical analysis including: Linear Regression, Bivariate Regression-Predicted Values, Multivariate Regression, 1-Way Analysis of Variance (ANOVA), and more.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Delphi Debugging Tips and Tricks';
  MeetingMonth = 2002.06 ;
  { tags: #Shawn Lehr #2002 }
begin
  WriteLn('''
This session will cover some Delphi IDE tricks and tips as well as simple debugging techniques available in the IDE. Most of the information for this presentation was gathered at two workshops Shawn attended during BorCon 2002, both presented by Brian Long. Shawn will furnish examples of the tips, tricks and debugging techniques as well as provide links to Brian Long’s web site, which has many more items of a similar nature available for Delphi developers.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Designing the User Experience: A Case Study in Building a Usable Interface';
  MeetingMonth = 2002.05 ;
  { tags: #Leo Frischberg #User Interface #2002 }
begin
  WriteLn('''
In the past few years, Human Factors engineers, Usability professionals, and Computer/Human Interaction practitioners have focused on the question of building usability into products from the outset. Leo Frishberg, local User Experience Architect will present some of the reasons to do pre-development research and design along with “discount usability” techniques and approaches. As part of his discussion, Leo will walk through a Delphi-based application designed using these techniques. PRESENTER Founding principal of Phase II, a computer based consulting service, Mr.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Dionysus: The next generation of Delphi components available together';
  MeetingMonth = 2002.04 ;
  { tags: #Ed Dressel #2002 }
begin
  WriteLn('''
Dionysus due to be released in September, brings together for the first time 13 of the best Delphi components from the best VCL control 2 years running (QuantumGrid) to the best Delphi component 2 years running (Report Builder). Professional Delphi Developers already have several of these components, but for the first time everyone from Corporate development shops to independent consultants will be able to purchase all of these controls that are independently available for over $4000 for under $2000.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'ExpressWeb Framework: Building Web Applications in Delphi';
  MeetingMonth = 2002.03 ;
  { tags: #Ed Dressel #Web #2002 }
begin
  WriteLn('''
ExpressWeb is a new development framework from Developer Express that implements in Delphi the component architecture of ASP.Net to enable the same template driven web development of JSP or ASP but with a RAD designer. ExpressWeb contains 4 palettes of visual stunning controls to enable you to build professional web sites in the same way you build Windows application with Delphi, and with the total control that defines Delphi. Ed will give a thorough demo of what ExpressWeb brings to Web development over and above the 3 different technologies already in Delphi.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;