Using Parameters in Desktop Gadget Programming

Wednesday, September 17, 2008 at 4:49 PM



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.

For more about this subject, including implementation details and possible immediate and long-term uses, see my latest article, Using Parameters in Desktop Gadget Programming.

No comments: