Google added AJAX to Google Translate?

3:02 pm, 2009

I used Google Translate a lot, to translate text from English to Chinese, or from simplified Chinese to Traditional. The process was like: you typed in text you had -> clicked the Translate button -> the page would help you to translate and then displayed the result.

Today, when I use google translate, I find that as soon as you put in a character, it will help you to translate. So I guess google has added AJAX function to the page, when you put anything into the text area, it will trigger the translation function, and begin to pull out data from the database(or something like that). It’s a quite interesting and useful example of using AJAX.

superscript and subscript in html

6:11 pm, 2009

I am surprised that there are two html tags i’ve never used before: Superscript and subscript.

To make superscript text in html, use <sup></sup> tag, like: yunsite1,2,3

To make subscript text in html, user <sub></sub>tag, like:yunsite1,2,3

using the outlook automatic name fill-in feature

7:15 pm, 2009

When you create a new email in outlook and begin to type the to/cc email address, it desplays suggestions for names and email addresses.

A help article of outlook explain details about this, the title of the article is: using the outlook automatic name fill-in feature.It shows how to delete/copy the list, and also how to turn it off.

405 Method Not Allowed

6:15 pm, 2009

Got 405 Method Not Allowed error when redirect a web page.

related link:http://www.checkupdown.com/status/E405.html
http://kb2.adobe.com/cps/152/tn_15244.html

submit pdf form by email

4:47 pm, 2009

I have a pdf form, and here’s what i want to do: after people fill out the form, they click submit button, and the form will be attached to a email as .pdf file.

I figured out how to do that after i searched online for a while. Here’ s what i did, and i am using Acobat 9 Pro:

1. Forms > Add or Edit Fields

2. Add new field > button

3. For Actions, choose Select Trigger: Mouse Up, Select Action: Submit a form, then enter URL: mailto: myemail@mydomain.com. Export Format : PDF The Complete Document.

Here’s an article that might help: http://help.adobe.com/en_US/Acrobat/8.0/Professional/help.html?content=WS3593E0A4-C5E2-4cde-A09E-2A984346DDD2.html

image doesn’t float in email newsletter

4:33 pm, 2009

I was trying to create an email newsletter, however, the style: float:left for the image doesn’t work after i embed the newsletter to a outlook email. still trying to find out why.

Hello world!

8:35 pm, 2009

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!