VID (Visual InterDev) is Microsoft's IDE (Integrated Development Environment) for working on web application files like .asp, .htm, and .css. FrontPage is intended for non-programming intensive site files whereas VID is intended for programming intensive site files.

Shortcuts

Here are a few of my favorite VID shortcuts:

CTRL+U
Make lowercase.
SHIFT+CTRL+U
Make uppercase.
CTRL+R then CTRL+W
View/Unview whitespace.
CTRL+Q
Tabify selection
SHIFT+CTRL+Q
Untabify selection.
ALT+SHIFT+T
Switch the current line with the next.

Set Up

Here are basic terms used in VID:

Note that in actuality VID projects and solutions create a slew of other files (eg .vip, .suo, etc.) that help VID specify directories and files involved.

There is also the option to work offline. You cannot restructure the site, rename files, or move files.

Local copies and live production (master) files must be synced.

Miscellany

If you are working with a .js include, VID does lousy color coding (everything is colored black). If you give the file a .htm extension and you put a //<script> at the top of the file, then the color coding will be correct. EG: Comments will display as green.

Page Modified: (Hand noted: 2007-09-13 16:52:05Z) (Auto noted: 2007-11-17 06:39:29Z)