=== Ajax Google Libraries CDN ===
Contributors: Pankaj Jha
Plugin Site: http://onlinewebapplication.com/
Donate link: http://onlinewebapplication.com/onlinewebapplication-com-donation/
Tags: CDN, Google, jQuery, Prototype, Dojo, MooTools, Google AJAX Libraries API, javascript, performance, Page Speed
Requires at least: 3.0.0
Tested up to: 3.8
Stable tag: trunk
Allows your site to use common javascript libraries from Google's AJAX Libraries CDN, rather than from own local copies.
== Description ==
[Author Site](http://onlinewebapplication.com)|
[Plugin Home Page](http://onlinewebapplication.com/ajax-google-libraries-cdn/)
A number of the javascript libraries which we use in the WordPress sites are also hosted on Google's [AJAX Libraries API](http://code.google.com/apis/ajaxlibs/).
This plugin allows your WordPress site to use the content distribution network side of Google's AJAX Library API, rather than serving these files from your WordPress local directly.
This provides numerous great performance benefits:
* Decreased Latencyd
* Increased parallelism
* Better caching
* HTTP compression with the requesting browser
After installation and activation of the plugin, automatically all the jQuery files listed below will load from the Google Ajax library.
= Supported Libraries and Components =
* [Dojo](http://dojotoolkit.org/)
* [jQuery](http://jquery.com/)
* [jQuery UI](http://ui.jquery.com/)
* [MooTools](http://mootools.net/)
* [Prototype](http://www.prototypejs.org/)
* [script.aculo.us](http://script.aculo.us/)
* [swfobject](http://code.google.com/p/swfobject/)
== Installation ==
*Install and Activate*
1. Unzip the downloaded `ajax-google-libraries-cdn` zip file
2. Upload the `ajax-google-libraries-cdn` folder and its contents into the `wp-content/plugins/` directory of your WordPress installation
3. Activate **Ajax Google Libraries CDN** through the 'Plugins' menu in WordPress.
== Frequently Asked Questions ==
You can Check FAQ on my website :
[Ajax Google Libraries CDN](http://onlinewebapplication.com/ajax-google-libraries-cdn/)
== Changelog ==
= 1.0.2 =
* Compatible with wordpress 3.8
= 1.0.1 =
* Compatible with wordpress 3.4.2
== References ==
Some parts of this plugin is inspired by John Blackbourn's **[Google AJAX Libraries](http://lud.icro.us/wordpress-plugin-google-ajax-libraries/)**,
which has very similar goals to this plugin.