Re: [xwiki-users] [xwiki-devs] Can XWiki benefit from Google AJAX Libraries API ?

2009-12-01 Thread Sergiu Dumitriu
On 12/01/2009 06:10 AM, Asiri Rathnayake wrote: Link: http://code.google.com/apis/ajaxlibs/ Article about how it can make websites fast: http://radar.oreilly.com/2009/11/steve-souders-making-web-sites.html XWiki web gurus, can XWiki benefit from this? Is it worth considering? Maybe. Its

Re: [xwiki-users] [xwiki-devs] Can XWiki benefit from Google AJAX Libraries API ?

2009-12-01 Thread Paul Libbrecht
In i2geo we decided to drop this dependency on google-APIs-server for prototype and friends. We decided this based on my observation that connections are often opened to such servers, even just for checking that it is not modified even though it is in cache. It's an easy adjustment. paul

Re: [xwiki-users] [xwiki-devs] Can XWiki benefit from Google AJAX Libraries API ?

2009-12-01 Thread Flavius Olaru
Google CDN server hosts also different versions of each javascript framework. http://code.google.com/apis/ajaxlibs/documentation/#prototype By using google.load() function and google.setOnLoadCallback(function(){ }) we have the advantage of executing the custom code after all javascript libraries