SlideShare ist ein Scribd-Unternehmen logo
1 von 67
Downloaden Sie, um offline zu lesen
App vs. Widget

                           HTML5 Apps
                               Wolfram Kriesing
                                    uxebu



Donnerstag, 3. Juni 2010
We open the mobile web.




Donnerstag, 3. Juni 2010
JavaScript                              AJAX
                                  FrontEnd
       Usability                  UserExperience

                           CSS     mobile
        Browser                              Web2.0
                           dojo
                  TouchScroll     OpenSource
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Landscape
                           http://www.flickr.com/photos/tillwe/146242691/

Donnerstag, 3. Juni 2010
Landscape
                           http://www.flickr.com/photos/tillwe/146242691/

Donnerstag, 3. Juni 2010
30th July 2009
                                  14 Stores
                           23rd September 2009
                                 23 Stores
                            2nd December 2009
                                 26 Stores




                            http://bit.ly/distimo-appstores

Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Objective-C          Symbian C   Java




                           Java     .NET      ...
Donnerstag, 3. Juni 2010
Cross Platform



Donnerstag, 3. Juni 2010
HTML




Donnerstag, 3. Juni 2010
Engine of the web

                           http://www.flickr.com/photos/robadob/88901885/




Donnerstag, 3. Juni 2010
Photos


                  Videos



                     Docs



                     Apps


Donnerstag, 3. Juni 2010
Why Widgets?

Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
http://uxebu.com/blog/2010/04/27/touchscroll-a-scrolling-layer-for-webkit-mobile/

Donnerstag, 3. Juni 2010
App Store
                           without Apple!


Donnerstag, 3. Juni 2010
What is a Widget?



Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
}?
Donnerstag, 3. Juni 2010
Layout
                                        index.html




                                                     Design
                                                     style.css




                                      AJAX Library



                           Database




Donnerstag, 3. Juni 2010
Layout
                                        index.html




         W3C Widget =
                                                     Design
                                      Icon           style.css




                                                             Configuration
                                      AJAX Library               config.xml




                           Database




Donnerstag, 3. Juni 2010
What is a W3C Widget?

                     • HTML
                     • CSS
                     • JavaScript
                     • config.xml
                     • zip it
                     • rename to *.wgt
Donnerstag, 3. Juni 2010
DONE!          http://www.flickr.com/photos/sundazed/2704578067/


Donnerstag, 3. Juni 2010
Tools?



Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
On any phone?



Donnerstag, 3. Juni 2010
HTML
                                  tive
                              na




Donnerstag, 3. Juni 2010
HTML
                                  tive
                              na




Donnerstag, 3. Juni 2010
W3C Widgets
                                            ti ve
                                          na

                            HTML
                                   tive
                               na




Donnerstag, 3. Juni 2010
W3C Widgets




                                            ...yes
                               not purely

                               but great
                                 HTML
                                support
Donnerstag, 3. Juni 2010
Almost for free

                     • Facebook widget
                     • Dashboard widget
                     • Website widget
                     • TV Widget
                     • ...

Donnerstag, 3. Juni 2010
A Phone is ...



Donnerstag, 3. Juni 2010
http://www.flickr.com/photos/kratz/1984004945/

Donnerstag, 3. Juni 2010
http://www.flickr.com/photos/mbiddulph/3087388964/

Donnerstag, 3. Juni 2010
http://www.flickr.com/photos/redstamp/4222841946/




Donnerstag, 3. Juni 2010
•     Camera

                     •     Compass

                     •     GPS

                     •     Accelerometer

                     •     Calendar

                     •     Email

                     •     Address book

                     •     Watch

                     •     Alarm clock

                     •     ...



Donnerstag, 3. Juni 2010
Multiple Ways
                     • W3C Spec
                           http://w3.org/2009/dap/



                     • JIL Spec
                           http://www.jil.org/



                     • BONDI Spec
                           http://bondi.omtp.org/




Donnerstag, 3. Juni 2010
System Info

                                                              Contacts
                Network Info


                   Phone Info                                 Camera
                           File
                                                               Audio
                           GPS                       SMS, MMS, ...


                                  http://bit.ly/vf-jil-docs

Donnerstag, 3. Juni 2010
if (Widget.Device.PowerInfo.isCharging){
              alert("Battery is charging");
          }


     var player = Widget.Multimedia.AudioPlayer;
     player.open("myAudioFile.mp3");
     player.play(1);


     if (Widget.Device.RadioInfo.isRoaming){
         alert("Money Money Money");
     }



Donnerstag, 3. Juni 2010
kinda W3C
                            Widgets                                          iP****


                                       l
                                      m
   pure W3C                   nfi
                             co
                                 g.x       Platform adaptations
    Widgets




                                                                  PhoneGap
                                             Business and
                                            Application logic




                             in
                               fo
                                 .p
                                   lis
                                      t



    Nokia WRT                                                                Android
Donnerstag, 3. Juni 2010
PhoneGap
                           "An express goal of the PhoneGap project
                                is for the project to not exist."




                                         Open Source


Donnerstag, 3. Juni 2010
http://phonegap.pbworks.com/Roadmap


Donnerstag, 3. Juni 2010
Some numbers

                     • iPhone App = 364 kB
                     • JavaScript, HTML, CSS, media = 124 kB
                     • PhoneGap+SDK = 240 kB


Donnerstag, 3. Juni 2010
Dojo mobile



Donnerstag, 3. Juni 2010
Two approaches

                            custom, simplest build script
           http://github.com/wolframkriesing/dojo-mobile



                                    using require.js
                       http://github.com/klipstein/dojo-mobile

Donnerstag, 3. Juni 2010
http://www.flickr.com/photos/tacoekkel/25538919/

Donnerstag, 3. Juni 2010
http://www.flickr.com/photos/hugo90/3916794427/

Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
build.sh




Donnerstag, 3. Juni 2010
dojo-blackberry.js

                           dojo-blackberry46.js

                           dojo-nokia-wrt.js

                           dojo-opera.js

                           dojo-webkit-mobile.js

                           dojo-windows-mobile.js


Donnerstag, 3. Juni 2010
EventNinja



Donnerstag, 3. Juni 2010
Events,          Layout
                                        index.html


                     a Calendar

                                                     Design
                                      Icon           style.css

                           Database

                                                             Configuration
                                      AJAX Library               config.xml




Donnerstag, 3. Juni 2010
http://bit.ly/webdev-events

Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
Donnerstag, 3. Juni 2010
http://uxebu.com/blog/2010/01/25/humanapi-the-browser-in-the-real-world/

Donnerstag, 3. Juni 2010
Want to see it in action?


                              Download it from your store.


                                      Contact us.



Donnerstag, 3. Juni 2010
thx

                             http://uxebu.com

                               Wolfram Kriesing, uxebu

                                   wolfram@uxebu.com
                                 http://twitter.com/uxebu
                           http://twitter.com/wolframkriesing




Donnerstag, 3. Juni 2010

Weitere ähnliche Inhalte

Ähnlich wie HTML5 Apps Cross Platform - SWDC 2010, Stockholm

Flash? Wer braucht das eigentlich noch
Flash? Wer braucht das eigentlich nochFlash? Wer braucht das eigentlich noch
Flash? Wer braucht das eigentlich nochFrank Leue
 
Vortrag WKE, Nürnberg 2010
Vortrag WKE, Nürnberg 2010Vortrag WKE, Nürnberg 2010
Vortrag WKE, Nürnberg 2010Nils Pooker
 
Mobile Cross Platform MWC Barcelona 2010 at Vodafone App Planet
Mobile Cross Platform MWC Barcelona 2010 at Vodafone App PlanetMobile Cross Platform MWC Barcelona 2010 at Vodafone App Planet
Mobile Cross Platform MWC Barcelona 2010 at Vodafone App Planetwolframkriesing
 
Cross platform development - by Uxebu
Cross platform development - by UxebuCross platform development - by Uxebu
Cross platform development - by UxebuVodafone developer
 
iTunesU @ Technische Universität Graz
iTunesU @ Technische Universität GraziTunesU @ Technische Universität Graz
iTunesU @ Technische Universität GrazMartin Ebner
 
Mobile Commerce (Meet-Magento 04.10)
Mobile Commerce (Meet-Magento 04.10)Mobile Commerce (Meet-Magento 04.10)
Mobile Commerce (Meet-Magento 04.10)Roman Zenner
 

Ähnlich wie HTML5 Apps Cross Platform - SWDC 2010, Stockholm (6)

Flash? Wer braucht das eigentlich noch
Flash? Wer braucht das eigentlich nochFlash? Wer braucht das eigentlich noch
Flash? Wer braucht das eigentlich noch
 
Vortrag WKE, Nürnberg 2010
Vortrag WKE, Nürnberg 2010Vortrag WKE, Nürnberg 2010
Vortrag WKE, Nürnberg 2010
 
Mobile Cross Platform MWC Barcelona 2010 at Vodafone App Planet
Mobile Cross Platform MWC Barcelona 2010 at Vodafone App PlanetMobile Cross Platform MWC Barcelona 2010 at Vodafone App Planet
Mobile Cross Platform MWC Barcelona 2010 at Vodafone App Planet
 
Cross platform development - by Uxebu
Cross platform development - by UxebuCross platform development - by Uxebu
Cross platform development - by Uxebu
 
iTunesU @ Technische Universität Graz
iTunesU @ Technische Universität GraziTunesU @ Technische Universität Graz
iTunesU @ Technische Universität Graz
 
Mobile Commerce (Meet-Magento 04.10)
Mobile Commerce (Meet-Magento 04.10)Mobile Commerce (Meet-Magento 04.10)
Mobile Commerce (Meet-Magento 04.10)
 

Mehr von wolframkriesing

JavaScript The Language Meetup - Async functions
JavaScript The Language Meetup - Async functionsJavaScript The Language Meetup - Async functions
JavaScript The Language Meetup - Async functionswolframkriesing
 
Our react-native experiences at crewmeister
Our react-native experiences at crewmeisterOur react-native experiences at crewmeister
Our react-native experiences at crewmeisterwolframkriesing
 
ES6 katas - talk given at enterjs
ES6 katas - talk given at enterjsES6 katas - talk given at enterjs
ES6 katas - talk given at enterjswolframkriesing
 
TDD for Kids - VLCjs (Valencia Spain, July 2015)
TDD for Kids - VLCjs (Valencia Spain, July 2015)TDD for Kids - VLCjs (Valencia Spain, July 2015)
TDD for Kids - VLCjs (Valencia Spain, July 2015)wolframkriesing
 
ES6Katas.org - an introduction and the story behind
ES6Katas.org - an introduction and the story behindES6Katas.org - an introduction and the story behind
ES6Katas.org - an introduction and the story behindwolframkriesing
 
TDD with Google Spreadsheets #enterjs 2015
TDD with Google Spreadsheets #enterjs 2015TDD with Google Spreadsheets #enterjs 2015
TDD with Google Spreadsheets #enterjs 2015wolframkriesing
 
TDD with Google Spreadsheets
TDD with Google SpreadsheetsTDD with Google Spreadsheets
TDD with Google Spreadsheetswolframkriesing
 
Refactoring out of the mess
Refactoring out of the messRefactoring out of the mess
Refactoring out of the messwolframkriesing
 
Day2 - Refactoring (Lecture SS 2015)
Day2 - Refactoring (Lecture SS 2015)Day2 - Refactoring (Lecture SS 2015)
Day2 - Refactoring (Lecture SS 2015)wolframkriesing
 
Day1 - TDD (Lecture SS 2015)
Day1 - TDD (Lecture SS 2015)Day1 - TDD (Lecture SS 2015)
Day1 - TDD (Lecture SS 2015)wolframkriesing
 
react.js - DOM as it was meant
react.js - DOM as it was meantreact.js - DOM as it was meant
react.js - DOM as it was meantwolframkriesing
 
Pixelplant - WebDev Meetup Salzburg
Pixelplant - WebDev Meetup SalzburgPixelplant - WebDev Meetup Salzburg
Pixelplant - WebDev Meetup Salzburgwolframkriesing
 
Presentation Mobile Monday Munich, March 2012
Presentation Mobile Monday Munich, March 2012Presentation Mobile Monday Munich, March 2012
Presentation Mobile Monday Munich, March 2012wolframkriesing
 
Webtestsuite black berrydevcon
Webtestsuite black berrydevconWebtestsuite black berrydevcon
Webtestsuite black berrydevconwolframkriesing
 
JavaScript Tools (PHPConference 2011, Berlin)
JavaScript Tools (PHPConference 2011, Berlin)JavaScript Tools (PHPConference 2011, Berlin)
JavaScript Tools (PHPConference 2011, Berlin)wolframkriesing
 

Mehr von wolframkriesing (20)

JavaScript The Language Meetup - Async functions
JavaScript The Language Meetup - Async functionsJavaScript The Language Meetup - Async functions
JavaScript The Language Meetup - Async functions
 
Our react-native experiences at crewmeister
Our react-native experiences at crewmeisterOur react-native experiences at crewmeister
Our react-native experiences at crewmeister
 
ES6 katas - talk given at enterjs
ES6 katas - talk given at enterjsES6 katas - talk given at enterjs
ES6 katas - talk given at enterjs
 
TDD for Kids - VLCjs (Valencia Spain, July 2015)
TDD for Kids - VLCjs (Valencia Spain, July 2015)TDD for Kids - VLCjs (Valencia Spain, July 2015)
TDD for Kids - VLCjs (Valencia Spain, July 2015)
 
ES6Katas.org - an introduction and the story behind
ES6Katas.org - an introduction and the story behindES6Katas.org - an introduction and the story behind
ES6Katas.org - an introduction and the story behind
 
TDD with Google Spreadsheets #enterjs 2015
TDD with Google Spreadsheets #enterjs 2015TDD with Google Spreadsheets #enterjs 2015
TDD with Google Spreadsheets #enterjs 2015
 
Baby steps
Baby stepsBaby steps
Baby steps
 
TDD with Google Spreadsheets
TDD with Google SpreadsheetsTDD with Google Spreadsheets
TDD with Google Spreadsheets
 
ECMAScript 6 for real
ECMAScript 6 for realECMAScript 6 for real
ECMAScript 6 for real
 
Refactoring out of the mess
Refactoring out of the messRefactoring out of the mess
Refactoring out of the mess
 
Day2 - Refactoring (Lecture SS 2015)
Day2 - Refactoring (Lecture SS 2015)Day2 - Refactoring (Lecture SS 2015)
Day2 - Refactoring (Lecture SS 2015)
 
Day1 - TDD (Lecture SS 2015)
Day1 - TDD (Lecture SS 2015)Day1 - TDD (Lecture SS 2015)
Day1 - TDD (Lecture SS 2015)
 
react.js - DOM as it was meant
react.js - DOM as it was meantreact.js - DOM as it was meant
react.js - DOM as it was meant
 
Pixelplant - WebDev Meetup Salzburg
Pixelplant - WebDev Meetup SalzburgPixelplant - WebDev Meetup Salzburg
Pixelplant - WebDev Meetup Salzburg
 
Better Code through TDD
Better Code through TDDBetter Code through TDD
Better Code through TDD
 
April JavaScript Tools
April JavaScript ToolsApril JavaScript Tools
April JavaScript Tools
 
Presentation Mobile Monday Munich, March 2012
Presentation Mobile Monday Munich, March 2012Presentation Mobile Monday Munich, March 2012
Presentation Mobile Monday Munich, March 2012
 
Webtestsuite black berrydevcon
Webtestsuite black berrydevconWebtestsuite black berrydevcon
Webtestsuite black berrydevcon
 
EmbedJS
EmbedJSEmbedJS
EmbedJS
 
JavaScript Tools (PHPConference 2011, Berlin)
JavaScript Tools (PHPConference 2011, Berlin)JavaScript Tools (PHPConference 2011, Berlin)
JavaScript Tools (PHPConference 2011, Berlin)
 

HTML5 Apps Cross Platform - SWDC 2010, Stockholm