There might be a scenario where you would want to send email’s using gmail programatically. The following example shows how its done programatically using Java. The email content is sent in the html format, which comes in pretty handy. The recipient email doesn’t necessarily have to be a gmail, it can be any valid email […]

Read More →

A lot many times it becomes imperative for users to clear browser cache, history and other data. Here are the contents of a windows batch file which eases some pain doing that drudgery in Internet Explorer version 7, 8 and 9. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 […]

Read More →