====== Clientcide Libraries ====== ===== MooTools ===== The foundation code of our library is the excellent [[http://mootools.net|MooTools]] framework, to which we contribute (I - Aaron Newton - wrote the original docs, for example). It's included in our library on all our pages. ===== Updated Clientcide Libraries ===== Version 1.2 of MooTools is finally released. Many of our MooTools extensions have been added to MooTools, so we've removed them from our libraries or, in some cases, refactored them. If you were using our libraries or a portion of them already, you'll want to [[http://www.clientcide.com/js|download them again]]. ===== Dependencies ===== The whole point of writing libraries and functions and classes is to reuse code, and we do that a lot. Consequently, almost all of the libraries here depend on other libraries within our collection. So, for instance, our [[06-popupdetail|PopupDetail]] class depends on our [[08-stickywin|StickyWin]] class which depends on [[04-element.position|Element.Position.js]] and [[02-iframeshim|IframeShim.js]]. The point here being that to use many of our libraries requires that you include others. To this end, we've mapped all the dependencies in the //scripts.json// file found in the svn respository (in the //Source// directory). Our [[http://www.clientcide.com/js|download page]] manages all this for you and optionally allows you to include the required dependencies from MooTools 1.2 if you haven't already downloaded them. ===== Using our code ===== The content provided here is open source, so you are welcome to do with it as you please. It was written specifically for our network and it comes with no guarantees. If you find a bug, [[http://code.google.com/p/cnetjavascript/issues/list|let us know about it!]]. ===== License ===== Clientcide's code is released under the Open Source [[http://www.opensource.org/licenses/mit-license.php|MIT license]], which gives you the possibility to use it and modify it in every circumstance.