TorgoX is a genius. A maaaaaad genius who will soon DESTROY US ALL!!!! Meanwhile, he produces stuff like this.
What is it? Its an include() routine for JavaScript! It reduces the duplicated code in the HTML down to...
<script type="text/javascript" src="js/bootstrap.js"> </script>
<script type="text/javascript" src="js/the_real_code.js"></script>
the_real_code.js now has bootstrap() (or in my version, include()) available and can include other Javascript files right in its own code... JUST LIKE A REAL LANGUAGE! Golly!
DynAPI got there before you (Score:2)
To load all your dynapi.api.* library files. Or you can simply include a single file.
PS: There is no space between 'd' and 'ynapi' in the above example. use.perl code h
Re:DynAPI got there before you (Score:1)
One way in which people can abuse sites is by posting comments that contain ridiculously long strings of characters with no spaces in it them: web-browsers don't have anywhere to split the line, so the box they are in gets massively extended sideways, pushing out other columns, and generally messing up the page.
Slash avoids this by inserting spaces into long 'words', with the unfort
Re:DynAPI got there before you (Score:2)