Rec
Recommended a comment in Windows 8 Release Preview to include Metro style News, Sports, and Travel apps
4 days ago
Comment
I have been a Windows fan boy for a long time as well and this is the first time I have been genuinely excited about a Windows release. I thought that Microsoft nailed the desktop paradigm with Windows 7, but the design was atrocious. Windows 8 combines a beautiful new design with the same awesome desktop of 7. And, it adds a tablet friendly UI and a really cool new development environment (HTML5). In my opinion, it does not get much better than this.
4 days ago on Windows 8 Release Preview to include Metro style News, Sports, and Travel apps 11 recommends
Rec
Recommended a comment in Windows 8 Release Preview to include Metro style News, Sports, and Travel apps
4 days ago
Rec
Recommended a comment in Windows 8 Release Preview to include Metro style News, Sports, and Travel apps
4 days ago
Comment
Yeah, building a metro app is exactly like building a website with a few differences. The first is that they give you a style sheet to use that maintains the metro look-and-feel. You don’t have to use it, but it makes it much easier. The second is that they have a navigation pattern they “strongly recommend” to transition between pages. You can still use traditional links, but you lose the history. And, the final difference is they give you a WinJS library that has access to the Windows API to handle devices, file access, etc.
15 days ago on Microsoft offers Windows 8 developers an early chance to get apps into the Windows Store
Comment
Easy cross site scripting. Plus, it uses the promises pattern. It makes it really easy to orchestrate multiple requests.
15 days ago on Microsoft offers Windows 8 developers an early chance to get apps into the Windows Store
Comment
I just started building my first Windows 8 app this week. Microsoft really hasn’t gotten a lot of credit for how fantastic the native HTML5 apps are. As a long time web developer, it was really easy to get up-and-running, and certain pieces of the framework (like WinJs.xhr) are so good, I wish someone would port them to the web. My personal “oh sh*t this is good” moment was when I imported jQuery and it just worked.
15 days ago on Microsoft offers Windows 8 developers an early chance to get apps into the Windows Store 2 replies
