ADS BY GOOGLE
AJAXWorld RIA Conference
$300 Savings Expire July 25
Register Today and SAVE!

DIGITAL EDITION

PowerBuilder Editorial: The State of the State
Back in 2002, Sybase announced their four-phase ap
SYS-CON.TV

2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
POWERBUILDER LINKS YOU MUST CLICK ON
LATEST SYBASE POWERBUILDER STORIES & POSTS
PBDJ News Desk monitors the world of Sybase PowerBuilder to present IT professionals with updates on technology advances, business trends, new products and standards in the PowerBuilder and i-technology space since 1994!

Pages: « Prev 3 4 5 6 7 8 9 10 11 12 13
Client/Server-The Haven Of Sensitive Data
To this day my mother refuses to make deposits via her bank's ATM. Her reason is a valid one: she doesn't trust a machine with her money. You get no real validation from the ATM, just a receipt stating the amount you said was in your envelope.
read & respond »
Jaguar Mail Server III
A component that's sitting on EAServer doesn't do us any good unless we call it from somewhere. We may call these components from several different sources. In this article we'll call them from the Active Server Pages (ASP) front end.
read & respond »
Get the HTML Outta Here!!!
The HTML DataWindow is a great starting tool for any PB programmer. When I began developing applications for the Web knowing little if any HTML, using the HTML DataWindow enabled me to deploy data to the Web immediately.
read & respond »
A PB Catalog Information Utility
PowerBuilder 7's IDE has many new features that can speed the development of an application. However, I've had a hard time adjusting to the change in the database painter. Despite the added features, the catalog maintenance and database administrator are slightly more difficult to use.
read & respond »
Jaguar Mail Server II
In the October issue of PBDJ we worked on the design for our mail server on Jaguar. This is more accurately called an MDA, or Mail Delivery Agent. What we're writing isn't the application that will receive raw messages from the Internet, parse them out, then store them for another appl
read & respond »
Power Builder News
Techno-Kitten.com announced the release of the lastest version of PBL Peeper. Version 1.3.1 includes a number of enhancements and bug fixes and can be downloaded from their Web site. www.techno-kitten.com PBBrowser Beta 8/19 OOWidgets announced the availability of a beta version of
read & respond »
PB And Java
Most PowerBuilder developers are aware of object-oriented concepts like inheritance, encapsulation, and polymorphism. A lot has been said about them, and I don't want to reinvent the wheel by discussing what they are and how they're used in PB applications. The main purpose of this ar
read & respond »
Drop Down Data Windows Using HTML and JavaScript
Imagine creating a DropDownDataWindow look and feel using HTML form elements that can show more than one column in a ListBox on a Web page. The data elements could be generated using Web server-side technologies such as JavaServer Pages (JSP), Active Server Pages (ASP), and ColdFusion
read & respond »
Sherlock II Loggin In
My first column on Sherlock appeared in the August issue of PBDJ (Vol. 7, issue 8). In that article we set up our development environment. Now we need to log in. Before we do that let's review just a bit.
read & respond »
Creating a Jaguar E-Mail Server
This issue of PBDJ contains an article written by Tom Hughes that provides us with a service object quite suitable for traditional two-tier applications. My article shows how to expand that technology and move the object to a Jaguar component so we can handle e-mail from a central spot
read & respond »
TechWave 2000
This year's TechWave was a marked improvement over the last few years. Overall I'd have to say that 1994 and 1995 were the best Sybase Tools conferences ever. Since then their value to me has declined, though they were still worth the time and money. The two areas in which I've been di
read & respond »
Dynamic Data Windows 1
'Welcome back, my friends, to the show that never ends, we hope you will attend, step inside, step inside.' Those words - from an old song by Emerson, Lake and Palmer - have been floating through my head all day, ever since I decided on the subject of my next series of articles on the
read & respond »
New Web DataWindow Features in PowerBuilder 7.0.2 C3
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've been doing for my clients and to discuss some
read & respond »
Computed Field 1: Report Presentation
Okay, it's a common enough observation - heck, it may even be a cliché - but ladies and gentlemen, boys and girls, some clichés are true: presentation is everything.
read & respond »
DataWindows in PowerJ - Should You Use Them?
One of the greatest selling points of the PowerJ development environment is its ability to use DataWindows. The same DataWindow that's created in PowerBuilder, and a major contributor to the success of that environment, is available to the Java programmer who uses PowerJ.
read & respond »
Using the PFC Calendar with a Datetime Column
In this article I'll share my experiences of working with the PFC DropDown Calendar and show you how to make this custom user object user-friendly. If you've tried to use this custom visual object, you may have discovered that the PFC Calendar won't populate a calendar if you use a dat
read & respond »
User Interface Design for Long Running Processes
Almost every application has one or more long-running processes. Typically these are things like importing, export and reporting. Waiting for the processes to complete can be tedious for your users. There are techniques you can use to make this less painful. When designing a long runn
read & respond »
Graphing V
We've finally reached the end of this series - the fifth and final installment on graphing techniques. By the end of this article you should know enough about graphing to be really good at it. There's still a lot about graphing that I haven't covered, but there's a lot to discuss about
read & respond »
Using EAServer to Solve Important Programming Tasks
There are files that come with EAServer that were hidden from me when I first started using EAS. These files, primarily utilities, can solve some common and important programming tasks. This article essentially covers two of these files or utilities, one named javaqry.ssc; and the othe
read & respond »
Using Overloaded Functions to Determine Object Types
Overloading allows two or more functions to have the same name and return type, if their signature is different. The function signature is defined by its number and types of arguments. When you call an overloaded function, PowerBuilder decides which version of the function to call base
read & respond »
Running Java Servlets in Jaguar CTS
Java servlets, one of the hottest topics in programming today, are Java's method of writing CGI-type programs that interact with the Web browser and deliver dynamic HTML pages to the end user. Traditionally these programs have been written in C++ or Perl. Since C++ is compiled to nativ
read & respond »
Graphing IV - Runtime Manipulation
So far we've made significant headway in our understanding of graphing. In our first exercise (PBDJ, Vol. 7, issue 1) we learned some of the basics. The next three articles (PBDJ, Vol. 7, issues 2, 3 and 4) concerned line graphs. We created a simple one and added tool tips to it. In my
read & respond »
PB7 Wizards for Jaguar Components
Some of the most popular new features in PowerBuilder 7 are the wizards because they make it easy to perform complicated, multipart tasks. However, the first time I ran PB7 and attempted to create a Jaguar component I was stunned to find identically labeled, as well as nearly identical
read & respond »
EAS and DHTML Tab Controls
After years of considering what types of controls to put in a Web page, the main technologies that work are ActiveX, Java and DHTML. I thought only Java or ActiveX could provide the types of controls I needed, until I saw the game Asteroids, written in DHTML.
read & respond »
Graphing Multiple Products
In my previous articles on graphing (PBDJ, Vol. 7, issues 2 and 3) we created a simple line graph. We then extended the graph in order to have a tool tip that would work with it. This article will expand on that idea and show you how to do a series. My next article will begin exploring
read & respond »
Nuances of the PowerBuilder 7.0 IDE - It Wants You to Be as Productive as You Can Be
Imagine hiring a crew to put an addition on your home. As capable as they seem, you can't help being concerned over the fact that they've shown up for work without any power tools. Every instrument they use looks like it came from Olsen's Mercantile in Little House on the Prairie. Whe
read & respond »
Writing Your Own Web Browser
Imagine creating your own Web browser that can provide the full power of Internet Explorer (IE) including scripting, parsing and rendering of HTML pages. It has become standard for stand-alone and client/server applications to contain Web browsers. A perfect example is Intuit's popular
read & respond »
DateWindow Magic: Concepts in Graphing II
In my last article (PBDJ, Vol. 7, issue 2) I described how to create a simple application for unit testing, and then explained a simple line graph that went with it. This month we'll build on that concept, using some techniques I showed you in an earlier article (Vol. 7, issue 1) on T
read & respond »
Debugging DataWindows - Live!
You stumble on a bug in your application. In order to troubleshoot it you need to see the raw data inside your DataWindow but the columns you need aren't visible. ... You open a window in your application, and even though you don't change any of its data it still prompts you to save w
read & respond »
Concepts in Graphing
When I sit down to write this column I always ask myself, 'What can I write that will be the most help to DataWindow programmers?' At the moment I'm also in the final production stages of my new book, The Definitive DataWindow. This morning, while glancing at my chapter on 'Graphing,'
read & respond »
A Current Row Indicator for HTML DataWindows
One of the typical problems developers face when using the HTML DataWindow (HTML DW) is that there's no SetRowFocusIndicator() method to allow users to see which row is the current one. This can confuse the user and lead to errors. For example, without a current row indicator users may
read & respond »
Implementing Automatic Tool Tips
A tool tip, which appears in several modern applications, is a small text area that floats over an object when the cursor comes to rest on it. Microsoft Word has it - in fact, PowerBuilder itself incorporates tool tips. Rest your cursor on any item in the toolbar and a moment later a t
read & respond »
Extending PowerBuilder Applications to the Web
Blue Cross and Blue Shield of Rhode Island (BCBSRI) is one customer who's leveraged PowerBuilder and EAServer to develop an intranet solution. This application has provided BCBSRI with tremendous cost savings and enhanced performance.
read & respond »
Using the PFC Multitable Update Service
In this month's column I'll show you how to use the PFC multitable update service. This service, as you might expect, allows the DataWindow to update more than one table. Multitable update, one of the least used PFC services, has been around since version 5.0. I'll demonstrate how you
read & respond »
Java vs. PowerScript Pt. 2
In Part 1 of this article (PBDJ, Vol. 7, issue 1) I compared Java to PowerScript. We covered some of the fundamentals of Java language - identifiers, primitive data types and primitive data type wrappers - and PowerBuilder's any data type, and we began to discuss relational operators,
read & respond »
Debugging DataWindows - Live!
You stumble on a bug in your application. In order to troubleshoot it you need to see the raw data inside your DataWindow but the columns you need aren't visible. ... You open a window in your application, and even though you don't change any of its data it still prompts you to save w
read & respond »
Concepts in Graphing
When I sit down to write this column I always ask myself, 'What can I write that will be the most help to DataWindow programmers?' At the moment I'm also in the final production stages of my new book, The Definitive DataWindow. This morning, while glancing at my chapter on 'Graphing,'
read & respond »
Java vs. PowerScript
With the industry buzzwords being Java, Java, and more Java, I wrote this article to provide insight into how you can leverage your knowledge of PowerScript and PowerBuilder to quickly learn and build Java programs. I'm going to assume that you're familiar with PowerBuilder and the OOP
read & respond »
Pages: « Prev 3 4 5 6 7 8 9 10 11 12 13
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

PBDJ LATEST STORIES . . .
Adobe's Kevin Lynch and Microsoft's Scott Guthrie to Keynote AJAX World RIA Conference & Expo
Two of the biggest launches in Rich Internet Application history took place in 2007/2008 when Adobe launched AIR 1.0 in February '08 and Microsoft launched Silverlight (September '07). At the 6th International AJAXWorld RIA Conference & Expo in October SYS-CON Events is delighted to be
PowerBuilder and EAServer: Uniting the .NET and J2EE Communities
In PowerBuilder 11.2, .NET meets J2EE head-on with the capability to deploy .NET Windows Forms and Web Forms applications (as well as assemblies and Web Services) that access Enterprise JavaBeans (EJBs) in Sybase's own EAServer. As you'll see over the course of this article, integratin
HarPB Tool Review
HarPB is a specialized utility for checking PowerBuilder source objects in and out of AllFusion Harvest. It handles the special requirements of checking objects out to PowerBuilder Libraries (PBLs) and checking objects in from PBLs. These operations are non-standard to most source cont
PowerBuilder Editorial: The State of the State
Back in 2002, Sybase announced their four-phase approach toward adding .NET support to PowerBuilder. Phase 1 was the implementation of web services in PB9 and Phase 2 was the release of DataWindow.NET, which was packaged with PB 10. Phases 3 and 4 were the more significant phases. In P
PowerBuilder History - When Did Sybase Develop PB and How Did It Evolve?
I have been asked many times by various clients, students, and the IT curious about PowerBuilder: When did Sybase develop the product and how did it evolve? I keep telling this story and answering e-mails on the subject. I am now to the point where I have decided that I should have PBD
PowerBuilder 11's .NET Interoperability
PowerBuilder 11 deploys entire applications as .NET Windows Form or Web Form applications and deploys individual components as .NET Assemblies and as .NET Web Services. Version 11 consumes resources of the default .NET framework as well as resources of custom developer-defined .NET res
FEATURED WHITE PAPERS
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
Adobe's Kevin Lynch and Microsoft's Scott Guthrie to Keynote AJAX World RIA Conference & Expo
Two of the biggest launches in Rich Internet Application history took place in 2007/2008 when Adobe
PowerBuilder and EAServer: Uniting the .NET and J2EE Communities
In PowerBuilder 11.2, .NET meets J2EE head-on with the capability to deploy .NET Windows Forms and W
HarPB Tool Review
HarPB is a specialized utility for checking PowerBuilder source objects in and out of AllFusion Harv
PowerBuilder Editorial: The State of the State
Back in 2002, Sybase announced their four-phase approach toward adding .NET support to PowerBuilder.
PowerBuilder History - When Did Sybase Develop PB and How Did It Evolve?
I have been asked many times by various clients, students, and the IT curious about PowerBuilder: Wh
PowerBuilder 11's .NET Interoperability
PowerBuilder 11 deploys entire applications as .NET Windows Form or Web Form applications and deploy
Sanity, Strategy, Sustainability: The New World of Verification Platforms
The lines between embedded and enterprise computing are blurring. As embedded devices become more an
Publishing .NET Web Services Using SQL Anywhere 10.0.1
In this article we're going to take a database and create our own mini version of an 'Amazon-like' i
PowerBuilder Editorial - "There You Go Again"
If that doesn't ring a bell, it's from the Reagan / Carter debates in the 1980 election cycle. Carte
Integrated Support for XML Data Management
XML is increasingly being used as the language of data exchange. An XML document based on a DTD or a
SYS-CON's Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discu
How Does NY State Manage Its PowerBuilder Applications?
Most applications need upgrades and corrections. If you maintain in-house development you want to be
PowerBuilder and UPS Shipping
Does your shipping department have these problems? Extra charges due to incorrect addresses? Difficu
Using the Eclipse Data Tools Platform with PowerBuilder and SQL Anywhere
The Eclipse Data Tools Platform (DTP) is now a top-level project at eclipse.org. Originally proposed
2008 Worldwide PowerBuilder Survey
Novalys is holding its 8th annual PowerBuilder Worldwide Survey. This survey is a great feedback mec
View "Virtualization Power Panel" Live on SYS-CON.TV
Red Hat CTO Brian Stevens, Citrix CTO Simon Crosby, Egenera CTO Pete Manca, Allen Stewart, Group Man
Sybase PowerBuilder Delivers AJAX and .NET Enhancements
Sybase announced that AJAX development capabilities and further Microsoft .NET enhancements have bee
The PB Future: More on Graphs in PowerBuilder 11.5
Last week I posted a screen shot of the new 3D Rendering capabilities being added to some of the 3D
BluePhoenix Expands Modernization Collaboration with Microsoft
BluePhoenix announced that it has expanded its collaboration with Microsoft on legacy modernization
PowerBuilder 11.2 Released: Sybase's Flagship IDE
Sybase has released the production version of its flagship .NET development tool - PowerBuilder vers
PBDJ PRODUCT REVIEWS
HarPB Tool Review
HarPB is a specialized utility for checking PowerBuilder source objects in and out of AllFusion Harvest. It handles the special requirements of checking objects out
PBDJ Product Review: AllFusion Harvest Change Manager
I began my career at RCA Aerospace and Defense in 1983 and worked at MITRE Corp., BAE Systems, and the State of NH. I worked in the defense field performing software
Open Web Developer Summit to Take Place April 21-22, 2008 in New York City
In keeping with the longstanding SYS-CON tradition of being at the very forefront of software development with all its online and offline resources, SYS-CON Media &
BREAKING POWERBUILDER / SYBASE NEWS
Sybase Reports Record Second Quarter Results, Driven by 15% Revenue Growth
Sybase, Inc. (NYSE:SY), the largest enterprise software and services company exclusively