Solution to Chrome Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

If you are running a page directly from Chrome (you just double clicked on an html file) and you’re javascript is trying to request some data you will hit an error that looks something like the following: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource. You can see…

How to Open/Activate Web Developer Tools on Chrome, Firefox and Safari Browsers

As a web developer your browsers’ developer tools are essential. Here is how to view/turn on the developer tools on Chrome, Firefox and Safari on a Mac OS X. The process should be similar on other OS’s. All Browsers The easiest way to open the developer tools panel is to right click somewhere on the…