Something New at VSLive?

VSLive is coming the first week of August, 2010, and I’ll be speaking at the event, talking about Visual studio. Use and abuse it to the best of your ability. My talks over the last few years have been around productivity, and this one follows suit. Plain and simple: Use Visual Studio better. That’s my goal for the talk.

Those that know me, know I’m pretty connected, right? I have a lot of friends that both work for Microsoft and that hate everything about Microsoft, so I get information from both sides. I have NDA’s signed with lots of companies, and I know lots of stuff I can’t talk about.

But this has me intrigued, because I know that something is coming, but I don’t know what it is.

  • A New Product?
  • A New Add-In for VS?
  • New Pricing?
  • New Device(s)?
  • New TFS or ALM _______ ?
  • New Licensing
  • New …

I’m not sure what it us, but I hear people talking that some sort of announcement (Twitterfeed: #VSLive Redmond) is coming. Since it’s a Visual Studio conference, I have to assume that it has something in or around Visual Studio.

I have no idea – but I kind of like the excitement!

Hopefully I’ll see you in Redmond!

Windows Phone 7 App: A Quick Tweet

Screen02Screen01So I have another application in the Windows Phone Marketplace publish today. It’s a nice little application with great functionality. Saving you 10’s of seconds at a time 🙂

If you use twitter from a Mobile Application, you know it’s sometimes slow to start. When these applications start, they typically try to download you latest DM’s, Timelines, Icons’, and who knows whatever else.

Enter “A Quick Tweet”

The purpose for this application is simple. Post to twitter. It has no network traffic, so the application starts almost instantly. In less than 1/2 second on my Samsung Focus.

When you start the application for the first time, you have to press the settings icon, to open the Twitter OAuth page, and authorize the application to post on your behalf. Once you’ve done this, the application returns to the Twitter Input screen.

That’s it, that’s the application. If you try it, you’ll be disappointed by the speed of the competing applications. now in fairness, if I was writing a full fledges Twitter Mobile Client, it might be just as slow. But in a lot of cases, I want to post and go, so this is perfect.

In a future update, you’ll see support for multiple accounts, and support for the Picture Hub, where you’ll be able to attach photos to your Tweet. And maybe I’ll add GPS coordinates. Who knows.

One thing I do know is …. writing applications for Windows Phone 7 is a great time!

#9 Windows 7 Keyboard Trick to Move Application Windows

There is a Keyboard trick that is very common with [WIN]+[Arrow] that will move windows around your desktop, and dock them side to side. Here is what the four arrows do …

  • [Win]+[Left Arrow] will Dock the active window to the left of the current screen
  • [Win]+[Right Arrow] will Dock the active window to the right of the current screen
  • [Win]+[Up Arrow] will Maximize the active window
  • [Win]+[Down Arrow] will Restore from the Maximized Position, or Minimize as an active window

So as I mentioned, these have been demo’d so much, that most power users know them.

Here is the trick I’m posting. It deals with Multiple monitor support. You can use the above tricks to move a window from one monitor to the next, by simply repeating the Left and Right sequences. BUT … did you know there is a single keyboard shortcut to move a window to another monitor? Move this windows from Monitor A, to the same position, but on monitor B, (or vice versa) by pressing …

  • [Win]+[Shift]+[Right|Left Arrow] Move Active Windows to the Next Monitor (Right or Left)

If you only have two monitors, then using the left or the right arrows will do the same thing, because the monitors cycle. But if you have three or four monitors, you can use this trick to cycle monitors left and right?

Have a great Day 🙂

@scottcate (on twitter)

I’ve been accepted as a Microsoft Regional Director

I’m happy to have accepted the prestigious Microsoft Regional Director award in February, 2011.

The Regional Director program is an award that is given to outstanding community members, who support the Microsoft Stack. You may have heard of the MVP program? The Microsoft Most Valuable Professional’s are awarded based on a specific technology. I’ve been an ASP.net MVP since 2003, and continue that award through the time of this posting in 2011. The Regional Director award is given to members of the community that have tremendous reach across multiple technologies. It’s important to understand, I don’t work for Microsoft as an employee, and that this is simply an award that I have been given.

To put the award into perspective, there are (I’m guessing here) around 6000 Elite Technology MVP’s worldwide. There are only (again I’m guessing) around 250 regional directors from around the globe.

I’m honored to become a part of such a strategic and influential group of people. Regional Directors have been around for many many years, and now I’m the new kid on the block. While I do know many (err most) of the Regional Directors, I’m excited to meet and build a relationship with the others on the team that I don’t already know. Especially the international members.

Thank you to everyone that had a hand in making this happen. I won’t let you down.

@scottcate (on twitter)

Windows Phone 7 App Rejected–Crashes when Offline

I wrote an application for the Windows Phone Marketplace, and it was rejected. I use the internal WebBrowser control, and I never tested it without the internet connection. Here is the hard part – the Emulator is always connected, there isn’t a way to turn it’s internet connection off (that I know of).

So I tested it on my phone, in airplane mode, and sure enough, it crashes.

Here is some code from MSDN that I was able to use to do some checking if there was internet access.