Introduction to Cappuccino
Edham Arief [email_address] @edham_arief fb.me/edhamarief linkd.in/edhamarief
Sabah Open Source Group sabahopensource.org groups.google.com/group/kk-lug Join us if you're into OSS/FSF
Not going to be too technical
Not going to be too technical relax, we understand j00
 
cappuccino.org github.com/280north/cappuccino
cappuccino.org github.com/280north/cappuccino
Cappuccino Three “C”  Two “P”  One “N”
Cappuccino Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser.
Open Source LGPL
Cappuccino Dekstop-caliber What is it?
Transition on the web
Transition on the web
Transition on the web
Desktop class web applications
Cappuccino To develop web applications that look and feel like desktop software
Cappuccino Sits on top of standard web technologies – Javascript
Cappuccino Objective-J Javascript
Cappuccino Objective-J Javascript
Cappuccino Framework Modeled after  Cocoa Control Theme Graphics and Views
Framework Document management Open, Save, Revert Content editing Undo, redo, copy, paste Many more...
Cappuccino Objective-J Javascript
New programming language
Superset of Javascript
Interpreted
No plugins required Objective-J
@implementation Person : CPObject {  CPString name;  -(void)setName:(CPString)aName  { name = aName;  }  -(CPString)name  { return name;  } }  @end var myPerson = [[Person alloc] init]; [myPerson setName:"Chuck Norris"];
http://cappuccino.org/learn/tutorials/objective-j-tutorial.php Objective-J
Cappuccino
Cappuccino HTML, CSS, DOM
Cross browser

Introduction to Cappuccino