Using Parameters in Desktop Gadget Programming
<<Whether the gadget you’re building is simple or complex, parameters can make a big improvement in your programming process. Not only do parameters help you isolate constants (avoiding invasive changes to your code when assumptions change), but you can separate them into their own .js script file…>> (more…)
See original post by Chris Gilmer