SkyDrive.com: Demo of the Excel Survey’s

SkyDrive from Microsoft has a new Survey Over Excel feature. Fill out a few questions, publish, and BAM … you have a survey / form for people to fill out.

Easy, fast, and Free 🙂

This is a link to the survey I create in this video: http://sdrv.ms/Xa6VE7

[Read more…]

#030 Bookmarks Usage + Change Visibility and Line Colors in Visual Studio

Toggling bookmarks are extremely helpful. You have to jump from file A to file B, over to file J, back to B, back to A. (Sound familiar to what you did today 🙂 – Bookmarks are little popcorn nuggets you can leave along your trail to find your way back to where you once were quickly. Bookmarks are controlled from the Edit | Bookmarks menu, or fully from the keyboard. This video introduced you to bookmarks, and then shows you how to change the look/feel and visibility of the bookmarks.

[CTRL]+B,T = Toogle bookmark on or off

[CTRL]+B,P = Jump to Previous Bookmark

[CTRL]+B,N = Jump to Next Bookmark

[CTRL]+B,C = Clear all Bookmarks

[Read more…]

#029 Print the file name on Visual Studio Source code prints

Ever see a random printed page of source code and wonder where it came from? Print the file name in the header to eliminate this from ever happening to you. This video shows you where to setup Visual Studio to print the header.

[Read more…]

#028 Setup Printer to print WYSIWYG from the Visual Studio Editor

By default printed source code is Courier 10pt. If you want, you can change this to match the editor fonts, or even do something that is unique to the printer. This video shows you how.

[Read more…]

#027 Print line number from Visual Studio

Do you ever have to print your source code? If you do, and then hand that source code out at a meeting, or leave it with someone, it is **MUCH** nicer to have line numbers printed for reference. This video shows you how to accomplish line numbers on your source code prints.

File | Print = Lower left of the dialog is “Include Line Numbers [Read more…]