mobile future, native apis and beyond - webtechcon

Post on 07-Nov-2014

1.550 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

I used this slide deck at WebTechCon, but it's just really a tiny part of what was said.

TRANSCRIPT

The Mobile FutureW3C Widget Runtimes,

Native APIs and beyond

@wolframkriesing

@uxebu

Mittwoch, 13. Oktober 2010

We open the mobile web.

Mittwoch, 13. Oktober 2010

Mittwoch, 13. Oktober 2010

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

Mittwoch, 13. Oktober 2010

•Contacts

•Calendar

•HTML Media Capture

•Messaging

•System Information

•Gallery

•Policy

•Privacy

http://berjon.com/blog/2010/09/dap.html

Mittwoch, 13. Oktober 2010

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

System Info

Network Info

Phone Info

File

GPS

Contacts

Camera

Audio

SMS, MMS, ...

Mittwoch, 13. Oktober 2010

Mittwoch, 13. Oktober 2010

http://github.com/blackberry/WebWorks

Mittwoch, 13. Oktober 2010

http://docs.phonegap.com/

Mittwoch, 13. Oktober 2010

Tools

Mittwoch, 13. Oktober 2010

Best Practices• test on the desktop

• test on the desktop

• test on the desktop

• try-catch a lot

• alert() IS your friend!

• simplify your CSS

Mittwoch, 13. Oktober 2010

Ripple

Mittwoch, 13. Oktober 2010

catchy

Mittwoch, 13. Oktober 2010

Mittwoch, 13. Oktober 2010

function catchy(ns, fn){ return function(){ try{ ns[fn].apply(ns, arguments); }catch(e){ var err = []; for (var key in e){ if (!key || typeof key=="function") continue; err.push(key + ": " + e[key]); } alert(err.join("\n")); } }}

Mittwoch, 13. Oktober 2010

Mittwoch, 13. Oktober 2010

Object Browser

Mittwoch, 13. Oktober 2010

Mittwoch, 13. Oktober 2010

Mittwoch, 13. Oktober 2010

Mittwoch, 13. Oktober 2010

Open Source

•a developer must have

•developer.vodafone.comhttp://developer.vodafone.com/object-browser

•githubhttp://github.com/wolframkriesing/object-browser

Mittwoch, 13. Oktober 2010

Wolfram Kriesing

uxebu.com

Thank you

Mittwoch, 13. Oktober 2010

top related