External Assets
Clientcide's libraries include references to external images in several of its classes. These definitions are always configurable so you can overwrite them with your own values, but if you don't want to you can just use my images and styles.
By default the code points to servers at cnet.com which host most of the files, but this isn't really that desirable because visitors to your site will have to open new connections to a different domain, and this will often be slower than requesting the files from the same domain as the page they are on (i.e. your site).
You can download all our assets at http://cloud.github.com/downloads/anutron/clientcide/assets.zip and unzip them on to your server. Then you need to configure our scripts to point to this new location. Then execute this code:
Clientcide.setAssetLocation("/location/of/assets/on/your/server");
cnet-libraries/00a-assets.txt · Last modified: 2009/04/27 11:10 by aaron-n