Windows Phone: Lost Screen App

You just realized you don’t have your phone in your pocket or purse! #Panic! #Panic! You’re also safety conscience, and you have a lock on your phone. Now all the good people of the world, have been limited on how they can return your phone. You’re only hope is you remember where it is, and go back and get it. Sure there is Login to WindowsPhone.com and use the FindMyPhone feature. OK, I’ll give you that. Remote Ring, Remote Secure Wipe …. those are nice features. This nice little app, by Scott Hanselman ( @shanselman on twitter ) will also help get your phone back the next time you leave it behind!

This quick video/screen cast shows you how to setup the app, and add your private information to the lock screen on your phone.

[Read more…]

Windows Phone + Cortana + XBOX music

When you hear that new (or old) song on the radio, or in a club, wouldn’t it be great if you could grab a copy and save it on your phone? Well you can, and it’s **VERY** easy to do with Cortana on Windows Phone 8.1

This is a quick video/screen cast that listens to the radio, grabs a song, and adds to it a new playlist.

[Read more…]

Microsoft Azure Websites: Full Support for Wildcard DNS and SSL

Microsoft Azure Websites is Pure Awesome. The speed and amount of work that can be done in a very short period of time is just amazing.

Today, I’m sharing a feature that I’ve been waiting for, for a long time. Wildcard support for DNS and SSL Certificates. In the past, you could use a wildcard certificate, but because Wildcard DNS wasn’t supported, you had to manually enter your sub domains one-by-one. This doesn’t scale very well.

In this screen cast I show you how to setup a *.Wildcard DNS and SSL under an Azure Website. It’s just shy of 5 minutes.

[Read more…]

Git Source Control: I Stopped using “Origin”

I have source code all over the place. Over the years, I’ve used

  • Microsoft Source Safe
  • Source Gear Vault
  • Subversion
  • Mecurial
  • and Git

These days, a Git Repo is where all of my source code lives. Both for personal, and work, both for open source and private repos, and with all my Git Repos online, I’m split between Git Hub and BitBucket. Both have their pros and cons, but that’s another discussion. Every time you push or pull code, your command line needs an origin. All the samples on GitHub and BitBucket, and most books call this “origin” for lack of a better term. I have recently started renaming “origin” to “github” and “bitbucket” then when I’m pushing/pulling code, I know where it’s coming from or going to. You could argue that it doesn’t matter, it’s going external. That’s a valid point. I would argue back that tab+tab auto completes it for me so it’s the same keystrokes (assuming only one origin, which I think is most common). AND now I have mind share where the code is going, if I need to log into the admin panel.

[Read more…]

Silverlight of Yesterday–Saves me today!

Silverlight is an awesome product. As Flash is awesome and it’s glory. Silverlight is nicer for me, as I think in C# v. Action Script. That said, at work, we use the Adobe plug in model for quite a bit, it’s just not something I am personally familiar with.

I have always been a fan of screen casts, and over the last few years, I have been using the http://looplogic.com screen recorder. ON a few screen casts, I wanted to record my printer printing, using my Desktop web cam. So I started looking for a web site, that simple turned on my web cam. There are  lot out there, but that meant I had to show that website, inside my screen cast, just to show my camera.

[Read more…]