Add iWork Style Template Sheets to Your Application
By:Erik Buck
Do you like how Pages and Keynote provide a template sheet when you open a new document? Add that behavior to your program with Erik's help.
February 10, 2006 -
Developer:Cocoa
Managing Database Changes
By: James Seigel and Christian Pekeler
James and Christian describe a method for encoding structural changes to a database as objects. These objects can be used by applications to automatically bring their databases up-to-date on startup. Includes example source code for WebObjects, usage patterns, and the lessons they learned.
May 06, 2005 -
Developer:WebObjects
From Carbon to Cocoa: My Transition
By: Rick Sharp
Rick Sharp describes his experiences moving his application from Carbon to Cocoa.
May 03, 2005 -
Developer:Cocoa
Subviews in TableView Rows
By: Joar Wingfors
Tableview is great for displaying data in a cell, but what happens when you want to display something other than a cell? This article provides one solution for displaying views in a tableview cell.
Dec 29, 2003 -
Developer:Cocoa
Keeping Invalid Data with WebObjects Components
By: Andrew Lindesay
Andrew returns with another of his WebObjects articles. This time he describes how to provide the user with any invalid data entered for further editing.
Sep 29, 2003 -
Technical:WebObjects
Personalizing Error Pages in WebObjects 5.2
By: Andrew Lindesay
Things can go wrong when running your WebObjects applications. Andrew explains how to provide better feedback to your users when the unthinkable happens.
Aug 18, 2003 -
Technical:WebObjects