Cubic Compass Software

I just learned a great JQuery hosting tip from the JQuery blog. Google is hosting leading open source Javascript libraries through the AJAX Libraries API.

Rather than uploading the latest libraries and installing them to an i-Dialogue CMS (or uploading as static resources to Force.com), simply add these 2 lines of script to the page template and start coding away with a fantastic API.

<SCRIPT src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></SCRIPT>
<SCRIPT src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.min.js"></SCRIPT>

Google takes care of versioning, compression, host headers, and bandwidth.

The default page templates in future i-Dialogue themes will include these libraries automatically.

Posted: Sunday, November 23, 2008 3:48:18 AM (GMT Standard Time, UTC+00:00)  #   
Comments [0]  |