AdMob crashing Windows Phone apps. What is the alternative?

Not long ago I’ve published my first app using the devcenter developer account and not the global publisher – and just a couple of days later (or should I say weeks) I started noticing crash reports for my app.  Downloaded the stack trace data in hope that I could find out where the issue was…

Windows 8 and Secure Boot – What if your PC doesn’t support it?

So today, while (by mistake) attempting to upgrade my Windows 7 to Windows 8 I ran into a compatibility check with 6 errors including one that states: Secure Boot isn’t compatible with your PC At first it gave me the creeps thinking that I won’t be able to install Windows 8 although the Consumer Preview…

8bit Google Maps for NES

Google has long neglected one of the most popular and best sold devices ever – but all that ignorance ends today as Google releases their first NES product: Google Maps 8bit for NES. The product has all of the features you got used to on the desktop version, including the street view: All this is…

|

Metro TimeBlock

Metro TimeBlock is a time display control that I’ve made which should allow you to display time in any color and with any background you want. Size is also adjustable and you can choose to display either the current time or a time of your own. Properties of the control: Time – takes in any…

| | | |

Metro and WinRT Webinar on February 2nd

Are you a Silverlight / WPF developer? Want to start developing for Windows 8 as well?  If that’s the case, this upcoming SilverlightShow webinar is guaranteed to give you a jump start. The webinar will teach you how to use your Silverlight / WPF experience to build amazing Windows 8 apps by presenting the similarities…

Windows Phone 7: Getting the current GPS location from the device

Getting the current GPS location on a Windows Phone device is rather easy. In order to start you will need to add a reference to System.Device in your project and then a using statement inside the class that you want to get the geo-location. Next we would need to declare an object of type GeoCoordinateWatcher….