Friday, April 13, 2012

Macro Helper

Visual Studio has some in-built capability to record and execute macros. The area where it falls short is in tracking key presses and mouse movements. That is where this comes in handy.

http://www.autohotkey.com
Use the AutoScriptWriter to record macros, and the AutoHotKey tool to execute the scripts.

Tuesday, March 6, 2012

Find unread emails in your Gmail mailbox

Tired of paging thru your Gmails just to look for the ones that are unread. Want an easier way to find those emails? How about applying a filter that will give you just the unread emails? It's possible, and here's how.

Simply search for either of these:
label:unread
is:unread
l:unread
l:^u

Source: http://www.dailyblogtips.com/gmail-tip-how-to-browse-only-the-unread-messages/

Friday, February 24, 2012

Tuesday, February 14, 2012