Tutorials
We've assembled a list of tutorials about Cappuccino, Objective-J, and related topics below. Right now this list is short, but it will continue to grow as time goes on. If you're interested in writing a tutorial, or already have, send us an email at developers@280north.com.
Getting Set Up for Web Development with Cappuccino
Tips for setting up your environment for web development. This is basic information intended for people who haven't done a great deal of development in the browser, but everyone may find some useful tips.
Learning Objective-J
A great introduction to Objective-J. Familiarity with JavaScript is recommended, prior knowledge of Objective-C not required.
Downloading & Running the Sample Application
Get the Cappuccino Starter download, and then follow this simpe tutorial for running the sample application, and making a few simple changes.
Graphics
Graphics are an important component of just about any UI application, the following tutorials cover different aspects of Cappuccino UI programming:
-
Automatic Layout Support
This tutorial covers Cappuccino's powerful system of automatic resizing and repositioning support for creating dynamic layouts easily and quickly.
Scrapbook
The Scrapbook series of tutorials is designed to walk you through the creation of an entire real world application. It's broken up into several pieces and each focuses on a different set of features in Cappuccino.
-
Part I - An introduction to Cappuccino Graphics
In this first installment we'll be prototyping out the application and learning a bit about how graphics are handled in Cappuccino.
-
Part II - Adding Drag and Drop
In the second installment of this series we will be learning how to add drag and drop to our application. In the process we'll also be touching on the topics of scroll views and collection views.
