Posted February 13, 2007 at 11:02am in
Computers
I am considering moving to a different provider until I can justify a colo or dedicated box. I am thinking about media temple or dream host. I don’t think they are the best, but I wanted to see if any of you have had any experiences good and bad with either of these companies.
Thanks
Posted February 13, 2007 at 03:02am in
Programming
This snippet of code will translate any inline text into the language of your choice. My site already makes use of the translator offered by Google, but with languages such as Arabic where you read it right to left it seems to flip my entire site. I am working on making this a plugin to make it easier.
Code: func.translate.phps
Example: This is an example of inline translation of “Hello Visitors, this is Arabic” مرحبا زوار هذا العربية . Being that it is in Arabic you actually read it right to left.
Language Codes:
"ar|en" Arabic to English BETA
"zh|en" Chinese to English BETA
"zh-CN|zh-TW" Chinese (Simplified to Traditional) BETA
"zh-TW|zh-CN" Chinese (Traditional to Simplified) BETA
"en|ar" English to Arabic BETA
"en|zh-CN" English to Chinese (Simplified) BETA
"en|zh-TW" English to Chinese (Traditional) BETA
"en|fr" English to French
"en|de" English to German
"en|it" English to Italian
"en|ja" English to Japanese BETA
"en|ko" English to Korean BETA
"en|pt" English to Portuguese
"en|ru" English to Russian BETA
"en|es" English to Spanish
"fr|en" French to English
"fr|de" French to German
"de|en" German to English
"de|fr" German to French
"it|en" Italian to English
"ja|en" Japanese to English BETA
"ko|en" Korean to English BETA
"pt|en" Portuguese to English
"ru|en" Russian to English BETA
"es|en" Spanish to English