Design
transpar.txt
Associated article: Transparency on Demand
Tags: Web Development Tools Open Source Design
Published source code accompanying the article by Richard Vaughan in which he presents a technique for loading JavaScript libraries transparently at the point of need.
Transparency on Demand
by Richard Vaughan
<!-- Listing 1 DTD etc omitted for brevity -->
<html>
<head>
<script type = "text/javascript"
src = "MyLib.js"></script>
</head&...


