Home

Tuesday, November 13, 2012

Supported accent colors in windows phone development


Supported accent colors

Windows Phone allows users to choose from a variety of accent colors. The default theme is a dark background with the blue accent color, but mobile operators or phone manufactures may override this setting as well.
The Windows Phone Accent Colors

Thursday, November 8, 2012

First Windows Phone 8 app experience


These days, I'm playing with the new playground for developers, which is windows phone 8 app development. And tried to make a small app to experience and feel the new SDK  of Microsoft. Everything seem to be easy and all the tools are ready for us to build my first app. And as a student, I can get those tools for free, as well as a free registration in to the Windows Phone Market Place for one year. I can say that was so cool because I can publish my app on the Market Place for free. However, getting deep into this thing will gonna take time for me. But I believe that it will have a lot of fun!

My first Tic Tac Toe Windows Phone app

Thursday, November 1, 2012

HTML5 & CSS3 latest features in action!

Along with the release of new version of Windows ( I mean Windows 8, obviously! ^^), it seem to be there will be a lot of update that developers have to keep in touch with. And this section of the series called Build which is happening at Redmond, Washington, USA is specifically a good guide for us.


Tuesday, August 28, 2012

How to create Windows 8 To Go Usb


Windows 8, the upcoming OS from software giant is going to hit market on 26th October. Microsoft included many new features in Windows 8, Windows to Go one of them.
Windows To Go is new feature included in Windows 8 by Microsoft and it allows you to install Windows 8 on your USB flash drive or USB external hard drive and then you can run Windows 8 from that Windows To Go USB on any Windows 7 capable PC without affecting its current OS installation.
In this post I will guide on how to create and use Windows 8 To Go USB. Before we start the guide, we need following things:
1) 16GB or above USB device. (USB 3.0 device recommended)
2) Windows 8 ISO Image
3) Windows 7 or Windows 8 Installed PC
Once you have all the requirement, you are ready to create Windows 8 to go USB.

How to Create and Use Windows 8 To Go USB

1) First of all download The Windows Automated Installation Kit (AIK) to get Imagex.exe.
2) Launch command prompt as administrator.
3) Type diskpart followed by enter.
4) Type select disk n (where n is your USB drive number shown on screen after typing previous command)
5) Type clean to format USB.
6) Type create partition primary and hit enter.
7) Type format fs=ntfs quick and hit enter.
8) Type active and hit enter.
9) Close diskpart by typing exit followed by enter.
10) Mount the Windows 8 ISO you have downloaded using Power ISO or any other alternative you use.
11) Go to \sources\ and copy install.wim and paste it in directory where imagex.exe is. Imagex.exe can be found in \Program Files\Windows AIK\Tools\x86 or \Program Files\Windows AIK\Tools\amd64.
12) Type the following commands in CMD
imagex.exe /apply install.win 1 n:\ (where n USB drive letter, replace it with yours)
13) Now type the command below to apply the boot record to your USB drive:
bcdboot.exe n:\windows  /s n: f/ ALL (where n USB drive letter, replace it with yours)
That’s it. You Windows 8 To Go USB is now ready and you can now boot Windows 8 using this Windows 8 To Go USB on any PC that is Windows 7 compatible.