Last Updated:
June 16, 2013

Windows 8
Per Page :

How to change the start page of the Windows Store App using HTML and Javascript ?

When a new Windows 8 App is created using JavaScript and HTML,the Visual Studio 2012 creates the default.html page and sets this page as the startup page of the Windows Store App . If you want to create a different html page and want to set it as the start Read more...
0 Views : 2216

List of Files Created by the Blank App JavaScript template in Windows 8

When a new JavaScript project is created in the Windows 8 ( Windows Store App ) , the Visual Studio 2012 Express for Windows 8 creates the following files 1. default.html – This is the default html startpage of the Windows Store App 2. default.js – Javascript file 3. default.css Read more...
0 Views : 147

Creating a Windows 8 App using HTML , CSS and JavaScript

This is the first of the series of blog post on the Windows 8 app development using HTML , JavaScript and CSS. To create a new Windows 8 App using HTML , JavaScript and CSS , follow the below steps. Make sure that you have installed Visual Studio 2012 Express Read more...
0 Views : 128

How to Get the Developer License for Evaluating Windows Store Apps ?

One of the advantages that the Windows 8 developer license provides for the dvelopers is that it enables them to easily develop , test and then evaluate the Windows Store (code named “Metro”) App . The Developer license is free and you can get it and later renew it via Read more...
0 Views : 289

File Templates for developing Windows 8 App using XAML

The Windows 8 SDK provides the developers to choose from several types of file templates for creating the Windows 8 Modern UI App. These file templates include Basic Page Split Page Items Page Item Detail Page Grouped Items Page Group Detail Page Resource Dictionary Templated Control User Control File Open Read more...
0 Views : 123

Templates for developing Windows 8 App using XAML

The Windows 8 SDK provides the following templates for developing Windows 8 (Metro/Modern UI) apps using XAML . Blank App (XAML) Grid App (XAML) Split App (XAML) Class Library(Metro style apps) Windows Runtime Component Unit Test Library (Metro style apps) Read more...
0 Views : 96

Templates for developing Windows 8 App using Javascript

The Windows 8 SDK provides the following templates for developing Windows 8 (Metro/Modern UI) apps using JavaScript . Blank App Grid App Split App Fixed Layout App Navigation App   Read more...
0 Views : 99

Tools for Developing Windows 8 Apps

You can develop Windows 8 Metro Apps using the Windows 8 Developer Tools/SDK . This includes the necessary tools and SDK for developing the Windows 8 Metro Apps like Visual Studio Express 2012 for Windows 8 , Microsoft Expression Blend for Visual Studio 2012 for Windows 8 . At the Read more...
0 Views : 84

Technologies for developing Windows 8 Apps

You can develop Windows 8 Apps using any of the below technologies Xaml with C#(CSharp) , C++ or Visual Basic.NET HTML , CSS and JavaScript Read more...
0 Views : 82