<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>webinos</title>
	<atom:link href="http://webinos.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://webinos.org</link>
	<description>Secure Web Operating System Application Delivery Environment</description>
	<lastBuildDate>Tue, 24 Apr 2012 18:14:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Face 2 Face with webinos #2: John Lyle on security</title>
		<link>http://webinos.org/blog/2012/03/13/face-2-face-with-webinos-2-john-lyle-on-security/</link>
		<comments>http://webinos.org/blog/2012/03/13/face-2-face-with-webinos-2-john-lyle-on-security/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 10:36:49 +0000</pubDate>
		<dc:creator>Hristo Mitov</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[ecosystem]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OWASP]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[PZH]]></category>
		<category><![CDATA[PZP]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security feature]]></category>
		<category><![CDATA[University of Oxford]]></category>
		<category><![CDATA[webinos]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=2897</guid>
		<description><![CDATA[The Face 2 Face with webinos series concentrates on the basics of the project, seeking answers to the fundamental questions that have initiated the project and that keep fueling our developers&#8217; creativity. Secutiry and Privacy are maybe the biggest concerns nowadays. How we solve those issues and what solutions we have so far is the ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://webinos.org/wp-content/uploads/2012/02/john-comlab-profile-crop1.jpg"><img class="size-medium wp-image-2933 alignleft" title="john-comlab-profile-crop" src="http://webinos.org/wp-content/uploads/2012/02/john-comlab-profile-crop1-217x300.jpg" alt="" width="217" height="300" /></a>The <em>Face 2 Face with webinos </em>series concentrates on the basics of the project, seeking answers to the fundamental questions that have initiated the project and that keep fueling our developers&#8217; creativity. Secutiry and Privacy are maybe the biggest concerns nowadays. How we solve those issues and what solutions we have so far is the central topic of our second Face 2 Face interview. John Lyle and I chat about webinos security solutions.</p>
<p>John Lyle is a post-doctoral research assistant at The Department of Computer Science, University of Oxford. His interests are in information security and privacy, in particular the use of secure hardware to create trusted systems. He recently submitted his DPhil thesis on the subject of Trustworthy Web Services and holds an MEng in Computing from Imperial College London. <a href="http://webinos.org/bio-john/" target="_blank">John</a> works full-time on the webinos project and is primarily involved with the security and privacy architecture.</p>
<p><strong>Can you provide an introduction to webinos security features?</strong></p>
<p>The webinos platform is aiming to create a seamless experience for users of web applications. A big part of this is sharing device resources (e.g. photos, location data, profile information) between applications, as well as between different people. The security framework aims to make this as secure and privacy-preserving as possible through controlling which applications and people are allowed to access these resources.</p>
<p>There are several parts of the security framework. The main component is the access control policy system. This allows users to set policies dictating which applications may access each API and resource. This is present on every webinos-enabled device. Users will be given the option to allow or deny an application access to a resource when it is first used, and then revisit this decision later. Another important part is the identification of users and their devices: the security framework needs to know who is trying to access your personal zone resources and from which device, in order to stop unintentionally disclosing private information. In addition, the project will support signed widgets &#8211; applications which have a signature maintaining their integrity and authenticity. This prevents a third party from modifying an otherwise trustworthy application.</p>
<p>These components (plus a few more) will help users make decisions about which applications to use and trust, as well as keeping personal information under control.</p>
<p><strong>What is new? What does webinos security functionality add which does not exist in the current ecosystem?</strong></p>
<p>There are several new approaches and design principles we&#8217;ve been applying which we hope will make a big difference to web application security.</p>
<p>Firstly, the concept of a Personal Zone supports data privacy by keeping as much information within the control of the end users. Because applications will have reliable, synchronised local data storage, there will be no need to store personal information on public web servers. This helps a well-intentioned web developer obey the privacy requirements of end users.</p>
<p>Secondly, we&#8217;re following a number of new design approaches from recently published academic research. We have a set of _attacker personas_ based on data about real hackers. These help us make reasonable assumptions about the attacks that the webinos platform may face and what we should do about it.</p>
<p>Thirdly, we are progressing from the current state-of-the-art in access control policies, as currently seen on web browsers and mobile operating systems. We support both up-front decisions (Android-style permission requests at install time) as well as retrospective decisions (&#8220;I no longer trust Application FooBar with my location data&#8221;). These access control decisions can also be synchronised between all devices in the personal zone, saving the user from ticking the same boxes on each device.</p>
<p>There are also a number of other interesting security mechanisms we&#8217;re working on.  Secure data storage is obviously and important one, as well as more experimental research into platform integrity assessment, use of secure elements and trusted execution.</p>
<p><strong>What work are you personally doing on webinos security and what is interesting about it?</strong></p>
<p>Right now I&#8217;m working on the authentication system. Our aim is to establish strong user and device identities, without introducing new usernames or passwords, and with the minimum of overhead to users. We&#8217;re doing this by supporting OpenID identities. Users will be able to reuse their Facebook or Google login credentials in webinos. We&#8217;re adding further public key cryptography to identify the machines themselves, so we have two ways of making sure only you can access your personal data. This has the potential to be both secure and easy to use.</p>
<p><strong>For developers reading this, what suggestions would you make for working with webinos and security in general?</strong></p>
<p>The webinos platform will hopefully protect end users from some of the more dangerous aspects of the web.  However, it certainly wont be a silver bullet, and applications themselves will have a big role to play.</p>
<p>Developers should know that there is an enormous amount of good work being done on web application security and some great resources elsewhere. In particular:</p>
<ul>
<li>The OWASP project provides tutorials and resources for understanding web application security and avoiding the top threats.  If you want to check your application for XSS, CSRF and other content injection attacks, they have some great tools available.</li>
<li>The recent book &#8220;The Tangled Web: A Guide to Securing Modern Web Applications&#8221; by Michal Zalewski is a fantastic read.  It contains a huge amount of information about browser security in an easy to read format.</li>
<li>nodejs, which we&#8217;re using to build webinos, has some interesting modules available for security.  SandBox, for example -<a href="http://gf3.github.com/sandbox/" target="_blank">http://gf3.github.com/sandbox/</a> and Passport -<a href="http://passportjs.org/" target="_blank"> http://passportjs.org/</a></li>
<li>The W3C are looking at web application privacy best practices.  Their current working draft contains some useful ideas and links for getting started: <a href="http://www.w3.org/TR/app-privacy-bp/" target="_blank">http://www.w3.org/TR/app-privacy-bp/</a></li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/03/13/face-2-face-with-webinos-2-john-lyle-on-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>webinos APIs &#8211; Implementing the vision of the &#8220;digital handshake&#8221; for the car</title>
		<link>http://webinos.org/blog/2012/02/29/webinos-apis-implementing-the-vision-of-the-digital-handshake-for-the-car/</link>
		<comments>http://webinos.org/blog/2012/02/29/webinos-apis-implementing-the-vision-of-the-digital-handshake-for-the-car/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 15:33:31 +0000</pubDate>
		<dc:creator>Hristo Mitov</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Simon Isenberg]]></category>
		<category><![CDATA[vehicle API. BMW]]></category>
		<category><![CDATA[webinos]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=3342</guid>
		<description><![CDATA[At this year&#8217;s Mobile World Congress, Paul Mascarenas, Ford&#8217;s Chief Technical Officer, announced the  EVOS concept car and spoke about the vision of the Digital handshake for the car when he said that: You expect websites to remember your log in, so what if every car you stepped into could read your mind, completely personalizing ...]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://nlv.bittubes.com/nlvHTML5/index.plain.html?api=playground-1&amp;id=4" width="550" height="350"></iframe><br />
At this year&#8217;s Mobile World Congress, Paul Mascarenas, Ford&#8217;s Chief Technical Officer, announced the  EVOS concept car and spoke about the vision of the Digital handshake for the car when he <a href="http://www.huffingtonpost.co.uk/2012/02/27/ford-evos-the-car-of-the-future_n_1303590.html">said that</a>:</p>
<p><em>You expect websites to remember your log in, so what if every car you stepped into could read your mind, completely personalizing any car you drive? Tapping into the information you&#8217;ve stored in the cloud, a &#8220;digital handshake&#8221; would transport your personal preferences to every car you drive.</em></p>
<p>He went on further to say that:  <em>&#8220;Imagine you drive a Mondeo in Barcelona, and you pick up a hire car in London. When you step into that car, it would know all your preferences including the way you drive and temperature you prefer.</em></p>
<p>This vision may be not so far away as we first think. The <a href="http://www.webinos.org/">webinos project</a> is working to make it into a reality.</p>
<p>In a recent demo of <a href="../blog/2012/02/08/webinos-demo-series-1-vehicle-api/">in vehicle APIs demonstrated by webinos</a> –  Simon Isenberg of webinos/BWW provided some specifics on how this would work using a web based architecture.</p>
<p>The vehicle can be a valuable provider of data. This data source can enable us to build a complete new breed of distributed Web applications and take the Web to a new level. Despite all the new possibilities, we have to take the specific challenges of software development in the automotive domain into account. A vehicle differs from the ‘Smart phone’ in the level of complexity.  Today’s cars feature up to 80 electronic control units (ECUs), which are interconnected using different bus technologies for the respective tasks inside a vehicle.</p>
<p>The following diagram illustrates the different bus systems inside the vehicle. In the end, all busses are connected to each other using a central gateway. At the central gateway messages which are used car-wide are converted and routed into another bus.</p>
<p><img class="aligncenter" title="Vehicle Bus Infrastructure" src="http://webinos.org/wp-content/uploads/2012/02/vehicle_bus_infrastructure.png" alt="" width="494" height="370" /></p>
<p>&nbsp;</p>
<p>If we want to provide access to the vehicle, we have to interface directly with the different buses, which raises security risks. Depending on the integration level we have to obey certain norms and laws (cf., <a href="http://en.wikipedia.org/wiki/IEC_61508">IEC 61508</a>, Automotive Security Levels (ASIL)).  Thus, infotainment applications should not  interfere with safety critical functions inside the vehicle.</p>
<p>With respect to webinos, a good entry point into the vehicle system is the in-car headunit. The headunit hosts the navigation system as well as portable media integration and connects to the CD-Player, built-in GSM modem, the rear-seat entertainment system or the user’s cell phone. So, it is to some extent  sandboxed from the highly safety-critical systems inside the vehicle like airbag ECUs or an active breaking system. But there are still soft-real time messages used in the headunit. For instance, the data from the parking distance sensors are routed into the headunit to illustrate the distance to sensed objects on the central display. To ensure that a webinos application does not interfere with other vehicle components, webinos controls access to vehicle busses via the webinos API and provide safe read access to vehicle data. To this end the webinos API is – at least for now – limited to data available in the headunit, which is able to ensure the required safety properties.</p>
<p>In the first release of the webinos platform the <a href="http://dev.webinos.org/specifications/draft/vehicle.html">Vehicle API</a> has a strong focus on providing read access to vehicle data and methods for interacting with the on-board navigation system. The vehicle API is designed to be in line with current W3C specifications and is based on an event model.</p>
<p>The<a href="http://dev.webinos.org/specifications/draft/vehicle.html"> Vehicle API</a> provides read access to the following:</p>
<p>-        Static vehicle data (make, model, fuel type, transmission type)</p>
<p>-        Distance sensor data</p>
<p>-        Trip computer data (average speed, consumption, mileage, range)</p>
<p>-        Climate data (air conditioning and vents)</p>
<p>-        Control data (wipers and  lights status)</p>
<p>-        Gear data</p>
<p>-        Navigation data (destination reached, guidance cancelled)</p>
<p>So, the webinos APIs provide an avenue (or at least a starting point) to fulfill the vision of the ‘Digital handshake’ as articulated by Bill Ford.</p>
<p>But how far is this future according to the auto makers?</p>
<p>Bill Ford Junior sees <a href="http://www.techradar.com/news/world-of-tech/car-tech/ford-mobile-tech-is-answer-to-global-gridlock-1066852">an incremental timescale</a>: <em>&#8220;In the near term, existing vehicle tech will continue to improve; for example maps will provide better driver information; mobile communications and driver interfaces will become more intuitive with alerts to traffic jams and accidents.&#8221;</em></p>
<p>Again this is consistent with the webinos vision and APIs</p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/02/29/webinos-apis-implementing-the-vision-of-the-digital-handshake-for-the-car/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Privacy – what happens when ecosystems interact?</title>
		<link>http://webinos.org/blog/2012/02/28/privacy-what-happens-when-ecosystems-interact/</link>
		<comments>http://webinos.org/blog/2012/02/28/privacy-what-happens-when-ecosystems-interact/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 13:58:55 +0000</pubDate>
		<dc:creator>Hristo Mitov</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[app control]]></category>
		<category><![CDATA[app privacy]]></category>
		<category><![CDATA[app security]]></category>
		<category><![CDATA[Barcelona]]></category>
		<category><![CDATA[GSMA]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile World Congress]]></category>
		<category><![CDATA[MWC]]></category>
		<category><![CDATA[MWC 2012]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[webinos]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=3329</guid>
		<description><![CDATA[On the first day of the Mobile World Congress, we saw an announcement from the GSMA re mobile app privacy. GSMA Announces New Initiative Addressing Mobile App Privacy. Mobile operators in Europe, including Deutsche Telekom, France Telecom &#8211; Orange, Telecom Italia, Telefónica, Telekom Austria Group, Telenor Group, TeliaSonera and Vodafone, are now starting to implement ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://webinos.org/wp-content/uploads/2012/02/earth1.jpg"><img class="aligncenter  wp-image-3332" title="earth" src="http://webinos.org/wp-content/uploads/2012/02/earth1.jpg" alt="" width="525" height="525" /></a></p>
<p>On the first day of the Mobile World Congress, we saw an announcement from the GSMA re mobile app privacy. <a href="http://webinos.org/blog/2012/02/28/privacy-what-happens-when-ecosystems-interact/" target="_blank">GSMA Announces New Initiative Addressing Mobile App Privacy</a>. Mobile operators in Europe, including Deutsche Telekom, France Telecom &#8211; Orange, Telecom Italia, Telefónica, Telekom Austria Group, Telenor Group, TeliaSonera and Vodafone, are now starting to implement these guidelines for their own operator-branded mobile applications.  The GSMA guidelines are <a href="http://www.gsma.com/Mobile-Privacy-Design-Guidelines.%20http:/www.gsma.com/Mobile-Privacy-Design-Guidelines">HERE</a></p>
<p>This is a commendable effort and should be supported.</p>
<p>In a significant related development, the Wall Street Journal has an insightful article about how marketers are tracking smartphone users through apps, games and other software. In <a href="http://blogs.wsj.com/wtk-mobile/">What They Know &#8211; Mobile</a>, the WSJ says that</p>
<p><strong><em>Some apps collect information including location, unique serial-number-like identifiers for the phone, and personal details such as age and sex. Apps routinely send the information to marketing companies that use it to compile dossiers on phone users. </em></strong></p>
<p>WSJ then analyses the data collected and shared by 101 popular apps on iPhone and Android phones and presents it in an interactive database.</p>
<p>Thus, privacy guidelines are needed. Indeed more so when the ecosystems of the Web (Google, Facebook etc) push privacy boundaries analogous to shifting <a href="http://en.wikipedia.org/wiki/Plate_tectonics">tectonic plates</a> and interact with the ecosystems of Telecoms networks(which are conservative with respect to privacy).</p>
<p>While these two domains were distinct at one point, today they are hard to distinguish in an app driven ecosystem. Thus, while the GSMA approach is ideal for ‘operator branded mobile applications’, there is a wider on-going discussion for privacy of web apps.  <a href="http://www.webinos.org/">Webinos</a> is working towards that goal. The <a href="http://dev.webinos.org/deliverables/wp3/Deliverable35/wiki$t3-5$Deliverable_Specifications_Privacy_Policies.html">webinos policy architecture</a> identifies the following threats and controls</p>
<table border="1">
<tbody>
<tr>
<td><strong>Threat</strong></td>
<td><strong>Possible Control</strong></td>
</tr>
<tr>
<td><strong>Applications given too much personal information</strong></td>
<td><strong>Access to user data and APIs must be constrained (see Security API).</strong></td>
</tr>
<tr>
<td>Applications given personal information which is used in an unexpected manner</td>
<td>Privacy policies are key here to regulating this.</td>
</tr>
<tr>
<td><strong>Weak security controls give applications access to information that users are unhappy with</strong></td>
<td><strong>Robust security controls</strong></td>
</tr>
<tr>
<td>Personal data is linked and combined in unexpected ways</td>
<td>Context data could be misused &#8211; this is a key part of the webinos architecture and an opportunity for privacy violations if data are shared inappropriately, provide controls to rectify these issues.</td>
</tr>
</tbody>
</table>
<p><strong>Requirements</strong></p>
<p>The webinos requirements including <a href="http://dev.webinos.org/deliverables/wp3/Deliverable35/wiki%24t3-5%24Deliverable_Specifications_API_Groups.html">Device Permissions</a>  go even further by enabling the protection of privacy of each user in line with the EU privacy directives. Ultimately, privacy may well evolve to the <a href="../blog/2012/01/30/the-right-to-be-forgotten/">The right to be forgotten: treating the cause, not the symptoms</a> .</p>
<p>So, while the current initiatives are interesting, they could be just the starting point of a more complex discussion on privacy especially as the ecosystems of the Web and the Telecoms interact through web apps.</p>
<p>Image Courtesy: NASA / Goddard Space Flight Center</p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/02/28/privacy-what-happens-when-ecosystems-interact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinos Demo Series #7: Slide and Share &#8211; Seamless Cross Device Media Management</title>
		<link>http://webinos.org/blog/2012/02/26/webinos-demo-series-1-slide-and-share-seamless-cross-device-media-management/</link>
		<comments>http://webinos.org/blog/2012/02/26/webinos-demo-series-1-slide-and-share-seamless-cross-device-media-management/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 12:31:45 +0000</pubDate>
		<dc:creator>Andre Paul</dc:creator>
				<category><![CDATA[Demos]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=3209</guid>
		<description><![CDATA[Sharing what you listen to, read, watch, or do across devices and between friends will be seamless using webinos enabled open source technology. With security and privacy built in, users will be able to select what they want from any device and choose the location and device on which to enjoy their books, films and ...]]></description>
			<content:encoded><![CDATA[<p>Sharing what you listen to, read, watch, or do across devices and between friends will be seamless using webinos enabled open source technology. With security and privacy built in, users will be able to select what they want from any device and choose the location and device on which to enjoy their books, films and media.</p>
<p>The webinos demo shows how with any three webinos enabled devices; TV, Phone, PC, you can remotely control your media in a way that lets you chose which device you want to use to control or use your media.</p>
<p>This demo shows how we can use our phones as a window into a world of media from connected devices and printed objects, making a seamless link between the media stored on one device and our desire to share and consume that media on another device in a secure way with control resting firmly with the user and using open source web technology designed by webinos.</p>
<p>Using web based applications, open source technology and non-proprietary devices the user can experience safe, secure and frictionless sharing of media between friends using the best device for the job.</p>
<p><a href="http://webinos.org/wp-content/uploads/2012/03/webinos_demo_flyer_slidenshare.pdf">Download Demo flyer here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/02/26/webinos-demo-series-1-slide-and-share-seamless-cross-device-media-management/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Webinos Demo Series #6: Air Hockey &#8211; WebGL Gaming</title>
		<link>http://webinos.org/blog/2012/02/25/webinos-demo-series-6-air-hockey-webgl-gaming/</link>
		<comments>http://webinos.org/blog/2012/02/25/webinos-demo-series-6-air-hockey-webgl-gaming/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 21:49:56 +0000</pubDate>
		<dc:creator>Claes Nilsson - Sony Ericsson</dc:creator>
				<category><![CDATA[Demos]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=3193</guid>
		<description><![CDATA[WebGL basically makes it possible to extend the capability of the JavaScript programming language to allow it to generate interactive 3D graphics within the web browser. This for example makes it possible to create games with a nice graphic experience using web technologies only. The Air Hockey demo showcases the flexibility with which a game ...]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 10px; padding-bottom: 10px;"></div>
<p>WebGL basically makes it possible to extend the capability of the JavaScript programming language to allow it to generate interactive 3D graphics within the web browser. This for example makes it possible to create games with a nice graphic experience using web technologies only. The Air Hockey demo showcases the flexibility with which a game can be delivered to the user.</p>
<p>The Air Hockey demo shows how a game could either be packaged as a webinos widget and run on a mobile device or a webinos enabled device being used as a controller for games running on other devices such as set top boxes.</p>
<p>The Hockey game is installed as a widget and runs on a mobile device which supports Web GL such as the Sony Xperia, it runs entirely within a browser such as Android Mobile or Chrome desktop.<br />
The webinos service discovery API and event API provides the possibility to use one device as a remote controller, e.g. &#8220;game pad&#8221;, for a web application running on another device. This means that an Android phone running a simple webinos touchpad widget could be used to control the game running on a PC, TV or STB.</p>
<p>Demo uses following Open Source projects:</p>
<p><span style="font-size: small;">three.js WebGL engine &#8211; <span style="color: #0000ff;"><span style="text-decoration: underline;"><a href="https://github.com/mrdoob/three.js/">https://github.com/mrdoob/three.js/</a><br />
</span></span>Box2D-js physics engine &#8211; <span style="color: #0000ff;"><span style="text-decoration: underline;"><a href="http://box2d-js.sourceforge.net/">http://box2d-js.sourceforge.net/</a><br />
</span></span><br />
3D Art by Roshan Poojari &#8211; <span style="color: #0000ff;"><span style="text-decoration: underline;"><a href="http://roshan-poojari.blogspot.in/">http://roshan-poojari.blogspot.in/</a><br />
</span></span><br />
More information: <span style="color: #0000ff;"><span style="text-decoration: underline;"><a href="http://rinesh.in/?p=47">http://rinesh.in/?p=47</a><br />
</span></span></span></p>
<p><a href="http://webinos.org/wp-content/uploads/2012/02/webinos_demo_flyer_airhockey.pdf" target="_blank">Download the Demo flyer here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/02/25/webinos-demo-series-6-air-hockey-webgl-gaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinos Demo Series #5: Beyond Tweeter &#8211; Multiple Device Content for Twitter</title>
		<link>http://webinos.org/blog/2012/02/25/webinos-demo-series-5-beyond-tweeter-multiple-device-content-for-twitter/</link>
		<comments>http://webinos.org/blog/2012/02/25/webinos-demo-series-5-beyond-tweeter-multiple-device-content-for-twitter/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 09:59:09 +0000</pubDate>
		<dc:creator>Paolo Vergori - ISMB</dc:creator>
				<category><![CDATA[Demos]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=3181</guid>
		<description><![CDATA[Imagine if, when you get home, you can fire up your PC and remotely access all your contacts from your phone and tweet the exact screen shot of the TV you are watching. You can now tweet what you can see, hear and experience to all your friends, sharing your experiences and accessing data from ...]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 10px; padding-bottom: 10px;"></div>
<p>Imagine if, when you get home, you can fire up your PC and remotely access all your contacts from your phone and tweet the exact screen shot of the TV you are watching. You can now tweet what you can see, hear and experience to all your friends, sharing your experiences and accessing data from all your personal technology devices, whether they are located around you, or left in the office.</p>
<p>Webinos code running on TV, Phone and PC enables information to be tweeted in a combined way, bringing you closer to people who aren’t sat with you. You can link all the information from the set top box into your tweet making the content of your tweets richer, with compelling imagery taken from your TV.</p>
<p>Webinos is about device sharing bringing TV, Phone and PC together, with data accessible from each device in a secure way. It’s about sharing your personal information and experience in a secure way between your own devices, and your friends.</p>
<p style="text-align: center;"><a href="http://webinos.org/wp-content/uploads/2012/02/Twitter-Demo.jpg"><img class="aligncenter  wp-image-3183" title="Twitter-Demo" src="http://webinos.org/wp-content/uploads/2012/02/Twitter-Demo.jpg" alt="" width="487" height="267" /></a></p>
<p style="text-align: center;"><a href="http://webinos.org/wp-content/uploads/2012/02/authorize-authorized.png"><img class="aligncenter size-full wp-image-3184" title="authorize-authorized" src="http://webinos.org/wp-content/uploads/2012/02/authorize-authorized.png" alt="" width="376" height="645" /></a></p>
<p style="text-align: center;"><a href="http://webinos.org/wp-content/uploads/2012/02/authorize-authorized1.png"><img class="aligncenter size-full wp-image-3186" title="authorize-authorized" src="http://webinos.org/wp-content/uploads/2012/02/authorize-authorized1.png" alt="" width="376" height="392" /></a></p>
<p><a href="http://webinos.org/wp-content/uploads/2012/02/webinos_demo_flyer_beyondtwitter.pdf" target="_blank">Download the flyer here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/02/25/webinos-demo-series-5-beyond-tweeter-multiple-device-content-for-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinos Demo Series #4: Cardio Hills &#8211; Remote Sensors</title>
		<link>http://webinos.org/blog/2012/02/25/webinos-demo-series-4-cardio-hills-remote-sensors/</link>
		<comments>http://webinos.org/blog/2012/02/25/webinos-demo-series-4-cardio-hills-remote-sensors/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 09:22:19 +0000</pubDate>
		<dc:creator>Ziran Sun - Samsung Electronics UK</dc:creator>
				<category><![CDATA[Demos]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=3205</guid>
		<description><![CDATA[Do you know how active you are throughout the day? Do you know how your heart rate is behaving? Would you like your doctor or personal trainer to be able to track your fitness and health in real time with just your phone and a simple heart rate monitor? The webinos enabled heart rate demo ...]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 10px; padding-bottom: 10px;"></div>
<p>Do you know how active you are throughout the day? Do you know how your heart rate is behaving? Would you like your doctor or personal trainer to be able to track your fitness and health in real time with just your phone and a simple heart rate monitor?</p>
<p>The webinos enabled heart rate demo shows how you can download a webinos application on a Smartphone and by wearing a heart rate monitor you can track your health throughout your day. You can then choose to share this data with any people you select – webinos gives you the ability to control your own privacy profile and to allow only those people you wish to be monitoring your behavior.</p>
<p>The webinos Heart rate demo shows one simple example of how the webinos technology and APIs can allow the user to extract data from many different types of sensor devices, such as motion sensors, remotely; in this case the sensor being a heart rate monitor.</p>
<p>This demo shows how webinos can allow a doctor to remotely check on patients’ pulse rates and analyse the data history, or allow a personal trainer to monitor the calories burned all through a remote mobile device.<br />
By using Java Script APIs and Web technologies such as HTML5, and CSS, the webinos demo shows that you can achieve secure, real time, sharing of vital information using the webinos open source platform.</p>
<p><a href="http://webinos.org/wp-content/uploads/2012/02/webinos_demo_flyer_cardiohills.pdf" target="_blank">Download the Demo flyer here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/02/25/webinos-demo-series-4-cardio-hills-remote-sensors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinos Demo Series #3: Wallet in My Phone &#8211; NFC Shopping and Mobile Wallet</title>
		<link>http://webinos.org/blog/2012/02/25/webinos-demo-series-3-wallet-in-my-phone-nfc-shopping-and-mobile-wallet/</link>
		<comments>http://webinos.org/blog/2012/02/25/webinos-demo-series-3-wallet-in-my-phone-nfc-shopping-and-mobile-wallet/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 08:57:57 +0000</pubDate>
		<dc:creator>Dave Raggett - W3C</dc:creator>
				<category><![CDATA[Demos]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=3177</guid>
		<description><![CDATA[Imagine going shopping with just your mobile phone, you browse the aisles, swiping products with your webinos enabled phone. You can chose to have them delivered, see information on the ingredients, get recipes or simply add them to your basket. As you go to leave the shop you swipe your phone on the NFC checkout ...]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 10px; padding-bottom: 10px;"></div>
<p>Imagine going shopping with just your mobile phone, you browse the aisles, swiping products with your webinos enabled phone. You can chose to have them delivered, see information on the ingredients, get recipes or simply add them to your basket. As you go to leave the shop you swipe your phone on the NFC checkout icon, a payment screen loads on your phone, allowing you to chose your preferred payment method and confirm your purchase. If you’ve purchased items to be delivered your phone prompts you to agree to the transmission of your address for deliver, or if you’ve purchased age restricted items to pass on your age.</p>
<p>webinos provides support for electronic payment in a way that is agnostic as to the underlying payment system. The app indicates that it wants payment, but the user determines which payment solution to use to fulfil that intent. In the real world, stores recognize that consumers want a choice in how they pay for goods and services. Webinos supports that choice in a secure way. The demo shows the user being asked for a PIN to authenticate him/her as the legitimate owner of the phone. If you mislay your phone other people can&#8217;t use it to purchase goods.</p>
<p>The PIN dialog is provided by webinos not the web application. It includes an anti-phishing feature. Users can set a graphic and a text phrase as part of their webinos zone preferences. These are shown to the user by webinos as a proof that the dialog is generated by webinos and not an evil or corrupted website seeking to steal your PIN.</p>
<p>The use of NFC technology means more than just the convenience of “jedi wave” to purchase bulky goods. Near Field Communication, is a type of smart tag that is gaining traction in the retail industry, and with webinos enabled devices there is now the potential for an ecosystem of apps to develop around the shopping experience. Webinos defines APIs for web page scripts to read NFC tags, and to share specific information via NFC. We anticipate apps being provided by the stores, and by third parties for a value added experience.</p>
<p><a href="http://webinos.org/wp-content/uploads/2012/02/t-shirt1.jpg"><img class="aligncenter size-full wp-image-3203" title="t-shirt1" src="http://webinos.org/wp-content/uploads/2012/02/t-shirt1.jpg" alt="" width="425" height="768" /></a><a href="http://webinos.org/wp-content/uploads/2012/02/webinos_demo_flyer_walletinmyphone.pdf" target="_blank">Download the Demo flyer here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/02/25/webinos-demo-series-3-wallet-in-my-phone-nfc-shopping-and-mobile-wallet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>webinos Demo Series #2: TV module API – enabling new TV experiences</title>
		<link>http://webinos.org/blog/2012/02/25/webinos-demo-series-2-tv-module-api-enabling-new-tv-experiences/</link>
		<comments>http://webinos.org/blog/2012/02/25/webinos-demo-series-2-tv-module-api-enabling-new-tv-experiences/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 07:54:31 +0000</pubDate>
		<dc:creator>Hristo Mitov</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[digital broadcast]]></category>
		<category><![CDATA[digital video broadcast]]></category>
		<category><![CDATA[EPG]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[NLV]]></category>
		<category><![CDATA[TV API]]></category>
		<category><![CDATA[TV module]]></category>
		<category><![CDATA[TV module API]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=3306</guid>
		<description><![CDATA[Digital video broadcast has become an integral part of our daily television viewing experience. While we rapidly became familiar with the additional services and features, like electronic program guide (EPG), high definition television or time shifting, the next television technology generation has already found its way to our living rooms. Smart television sets are getting ...]]></description>
			<content:encoded><![CDATA[<p><script type='text/javascript'>var _nlvq = _nlvq || [];_nlvq.push(['api','p1']);_nlvq.push(['uid','CTXWMS']);_nlvq.push(['width','550']);_nlvq.push(['height','346']);</script><br />
<script type='text/javascript' src='//nlv.bittubes.com/player/embed.js'></script><br />
Digital video broadcast has become an integral part of our daily television viewing experience. While we rapidly became familiar with the additional services and features, like electronic program guide (EPG), high definition television or time shifting, the next television technology generation has already found its way to our living rooms.</p>
<p>Smart television sets are getting more and more popular and aim to provide a central point for home media and all kinds of Internet services. Even if all new enabled services and features are in place and work fine separately from each other a proper interconnection between them is still missing. For example, watching a movie and being able surf the Web to gather additional information about the main actor using the television at the same time is nice. But there should be more than just the option to do things on one device that are already possible on disparate devices. Looking further at the usage of distributed services in applications across different devices and different device types, the situation gets even fuzzier. From a developer perspective if you don’t want to utilize proprietary or single platform solutions you probably will look into standards based Web technologies. Web applications are already benefiting from the broad range of new APIs emerging around the HTML5 specification process. Even if effort in the TV domain with focus on fusion of Web and TV is ongoing here, the coverage in terms of APIs is still very low. webinos has made a start on filling this gap and introduces the TV module API.</p>
<p>The video above shows the TV Module API demo. Martin Lasak, a research fellow from Fraunhofer FOKUS, duides you through the specifications and functionality of the API. You can now browse through channel lists; filter channels and enjoy cross-platform flexibility through Set-up box, mobile phone and TV. <strong>The video uses advanced<a href="http://www.fokus.fraunhofer.de/en/fokus_testbeds/famelab/solutions/non_linear_video/index.html" target="_blank"> Non-linear video technology</a> and allows you to browse through the video content and click on links that forward you to further information about the technology.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/02/25/webinos-demo-series-2-tv-module-api-enabling-new-tv-experiences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling 3rd party value added services for mobile payments</title>
		<link>http://webinos.org/blog/2012/02/22/enabling-3rd-party-value-added-services-for-mobile-payments/</link>
		<comments>http://webinos.org/blog/2012/02/22/enabling-3rd-party-value-added-services-for-mobile-payments/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 11:54:09 +0000</pubDate>
		<dc:creator>Dave Raggett - W3C</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Demos]]></category>

		<guid isPermaLink="false">http://webinos.org/?p=3262</guid>
		<description><![CDATA[Webinos is working on enabling a rich ecosystem for 3rd party value added services for mobile payments, through an API that is agnostic with respect to the underlying payment solution. In the absence of of open standards, we are likely to see only weak services for proprietary solutions, e.g. coupons and basic loyalty schemes. A ...]]></description>
			<content:encoded><![CDATA[<p>Webinos is working on enabling a rich ecosystem for 3rd party value added services for mobile payments, through an API that is agnostic with respect to the underlying payment solution. In the absence of of open standards, we are likely to see only weak services for proprietary solutions, e.g. coupons and basic loyalty schemes.</p>
<p>A proof of concept demo for mobile payments using near field communications (NFC) will be shown during the 2012 Mobile World Congress in Barcelona. The webinos project has defined a preliminary payment API along with bindings to the GSMA OneAPI payment interface, and we look forward to following up with work on open standards.</p>
<h2>User story</h2>
<p>Imagine you are in a store with your webinos enabled phone. You swipe products to get further information and to add them to your shopping basket.</p>
<p>If you have food allergies, you would be able to instantly check if the item is safe for you to eat. You might also be able to get further information on where the item was produced, and suggestions for cooking recipes, along with help on purchasing related ingredients.</p>
<p>You have a real shopping basket or trolley to put the item in. When you leave the store you pass through the self-service checkout. A screen built into the checkout shows the items you are buying. If there are items such as alcohol or tobacco, you would need to show you are an adult by tapping on your phone, to signal your assent to passing this information to the checkout.</p>
<p>Larger or heavier items would be recorded for delivery to your home, and at checkout time, you would have to tap on your phone to signal your assent to providing your address and phone number to the store.</p>
<p>You will be able to install third party apps that track your purchases, e.g. as an aid to healthy living and managing your home finances. Businessmen will be able to seamlessly track their expenses during trips.</p>
<h2>What is the role of webinos?</h2>
<p>Webinos defines APIs for web page scripts to read NFC tags, and to share specific information via NFC. We anticipate apps being provided by the stores, and by third parties for a value added experience.</p>
<p>Webinos further provides support for electronic payment, in a way that is agnostic as to the underlying payment system. The app indicates that it wants payment, but the user determines which payment solution to use to fulfil that intent. In the real world, stores recognize that consumers want a choice in how they pay for goods and services. Webinos supports that choice.</p>
<p>The demo shows the user being asked for a PIN to authenticate him/her as the legitimate owner of the phone. If you mislay your phone other people can&#8217;t use it to purchase goods.</p>
<p>The PIN dialog is provided by webinos not the web application. It includes an anti-phishing feature. Users can set a graphic and a text phrase as part of their webinos zone preferences. These are shown to the user by webinos as a proof that the dialog is generated by webinos and not an evil or corrupted website seeking to steal your PIN.</p>
<p>Webinos levels the playing field to enable a rich ecosystem with all kinds of value added services based around web technologies.</p>
<h2>Why is NFC valuable for stores?</h2>
<p>It allows stores to offer users further information on products along with value-added services (e.g. personalized coupons, and loyalty programs) as a means to encourage further sales. It makes it easier and cheaper to carry out stock checks, and to assess which products are nearing their sell by date. It reduces staffing costs through self-service checkouts. However, what is missing from current industry initiatives is a means to enable third parties to add value though additional services. For food products, this could include recipes, information on ingredients and the farms and regions the food was produced in.</p>
<h2>Summary</h2>
<p>There are quite a few current initiatives on mobile wallets, and the question is how can we provide a higher level API that is agnostic with respect to the underlying payment solution, yet supports the third party value added services ecosystem. In the absence of open standards, we are likely to see only weak services for proprietary solutions, e.g. coupons and basic loyalty schemes. The webinos project is actively exploring the opportunities and will feed our results into the open standards process.</p>
]]></content:encoded>
			<wfw:commentRss>http://webinos.org/blog/2012/02/22/enabling-3rd-party-value-added-services-for-mobile-payments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

