The social aspects of television are influences this medium has had on society since its inception. The belief that this impact has been dramatic has been largely unchallenged in media theory since its inception. However, there is much dispute as to what those effects are, how serious the ramifications are and if these effects are more or less evolutionary with human communication.
- Andrew Mason
As it turns out, there are tons of different ways to debug javascript. Considering, I thought it might be useful if I shared all the tools/techniques I regularly use to do just that.
- Andrew Mason
The fourth platform of IE10 simplifies building cross-site scenarios that work consistently across browsers by supporting Cross-Origin Resource Sharing (CORS) for XMLHttpRequest (XHR). CORS for XHR makes sharing data across sites simple and flexible. In the most basic scenario CORS enables creating data sources accessible from any site, and with a few small tweaks you can choose to constrain allowed sites, support data modification, and even allow authentication. Most importantly CORS keeps existing sites secure by requiring server participation.
- Andrew Mason