Discussing, Learning, and Using Delphi and related technologies to create Great Applications!
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;

procedure Meeting;
const
  MeetingTitle = 'ReportBuilder Server Edition: Introduction to N-Tier Reporting Gone RAD';
  MeetingMonth = 2002.02 ;
  { tags: #Ed Dressel #Reports #2002 }
begin
  WriteLn('''
Publishing reports to remote client applications and web browsers using a standard reporting solution can be a complex, time consuming task requiring the mastery of a diverse set of technologies including multi-threaded programming, Windows Services, Windows Sockets, Windows System Tray applications, COM, I/O Completion Ports/Worker Thread Pools, XML, SOAP Services, ISAPI Thread Pools, XHTML, and JavaScript. ReportBuilder is a product of Digital Metaphors. PRESENTER Ed Dressel, ReportBuilder expert and long time member of TeamDM, will show how ReportBuilder Server Edition brings RAD to the world of N-Tier reporting enabling Delphi developers to quickly and easily deploy state of the art information publishing solutions to support remote clients and web browsers.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Borland Delphi 7 Studio Architect';
  MeetingMonth = 2002.01 ;
  { tags: #Anders Ohlsson #Delphi Release #2002 }
begin
  WriteLn('''
Borland Delphi 7 Studio Architect delivers new, fully integrated technologies for increased developer productivity. Get your applications ready for the path to Microsoft .NET with the Delphi 7 Studio migration kit. Learn what is new and improved in the latest Delphi release. Delphi7 Migration Path to .NET Cover COM .NET Interop. Language additions to support .NET Overview of ASP.NET Overview of Windows Forms Overview of .NET Web Services RAD Web Development using IntraWeb and Web-Snap Web Services Support in Delphi7 Overview of DataSnap and dbExpress dbExpress connectivity components Data management with ClientDataSets and SimpleDataSets Overview of ModelMaker (UML Modeling Tool) Cover various diagrams/patterns Refactoring Delphi code Cross Platform Development using CLX Visual Reporting with Rave Visual report designer (End User functionality) Model Driven Architecture (MDA) development with Bold for Delphi A copy of Delphi 7 Architect will be given away along with some other prizes!
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Kylix!';
  MeetingMonth = 2001.11 ;
  { tags: #2001 }
begin
  WriteLn('''
It’s an understatement to say that there is a lot of excitement mounting for Borland’s Delphi and C++Builder products on Linux. Linux itself is nothing short of a phenomenon rising out of obscurity just a few years ago, to be the hottest topic in every computer-related periodical available. However, the biggest deficit of this free and stable operating system is the lack of applications. Borland aims to change all that!
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'ReportBuilder, et al';
  MeetingMonth = 2001.11 ;
  { tags: #Homer Jones #Reports #2001 }
begin
  WriteLn('''
Digital Metaphors, the publishers of ReportBuilder, are sponsoring the pizza for this event in exchange for us showing off their product. And they have a very good product! Practically the standard for reporting under Delphi, ReportBuilder is a powerful design tool for creating complex reports. There will be several trial copies of ReportBuilder to hand out, and one lucky person will get a full, licensed copy of ReportBuilder Pro, a $500 Value!
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Business Meeting';
  MeetingMonth = 2001.10 ;
  { tags: #2001 }
begin
  WriteLn('''
David Cornelius and Homer Jones (ODUG coordinator and assistant) would like to present some ideas about growing the Oregon Delphi User Group into a larger, perhaps more formal organization. Several ideas have been tossed around and we would like some discussion and feedback from you, the members of the group. Please join us at 6:00 PM for this important meeting. Pizza will be served and the regular meeting will follow.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Creating an Application Development Framework';
  MeetingMonth = 2001.10 ;
  { tags: #Rob Schuff #Slides #2001 }
begin
  WriteLn('''
Delphi provides several useful facilities for streamlining application development. In this presentation, we’ll explore several techniques used in the development of a multi-tier medical research application. Topics covered include: Using non-visual and visual inheritance Custom Form properties and events (available in the object inspector) Using the open Tools API to create form experts Using Patterns. If time allows, we will demonstrate the effect of these techniques in an actual application designed for a busy medical research facility.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'NT Services, Sockets, ADO, and XML Parsing';
  MeetingMonth = 2001.09 ;
  { tags: #2001 }
begin
  WriteLn('''
What does an NT Service, a Socket, ADO, and XML have to do with each other? All four technologies are well supported by Delphi and all being utilized as part of one IVR application at Interactive Northwest. David just completed his first Windows NT Service application–and learned a LOT! He would like to share his experience with the group to help make others aware of issues lurking in the shadows of this type of beast.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;