Mirroring On MacBook Causes Page To Shrink

Here is the background I usually stream movies on my MacBook Pro and then mirror it to my TV to make the viewing much enjoyable, obviously because of the screen size. Here is the setup, my Macbook Pro connected to my TV through a mini display port … [Continue reading]

Taking Visual Studio Code and ASP.Net 5 For A Spin

Visual Studio Code Setup Visual Studio Code Download https://code.visualstudio.com/Download Visual Studio Code (VSCode) is the latest free cross platform lightweight IDE from Microsoft. Visual Studio Code and ASP.Net 5 are being released as … [Continue reading]

Suppressed Exception On The Empty Catch Block

When you investigate an issue or a problem you usually get the error or exception message first and then try to replicate that exception in a lower environment such as your local machine. What if there was an error but the application did not … [Continue reading]

Snipping Tool Slow Response On New Snip

I recently encountered the snipping tool slow response on new snip on my Windows machine. It is causing which I call COD or "cause of delay" when I'm doing my work and trying to finish on time. What happens is when you capture a screen using the … [Continue reading]

How To Setup A Chrome Extension For Inline Installation

In my previous blog post, I made a Chrome extension to make JSFiddle default to jQuery library.  I already uploaded the extension to the Chrome developer dashboard but did not press the "Publish" yet. I want to try and setup a chrome extension for … [Continue reading]

Chrome Extension To Make JSFiddle Default To jQuery Library

Google is now forcing users to download and install Chrome extensions that are from the Web Store only. In my previous post How To Make JSFiddle Default To jQuery Library – Update   I was able to create an extension in developer mode of Chrome but … [Continue reading]