Tips-and-Tricks
In this brief video tutorial I'll show you how to display line numbers in Visual Studio 2010.
Tools > Options > Text Editor > All Languages and check the Line numbers checkbox.
If you want to prohibit copying content from your website you can update the BODY tag with the following properties:
<html> <head> ... </head> <body ondragstart="return false" onselectstart="return false"> ... </body> </html>
Doesn't work for FireFox.
