<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/feed_style.xsl" type="text/xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="https://www.rssboard.org/media-rss"><channel><title>2011 on Oregon Delphi User Group</title><link>https://odug.org/tags/2011/</link><description>Recent content in 2011 on Oregon Delphi User Group</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 07 Nov 2011 22:26:22 -0700</lastBuildDate><atom:link href="https://odug.org/tags/2011/index.xml" rel="self" type="application/rss+xml"/><icon>https://odug.org/delphi-software.svg</icon><item><title>Touch and Gesture Capabilities</title><link>https://odug.org/events/2011-11/</link><pubDate>Mon, 07 Nov 2011 22:26:22 -0700</pubDate><guid>https://odug.org/events/2011-11/</guid><description><![CDATA[<p>Last summer, a member of the group brought a multi-touch enabled laptop to an ODUG meeting.  Of course everyone wanted to see a touch enabled application written in Delphi.  He now has a demo ready that shows some of these capabilities in a business application.</p>
<p>The term “business application” was stretched a bit when Embarcadero came to town during the XE2 tour and explained how FireMonkey is the new way to write business applications.  You won&rsquo;t see data rotating on a cube or have to sit through yet another photo album example that attempts to wow the audience by zooming in on a picture.  Instead, this demo will show how you can make your existing business applications more intuitive by tapping into the natural human tendency to want to manipulate what is seen on the screen with a finger&ndash;and how that differs from using a mouse.</p>
<p>Suggestions from the audience will be solicited throughout the meeting to make the application even better.  Source code to the application will be made available after the meeting.</p>
<p><em><strong>Download:</strong></em></p>
<ul>
<li><a href="https://presentations.odug.org/2011-11_TouchAndGesture/TouchAndGestures.pptx">PowerPoint Slide</a></li>
<li><a href="https://presentations.odug.org/2011-11_TouchAndGesture/gesturestudy-chi2011.pdf">Analysis of Gesture Design (PDF)</a></li>
<li><a href="https://presentations.odug.org/2011-11_TouchAndGesture/TouchGestureCards.pdf">Touch Gesture Reference Cards (PDF)</a></li>
<li><a href="https://presentations.odug.org/2011-11_TouchAndGesture/TouchGestureGuide.pdf">Touch Gesture Reference Guide (PDF)</a></li>
</ul>
<h2 id="presenter">PRESENTER</h2>
<p><strong>David Cornelius</strong> has been developing software since the mid-80&rsquo;s. He is the coordinator of the Oregon Delphi User Group and is a software development manager at <a href="http://retaildimensions.com">Retail Dimensions</a>. You can read more about him and his programming interests on his web site, <a href="http://corneliusconcepts.com">Cornelius Concepts</a>.</p>
]]></description></item><item><title>RAD Studio XE2 World Tour!</title><link>https://odug.org/events/2011-10/</link><pubDate>Sat, 08 Oct 2011 13:51:04 -0700</pubDate><guid>https://odug.org/events/2011-10/</guid><description><![CDATA[<p>The word is out. The biggest and best Delphi, C++Builder and RAD Studio release is coming soon. Join us at this free event to get a first-hand look at all the new RAD capabilities you’ve been asking for and more.</p>
<p>With RAD Studio XE2, you will be able to create 64-bit Delphi applications to take advantage of the latest hardware, access more memory, and push the performance envelope. You will be able to deploy your applications to Windows and Mac and more. And with FireMonkey™, the GPU-powered next-generation application platform, you’ll be able to create visually stunning HD and 3D business applications that are more immersive and interactive than anything on the market.</p>
<p>Come see what all the excitement is about at this free RAD Studio XE2 World Tour event and see how easy you can:</p>
<ul>
<li>Create GPU-powered FireMonkey applications that will keep your customers engaged</li>
<li>Build 64-bit Delphi applications to take advantage of the latest hardware</li>
<li>Create a single application and target both Windows and OS X</li>
<li>Extend your multi-tier DataSnap applications with new mobile and cloud connectivity in RAD Cloud</li>
<li>Connect any visual element to any type of data using LiveBindings™</li>
<li>Modernize the look and feel of your Windows applications with VCL styles</li>
<li>Create mobile-optimized web applications and standalone apps for iOS and Android devices using RadPHP</li>
<li>&hellip;and much more!</li>
</ul>
<p>All event attendees will receive:</p>
<ul>
<li>Special discounts on RAD Studio XE2, Delphi® XE2, C++Builder® XE2, RadPHP XE2 and Embarcadero Prism XE2</li>
<li>Entry in a drawing for a free copy of RAD Studio XE2 Professional</li>
</ul>
<p><em>Refreshments will be served at this event.</em></p>
<p><strong>Click <a href="http://forms.embarcadero.com/forms/RADStudioXE2WorldTour-Portland">here</a> to register!</strong></p>
]]></description><media:thumbnail url="https://odug.org/radxe2_worldtour_banner_2_680x150.jpg"/></item><item><title>XML Binding and REST Servers</title><link>https://odug.org/events/2011-09/</link><pubDate>Wed, 07 Sep 2011 22:25:26 -0700</pubDate><guid>https://odug.org/events/2011-09/</guid><description><![CDATA[<p>We&rsquo;ll be going over how to create XML documents in Delphi using the XML Binding Wizard to create the document from either an XSD or XML file. We&rsquo;ll use a web broker based REST server to serve up the document and then read it in using a Delphi client. As we do that we&rsquo;ll define what a REST server is and why it&rsquo;s replacing SOAP servers.</p>
<p>We will also look at using the web services wizard to read in WSDL from a SOAP based web service. This is nice because we can see how it hides all the complexities of XML from us. Delphi Pro will be used, but we can discuss what DataSnap is capable of doing as well.  We&rsquo;ll also discuss JSON because in many places it is starting to replace XML where the complexities of XML are not necessary.</p>
<p>If there is time we will create JSON from the web broker server and read it in using a Delphi client. The push towards simplification of the data we transfer on the web right now is strong so we need to understand each of these technologies as well as how they have influenced each other.</p>
<h2 id="presenter">PRESENTER</h2>
<p><strong>Ron Grove</strong> has been in the IT Services area for many years but picked up Delphi along the way to maintain some in-house programs. He recently joined <a href="http://retaildimensions.com">Retail Dimensions, Inc.</a> as a Delphi developer and brings a strong interest in mobile services to the team.</p>
]]></description></item><item><title>Powerful Debugging with CodeSite</title><link>https://odug.org/events/2011-08/</link><pubDate>Fri, 01 Jul 2011 18:00:00 -0800</pubDate><guid>https://odug.org/events/2011-08/</guid><description><![CDATA[<p>Debugging your applications is an old topic. But there are always new tricks to be learned.  One product that can go a long way in trouble-shooting is CodeSite by <a href="http://www.raize.com">Raize Software</a>.</p>
<p>One member, David Cornelius, has been a long-time user and proponent of CodeSite and will share his expertise with the group.  Even though this product has been out for a while, he still get requests once in a while on how to use CodeSite effectively.  And since an &ldquo;express&rdquo; version of the product now ships with RAD Studio, more people are using this tool.</p>
<p>Some of the features that will be discussed include:</p>
<ul>
<li>Displaying a variety of data types</li>
<li>Using colors to quickly locate key debug lines</li>
<li>Differences between the full and express versions</li>
<li>How to export information in records</li>
<li>Saving debug output to a file</li>
<li>Multi-threaded debugging</li>
<li>How to use CodeSite with Visual Studio</li>
<li>Using templates to quickly add debugging to your code</li>
</ul>
<p><em><strong>Download:</strong></em></p>
<ul>
<li><a href="https://presentations.odug.org/2011-08_CodeSite/CodeSite_2011-08.pptx">PowerPoint Slide</a></li>
</ul>
<h2 id="presenter">PRESENTER</h2>
<p><a href="https://corneliusconcepts.tech/aboutme"><strong>David Cornelius</strong></a> is a full-time Delphi developer and has been programming since the 1980s.</p>
]]></description></item><item><title>HelpScribble</title><link>https://odug.org/events/2011-05/</link><pubDate>Sun, 01 May 2011 18:00:00 -0800</pubDate><guid>https://odug.org/events/2011-05/</guid><description><![CDATA[<p>This month, the Oregon Delphi User Group will be looking at integrating help into Delphi applications.  <a href="http://www.just-great-software.com">Just Great Software</a> produces a complete help authoring tool called, <a href="http://www.helpscribble.com">HelpScribble</a> that simplifies the task of producing help files and manuals in multiple formats.  These files can be used to provide context-sensitive help in your Delphi programs, stand-alone software manuscripts, or even online documentation&ndash;all from the same help project file.</p>
<h2 id="presenters">PRESENTERS</h2>
<p>The discussion leaders are long-time members of this group, <strong>Homer Jones</strong> and <strong>Dan Lowe</strong>.  There are likely others that have experience with this or other help authoring products and we welcome their comments.</p>
]]></description></item><item><title>Discussion on Firebird</title><link>https://odug.org/events/2011-02/</link><pubDate>Sat, 05 Feb 2011 21:51:16 -0800</pubDate><guid>https://odug.org/events/2011-02/</guid><description><![CDATA[<p>We have decided we want to meet again!  I don&rsquo;t know how regular this will be, but this month, we&rsquo;re getting together, once again on the 3rd Monday of the month to talk about programming with the great Delphi programming tool.</p>
<p>The emphasis this month will be using <strong>Firebird</strong> with examples and member experiences shared.</p>
<p><em><strong>Download:</strong></em></p>
<ul>
<li><a href="https://presentations.odug.org/2011-02_Firebird/Firebird.ppt">PowerPoint Slides</a></li>
</ul>
<h2 id="presenter">PRESENTER</h2>
<p>Our main presenter is <strong>Alfonso Presa</strong>. Alfonso was born in Cuba and received a Bachelors degree in Computer Science at ISPJAE (Tech University of Havana).  He also pursued a Masters in Telecommunications, but had to leave the area.  He was in Venezuela for 9 years developing software for Pharmacies, Drugstores, Clinics, and Insurance. He is now in the United States, but works remotely for the health care company, which now has more than 450 customers and a solid reputation in the local market.</p>
<p>He has used Delphi 6 and Firebird versions 1.5 - 2.5. He will share programming techniques and ways to develop mid-sized applications using Firebird and show that even being a free database engine, Firebird can compete with almost all features of larger products such as SQL Server and Oracle.  In fact, Firebird is faster and easier to deploy in small environments (less than 40 workstations).</p>
<p>Join us as we explore this incredible open source product to learn how you can provide robust database solutions to your customers.</p>
]]></description></item></channel></rss>