Transcript
Page 1: W3C Widgets: Why should I care?

W3C Widgets

Why should I care?

Daniel Davis (@ourmaninjapan)

Page 2: W3C Widgets: Why should I care?
Page 3: W3C Widgets: Why should I care?

Act 1: What is a widget?Act 1: What is a widget?

Page 4: W3C Widgets: Why should I care?
Page 5: W3C Widgets: Why should I care?
Page 6: W3C Widgets: Why should I care?

<!-- config.xml -->

<?xml version="1.0" encoding="utf-8"?><widget> <widgetname>Hello, world!</widgetname>

<description>Super simple hello world widget.</description> <id> <host>my.opera.com</host> <name>Template Type 1</name> <revised>2006-02</revised> </id> <width>200</width> <height>200</height> <author> <name>Opera Software</name> <link>http://www.opera.com</link> </author></widget>

Page 7: W3C Widgets: Why should I care?

<!-- config.xml -->

<?xml version="1.0" encoding="utf-8"?><widget> <widgetname>Hello, world!</widgetname>

<description>Super simple hello world widget.</description> <id> <host>my.opera.com</host> <name>Template Type 1</name> <revised>2006-02</revised> </id> <width>200</width> <height>200</height> <author> <name>Opera Software</name> <link>http://www.opera.com</link> </author></widget>

Page 8: W3C Widgets: Why should I care?

Act 2: The first incarnationAct 2: The first incarnation

Page 9: W3C Widgets: Why should I care?
Page 10: W3C Widgets: Why should I care?
Page 11: W3C Widgets: Why should I care?

...

Page 12: W3C Widgets: Why should I care?

Act 3: Useful at lastAct 3: Useful at last

Page 13: W3C Widgets: Why should I care?
Page 14: W3C Widgets: Why should I care?
Page 15: W3C Widgets: Why should I care?

Whatabout

desktop?

Page 16: W3C Widgets: Why should I care?

Desktop widgets 2.0

● Independent of the browser● OS chrome● Access to the filesystem

Page 17: W3C Widgets: Why should I care?

Act 4: Free as a birdAct 4: Free as a bird

Page 18: W3C Widgets: Why should I care?

Dearest

Luv ya lots,

Opera xx

Page 19: W3C Widgets: Why should I care?

<!-- config.xml -->

<?xml version="1.0" encoding="UTF-8"?><widget xmlns="http://www.w3.org/ns/widgets" id="HelloWorldWidget" version="1.0" height="200" width="200" viewmode="floating">

<name short="Hi, world!">Hello, world!</name>

<description>Super simple hello world widget.</description>

<author href="http://www.opera.com">Opera Software</author>

<icon src="icons/example.png"/></widget>

Page 20: W3C Widgets: Why should I care?

No Opera? No problem.

● Widgeon● Windows Mobile 6.5● Nokia Qt Web Runtime● Apache Wookie● Aplix Web Runtime

Page 21: W3C Widgets: Why should I care?

Act 5: What next?Act 5: What next?

Page 22: W3C Widgets: Why should I care?

● Hardware access (WAC, DAP)● Digital signing● New view modes

www.w3.org/TR/view-mode

● More platforms

Page 23: W3C Widgets: Why should I care?

So what's the point?

Page 24: W3C Widgets: Why should I care?

Native apps with web languages

● Cross-device● Cross-platform● More choice for users● More choice for developers

Page 25: W3C Widgets: Why should I care?

Thank youResources

www.w3.org/TR/widgets/dev.opera.com/articles/view/opera-widgets-sdk/

Photo credits

BBC Micro computer: www.flickr.com/photos/davedawson/37156597/Red curtains: www.sxc.hu/photo/506089/Cross: www.openclipart.org/detail/1645Gift: publicdomainpictures.net/view-image.php?image=1470Horse chestnut: publicdomainpictures.net/view-image.php?image=63


Top Related