SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Downloaden Sie, um offline zu lesen
Cappuccino / Atlas
WebCampus, 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!

Weitere ähnliche Inhalte

Ähnlich wie Cappuccino und Atlas

Die Zukunft der Webstandards - Webinale 31.05.2010
Die Zukunft der Webstandards - Webinale 31.05.2010Die Zukunft der Webstandards - Webinale 31.05.2010
Die Zukunft der Webstandards - Webinale 31.05.2010
Patrick Lauke
 
iOS Apps mit Webtechnologien erstellen
iOS Apps mit Webtechnologien erstelleniOS Apps mit Webtechnologien erstellen
iOS Apps mit Webtechnologien erstellen
Michael Kühnel
 

Ähnlich wie Cappuccino und Atlas (20)

JAMstack / Static Site Generators
JAMstack / Static Site GeneratorsJAMstack / Static Site Generators
JAMstack / Static Site Generators
 
Webinar - ABAP Development Tools
Webinar - ABAP Development ToolsWebinar - ABAP Development Tools
Webinar - ABAP Development Tools
 
Rails i18n - Railskonferenz 2007
Rails i18n - Railskonferenz 2007Rails i18n - Railskonferenz 2007
Rails i18n - Railskonferenz 2007
 
Site Speed EXTREME - SEOkomm 2014
Site Speed EXTREME - SEOkomm 2014Site Speed EXTREME - SEOkomm 2014
Site Speed EXTREME - SEOkomm 2014
 
Hdc2012 cordova-präsi
Hdc2012 cordova-präsiHdc2012 cordova-präsi
Hdc2012 cordova-präsi
 
Die Zukunft der Webstandards - Webinale 31.05.2010
Die Zukunft der Webstandards - Webinale 31.05.2010Die Zukunft der Webstandards - Webinale 31.05.2010
Die Zukunft der Webstandards - Webinale 31.05.2010
 
Hybride Schönheit - Das Java/JavaScript Webframeworks Echo
Hybride Schönheit - Das Java/JavaScript Webframeworks EchoHybride Schönheit - Das Java/JavaScript Webframeworks Echo
Hybride Schönheit - Das Java/JavaScript Webframeworks Echo
 
Top 10 Internet Trends 2006
Top 10 Internet Trends 2006Top 10 Internet Trends 2006
Top 10 Internet Trends 2006
 
CodeTalks Vortrag: Automatisierung mit Ansible & Jenkins @ LeanIX Enterprise ...
CodeTalks Vortrag: Automatisierung mit Ansible & Jenkins @ LeanIX Enterprise ...CodeTalks Vortrag: Automatisierung mit Ansible & Jenkins @ LeanIX Enterprise ...
CodeTalks Vortrag: Automatisierung mit Ansible & Jenkins @ LeanIX Enterprise ...
 
APEX 5.0, und sonst?
APEX 5.0, und sonst?APEX 5.0, und sonst?
APEX 5.0, und sonst?
 
Kevin Hofer
Kevin HoferKevin Hofer
Kevin Hofer
 
FMK2019 FileMaker Data API mit Node.js nutzen - Workshop by Adam Augustin
FMK2019 FileMaker Data API mit Node.js nutzen - Workshop by Adam AugustinFMK2019 FileMaker Data API mit Node.js nutzen - Workshop by Adam Augustin
FMK2019 FileMaker Data API mit Node.js nutzen - Workshop by Adam Augustin
 
Roslyn DDC Kompakt 2014
Roslyn DDC Kompakt 2014Roslyn DDC Kompakt 2014
Roslyn DDC Kompakt 2014
 
Azure Notebooks
Azure NotebooksAzure Notebooks
Azure Notebooks
 
Magdeburger Developer Days 2018 - Warum warten auf die IDE?
Magdeburger Developer Days 2018 - Warum warten auf die IDE?Magdeburger Developer Days 2018 - Warum warten auf die IDE?
Magdeburger Developer Days 2018 - Warum warten auf die IDE?
 
Web-Anwendungen mit BSP
Web-Anwendungen mit BSPWeb-Anwendungen mit BSP
Web-Anwendungen mit BSP
 
iOS Apps mit Webtechnologien erstellen
iOS Apps mit Webtechnologien erstelleniOS Apps mit Webtechnologien erstellen
iOS Apps mit Webtechnologien erstellen
 
Textanalyse mit UIMA und Hadoop
Textanalyse mit UIMA und HadoopTextanalyse mit UIMA und Hadoop
Textanalyse mit UIMA und Hadoop
 
Der Browser als App-Plattform - Mobile DevCon 2011 - Tobias Bosch
Der Browser als App-Plattform - Mobile DevCon 2011 - Tobias BoschDer Browser als App-Plattform - Mobile DevCon 2011 - Tobias Bosch
Der Browser als App-Plattform - Mobile DevCon 2011 - Tobias Bosch
 
Von 0 auf 100 - Performance im Web
Von 0 auf 100 - Performance im WebVon 0 auf 100 - Performance im Web
Von 0 auf 100 - Performance im Web
 

Cappuccino und Atlas