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[…]
Author: David Rousset
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[…]
Windows 8 HTML5 Metro Style App: RSS reader in 30min – building your WordPress or Community Server version
I got nice feedbacks on my 2 previous small tutorials: – Windows 8 HTML5 Metro Style App: How to create a small RSS reader in 30min (part 1/2) – Windows 8 HTML5 Metro Style App:[…]
Composing the music for the World Monger Windows 8 game using the Renoise tracker & East West VST Plug-ins
I’d like to share with you something not related to my usual Windows 8 & HTML5 development activities. It’s linked to another great passion I’ve got: composing music. But it could interest some of you[…]
Modernizing your HTML5 Canvas games Part 2: Offline API, Drag’n’drop & File API
We’ve seen in the previous article Modernizing your HTML5 Canvas games Part 1: hardware scaling & CSS3 how to use CSS3 3D Transform, Transitions & Grid Layout for a HTML5 Platformer game. We’re now going[…]