Cordova Plugin config-file Element

In the [Cordova Plugin Reference], under `config-file Element`, the text reads “The config-file element only allows you to append new children to an XML document tree”. The Cordova NPM module installs globally into the following:

%USERPROFILE%\AppData\Roaming\npm\node_modules\cordova

It would be great to make existing `XML` content editable. The plugin code has logic to remove elements, but it hasn’t been exposed or documented.

Vimeo Developer Portal

The [Vimeo Developer Portal] has information on how to embed Vimeo videos into your applications.

Docs: [JavaScript API]
Docs: [config.xml specifications]
[API Example Repository]
[API Playground]

The [ADB Chrome Add-On] lets you debug [Cordova] in the browser while the app is running on Android.

Unfortunately because of the [same origin policy], the Vimeo API can’t be invoked from HTML5 invoked from `file:///`. Chromium has a [Command-Line] to specify `–disable-web-security` when doing local development. Web security should be enabled for the final application.

[content-security-policy specification]

Received Emotiv Insight and Extender

The Emotiv Insight is a brain controlled input device originally funded by [Kickstarter].

Me: *** Unity Plugin **** if you want access to the Community Emotiv Unity plugin and you have an EEG Insight, email support@theylovegames.com. The [Word Detection] package has been extended to include raw EEG processing. You can support development by purchasing the [Word Detection] package or just shoot an email to get access.

Emotiv: [Insight Control Panel] (Firefox)

Emotiv: [Insight EEG Viewer] (Firefox)

Emotiv: [My Downloads]

Emotiv: [Frequently Asked Questions]

Emotiv: [Emotiv USB Receiver] enables a better Insight connection on Mac and Windows

Emotiv: [Emotiv G+ Beta Community]

Emotiv: [Github Issue Tracker] * Best way to interact with engineering team *

Emotiv: [Forum]

Emotiv: [Github Emotiv Community SDK]

Dependencies: Be sure to check the [Install Visual C++ 2015 Tools for Windows Desktop] box when installing [Visual Studio 2015] to be able to use the C++ examples.

Dependencies: The C++ Examples also require installing [Visual Studio 2010] Build Tools.

Chroma SDK

The [Razer Chroma Developer Portal] provides the documentation and libraries needed to do Chroma development for the [supported devices].

CoralStudios provides [Colore], a powerful library for interacting with the ChromaSDK.

Before being able to use the examples, be sure to follow step #2 on the [Chroma Downloads] page. A registry key has to be added in order to do development with the `Chroma SDK` on Windows.

Here is an [Example Unity Project] that uses the `Chroma SDK` to adjust the LEDs on the [Razer Firefly] based on mouse position and press events.

Here is an [Example Windows Form Project] that uses the `Chroma SDK` to adjust the LEDs on the [Razer Firefly] based on mouse position and press events.

Visual Studio on Windows 10

So far I’ve discovered Visual Studio 2015 Community Edition is compatible on Windows 10.
https://www.visualstudio.com/products/free-developer-offers-vs.aspx

The Visual Studio 2013 Pro installer from the Microsoft Store gives an error when running the setup: “Windows Program Compatibility mode is on. Turn it off and then try Setup again.” when all the compatibility options are off.

This version of Visual Studio 2013 Pro Update 5 does appear to install on Windows 10.
http://www.microsoft.com/en-us/download/details.aspx?id=48138