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 github.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). It's also not that nice to github.
You can download all the assets at http://cloud.github.com/downloads/anutron/clientcide/assets.zip and unzip them on to your server. Then you need to configure Clientcide's scripts to point to this new location. Then execute this code:
Clientcide.setAssetLocation("/location/of/assets/on/your/server");
clientcide-libraries/00a-assets.txt · Last modified: 2011/06/20 21:06