|
LOL, I can answer it... Maybe you can create generators and put them on Nackvision.com :)
A lot of people use Javascript to create generators. Javascript can handle input and figure out the output to display to users. So to a generator needs to be able to handle all possible input. For example, a profile generator needs to know all the codes (background, table, ...) even though a user might only need to customize a background. Am I making sense?
All my generators are in Javascript and PHP.
Javascript is a client side code, which means that you can view a generator code by simply go to "View Source" in your browser.
PHP is a server side language so you wouldn't know what generator code a generator has.
|