Ahmed Eltawil's Blog

Microsoft decided to completely remove the ARM based Windows OS from the Windows 8 family by calling it ‘Windows RT’, even though it looks completely identical to Windows 8 to the end user. Now why would they ever do something like that?

It looks exactly like Windows 8, it runs the same Windows Store apps like Windows 8, and on top of all that it even comes with Windows Desktop just like Windows 8. I understand that it won’t run other Desktop software besides Office but why confuse the end user with terminology? What happened to ‘Keep It Stupid Simple’?

The average consumer doesn’t give a crap of the underlying technology, and Microsoft expects them to know that ‘Windows RT’ stands for ‘Windows Run Time’ and that it’s sharing kernel code with Windows 8 and Windows Phone 8? Are you kidding me?

Here is what I think: Windows RT should have been called Windows 8 Express (just like how Microsoft uses ‘Express’ for other light weight and free software), and Windows 8 should have been called Windows 8 Premium and keep the Windows 8 Professional offering.

Express, Premium and Professional (and there is always the special Enterprise version). Simple and straight to the point.

It would have been fine if they kept using the term ‘Metro’ for the modern apps (Windows Store apps?) but for some reason Microsoft forgot to do their due diligence on whether they can legally use that name or not before they started using it.

So when they realized they had to stop using that name, they started calling them ‘modern apps’ for the lack of better words. But that’s not gonna help differentiate the type of apps since any application (whether a Windows Store or Desktop app) can revamp their UI and call it modern. Modern isn’t a noun, it’s an adjective. It can be used to describe any application if it fits the definition. So by calling them modern also added more confusion to the developers and end users.

So when Microsoft realized that, they changed it a second time and told us to start calling them ‘Windows Store’ apps instead. But any Windows 8 or Windows RT ‘app’ can come from the Windows Store eventually, and calling them Windows Store apps basically tells us that the app came from the Windows Store and not what type of application it is (I’m talking about what an average consumer would think).

So calling them Windows Store apps isn’t gonna help either in the long run and will most likely (as it is already) add more to the confusion.

Personally, I have no clue what those apps should be called, but I did like the term ‘metro’ the most out of all of them. Unfortunately, ‘metro’ cannot be used anymore.

Get your shit together, Microsoft.

I recently installed Windows 8 Pro on my home PC, which is the last computer that needed to be upgraded, and after installing the latest update for the Music app I experienced a strange issue.

I had no problems opening and browsing the Music app but when I started to play a song and switched to Desktop the computer somehow decides to dramatically lower the volume. Switching back to the Music app would bring up the volume automatically.

Since this is a Windows Store app, I couldn’t play with its settings or configuration files to try to determine what could be causing this, so I simply uninstalled the Music app and installed it again which fortunately fixed it.

Anyways, I thought I would post my experience in case there are others out there facing a similar issue.

One of my tasks recently was to implement bundling and minification on a ASP.NET 4.5 web application. So naturally, I started to read many articles and tutorials on how to implement it until I understood the technology and got confident on implementing it. The implementation was quite simple really and I was very happy with the progress…until I reached a brick wall.

For some reason there was absolutely no mention on how to reference bundles created in the markup of a web form AND still be able to debug by disabling the bundling and minification. Most, if not all, articles and tutorials were talking about ASP.NET MVC implementations as opposed to web forms. When I was able to get the bundling and minification to work, I kept losing the ability to debug my bundled JavaScript files (in Visual Studio) when I set “debug=’true’” in my web config file.

So for anyone who is in the same boat, I feel your pain and here is what I went through:

I added the following markup for a script bundle called ‘~/scripts1′:

<script src=”~/scripts1″></script>

That didn’t make bundling and minification work. So I tried:

<script src=”scripts1″></script>

It worked this time, but setting “debug=’true’” would still bundle and minify my JavaScript files. So I tried the following:

<script src=”<% Scripts.Render(“~/scripts1″); %>”></script>

That gave me the same result as the previous one. So after hours of researching and playing with code, I wrote the following line right in the markup without any <script> tags:

<%: Scripts.Render(“~/scripts1″) %>

It worked! I got my bundling and minification to work only when “debug=’false’”.

I hope this helps some poor soul out there. If you need more information on bundling and minification with ASP.NET 4.5, read this article.

On Windows Phone, I tap on the Messaging tile and from there I can see who’s online, all my previous message threads and an option to change my chat status. So you’d expect the same experience or similar options when you click on the Messaging tile on Windows 8, right? Wrong.

The most important option when it comes to messaging is to see who’s online, which is sadly not present on Windows 8′s Messaging app. In order to see who’s online, you’ll need to open the People app and if you click on an online contact Windows 8 switches you to the Messaging app to chat. So essentially, you’d have to keep flipping back and forth between the Messaging and People apps.

Am I the only one who believes that this messaging workflow is completely flawed?

That being said, and as I mentioned before, the experience and workflows between both Windows 8 and Windows Phone 8 aren’t always consistent and often confusing even for people trying to use Windows 8 whom already own a Windows Phone.

As much as I like Windows 8′s new modern Start screen, the way I currently see it and from a developer’s point of view, it certainly shows that this was a quick first iteration that Microsoft had to release on launch day. The built-in apps feel like they’re still in beta which further confirms (I hope) the rumor of an upcoming major update that will bring all Microsoft’s Windows platforms closer to one another in terms of features and UI consistency.

If I recall correctly, Microsoft promised us a “Windows Everywhere” experience that is quite consistent in its nature, especially when it comes to the user interface. So far, it’s been “modern UI” and tiles everywhere but sadly that is as far as the consistency goes.

I’d love to see the same live tiles everywhere. I’d love to see my own settings and accounts being brought up from Windows 8 to Xbox to Windows Phone. I’d love to see the same apps available in all Microsoft platforms. More so, I’d love to see consistency in developing apps for all their devices so that developers can easily deliver the same apps across many Microsoft products. That’s the “Windows Everywhere” experience that I am anxiously waiting for.

So let’s assume that at least a million people out there own a Windows Phone 8 smartphone, and let’s also assume that a quarter of them have an Xbox Music pass. Well, most (if not all) of those people are suffering including myself. Apparently, Microsoft seems to have released Windows Phone 8 before it entirely matured cause you simply cannot sync or properly use your Xbox Music pass on it.

Microsoft’s Zune/Xbox Music support representatives keep telling me that in order to fully make use of my Xbox Music pass that I need to use it with the Xbox Music app on Windows 8, and that’s the only way. Whatever music I download on my Windows Phone 8 device doesn’t get synced on the Xbox Music cloud collection and I cannot just simply hookup my phone with Windows 8 and expect all my Xbox Music collection to get synced automatically without any issues (DRM issues specifically).

It’s an ongoing issue that has plagued Windows Phone 8 since its launch. I am hoping that Microsoft is working on a major update for both Windows 8 and Windows Phone 8 that will enable them to talk ‘better’ with each other.

@AhmedEltawil

Follow

Get every new post delivered to your Inbox.

Join 331 other followers