Archives for January 2013

Windows 8 Keyboard Shortcuts

These are listed in a lot of places, but I keep forgetting, and then need a place to find them. What a better place than here?

In Combination with the [WINDOWS] key, these are keyboard shortcuts worth remembering.

[WIN]Q – Search
[WIN]H – Share
[WIN]K – Devices
[WIN]I – Settings
[WIN]W – WinSettings
[WIN]Z – App Bar
[WIN]. – (Period) Snap Cycle
[WIN]D – Show Desktop
[WIN]B – Back to Desktop – Also sets focus to task tray??
[WIN]X – Fast Access Menu
[WIN], – (Comma)Desktop Peek

Scorekeeper Update: Jan 23, 2013

Submitting an update to my Scorekeeper Application (Link to App in Window 8 Store) today.

Here is a list of changes.

  • Killed the Drawing Canvas called SketchPad. It’s outside the scope of this app, and is a little buggy anyway.
  • Changed so any score in the last column, adds a new column. Previously, only when the last column was full of scores, it would then add a new column.
  • Updated the ScoreEntry popup, so that it has nudgers to increase and decrease the valid score range. This was a request from @palermo4, that let’s them change the score ranges in the game, instead of having to hit the settings charm. NOTE: Due to lack of real estate, you can only DECREASE the minimum  and you can only INCREASE the maximum range. The increase and decrease, is stepped based on the value of your score range stepping (also set in settings).
  • I decreased the size of the min/max range values, and increased the size of the current score, to further highlight what all the numbers mean. Before they were all three sized at 24pt. Now the min/max is sixes at 18pt, and the score is sized at 36.
  • Made the name on the player card slightly bigger.
  • Right justified the Player Card Score, so that all players current score are easier to read (as you scan down)

Cameron showing me his lego project

This was one of his Christmas presents, and he’s thrilled to have finished it. You should use the video player Table of Contents, and skip to The Axe, at the 8:20 marker. Just Cameron and I having fun, but it was really funny, or at least it was funny to us 🙂

Good job buddy!

[Read more…]

Windows Phone 8: Working with ICS Files

ICS is a file type online commonly used for calendar data. Windows Phone 8 doesn’t have support for ICS built in, but it does allow applications to handle that file for you, and given access to your calendar, can quickly add items to your calendar.

This video uses a nice application from Quincy Mitchell named Add to Calendar.

Maybe someday, the OS will have this baked in, but for now, we’re happy that the extensions can be handled by 3rd party applications.

[Read more…]

Windows Azure Website: Deploy from GitHub ScreenCast

WOW. That is how I describe this screen cast. It’s 7 minutes long, and what can be done in 7 minutes is simply amazing. I know there are other ways to do this, and that Azure isn’t the first continuous deployment solution by any means …. but WOW. I have seen this and heard it talked about before, but today is the first time I’ve actually done it on my own.

In this screen cast, I start from scratch. Zero. Ziltch. Zippo. Nadda. Nothing. And from there we …

  • Create a new Windows Azure Website
  • Create a public GitHub Repo
  • Clone that repo to my local machine
  • Create a blank Visual Studio MVC App, with a generic Home controller and View
  • Head back to Windows Azure, and sync the new Website to the Github Repo
  • Commit the new MVC App, and push to GitHub.
  • Watch and Smile as the AutoSync deploys to Windows Azure Website.
  • For Fun, do another small change, commit, push, watch the auto deploy.

Final site can be seen here: http://scottcate-waws.azurewebsites.net/
G
ithub repo: https://github.com/scottcate/scottcate-waws

Enjoy the Video … This one was REALLY fun to record. Watch it full screen, you’ll enjoy it.

[Read more…]