Peachpit, Written by Kris Hadlock
If you’ve ever developed something in JavaScript and wanted to have control over it when it was launched in a remote location, Dynamic Script Tags (DST) are the perfect solution. As you’ll learn in this article, DSTs are dynamic because they are script tags added via the a Document Object Model (DOM) that allow developers to point to remote JavaScript files. Although standard script tags allow access to remote JavaScript as well, DSTs provide a cleaner, more streamlined approach. This approach increases portability by streamlining setup so that anyone who implements your JavaScript component will be free from adding additional script tags that point to your server.
Read the original article at Peachpit