Day: January 12, 2015

  • Disable irritating chrome zoom when pressing ctrl key

    I am in a habit of using gestures on my touchpad to scroll the webpages. Now as soon as a press Ctrl to get a new tab, My page zooms into 400%. So here’s how to disable pinch zoom/ scroll zoom on just google chrome.   Download AutoHotKey from here: http://www.autohotkey.com/   Once installed, import the following […]

  • Refreshing SQL Intellisense

    We all have been there when we run our script, update the functions but still our intellisense is not updated. This feature has been long there in SQL but mostly people don’t know about it. So here’s the magic trick.   Intellisense in SQL Server 2008 is a time saving feature. But sometimes while writing queries, […]