65
HTML5 Apps Wolfram Kriesing uxebu Mittwoch, 1. September 2010

HTML5 Apps - Cross platform

Embed Size (px)

DESCRIPTION

A slightly updated version of this slides set, embedJS has made it's way in ...

Citation preview

Page 1: HTML5 Apps - Cross platform

HTML5 Apps

Wolfram Kriesinguxebu

Mittwoch, 1. September 2010

Page 2: HTML5 Apps - Cross platform

We open the mobile web.

Mittwoch, 1. September 2010

Page 3: HTML5 Apps - Cross platform

JavaScript AJAX

CSS

dojoBrowser

OpenSourceWeb2.0

FrontEnd

Usability UserExperience

mobile

TouchScroll

Mittwoch, 1. September 2010

Page 4: HTML5 Apps - Cross platform

http://www.flickr.com/photos/cmoi/760513848/

Mittwoch, 1. September 2010

Page 5: HTML5 Apps - Cross platform

http://www.flickr.com/photos/cmoi/760513848/

Mittwoch, 1. September 2010

Page 6: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 7: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 8: HTML5 Apps - Cross platform

Landscapehttp://www.flickr.com/photos/tillwe/146242691/

Mittwoch, 1. September 2010

Page 9: HTML5 Apps - Cross platform

Landscapehttp://www.flickr.com/photos/tillwe/146242691/

Mittwoch, 1. September 2010

Page 10: HTML5 Apps - Cross platform

http://bit.ly/distimo-appstores

30th July 200914 Stores23rd September 2009

23 Stores2nd December 2009

26 Stores

Mittwoch, 1. September 2010

Page 11: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 12: HTML5 Apps - Cross platform

Objective-C JavaSymbian C

.NETJava ...

Mittwoch, 1. September 2010

Page 13: HTML5 Apps - Cross platform

Cross Platform

Mittwoch, 1. September 2010

Page 14: HTML5 Apps - Cross platform

HTML

Mittwoch, 1. September 2010

Page 15: HTML5 Apps - Cross platform

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

Engine of the web

Mittwoch, 1. September 2010

Page 16: HTML5 Apps - Cross platform

Photos

Videos

Docs

Apps

Mittwoch, 1. September 2010

Page 17: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 18: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 19: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 20: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 21: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 22: HTML5 Apps - Cross platform

App Store without Apple!

Mittwoch, 1. September 2010

Page 23: HTML5 Apps - Cross platform

What is a Widget?

Mittwoch, 1. September 2010

Page 24: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 25: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 26: HTML5 Apps - Cross platform

}?

Mittwoch, 1. September 2010

Page 27: HTML5 Apps - Cross platform

Database

Designstyle.css

Layoutindex.html

AJAX Library

Mittwoch, 1. September 2010

Page 28: HTML5 Apps - Cross platform

Layoutindex.html

Designstyle.css

Database

AJAX LibraryConfiguration

config.xml

W3C Widget =Icon

Mittwoch, 1. September 2010

Page 29: HTML5 Apps - Cross platform

What is a W3C Widget?

Mittwoch, 1. September 2010

Page 30: HTML5 Apps - Cross platform

What is a W3C Widget?

•HTML

•CSS

•JavaScript

•config.xml

•zip it

• rename to *.wgt

Mittwoch, 1. September 2010

Page 31: HTML5 Apps - Cross platform

DONE!http://www.flickr.com/photos/sundazed/2704578067/

Mittwoch, 1. September 2010

Page 32: HTML5 Apps - Cross platform

Tools?

Mittwoch, 1. September 2010

Page 33: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 34: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 35: HTML5 Apps - Cross platform

On any phone?

Mittwoch, 1. September 2010

Page 36: HTML5 Apps - Cross platform

HTML

native

Mittwoch, 1. September 2010

Page 37: HTML5 Apps - Cross platform

HTML

native

W3C Widgets

native

Mittwoch, 1. September 2010

Page 38: HTML5 Apps - Cross platform

...yes

W3C Widgets

not purely

but greatHTML

support

Mittwoch, 1. September 2010

Page 39: HTML5 Apps - Cross platform

Almost for free

•Facebook widget

•Dashboard widget

•Website widget

•TV Widget

• ...

Mittwoch, 1. September 2010

Page 40: HTML5 Apps - Cross platform

A Phone is ...

Mittwoch, 1. September 2010

Page 41: HTML5 Apps - Cross platform

http://www.flickr.com/photos/kratz/1984004945/

Mittwoch, 1. September 2010

Page 42: HTML5 Apps - Cross platform

http://www.flickr.com/photos/mbiddulph/3087388964/

Mittwoch, 1. September 2010

Page 43: HTML5 Apps - Cross platform

http://www.flickr.com/photos/redstamp/4222841946/

Mittwoch, 1. September 2010

Page 44: HTML5 Apps - Cross platform

• Camera

• Compass

• GPS

• Accelerometer

• Calendar

• Email

• Address book

• Watch

• Alarm clock

• ...

Mittwoch, 1. September 2010

Page 45: HTML5 Apps - Cross platform

Multiple Ways

• W3C Spechttp://w3.org/2009/dap/

• JIL Spechttp://www.jil.org/

• BONDI Spechttp://bondi.omtp.org/

Mittwoch, 1. September 2010

Page 46: HTML5 Apps - Cross platform

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");

}

Mittwoch, 1. September 2010

Page 47: HTML5 Apps - Cross platform

Platform adaptations

Business andApplication logic

confi

g.xml

PhoneG

ap

info.plist

Android

iP****

Nokia WRT

pure W3CWidgets

kinda W3CWidgets

Mittwoch, 1. September 2010

Page 48: HTML5 Apps - Cross platform

PhoneGap"An express goal of the PhoneGap project

is for the project to not exist."

Open Source

Mittwoch, 1. September 2010

Page 49: HTML5 Apps - Cross platform

http://phonegap.pbworks.com/Roadmap

Mittwoch, 1. September 2010

Page 50: HTML5 Apps - Cross platform

Some numbers

•iPhone App = 364 kB

•JavaScript, HTML, CSS, media = 124 kB

•PhoneGap+SDK = 240 kB

Mittwoch, 1. September 2010

Page 52: HTML5 Apps - Cross platform

http://www.flickr.com/photos/tacoekkel/25538919/

Mittwoch, 1. September 2010

Page 53: HTML5 Apps - Cross platform

http://www.flickr.com/photos/hugo90/3916794427/

Mittwoch, 1. September 2010

Page 54: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 55: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 56: HTML5 Apps - Cross platform

Buildhttp://github.com/uxebu/embedjs-tools

Mittwoch, 1. September 2010

Page 57: HTML5 Apps - Cross platform

dojo-ios4.js

dojo-nokia-wrt.js

dojo-blackberry.js

dojo-blackberry46.js

dojo-opera.js

dojo-windows-mobile.js

Mittwoch, 1. September 2010

Page 58: HTML5 Apps - Cross platform

EventNinja

Mittwoch, 1. September 2010

Page 59: HTML5 Apps - Cross platform

Database

Layoutindex.html

Designstyle.css

AJAX LibraryConfiguration

config.xml

Icon

Events,a Calendar

Mittwoch, 1. September 2010

Page 60: HTML5 Apps - Cross platform

http://bit.ly/webdev-events

Mittwoch, 1. September 2010

Page 61: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 62: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 63: HTML5 Apps - Cross platform

Mittwoch, 1. September 2010

Page 64: HTML5 Apps - Cross platform

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

Mittwoch, 1. September 2010

Page 65: HTML5 Apps - Cross platform

thx

http://uxebu.com

Wolfram Kriesing, uxebu

[email protected]://twitter.com/uxebu

http://twitter.com/wolframkriesing

Mittwoch, 1. September 2010