Speed up Visual Studio in few easy steps

1. Delete C:\Users\[username]\AppData\Local\Microsoft\WebSiteCache content
2. Delete C:\Users\[username]\AppData\Local\Temp\Temporary ASP.NET Files content
3. Uncheck Tools -> Options -> Debugging -> Edit and Continue -> Enable Edit and Continue
4. Uncheck Tools -> Options -> Environment -> Use hardware graphics acceleration if available

Easy way to write messages in javascript console without firebug

Very simple solution w/o any prerequisites. No need to install anything like firebug or javascript library to log activities.

function writeLog(log) {
    setTimeout(function() { throw new Error(log); }, 0);
}

The javascript exceptions are automatically caught in the console, thus forcing an error writes into the console. In order to not brake any js execution use setTimeout to run the error into another thread.

The Fastest Bitcoin Exchange MCXNow is Back

The fastest and maybe the most reliable bitcoin exchange MCXNow has been reopened. Just for a few days it got all its users back and even more - it gained thousands of new users. Earn from trading and get interest for all deposited money. Additionally shares could be bought to increase your revenue by receiving dividents every 3 hours.

Happy trading!