In this fourth & last tutorial, we’re going to play with pixels manipulation. We will first use the EaselJS library and its filters part to apply some Sepia, Black & White and Blur effects on[…]
Category: Uncategorized
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[…]
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:[…]
How to open a WCF RIA Services application to other type of clients: the JSON endpoint (4/5)
We’ll see here how to open the same application used in the 3 previous articles with a JSON endpoint. This new endpoint will then be used by an HTML5 application thanks to jQuery that will[…]
How to open a WCF RIA Services application to other type of clients: the SOAP endpoint (3/5)
We’ll see here how to open the application used in the 2 previous articles with a SOAP endpoint that will offer us “classical” WCF calls. We’ll then see how to use this new endpoint from[…]