24
Cappuccino / Atlas WebCampus, 24. November 2009

Cappuccino und Atlas

Embed Size (px)

DESCRIPTION

Eine Beschreibung, was Cappuccino bzw. Atlas ist und wo dieses se

Citation preview

Page 1: Cappuccino und Atlas

Cappuccino / AtlasWebCampus, 24. November 2009

Page 2: Cappuccino und Atlas

Ziel:

Möglichkeiten von Cappuccino

und Atlas vorstellen.

Page 3: Cappuccino und Atlas
Page 4: Cappuccino und Atlas

Wer steckt hinter Cappuccino?

Page 5: Cappuccino und Atlas

280north.com

Page 6: Cappuccino und Atlas

Was ist Cappuccino?

Framework zur Erstellung von Applikationen

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

Desktop-Applikationen.

Page 7: Cappuccino und Atlas

Internet Explorer 6 & 7

Firefox 2 and 3

Safari 3 / WebKit

Google Chrome

Opera 9

Page 8: Cappuccino und Atlas

Beispiel

280slides.com

Page 9: Cappuccino und Atlas

Technisches:

Kein Plugin notwendig!

Page 10: Cappuccino und Atlas

Basiert auf HTML, CSS, JS.

Ohne dieses Schreiben zu müssen.

Page 11: Cappuccino und Atlas

Objective-J

Page 12: Cappuccino und Atlas

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

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

@end

Page 13: Cappuccino und Atlas

«Let‘s rebuild our favourite programming

language in our second favorite language»

Page 14: Cappuccino und Atlas
Page 15: Cappuccino und Atlas

Warum neue Sprache lernen?

Page 16: Cappuccino und Atlas

Gleiche Sprache für Applikationen

für Web, Mac und iPhone.

Page 17: Cappuccino und Atlas

Gleiche Sprache für Applikationen

für Web, Mac und iPhone.

Und Windows.

Page 18: Cappuccino und Atlas
Page 19: Cappuccino und Atlas

Was ist Atlas?

Entwicklungsumgebung

GUI-Designer

File-Manager

Page 20: Cappuccino und Atlas

Kleine Demo.

Page 21: Cappuccino und Atlas

Potential!

Page 22: Cappuccino und Atlas

Paid Beta: 20$

Page 23: Cappuccino und Atlas

280north.com

cappuccino.org

280atlas.com

280slides.com

Page 24: Cappuccino und Atlas

Thx!