I have Visual Studio 11 Ultimate and I am trying to develop sample application in Metro style using JavaScript.
My problem is in every example that I am getting in i
The samples you were looking at are obsoleted when they updated their WinJS library from Developer Preview to later version. They move all their javascript library into 2 files, base.js and ui.js, but the samples were still referring to the old WinJS library.
As it is now Consumer Preview, you should probably look at http://code.msdn.microsoft.com/windowsapps/Windows-8-Modern-Style-App-Samples