Monday, August 17, 2015

Why the Windows 10 Universal Windows Platform Bridges are a GREAT thing!

At the build conference earlier this year, one of the more controversial announcements were the "Bridges" that were introduced. These "bridges" are new ways of building apps and involve using tools and languages that are different from the "native" methods of C#, C++, VB.Net or F# for the code...

Thursday, August 13, 2015

My thoughts on the Surface Hub now I've used them

Yesterday I got a hands-on with both sizes of the Surface Hub. If you're not familiar with the name it's Microsoft's new wall mounted computer intended for collaborative work and meetings. In the picture above you'll see the small one (yes really) which is a 55" 1080P screen. There's also an 84"...

Tuesday, August 11, 2015

Friday, August 07, 2015

Wednesday, August 05, 2015

How important is the color of an app icon?

So, someone is viewing your app in the store. How much effort do you put into optimizing what they see? What about the colour of the app icon? I have an app I use for demos, experiments and the like. It's called PhoneBook. It has a bright pink icon. The reason it had such a coloured icon was to...

Windows 10 as a meal

symmetrical gluttony
Imagine Windows 10 as a meal. It's a pretty special meal, so let's consider it a banquet. Now, if you look at what we have in Windows 10 so far it might seem a bit disappointing. Here's the thing though. If Windows 10 is a banquet, what we've had already is just an appetizer. It might be considered...

Monday, August 03, 2015

Two approaches to updating your app to Windows 10

So, you want to make a version of your app that targets Windows10. That seems like a great idea but how do you go about it? After all, there's no "Update this project to Windows 10" option like we've had in previous versions. You almost certainly want to keep your existing code so you can continue to provide updates to users who haven't yet updated to Windows 10. This leaves two options: 1. Create...