Archive

Posts Tagged ‘google’

Facesaerch: search engine for faces

June 4th, 2008 1 comment

Facesaerch is a image search engine based on Google API, that is, all the images are form Google.This project is created by Franz Enzenhofer.

bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Categories: Web Tool Tags: , ,

Google AJAX Libraries API opened

May 30th, 2008 No comments

Google recently published AJAX Libraries API. Simply explain, Google take some popular JavaScript framework on its server. So every body can use Google’s service and save our bandwidth. More important, Google compressed these framework so that it can improve the JavaScript  speed of transmission. Google include these JavaScript framework below right now.

  • JQuery
  • prototype
  • script.aculo.us
  • MooTools
  • dojo

There are 2 ways to use the JavaScript framework.

The first way:

<script src="http://ajax.googleapis.com/ajax/libs/
prototype/1.6.0.2/prototype.js"> </script>
 
The other way:
<script src="http://www.google.com/jsapi"></script>
<script>   // Load jQuery   google.load("jquery", "1");
</script>
 
More information on Google AJAX Libraries API.

bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Powered by Yahoo! Answers