Browse by Tags

All Tags » HTML5 (RSS)

Analytics for Windows 8 apps using Markedup by nmarun

The Windows 8 store does provide some analytics information to you in terms of downloads by market or by age group, ratings, in-app purchases. I find that a little too limiting. What if I want to know what page my users are spending most of their time...

Windows 8 UX Guidelines in one PDF by nmarun

There are quite a few things you need do to differently in order to write a great Windows 8 App. Although MSDN has it documented completely in their site , the sheer volume of other related information might overwhelm you. In order to make it easy, they...

Knowing your Metro Style App package details by nmarun

<strong>This article is written on a pre-release version. Things mentioned below are bound to change in future releases.</strong> The package details of your application can be read through the Windows.ApplicationModel.Package namespace. So...

Accessing files on local machine in Windows 8 Metro Style Apps using JavaScript and HTML5 by nmarun

This article is written on pre-release version of the software and is subject to change in future release. Here I’ll be reading a list of files from the client machine and displaying it on the page. I created a new blank JavaScript Metro Style App project...

Drawing on a webpage – HTML5 - IE9 by nmarun

So I upgraded to IE9 and continued exploring HTML5 . Now there’s this ‘thing’ called Canvas in HTML5 with which you can do some cool stuff. Alright what IS this Canvas thing anyways? The Web Hypertext Application Technology Working Group says this: “The...
Filed under: , , ,

HTML5-MVC application using VS2010 SP1 by nmarun

This is my first attempt at creating HTML5 pages. VS 2010 allows working with HTML5 now (you just need to make a small change after installing SP1 ). So my Razor view is now a HTML5 page. I call this application - 5Commerce – (an over-simplified) HTML5...
More Posts