Introduction to Microsoft Edge, extensions and security on the web

David Rousset is a Senior Program Manager at Microsoft, in charge of driving adoption of HTML5 standards. He has been a speaker at several famous web conferences such as BUILD, Paris Web, CodeMotion, ReasonsTo or jQuery UK. He's the co-author of the WebGL Babylon.js open-source engine. Read his blog on MSDN or follow him on Twitter: @davrous.
Comments
#ifdef WEBGL & BABYLONJS
Hello!
Thanks for your feedback.
Yes, this demo is too heavy for the HoloLens. WebVR has to be enabled on HoloLens RS4 as it's currently disabled behind a flag. Go to "about:flags" to enable it.
Then, you'll see that the Mansion will work in WebVR on HoloLens like shown by this user: https://twitter.com/hololite/status/978904042716966912
Still, again, performance won't be optimum as this scene hasn't been optimized for the HoloLens.
David
WebVR, not just Holograms in the web but powerful platform
You'll find all demos & tutorials shown in this video on my blog: https://www.davrous.com/2017/12/22/babylon-js-vrexperiencehelper-create-fully-interactive-webvr-apps-in-2-lines-of-code/
WebVR: Adding VR to your websites and web apps
I've written a full tutorial based on this session here: https://www.davrous.com/2017/07/07/from-zero-to-hero-creating-webvr-experiences-with-babylon-js-on-all-platforms/
David
Create fun & immersive audio experiences with Web Audio
As we had troubles with the audio recording of this session, I've created a full blog post to cover more or less the same content: https://blogs.msdn.com/b/davrous/archive/2015/11/05/creating-fun-amp-immersive-audio-experiences-with-web-audio.aspx
Introduction to WebGL 3D with HTML5 and Babylon.js: (07) Babylon.js: Advanced Features
I've written a complementary article about physics & babylon.js here: Understanding collisions & physics by building a cool WebGL Babylon.js demo with Oimo.js
Build 2014 - Les nouveautés autour de WebGL : Pour Windows 8.1 et Windows Phone 8.1
Retrouvez les slides de cette session ici: http://fr.slideshare.net/davrous/back-from-build-webgl
TWC9: TechEd++, VS/TFS 2013, C4F Toolkit 2.0.6, Azure Updates and more
Thanks for sharing my tutorials!
I've published the third part here: https://blogs.msdn.com/b/davrous/archive/2013/06/17/tutorial-part-3-learning-how-to-write-a-3d-soft-engine-in-c-ts-or-js-loading-meshes-exported-from-blender.aspx. It shows how to export meshes from Blender in JSON and how to load them in our little 3D soft engine.
I'm having a lot of fun writing them, so I'm pleased to see that it could help some developer to discover this wonderful world.
HTML5 & CSS3 latest features in action!
Thanks for your great feedbacks!
HTML5 & CSS3 latest features in action!
Hi,
I've written an article on my blog providing links & articles associated to this session: https://blogs.msdn.com/b/davrous/archive/2012/11/03/demos-links-amp-articles-associated-to-htm5-amp-css3-latest-features-in-action-build-3-114.aspx
Enjoy!
David
HTML5 Platformer game PhoneGap'ed onto Windows Phone 7.1(5)
Thanks for sharing!
Silverlight TV 26: Exposing SOAP, OData, and JSON Endpoints for RIA Services
Hello,
As this is a frequent topic during my customers’ meetings, I’ve used your excellent webcast: “Silverlight TV 26: Exposing SOAP, OData, and JSON Endpoints for RIA Services” as a base to write a series of articles on my blog. The first 4 articles are online :
1 – Review of the initial application: https://blogs.msdn.com/b/davrous/archive/2010/11/10/how-to-open-a-wcf-ria-services-application-to-other-type-of-clients-review-of-the-initial-application-1-5.aspx
2 – How to expose the service as an OData stream consumed by Excel and from a web application built with WebMatrix
3 – How to expose the service as a “standard” WCF Service used from a WPF application and a Windows Phone 7 application
4 – How to expose the service as a JSON stream to be used by a HTML5/jQuery web application
5 – Step by step procedure to publish this WCF RIA Services application to Windows Azure & SQL Azure
And I’ll try to write the last one before going on vacation. I’ve got the same articles in French also.
The main Silverlight application is hosted in Azure here: http://bookclub.cloudapp.net and I’ve just slightly modified the original application to add a viewbox control and some webcam logic while you create a new user.
The second article uses WebMatrix and its OData helper to connect to the OData feed of WCF RIA Services. I’ve tried also to explain the differences with the OData feed available with WCF Data Services.
The third article shows simple WPF & Windows Phone 7 clients connected to the SOAP endpoint and handling the authentication cookie.
The fourth article shows an HTML5/jQuery application displaying the books in a fun way using the Galleriffic jQuery plug-in, some CSS3 and an animation based on <canvas>.You can test it here in IE9 (or Chrome/FF/Opera/Safari) : http://bookclub.cloudapp.net/WCFRIA_jQueryHTML5.html . I’m also talking about the way to add/delete items with the JSON endpoint.
Enjoy !
David Rousset