Archive for October, 2009

27 Oct 2009

Google-api-translate-java Posted by Insane in Uncategorized | 2 responses

Encontre  este proyecto en Google Code el nos permite usar Google Translate en nuestras aplicaciones Java. Su uso es de lo mas sencillo: import com.google.api.translate.Language; import com.google.api.translate.Translate; public class Main { public static void main(String[] args) { try { String translatedText = Translate.translate("Hola mundo", Language.SPANISH, Language.ENGLISH); System.out.println(translatedText); } catch (Exception ex) { ex.printStackTrace(); } } }

Tags:

25 Oct 2009

Mashup: put your Google Analytics Data inside a Gadget Posted by Insane in Google, Java, Php | No responses

- - The acuracy of the data is probably one of the most challenging aspects of the web analysis , on these days to know how to interpretate that data is quite vital for almost every person involved with the web.Google Analytics (’GA’ from now on ) has become one free powerfull tool to track your web [...]

Tags:, ,