091124 cappuccino atlas

24
Cappuccino / Atlas WebCampus, 24. November 2009

Transcript of 091124 cappuccino atlas

Page 1: 091124 cappuccino atlas

Cappuccino / AtlasWebCampus, 24. November 2009

Page 2: 091124 cappuccino atlas

Ziel:

Möglichkeiten von Cappuccino

und Atlas vorstellen.

Page 3: 091124 cappuccino atlas
Page 4: 091124 cappuccino atlas

Wer steckt hinter Cappuccino?

Page 5: 091124 cappuccino atlas

280north.com

Page 6: 091124 cappuccino atlas

Was ist Cappuccino?

Framework zur Erstellung von Applikationen

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

Desktop-Applikationen.

Page 7: 091124 cappuccino atlas

Internet Explorer 6 & 7

Firefox 2 and 3

Safari 3 / WebKit

Google Chrome

Opera 9

Page 8: 091124 cappuccino atlas

Beispiel

280slides.com

Page 9: 091124 cappuccino atlas

Technisches:

Kein Plugin notwendig!

Page 10: 091124 cappuccino atlas

Basiert auf HTML, CSS, JS.

Ohne dieses Schreiben zu müssen.

Page 11: 091124 cappuccino atlas

Objective-J

Page 12: 091124 cappuccino 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: 091124 cappuccino atlas

«Let‘s rebuild our favourite programming

language in our second favorite language»

Page 14: 091124 cappuccino atlas
Page 15: 091124 cappuccino atlas

Warum neue Sprache lernen?

Page 16: 091124 cappuccino atlas

Gleiche Sprache für Applikationen

für Web, Mac und iPhone.

Page 17: 091124 cappuccino atlas

Gleiche Sprache für Applikationen

für Web, Mac und iPhone.

Und Windows.

Page 18: 091124 cappuccino atlas
Page 19: 091124 cappuccino atlas

Was ist Atlas?

Entwicklungsumgebung

GUI-Designer

File-Manager

Page 20: 091124 cappuccino atlas

Kleine Demo.

Page 21: 091124 cappuccino atlas

Potential!

Page 22: 091124 cappuccino atlas

Paid Beta: 20$

Page 23: 091124 cappuccino atlas

280north.com

cappuccino.org

280atlas.com

280slides.com

Page 24: 091124 cappuccino atlas

Thx!