|
|
-
|
|
I just learned that In Firefox there is a "Do not track" privacy feature. When you switch it on it sends a signal (via HTTP header) to websites that you do want to be tracked. Though, setting this option does not "Enforce" the website to not track you -...
|
|
-
|
|
Start > Programs > high-lite any item on the Menu and right click > Sort by ...
|
|
-
|
|
in Microsoft word 2010 there is a functionality to directly insert a screen shot of a open application which is not minimized. This can be done from insert->Scrennshot.
There is also a provision to add a screen clipping, if we want only part of scree...
|
|
-
|
|
It can't get simpler than this: Drag the "Email" to the "Tasks" Tab that you can find in Bottom Left corner. What I like about it is that It let's to specify start date, end date, priority, status, reminders. Just wonderful! I have been using it for a w...
|
|
-
10 Liked
| 10 Learned
| 6 Comments
|
|
One can view & print excel files on computers that do not have excel installed. search for "excel viewer" .
Business scenario: when it does not make sense to buy a license when all you need is view & print excel files. ...
|
|
-
|
|
I knew there was a "limit" on the number of rows that can be loaded in an Excel (2010) worksheet - I learned the exact number which is 1,048,576.
...
|
|
-
|
|
Menu > View > Freeze panes > Freeze top Row...
|
|
-
|
|
choose the program > properties > shortcut > short cut key > assign the shortcut > OK. ...
|
|
-
|
|
@@ROWCOUNT returns the number of affected rows by last statement.
Below example illustrate the same
CREATE TABLE #t (id int)
INSERT INTO #t(id) values(1)
DELETE #t
SELECT @@ROWCOUNT
Here we will get @@ROWCOUNT AS 1
But same did not...
|
|
-
|
|
According to MSDN
"***A Windows PowerShell drive is a data store location that you can access like a file system drive in Windows PowerShell***."
You can use the Power of PS to create drives like ( within Windows PowerShell)
- file system drives (in...
|
|