091124 cappuccino atlas

Post on 22-Jun-2015

592 views 1 download

Transcript of 091124 cappuccino atlas

Cappuccino / AtlasWebCampus, 24. November 2009

Ziel:

Möglichkeiten von Cappuccino

und Atlas vorstellen.

Wer steckt hinter Cappuccino?

280north.com

Was ist Cappuccino?

Framework zur Erstellung von Applikationen

im Browser, die sich anfühlen wie «normale»

Desktop-Applikationen.

Internet Explorer 6 & 7

Firefox 2 and 3

Safari 3 / WebKit

Google Chrome

Opera 9

Beispiel

280slides.com

Technisches:

Kein Plugin notwendig!

Basiert auf HTML, CSS, JS.

Ohne dieses Schreiben zu müssen.

Objective-J

@import <Foundation/CPString.j>@implementation CPString (Reversing)

- (CPString)reverse{ var reversedString = „“, index = [self length]; while(index--) reversedString += [self characterAtIndex:index]; return reversedString;}

@end

«Let‘s rebuild our favourite programming

language in our second favorite language»

Warum neue Sprache lernen?

Gleiche Sprache für Applikationen

für Web, Mac und iPhone.

Gleiche Sprache für Applikationen

für Web, Mac und iPhone.

Und Windows.

Was ist Atlas?

Entwicklungsumgebung

GUI-Designer

File-Manager

Kleine Demo.

Potential!

Paid Beta: 20$

280north.com

cappuccino.org

280atlas.com

280slides.com

Thx!