Monday, November 02, 2015

Web Components and Polymer

Understanding Web Components and Polymer with Monica Dinculescu on the Hanselminutes Technology Podcast: Fresh Air for Developers

WebComponents.org
WebComponents.org

CustomElements.io · Explore the world of Web Components

Welcome - Polymer 1.0

Polymer Element Catalog

I ♡ you, but you're bringing me down – Monica Dinculescu

Cross-Origin Resource Sharing (CORS) @ Azure

Cross-Origin Resource Sharing (CORS) Support for the Azure Storage Services
"CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. Web browsers implement a security restriction known as same-origin policy that prevents a web page from calling APIs in a different domain; CORS provides a secure way to allow one domain (the origin domain) to call APIs in another domain. See the CORS specification for details on CORS."

Cross-origin resource sharing - Wikipedia, the free encyclopedia
"Cross-domain" AJAX requests are forbidden by default because of their ability to perform advanced requests (POST, PUT, DELETE and other types of HTTP requests, along with specifying custom HTTP headers) that introduce many cross-site scripting security issues.