Set of high performance general programming utilities
...Benchmark:
http://jsperf.com/vulcanjs
How to use:
var my_vulcan = new vulcan();
Vulcan API namespaces:
.validation - Several utilities for validation.
.events - Several utilities for events.
.conversions - Several utilities for conversions.
.graphics - Several utilities for graphics.
.objects - Several utilities for managing objects.
.system - Several utilities for managing system operations.
Do a "console.log(my_vulcan);" to see all the calls under the namespaces!
Enjoy!
Quick function for vanilla Javascript to do cross-domain calls
Quick function to include in vanilla Javascript packages to do cross-domain calls. It communicates using the current DOM to a remote URL, and retrieves the JSON return to fire in a temporary function that is sent to a function in the current package.
Should work in all modern browsers regardless of what is currently used for Javascript libraries.