<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://pbdj.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Articles by Larry Cermak</title>
 <link>http://pbdj.sys-con.com/</link>
 <description>Latest articles from Larry Cermak</description>
 <language>en</language>
 <copyright>Copyright 2008 </copyright>
 <generator></generator>
 <lastBuildDate>Fri, 21 Nov 2008 08:02:53 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>Avoiding Code Duplication: A Sample Exercise</title>
 <link>http://pbdj.sys-con.com/node/149670</link>
 <description>The purpose of these articles is not a tutorial with step-by-step instructions but a guide to assist in the design and development process. Our goal is to help new developers get started in the right direction and to avoid pitfalls. This month&#039;s column will center on pitfalls with the Web target.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/149670&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 23 Nov 2005 19:15:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/149670</guid>
</item>
<item>
 <title>PowerBuilder Standards and Frameworks</title>
 <link>http://pbdj.sys-con.com/node/140746</link>
 <description>Now that we understand workspaces and targets, we can start to get a feel for what type of infrastructure we want to use for our application. As I mentioned in my last column (PBDJ, Vol. 12, issue 7), we need to answer some questions regarding standards and frameworks.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/140746&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 27 Oct 2005 16:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/140746</guid>
</item>
<item>
 <title>Getting Started with PowerBuilder</title>
 <link>http://pbdj.sys-con.com/node/124572</link>
 <description>When Bruce Armstrong contacted me about writing a PowerBuilder Beginner&#039;s column I agreed almost immediately. The reason for this is that there are many existing PowerBuilder applications in production and their original developers have moved to other positions or left the companies that wrote them.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/124572&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 15 Sep 2005 12:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/124572</guid>
</item>
<item>
 <title>Exploring the Web DataWindow  Part 2</title>
 <link>http://pbdj.sys-con.com/node/107050</link>
 <description>The DataWindow is used extensively in most PowerBuilder applications. It accounts for as much as 75% of the objects in the application. The reason for this is the power of the DataWindow and its ability to present information from the database and allow new records to be added or existing records to be updated.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/107050&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 01 Jan 2005 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/107050</guid>
</item>
<item>
 <title>Exploring the Web DataWindow</title>
 <link>http://pbdj.sys-con.com/node/107041</link>
 <description>The DataWindow is used extensively in most PowerBuilder applications. It accounts for as much as 75% of the objects in the application. The reason for this is the power of the DataWindow and its ability to present information from the database and allow new records to be added or existing records to be updated. The DataWindow is definitely one of the reasons for the success of PowerBuilder as a client/server development tool.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/107041&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 01 Dec 2004 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/107041</guid>
</item>
<item>
 <title>PowerBuilder 8/4GL Web</title>
 <link>http://pbdj.sys-con.com/node/42366</link>
 <description>My last article (PBDJ, Vol. 8, issue 6), which introduced PowerBuilder 8 and Web targets, demonstrated how to create Web pages from within the PB development environment.         This article reviews the 4GL Web server-side event model and discusses how it helps reduce development time and effort. Using this event model allows developers to concentrate on business logic and interface design rather than the low-level details of accessing EAServer components.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42366&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 01 Aug 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42366</guid>
</item>
<item>
 <title>PowerBuilder 8 Web Targets</title>
 <link>http://pbdj.sys-con.com/node/42343</link>
 <description>I realize that many people are talking about nothing but Java, and yes, I&#039;m writing Java components myself; however, PowerBuilder still lives on.       There are many existing PowerBuilder client/server applications in production that need to be maintained and many that need to be moved to the Web.         PowerBuilder 8 has some nice development features that make it an environment for PowerBuilder applications as well as Web applications. This article discusses the new user interface and concentrates on Web targets.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42343&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 01 Jun 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42343</guid>
</item>
<item>
 <title>The Web DataWindow Update Process</title>
 <link>http://pbdj.sys-con.com/node/42317</link>
 <description>The development of the Web DataWindow is a great technological advancement. It&#039;s extremely helpful in moving an existing PowerBuilder application to the Web.  Most PowerBuilder applications contain many DataWindows for the various screens and reports.  The ability to quickly render these controls as HTML in a browser is a huge timesaver.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42317&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 01 Apr 2001 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42317</guid>
</item>
<item>
 <title>PowerBuilder 8/4GL Web</title>
 <link>http://pbdj.sys-con.com/node/106648</link>
 <description>My last article (PBDJ, Vol. 8, issue 6), which introduced PowerBuilder 8 and Web targets, demonstrated how to create Web pages from within the PB development environment.         This article reviews the 4GL Web server-side event model and discusses how it helps reduce development time and effort. Using this event model allows developers to concentrate on business logic and interface design rather than the low-level details of accessing EAServer components.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/106648&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 01 Aug 2000 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/106648</guid>
</item>
<item>
 <title>New Web DataWindow Features in PowerBuilder 7.0.2 C3</title>
 <link>http://pbdj.sys-con.com/node/42220</link>
 <description>Since Web DataWindow technology is now used as a building block for many applications, Sybase decided to enhance this functionality and provide some much needed bug fixes. I recently met with the Web DataWindow team to demonstrate what I&#039;ve been doing for my clients and to discuss some additional functionality that&#039;s needed in the Web DataWindow. I&#039;m pleased to say that PowerBuilder 7.0.2 C3 contains many bug fixes that the community has been waiting for as well as four new features.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/42220&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 01 Jul 2000 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/42220</guid>
</item>
<item>
 <title>PowerBuilder 8 Web Targets</title>
 <link>http://pbdj.sys-con.com/node/106620</link>
 <description>I realize that many people are talking about nothing but Java, and yes, I&#039;m writing Java components myself; however, PowerBuilder still lives on.       There are many existing PowerBuilder client/server applications in production that need to be maintained and many that need to be moved to the Web.         PowerBuilder 8 has some nice development features that make it an environment for PowerBuilder applications as well as Web applications. This article discusses the new user interface and concentrates on Web targets.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/106620&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 01 Jun 2000 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/106620</guid>
</item>
<item>
 <title>The Web DataWindow Update Process</title>
 <link>http://pbdj.sys-con.com/node/106595</link>
 <description>The development of the Web DataWindow is a great technological advancement. It&#039;s extremely helpful in moving an existing PowerBuilder application to the Web.  Most PowerBuilder applications contain many DataWindows for the various screens and reports.  The ability to quickly render these controls as HTML in a browser is a huge timesaver.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/106595&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 01 Apr 2000 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/106595</guid>
</item>
<item>
 <title>New Web DataWindow Features in PowerBuilder 7.0.2 C3</title>
 <link>http://pbdj.sys-con.com/node/106501</link>
 <description>Since Web DataWindow technology is now used as a building block for many applications, Sybase decided to enhance this functionality and provide some much needed bug fixes. I recently met with the Web DataWindow team to demonstrate what I&#039;ve been doing for my clients and to discuss some additional functionality that&#039;s needed in the Web DataWindow. I&#039;m pleased to say that PowerBuilder 7.0.2 C3 contains many bug fixes that the community has been waiting for as well as four new features.&lt;p&gt;&lt;a href=&quot;http://pbdj.sys-con.com/node/106501&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 01 Jul 1999 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://pbdj.sys-con.com/node/106501</guid>
</item>
</channel>
</rss>
