I’m currently working on several gaming projects for modern browsers and Windows 8 Store projects. Some of them are using HTML5 as a base in order to simplify multi-devices targeting. I was then looking for[…]
Tag: HTML5
BUILD2012: demos & materials associated to HTM5 & CSS3 latest features in action! (3-114)
I had the pleasure to be part of the BUILD2012 lucky speakers this year. On my side, I was giving a talk on new HTML5 & CSS3 features running in IE10. This blog post will[…]
Tutorial Series: using WinJS & WinRT to build a fun HTML5 Camera Application for Windows 8 (3/4)
In this third tutorial, we will use the WinJS FlipView control to navigate between our live preview UI and the various photos & videos taken during the life of the application. For that, we will[…]
Tutorial Series: using WinJS & WinRT to build a fun HTML5 Camera Application for Windows 8 (2/4)
In this second tutorial, we’re going to add support for video recording. The first step will then to work on the UI to let the user choosing between photo & video mode. Then we will[…]
Tutorial Series: using WinJS & WinRT to build a fun HTML5 Camera Application for Windows 8 (1/4)
Using HTML5, JavaScript & CSS3, we’re going to build a fun HTML5 camera application for Windows 8 and its Modern UI. You will learn how to use WinRT to access to the camera and the[…]
Windows 8 HTML5 WinRT App: How to create a small RSS reader in 30min (part 2/2)
We’re now going to see how to display the details of each article. We will use for that a transition animation, we will play with the simulator and we will continue to discover Blend to[…]
Windows 8 HTML5 WinRT App: How to create a small RSS reader in 30min (part 1/2)
Starting from scratch, we’re going to learn through these 2 tutorials how to build a small RSS reader with HTML5, CSS3 and WinJS, the Microsoft JavaScript framework for Windows 8. We will then build a[…]
Everything you need to know to build HTML5 games with Canvas & SVG
Agenda: – Canvas & SVG: 2 ways to draw on the screen – Useful libraries & tools – Some gaming frameworks – Some beginners’ tutorials – Some interesting online working games & experience feedbacks I’m[…]
Using the Windows 8 Simulator & VS 2012 to debug the IE10 touch events & your responsive design
I’m currently working around the touch events of IE10 and even if I’m lucky enough to have a Windows 8 tablet, I was looking for a simpler way to do basic tests on my classical[…]